Home
last modified time | relevance | path

Searched refs:withName (Results 1 – 25 of 764) sorted by relevance

12345678910>>...31

/dports/devel/cpputest/cpputest-4.0/tests/CppUTestExt/
H A DMockFailureTest.cpp73 expectedCallSingle.withName("bar"); in TEST_GROUP()
74 expectedCallMulti.withName("bar"); in TEST_GROUP()
113 call1->withName("foobar"); in TEST()
115 call3->withName("haphaphap"); in TEST()
146 call3->withName("unrelated"); in TEST()
169 call3->withName("unrelated"); in TEST()
191 call3->withName("unrelated"); in TEST()
212 call3->withName("unrelated"); in TEST()
236 call3->withName("unrelated"); in TEST()
261 call3->withName("unrelated"); in TEST()
[all …]
H A DExpectedFunctionsListTest.cpp48 call1->withName("foo"); in TEST_GROUP()
49 call2->withName("bar"); in TEST_GROUP()
222 call1->withName("foo"); in TEST()
224 call2->withName("bar"); in TEST()
233 call1->withName("foo"); in TEST()
235 call2->withName("bar"); in TEST()
242 call1->withName("foo"); in TEST()
243 call2->withName("bar"); in TEST()
244 call3->withName("blah"); in TEST()
258 call1->withName("foo"); in TEST()
[all …]
H A DMockActualCallTest.cpp62 actualCall.withName("unexpected"); in TEST()
91 actualCall.withName("unexpected").onObject(&object); in TEST()
111 call1.withName("func"); in TEST()
115 actualCall.withName("func").withParameter("integer", 1); in TEST()
128 call1->withName("func"); in TEST()
129 call2->withName("func"); in TEST()
136 actualCall1.withName("func"); in TEST()
142 actualCall2.withName("func"); in TEST()
153 actual.withName("func"); in TEST()
194 actual.withName("func"); in TEST()
[all …]
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Model/
H A DGMAppKit.m501 withName: @"backgroundColor"];
503 withName: @"borderType"];
509 withName: @"documentView"];
595 withName:@"catalogName"];
1174 withName:@"autoresizingMask"];
1177 withName:@"previousKeyView"];
1255 withName:@"frameAutosaveName"];
1266 withName:@"hidesOnDeactivate"];
1406 withName: @"directory"];
1456 withName:@"canChooseFiles"];
[all …]
H A DIBClasses.m85 [archiver encodeString:className withName:@"className"];
87 [archiver encodeObject:realObject withName:@"realObject"];
89 [archiver encodeObject:extension withName:@"extension"];
123 [archiver encodeString:className withName:@"className"];
124 [archiver encodeRect:[self frame] withName:@"frame"];
129 [archiver encodeObject:extension withName:@"extension"];
168 [archiver encodeObject:_source withName:@"source"];
170 [archiver encodeObject:_label withName:@"label"];
172 [archiver encodeObject:source withName:@"source"];
174 [archiver encodeObject:label withName:@"label"];
[all …]
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/Additions/GNUstepGUI/
H A DGMArchiver.h105 - (id)encodeObject:(id)anObject withName:(NSString*)name;
107 - (id)encodeArray:(NSArray*)array withName:(NSString*)name;
110 - (id)encodeClass:(Class)class withName:(NSString*)name;
114 - (void)encodeChar:(char)value withName:(NSString*)name;
116 - (void)encodeBOOL:(BOOL)value withName:(NSString*)name;
117 - (void)encodeShort:(short)value withName:(NSString*)name;
119 - (void)encodeInt:(int)value withName:(NSString*)name;
121 - (void)encodeLong:(long)value withName:(NSString*)name;
123 - (void)encodeFloat:(float)value withName:(NSString*)name;
128 - (void)encodeSize:(NSSize)size withName:(NSString*)name;
[all …]
/dports/deskutils/zanshin/zanshin-21.12.3/tests/units/akonadi/
H A Dakonadilivequeryhelperstest.cpp64 …data.createCollection(GenCollection().withId(42).withRootAsParent().withName(QStringLiteral("42"))… in shouldFetchAllCollections()
69 … data.createCollection(GenCollection().withId(45).withParent(42).withName(QStringLiteral("45"))); in shouldFetchAllCollections()
70 …data.createCollection(GenCollection().withId(46).withParent(42).withName(QStringLiteral("46")).wit… in shouldFetchAllCollections()
71 …data.createCollection(GenCollection().withId(47).withParent(42).withName(QStringLiteral("47")).wit… in shouldFetchAllCollections()
72 … data.createCollection(GenCollection().withId(48).withParent(43).withName(QStringLiteral("48"))); in shouldFetchAllCollections()
75 … data.createCollection(GenCollection().withId(51).withParent(44).withName(QStringLiteral("51"))); in shouldFetchAllCollections()
135 …data.createCollection(GenCollection().withId(42).withRootAsParent().withName(QStringLiteral("42"))… in shouldFetchCollectionsForRoot()
140 … data.createCollection(GenCollection().withId(45).withParent(42).withName(QStringLiteral("45"))); in shouldFetchCollectionsForRoot()
143 … data.createCollection(GenCollection().withId(48).withParent(43).withName(QStringLiteral("48"))); in shouldFetchCollectionsForRoot()
146 … data.createCollection(GenCollection().withId(51).withParent(44).withName(QStringLiteral("51"))); in shouldFetchCollectionsForRoot()
[all …]
H A Dakonadicachingstoragetest.cpp94 …data.createCollection(GenCollection().withId(43).withName(QStringLiteral("43Task")).withParent(42)… in shouldCacheAllCollectionsPerFetchType()
95 …data.createCollection(GenCollection().withId(44).withName(QStringLiteral("44Note")).withParent(42)… in shouldCacheAllCollectionsPerFetchType()
96 …data.createCollection(GenCollection().withId(45).withName(QStringLiteral("45Stuff")).withParent(42… in shouldCacheAllCollectionsPerFetchType()
99 …data.createCollection(GenCollection().withId(47).withName(QStringLiteral("47Task")).withParent(46)… in shouldCacheAllCollectionsPerFetchType()
100 …data.createCollection(GenCollection().withId(48).withName(QStringLiteral("48Note")).withParent(46)… in shouldCacheAllCollectionsPerFetchType()
101 …data.createCollection(GenCollection().withId(49).withName(QStringLiteral("49Stuff")).withParent(46… in shouldCacheAllCollectionsPerFetchType()
103 …data.createCollection(GenCollection().withId(50).withName(QStringLiteral("50Stuff")).withRootAsPar… in shouldCacheAllCollectionsPerFetchType()
106 …data.createCollection(GenCollection().withId(53).withName(QStringLiteral("53Stuff")).withParent(50… in shouldCacheAllCollectionsPerFetchType()
116 …data.createCollection(GenCollection().withId(60).withName(QStringLiteral("60Stuff")).withRootAsPar… in shouldCacheAllCollectionsPerFetchType()
117 …data.createCollection(GenCollection().withId(61).withName(QStringLiteral("61Stuff")).withParent(60… in shouldCacheAllCollectionsPerFetchType()
[all …]
H A Dakonadidatasourcequeriestest.cpp54 auto col = GenCollection().withId(id).withName(QString::number(id)).withRootAsParent(); in shouldCheckIfASourceIsDefaultFromSettings()
84 auto col = GenCollection().withId(id).withName(QString::number(id)).withRootAsParent(); in shouldStoreDefaultSourceInTheSettingsAndNotify()
108 …data.createCollection(GenCollection().withId(42).withName(QStringLiteral("42Task")).withRootAsPare… in shouldLookInAllReportedForTopLevelSources()
109 …data.createCollection(GenCollection().withId(44).withName(QStringLiteral("44Note")).withRootAsPare… in shouldLookInAllReportedForTopLevelSources()
112 …data.createCollection(GenCollection().withId(43).withName(QStringLiteral("43TaskChild")).withParen… in shouldLookInAllReportedForTopLevelSources()
115 …data.createCollection(GenCollection().withId(45).withName(QStringLiteral("45NoteChild")).withParen… in shouldLookInAllReportedForTopLevelSources()
154 …data.createCollection(GenCollection().withId(42).withName(QStringLiteral("42Task")).withRootAsPare… in shouldReactToCollectionAddsForTopLevelSources()
212 … data.modifyCollection(GenCollection(data.collection(42)).withName(QStringLiteral("42TaskBis"))); in shouldReactToItemChangesForTopLevelTasks()
403 …data.modifyCollection(GenCollection(data.collection(43)).withName(QStringLiteral("43TaskFirstChild… in shouldReactToCollectionChangesForChildSources()
584 … data.modifyCollection(GenCollection(data.collection(43)).withName(QStringLiteral("43TaskBis"))); in shouldReactToCollectionChangesForSelectedSources()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/foreign/
H A DTestLayoutPaths.java302 MemoryLayouts.JAVA_BYTE.withName("1"), in testStructPaths()
303 MemoryLayouts.JAVA_CHAR.withName("2"), in testStructPaths()
304 MemoryLayouts.JAVA_FLOAT.withName("3"), in testStructPaths()
305 MemoryLayouts.JAVA_LONG.withName("4") in testStructPaths()
343 MemoryLayouts.JAVA_BYTE.withName("1"), in testUnionPaths()
344 MemoryLayouts.JAVA_CHAR.withName("2"), in testUnionPaths()
345 MemoryLayouts.JAVA_FLOAT.withName("3"), in testUnionPaths()
346 MemoryLayouts.JAVA_LONG.withName("4") in testUnionPaths()
461 JAVA_INT.withName("x"), in testLayouts()
462 JAVA_INT.withName("y") in testLayouts()
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php150 * @param string $withName Name to register for this middleware.
152 public function before($findName, callable $middleware, $withName = '') argument
154 $this->splice($findName, $withName, $middleware, true);
162 * @param string $withName Name to register for this middleware.
164 public function after($findName, callable $middleware, $withName = '') argument
166 $this->splice($findName, $withName, $middleware, false);
227 * @param string $withName
231 private function splice($findName, $withName, callable $middleware, $before) argument
235 $tuple = [$middleware, $withName];
/dports/www/typo3-10/typo3_src-10.4.25/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php150 * @param string $withName Name to register for this middleware.
152 public function before($findName, callable $middleware, $withName = '') argument
154 $this->splice($findName, $withName, $middleware, true);
162 * @param string $withName Name to register for this middleware.
164 public function after($findName, callable $middleware, $withName = '') argument
166 $this->splice($findName, $withName, $middleware, false);
227 * @param string $withName
231 private function splice($findName, $withName, callable $middleware, $before) argument
235 $tuple = [$middleware, $withName];
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php154 * @param string $withName Name to register for this middleware.
156 public function before($findName, callable $middleware, $withName = '') argument
158 $this->splice($findName, $withName, $middleware, true);
166 * @param string $withName Name to register for this middleware.
168 public function after($findName, callable $middleware, $withName = '') argument
170 $this->splice($findName, $withName, $middleware, false);
231 * @param string $withName
235 private function splice($findName, $withName, callable $middleware, $before) argument
239 $tuple = [$middleware, $withName];
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/GuzzleHttp/
H A DHandlerStack.php154 * @param string $withName Name to register for this middleware.
156 public function before($findName, callable $middleware, $withName = '') argument
158 $this->splice($findName, $withName, $middleware, true);
166 * @param string $withName Name to register for this middleware.
168 public function after($findName, callable $middleware, $withName = '') argument
170 $this->splice($findName, $withName, $middleware, false);
231 * @param string $withName
235 private function splice($findName, $withName, callable $middleware, $before) argument
239 $tuple = [$middleware, $withName];
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php154 * @param string $withName Name to register for this middleware.
156 public function before($findName, callable $middleware, $withName = '') argument
158 $this->splice($findName, $withName, $middleware, true);
166 * @param string $withName Name to register for this middleware.
168 public function after($findName, callable $middleware, $withName = '') argument
170 $this->splice($findName, $withName, $middleware, false);
231 * @param string $withName
235 private function splice($findName, $withName, callable $middleware, $before) argument
239 $tuple = [$middleware, $withName];
/dports/audio/ampache/ampache-php74-5.0.0/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php154 * @param string $withName Name to register for this middleware.
156 public function before($findName, callable $middleware, $withName = '') argument
158 $this->splice($findName, $withName, $middleware, true);
166 * @param string $withName Name to register for this middleware.
168 public function after($findName, callable $middleware, $withName = '') argument
170 $this->splice($findName, $withName, $middleware, false);
231 * @param string $withName
235 private function splice($findName, $withName, callable $middleware, $before) argument
239 $tuple = [$middleware, $withName];
/dports/www/drupal8/drupal-8.9.20/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php154 * @param string $withName Name to register for this middleware.
156 public function before($findName, callable $middleware, $withName = '') argument
158 $this->splice($findName, $withName, $middleware, true);
166 * @param string $withName Name to register for this middleware.
168 public function after($findName, callable $middleware, $withName = '') argument
170 $this->splice($findName, $withName, $middleware, false);
231 * @param string $withName
235 private function splice($findName, $withName, callable $middleware, $before) argument
239 $tuple = [$middleware, $withName];
/dports/www/phpbb3/phpBB3/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php154 * @param string $withName Name to register for this middleware.
156 public function before($findName, callable $middleware, $withName = '') argument
158 $this->splice($findName, $withName, $middleware, true);
166 * @param string $withName Name to register for this middleware.
168 public function after($findName, callable $middleware, $withName = '') argument
170 $this->splice($findName, $withName, $middleware, false);
231 * @param string $withName
235 private function splice($findName, $withName, callable $middleware, $before) argument
239 $tuple = [$middleware, $withName];
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php154 * @param string $withName Name to register for this middleware.
156 public function before($findName, callable $middleware, $withName = '') argument
158 $this->splice($findName, $withName, $middleware, true);
166 * @param string $withName Name to register for this middleware.
168 public function after($findName, callable $middleware, $withName = '') argument
170 $this->splice($findName, $withName, $middleware, false);
231 * @param string $withName
235 private function splice($findName, $withName, callable $middleware, $before) argument
239 $tuple = [$middleware, $withName];
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php154 * @param string $withName Name to register for this middleware.
156 public function before($findName, callable $middleware, $withName = '') argument
158 $this->splice($findName, $withName, $middleware, true);
166 * @param string $withName Name to register for this middleware.
168 public function after($findName, callable $middleware, $withName = '') argument
170 $this->splice($findName, $withName, $middleware, false);
231 * @param string $withName
235 private function splice($findName, $withName, callable $middleware, $before) argument
239 $tuple = [$middleware, $withName];
/dports/www/drupal9/drupal-9.2.10/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php154 * @param string $withName Name to register for this middleware.
156 public function before($findName, callable $middleware, $withName = '') argument
158 $this->splice($findName, $withName, $middleware, true);
166 * @param string $withName Name to register for this middleware.
168 public function after($findName, callable $middleware, $withName = '') argument
170 $this->splice($findName, $withName, $middleware, false);
231 * @param string $withName
235 private function splice($findName, $withName, callable $middleware, $before) argument
239 $tuple = [$middleware, $withName];
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php154 * @param string $withName Name to register for this middleware.
156 public function before($findName, callable $middleware, $withName = '') argument
158 $this->splice($findName, $withName, $middleware, true);
166 * @param string $withName Name to register for this middleware.
168 public function after($findName, callable $middleware, $withName = '') argument
170 $this->splice($findName, $withName, $middleware, false);
231 * @param string $withName
235 private function splice($findName, $withName, callable $middleware, $before) argument
239 $tuple = [$middleware, $withName];
/dports/databases/mantis/mantisbt-2.25.2/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php154 * @param string $withName Name to register for this middleware.
156 public function before($findName, callable $middleware, $withName = '') argument
158 $this->splice($findName, $withName, $middleware, true);
166 * @param string $withName Name to register for this middleware.
168 public function after($findName, callable $middleware, $withName = '') argument
170 $this->splice($findName, $withName, $middleware, false);
231 * @param string $withName
235 private function splice($findName, $withName, callable $middleware, $before) argument
239 $tuple = [$middleware, $withName];
/dports/devel/spark/spark-2.1.1/mllib/src/test/scala/org/apache/spark/ml/feature/
H A DVectorAssemblerSuite.scala89 NominalAttribute.defaultAttr.withName("gender").withValues("male", "female"),
90 NumericAttribute.defaultAttr.withName("salary")))
107 assert(browserOut === browser.withIndex(0).withName("browser"))
109 assert(hourOut === hour.withIndex(1).withName("hour"))
111 assert(countOut === NumericAttribute.defaultAttr.withName("count").withIndex(2))
113 assert(userGenderOut === user.getAttr("gender").withName("user_gender").withIndex(3))
115 assert(userSalaryOut === user.getAttr("salary").withName("user_salary").withIndex(4))
116 assert(features.getAttr(5) === NumericAttribute.defaultAttr.withIndex(5).withName("ad_0"))
117 assert(features.getAttr(6) === NumericAttribute.defaultAttr.withIndex(6).withName("ad_1"))
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/Aws/
H A DHandlerList.php232 * @param string $withName Optional name to give the middleware
235 public function before($findName, $withName, callable $middleware) argument
237 $this->splice($findName, $withName, $middleware, true);
244 * @param string $withName Optional name to give the middleware
247 public function after($findName, $withName, callable $middleware) argument
249 $this->splice($findName, $withName, $middleware, false);
325 private function splice($findName, $withName, callable $middleware, $before) argument
334 if ($withName) {
335 $this->named[$withName] = $step;
346 ? [$this->steps[$step][$idx], [$middleware, $withName]]
[all …]

12345678910>>...31