'. '

Search results

From APIDesign

You searched for C++Builder

Jump to: navigation, search

There is no page titled "C++Builder".

For more information about searching APIDesign, see Help.

Showing below up to 20 results starting with #1.


View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)

Page title matches

  1. Builder (2,761 bytes)
    1: ...he initial phase of a [[APIDesignPatterns:Builder|Builder]] empowers mutability. It is then followed by fin...
    5: <source lang="java" snippet="aserverinfo.builder.api"/>
    9: <source lang="java" snippet="aserverinfo.builder.factory"/>
    11: ...ove methods destructively update the state of the builder object and return it back, so the calls can be ch...
    13: The interesting thing is on the [[Builder]] pattern is simplification of the internals of t...

Page text matches

  1. Blogs:JaroslavTulach:Daily Life (27,376 bytes)
    186: ...can generate builder-like construction methods if builder prefix is specified. Property.mutable() can be fa...
  2. OlderBlogPosts (111,273 bytes)
    1: ==== Is [[C]] Better than [[C++]]? [[Scala]] Rules! ====
    3: ...cannot implement linked list as effectively as in C is a very good one!
    5: ...n and still be as effective as the old plain good C.
    363: ==== Builder vs. Cumulative Factory ====
    365: ...lativeFactory|the previous one]]! Read more and [[Builder|help us decide]]...
  3. Blogs:JaroslavTulach:Theory (22,864 bytes)
    134: ==== Make Your Builder Whine! ====
    136: ...the topic of builder patterns. A [[WhiningBuilder|builder]] that can track '''N''' essential attributes and...
    138: Learn how to make your [[WhiningBuilder|builder whine]]!
    142: ==== Chameleon [[Builder]]: Changes its Return Color! ====
    144: ...e species has been discovered. It looks like a '''builder''' pattern, but it ducks like something else. If ...
  4. CumulativeFactory (2,015 bytes)
    17: ...ods. Similar patterns include [[APIDesignPatterns:Builder]] or plain [[APIDesignPatterns:Factory]]
  5. Builder (2,761 bytes)
    1: ...he initial phase of a [[APIDesignPatterns:Builder|Builder]] empowers mutability. It is then followed by fin...
    5: <source lang="java" snippet="aserverinfo.builder.api"/>
    9: <source lang="java" snippet="aserverinfo.builder.factory"/>
    11: ...ove methods destructively update the state of the builder object and return it back, so the calls can be ch...
    13: The interesting thing is on the [[Builder]] pattern is simplification of the internals of t...
  6. Modular Java SE (19,537 bytes)
    81: === Hudson Builder ===
  7. CompileTimeCache (8,107 bytes)
    47: ...re public, methods are static, etc.). We have a [[builder]] like [[API]] to generate the [[XML]] quite easi...
  8. Jersey (8,976 bytes)
    57: ResourceConfig rc = ResourceConfig.builder().
    62: Application.builder(rc).build()
  9. NetbinoxTutorial (5,946 bytes)
    17: ...e [http://hudson.apidesign.org/job/netbinox daily builder] or you can even build [[ZIP]] file with whole ap...
  10. Blogs:JaroslavTulach:Daily Life:NetigsoNetBinoxNews (1,201 bytes)
    4: ...his is fixed now as well. You can connect the the builder again.
    6: ...thus I disabled the special Netigso job on my own builder, it is no longer necessary).
  11. Virtualization (5,493 bytes)
    5: ...'s associated [http://hudson.apidesign.org hudson builder] in an isolated environment. Originally I was usi...
  12. Hudson (307 bytes)
    1: ...udson_(software)|Hudson]] is a flexible continous builder powering also samples for [[TheAPIBook]] and othe...
  13. Hotswap (11,992 bytes)
    88: ...CEVM] and also patch for [[NetBeans]] Matisse GUI builder) has been done by [[Thomas Wuerthinger|Thomas]] a...
  14. Never update tests (1,603 bytes)
    14: * Add new constructors, or add a [[builder]] to configure construction of a newer version of...
  15. LowerProfile (11,103 bytes)
    73: ...] unification work - the calls from ''Matisse GUI Builder'' (which obviously depended a lot on [[Java]] inf...
    77: As a result the ''Matisse Builder'' as well as other modules like ''profiler'' coul...
  16. TypedBuilder (1,572 bytes)
    3: ... Or rather React.js elements. How can we create a builder for all the difference elements without generatin...
    48: ...' implements all the element interfaces, but each builder creating method - e.g. '''a''' or '''b''' - speci...
  17. ConfigurationObject (9,368 bytes)
    78: public static String upper(UpperConfig c) {
    79: if (c.isFirstLetterOnly()) {
    80: ...eturn c.getText().substring(0, 1).toUpperCase() + c.getText().substring(1);
    82: return c.getText().toUpperCase();
    109: public static String upper(UpperConfig c) {
  18. BuilderWithConditionalException (4,506 bytes)
    1: ...le/api/vm|PolyglotEngine}} is constructed via a [[builder]] obtained from its '''newBuilder()''' method.
    3: == Builder for Source ==
    5: These days [[I]] am trying to use the [[builder]] pattern also for construction of {{truffle|com/...
    18: The builder pattern delays reading of the actual file up unti...
    27: However there is more. The [[builder]] may also construct a {{truffle|com/oracle/truff...
  19. ChameleonBuilder (6,213 bytes)
    1: Classical [[Builder]] pattern allows the users to set its attributes ...
    9: ..., one can use a [[factory]] method - e.g. let the builder be created only with necessary attributes. Howeve...
    21: ...ally hard to use properly. Let's try to use the [[builder]] pattern, but make it ''unfinished'' first.
    25: Let's signal to the user of your [[builder]] that it is not yet properly configured by retur...
    28: public final class Builder<R> {
  20. WhiningBuilder (7,716 bytes)
    1: ... and encourage [[cluelessness]] in users of our [[builder]]s?
    8: public final class Builder<MissingName extends Exception,MissingMIMEType ext...
    21: public static Builder<Exception,Exception> newFromText(String content) ...
    22: // create new builder without name and MIME type
    26: public Builder<RuntimeException,MissingMIMEType> name(String nam...

View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)



Search in namespaces:

List redirects
Search for
Views
Personal tools
buy