Searched refs:DEFAULT (Results 1 - 25 of 205) sorted by relevance

123456789

/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DGrammar.pm48 GET CALL SET DEFAULT INSERT INCLUDE PROCESS WRAPPER BLOCK END
180 'DEFAULT' => 69,
186 DEFAULT => -3,
238 DEFAULT => -130
265 DEFAULT => -23
273 DEFAULT => -37
276 DEFAULT => -14
325 DEFAULT => -5
331 DEFAULT => -27
334 DEFAULT
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DGrammar.pm48 GET CALL SET DEFAULT INSERT INCLUDE PROCESS WRAPPER BLOCK END
180 'DEFAULT' => 69,
186 DEFAULT => -3,
238 DEFAULT => -130
265 DEFAULT => -23
273 DEFAULT => -37
276 DEFAULT => -14
325 DEFAULT => -5
331 DEFAULT => -27
334 DEFAULT
[all...]
/macosx-10.9.5/bind9-45.100/
H A DGNUmakefile9 .DEFAULT:
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcpu-openrisc.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
35 DEFAULT, \
H A Dcpu-alpha.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
35 DEFAULT, \
H A Dcpu-frv.c24 #define FRV_ARCH(MACHINE, NAME, DEFAULT, NEXT) \
34 DEFAULT, /* is this the default? */ \
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/lib/Parse/Yapp/
H A DParse.pm99 DEFAULT => -19,
116 DEFAULT => -19,
135 DEFAULT => -19,
141 DEFAULT => -10
166 DEFAULT => -9
169 DEFAULT => -28
172 DEFAULT => -26
178 DEFAULT => -45,
209 DEFAULT => -14
212 DEFAULT
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DParse.pm99 DEFAULT => -19,
116 DEFAULT => -19,
135 DEFAULT => -19,
141 DEFAULT => -10
166 DEFAULT => -9
169 DEFAULT => -28
172 DEFAULT => -26
178 DEFAULT => -45,
209 DEFAULT => -14
212 DEFAULT
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DJoinConfig.java35 public static final JoinConfig DEFAULT = new JoinConfig(); field in class:JoinConfig
39 return (config == null) ? DEFAULT : config;
H A DStatsConfig.java21 public static final StatsConfig DEFAULT = new StatsConfig(); field in class:StatsConfig
25 return (config == null) ? DEFAULT : config;
H A DCacheFilePriority.java20 public static final CacheFilePriority DEFAULT = field in class:CacheFilePriority
21 new CacheFilePriority("DEFAULT", DbConstants.DB_PRIORITY_DEFAULT);
48 return DEFAULT;
H A DCheckpointConfig.java22 public static final CheckpointConfig DEFAULT = new CheckpointConfig(); field in class:CheckpointConfig
37 return (config == null) ? DEFAULT : config;
H A DCompactConfig.java21 public static final CompactConfig DEFAULT = new CompactConfig(); field in class:CompactConfig
25 return (config == null) ? DEFAULT : config;
H A DLockMode.java30 public static final LockMode DEFAULT = field in class:LockMode
31 new LockMode("DEFAULT", 0);
97 return ((mode == null) ? DEFAULT : mode).flag;
H A DVerifyConfig.java21 public static final VerifyConfig DEFAULT = new VerifyConfig(); field in class:VerifyConfig
25 return (config == null) ? DEFAULT : config;
H A DCursorConfig.java25 public static final CursorConfig DEFAULT = new CursorConfig(); field in class:CursorConfig
87 return (config == null) ? DEFAULT : config;
H A DLockDetectMode.java26 public static final LockDetectMode DEFAULT = field in class:LockDetectMode
27 new LockDetectMode("DEFAULT", DbConstants.DB_LOCK_DEFAULT);
84 return DEFAULT;
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DDatabaseNamer.java37 * DatabaseNamer#DEFAULT} object. An application may supply a custom {@link
97 public static final DatabaseNamer DEFAULT = new DatabaseNamer() { field in interface:DatabaseNamer
H A DStoreConfig.java37 public static final StoreConfig DEFAULT = new StoreConfig(); field in class:StoreConfig
46 private DatabaseNamer databaseNamer = DatabaseNamer.DEFAULT;
233 * By default this property is {@link DatabaseNamer#DEFAULT}.
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/t/lib/
H A Ddbixcsl_mssql_extra_tests.pm27 dat VARCHAR(100) DEFAULT 'foo',
28 num NUMERIC DEFAULT 10.89,
29 anint INT DEFAULT 6,
30 ts DATETIME DEFAULT getdate()
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/t/lib/
H A Ddbixcsl_mssql_extra_tests.pm27 dat VARCHAR(100) DEFAULT 'foo',
28 num NUMERIC DEFAULT 10.89,
29 anint INT DEFAULT 6,
30 ts DATETIME DEFAULT getdate()
/macosx-10.9.5/ruby-104/ruby/ext/fiddle/lib/fiddle/
H A Dclosure.rb34 def initialize ctype, args, abi = Fiddle::Function::DEFAULT, &block
/macosx-10.9.5/groff-38/groff/src/include/
H A Dcolor.h29 enum color_scheme {DEFAULT, CMY, CMYK, RGB, GRAY}; enumerator in enum:color_scheme
44 color(symbol s = default_symbol) : scheme(DEFAULT), nm(s) {}
53 int is_default() { return scheme == DEFAULT; }
/macosx-10.9.5/pyobjc-42/2.5/
H A DGNUmakefile10 DEFAULT := $(shell sed -n '/^DEFAULT = /s///p' $(PYTHONVERSIONS)) macro
12 ORDEREDVERS := $(DEFAULT) $(filter-out $(DEFAULT),$(VERSIONS))
107 cd $(OBJROOT)/$(DEFAULT)/DSTROOT && rsync -Ra $(MERGEDEFAULT) $(DSTROOT)
/macosx-10.9.5/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DPartialGetTest.java68 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
76 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
99 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
107 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
115 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
121 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
148 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
157 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
166 if (db.get(null, key, partialData, LockMode.DEFAULT) !=

Completed in 207 milliseconds

123456789