Home
last modified time | relevance | path

Searched refs:setArguments (Results 1 – 25 of 1776) sorted by relevance

12345678910>>...72

/dports/finance/prestashop/prestashop/vendor/symfony/monolog-bundle/DependencyInjection/
H A DMonologExtension.php265 $definition->setArguments([
305 $definition->setArguments([
338 $client->setArguments([
346 $definition->setArguments([
355 $definition->setArguments([
363 $definition->setArguments([
412 $definition->setArguments([
433 $definition->setArguments([
445 $definition->setArguments([
459 $definition->setArguments([
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/monolog-bundle/DependencyInjection/
H A DMonologExtension.php297 $definition->setArguments([
337 $definition->setArguments([
370 $client->setArguments([
378 $definition->setArguments([
387 $definition->setArguments([
395 $definition->setArguments([
444 $definition->setArguments([
465 $definition->setArguments([
477 $definition->setArguments([
491 $definition->setArguments([
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/
H A DResolveNamedArgumentsPassTest.php34 $definition->setArguments([
55 ->setArguments(['$apiKey' => '123']);
69 $definition->setArguments(['$apiKey' => '123']);
81 $definition->setArguments(['$apiKey' => '123']);
93 $definition->setArguments(['$apiKey' => '123']);
106 $definition->setArguments(['$notFound' => '123']);
122 $definition->setArguments(['$notFound' => '123']);
133 …$definition->setArguments(['$apiKey' => '123', CaseSensitiveClass::class => new Reference('foo')]);
146 …$definition->setArguments([CaseSensitiveClass::class => new Reference('foo'), '$token' => 'qwerty'…
159 …$definition->setArguments([CaseSensitiveClass::class => new Reference('foo'), '$token' => 'qwerty'…
H A DInlineServiceDefinitionsPassTest.php36 ->setArguments([new Reference('inlinable.service')])
57 ->setArguments([$ref = new Reference('foo')])
82 … ->setArguments([new Reference('foo'), $ref = new Reference('moo'), new Reference('bar')])
199 ->setArguments([
223 ->setArguments([
253 ->setArguments([
275 ->setArguments([$ref = new Reference('foo')])
308 ->setArguments([new ServiceClosureArgument(new Reference('inline'))])
312 ->setArguments([new IteratorArgument([new Reference('inline')])])
343 ->setArguments([new Reference('inlinable.service')])
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/
H A DResolveNamedArgumentsPassTest.php34 $definition->setArguments([
55 ->setArguments(['$apiKey' => '123']);
69 $definition->setArguments(['$apiKey' => '123']);
81 $definition->setArguments(['$apiKey' => '123']);
93 $definition->setArguments(['$apiKey' => '123']);
106 $definition->setArguments(['$notFound' => '123']);
122 $definition->setArguments(['$notFound' => '123']);
133 …$definition->setArguments(['$apiKey' => '123', CaseSensitiveClass::class => new Reference('foo')]);
146 …$definition->setArguments([CaseSensitiveClass::class => new Reference('foo'), '$token' => 'qwerty'…
159 …$definition->setArguments([CaseSensitiveClass::class => new Reference('foo'), '$token' => 'qwerty'…
H A DInlineServiceDefinitionsPassTest.php36 ->setArguments([new Reference('inlinable.service')])
57 ->setArguments([$ref = new Reference('foo')])
82 … ->setArguments([new Reference('foo'), $ref = new Reference('moo'), new Reference('bar')])
199 ->setArguments([
223 ->setArguments([
253 ->setArguments([
275 ->setArguments([$ref = new Reference('foo')])
308 ->setArguments([new ServiceClosureArgument(new Reference('inline'))])
312 ->setArguments([new IteratorArgument([new Reference('inline')])])
343 ->setArguments([new Reference('inlinable.service')])
/dports/deskutils/egroupware/egroupware/vendor/symfony/dependency-injection/Tests/Compiler/
H A DResolveNamedArgumentsPassTest.php36 $definition->setArguments([
57 ->setArguments(['$apiKey' => '123']);
71 $definition->setArguments(['$apiKey' => '123']);
83 $definition->setArguments(['$apiKey' => '123']);
95 $definition->setArguments(['$apiKey' => '123']);
108 $definition->setArguments(['$notFound' => '123']);
124 $definition->setArguments(['$notFound' => '123']);
135 …$definition->setArguments(['$apiKey' => '123', CaseSensitiveClass::class => new Reference('foo')]);
174 …$definition->setArguments([CaseSensitiveClass::class => new Reference('foo'), '$token' => 'qwerty'…
187 …$definition->setArguments([CaseSensitiveClass::class => new Reference('foo'), '$token' => 'qwerty'…
[all …]
H A DInlineServiceDefinitionsPassTest.php35 ->setArguments([new Reference('inlinable.service')])
57 ->setArguments([$ref = new Reference('foo')])
82 … ->setArguments([new Reference('foo'), $ref = new Reference('moo'), new Reference('bar')])
200 ->setArguments([
224 ->setArguments([
254 ->setArguments([
276 ->setArguments([$ref = new Reference('foo')])
309 ->setArguments([new ServiceClosureArgument(new Reference('inline'))])
313 ->setArguments([new IteratorArgument([new Reference('inline')])])
H A DResolveInvalidReferencesPassTest.php29 ->setArguments([
49 ->setArguments([
91 ->setArguments([new Reference('bar')])
136 ->setArguments([
154 ->setArguments([
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/test/java/org/springframework/beans/factory/config/
H A DMethodInvokingFactoryBeanTests.java150 mcfb.setArguments(new Object[] {new ArrayList<Object>(), new ArrayList<Object>(), "hello"}); in testGetObjectType()
159 mcfb.setArguments(new Object[] {"1", new Object()}); in testGetObjectType()
249 mcfb.setArguments(new Object[] {new Integer(1), new Object()}); in testArgumentConversion()
284 methodInvoker.setArguments(new Object[] {null}); in testInvokeWithNullArgument()
294 methodInvoker.setArguments(new Object[] {new Integer(5)}); in testInvokeWithIntArgument()
301 methodInvoker.setArguments(new Object[] {"5"}); in testInvokeWithIntArgument()
318 methodInvoker.setArguments(new Object[] {new String[] {"5", "10"}}); in testInvokeWithIntArguments()
325 methodInvoker.setArguments(new Integer[] {new Integer(5), new Integer(10)}); in testInvokeWithIntArguments()
332 methodInvoker.setArguments(new String[] {"5", "10"}); in testInvokeWithIntArguments()
339 methodInvoker.setArguments(new Object[] {new Integer(5), new Integer(10)}); in testInvokeWithIntArguments()
[all …]
/dports/math/vtk9/VTK-9.1.0/Web/Python/vtkmodules/web/
H A Dcamera.py161 self.dataHandler.setArguments(
225 self.dataHandler.setArguments(
409 self.dataHandler.setArguments(eye=0)
420 self.dataHandler.setArguments(eye=1)
438 self.dataHandler.setArguments(eye=0)
449 self.dataHandler.setArguments(eye=1)
465 self.dataHandler.setArguments(eye=0)
476 self.dataHandler.setArguments(eye=1)
492 self.dataHandler.setArguments(eye=0)
503 self.dataHandler.setArguments(eye=1)
[all …]
/dports/math/vtk8/VTK-8.2.0/Web/Python/vtkmodules/web/
H A Dcamera.py314 self.dataHandler.setArguments(eye=0)
320 self.dataHandler.setArguments(eye=1)
331 self.dataHandler.setArguments(eye=0)
337 self.dataHandler.setArguments(eye=1)
348 self.dataHandler.setArguments(eye=0)
354 self.dataHandler.setArguments(eye=1)
365 self.dataHandler.setArguments(eye=0)
371 self.dataHandler.setArguments(eye=1)
382 self.dataHandler.setArguments(eye=0)
388 self.dataHandler.setArguments(eye=1)
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/test/java/org/springframework/util/
H A DMethodInvokerTests.java46 mi.setArguments(new Object[] {new ArrayList(), new ArrayList(), "hello"}); in testPlainMethodInvoker()
53 mi.setArguments(new Object[] {new ArrayList(), new ArrayList(), "hello", "bogus"}); in testPlainMethodInvoker()
61 mi.setArguments(new Object[] {new ArrayList(), new ArrayList(), "hello", Boolean.TRUE}); in testPlainMethodInvoker()
76 methodInvoker.setArguments(new Object[] {new String("no match")}); in testStringWithMethodInvoker()
89 methodInvoker.setArguments(new Object[] {new Purchaser()}); in testPurchaserWithMethodInvoker()
99 methodInvoker.setArguments(new Object[] {new Shopper()}); in testShopperWithMethodInvoker()
109 methodInvoker.setArguments(new Object[] {new Salesman()}); in testSalesmanWithMethodInvoker()
119 methodInvoker.setArguments(new Object[] {new Customer()}); in testCustomerWithMethodInvoker()
129 methodInvoker.setArguments(new Object[] {new Regular("Kotter")}); in testRegularWithMethodInvoker()
139 methodInvoker.setArguments(new Object[] {new VIP("Fonzie")}); in testVIPWithMethodInvoker()
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/
H A Dasemankdewallet.cpp88 omsg.setArguments( args ); in createFolder()
115 omsg.setArguments( args ); in removeFolder()
143 omsg.setArguments( args ); in readEntry()
165 omsg.setArguments( args ); in readEntryList()
187 omsg.setArguments( args ); in readMap()
209 omsg.setArguments( args ); in readMapList()
231 omsg.setArguments( args ); in readPassword()
253 omsg.setArguments( args ); in readPasswordList()
275 omsg.setArguments( args ); in removeEntry()
298 omsg.setArguments( args ); in renameEntry()
[all …]
/dports/www/choqok/choqok-1.7.0/plugins/imstatus/
H A Dimqdbus.cpp87 msg.setArguments(args); in useKopete()
101 msg.setArguments(args); in usePsi()
114 msg.setArguments(args); in useSkype()
123 msg.setArguments(args); in useSkype()
132 msg.setArguments(args); in useSkype()
152 msg.setArguments(args); in usePidgin()
164 msg.setArguments(args); in usePidgin()
176 msg.setArguments(args); in usePidgin()
186 msg.setArguments(args); in usePidgin()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/nightcolor/
H A Dnightcolordbusinterface.cpp38 message.setArguments({ in NightColorDBusInterface()
57 message.setArguments({ in NightColorDBusInterface()
76 message.setArguments({ in NightColorDBusInterface()
95 message.setArguments({ in NightColorDBusInterface()
114 message.setArguments({ in NightColorDBusInterface()
133 message.setArguments({ in NightColorDBusInterface()
153 message.setArguments({ in NightColorDBusInterface()
173 message.setArguments({ in NightColorDBusInterface()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dsession_logind.cpp68 message.setArguments({sessionId}); in findProcessSessionPath()
82 message.setArguments({ false }); in takeControl()
173 message.setArguments({uint(major(st.st_rdev)), uint(minor(st.st_rdev))}); in openRestricted()
202 message.setArguments({uint(major(st.st_rdev)), uint(minor(st.st_rdev))}); in closeRestricted()
214 message.setArguments({ terminal }); in switchTo()
236 activeMessage.setArguments({ s_sessionInterface, QStringLiteral("Active") }); in initialize()
241 seatMessage.setArguments({ s_sessionInterface, QStringLiteral("Seat") }); in initialize()
246 terminalMessage.setArguments({ s_sessionInterface, QStringLiteral("VTNr") }); in initialize()
313 message.setArguments({ major, minor }); in handlePauseDevice()
H A Dsession_consolekit.cpp69 message.setArguments({ uint32_t(QCoreApplication::applicationPid()) }); in findProcessSessionPath()
84 message.setArguments({ false }); in takeControl()
175 message.setArguments({uint(major(st.st_rdev)), uint(minor(st.st_rdev))}); in openRestricted()
204 message.setArguments({uint(major(st.st_rdev)), uint(minor(st.st_rdev))}); in closeRestricted()
216 message.setArguments({ terminal }); in switchTo()
238 activeMessage.setArguments({ s_sessionInterface, QStringLiteral("active") }); in initialize()
243 seatMessage.setArguments({ s_sessionInterface, QStringLiteral("Seat") }); in initialize()
248 terminalMessage.setArguments({ s_sessionInterface, QStringLiteral("VTNr") }); in initialize()
315 message.setArguments({ major, minor }); in handlePauseDevice()
/dports/devel/gitlist/gitlist/vendor/symfony/process/Tests/
H A DProcessBuilderTest.php93 $pb->setArguments(array('second'));
105 $proc = $pb->setArguments(array('-v'))->getProcess();
112 $proc = $pb->setArguments(array('-i'))->getProcess();
125 $proc = $pb->setArguments(array('-v'))->getProcess();
132 $proc = $pb->setArguments(array('-i'))->getProcess();
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/
H A DProcessBuilderTest.php78 $pb->setArguments(['second']);
90 $proc = $pb->setArguments(['-v'])->getProcess();
97 $proc = $pb->setArguments(['-i'])->getProcess();
110 $proc = $pb->setArguments(['-v'])->getProcess();
117 $proc = $pb->setArguments(['-i'])->getProcess();
/dports/www/phpbb3/phpBB3/vendor/symfony/process/Tests/
H A DProcessBuilderTest.php78 $pb->setArguments(['second']);
90 $proc = $pb->setArguments(['-v'])->getProcess();
97 $proc = $pb->setArguments(['-i'])->getProcess();
110 $proc = $pb->setArguments(['-v'])->getProcess();
117 $proc = $pb->setArguments(['-i'])->getProcess();
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/process/Tests/
H A DProcessBuilderTest.php78 $pb->setArguments(['second']);
90 $proc = $pb->setArguments(['-v'])->getProcess();
97 $proc = $pb->setArguments(['-i'])->getProcess();
110 $proc = $pb->setArguments(['-v'])->getProcess();
117 $proc = $pb->setArguments(['-i'])->getProcess();
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/
H A DProcessBuilderTest.php78 $pb->setArguments(['second']);
90 $proc = $pb->setArguments(['-v'])->getProcess();
97 $proc = $pb->setArguments(['-i'])->getProcess();
110 $proc = $pb->setArguments(['-v'])->getProcess();
117 $proc = $pb->setArguments(['-i'])->getProcess();
/dports/finance/prestashop/prestashop/vendor/symfony/swiftmailer-bundle/DependencyInjection/
H A DSwiftmailerExtension.php100 $definitionDecorator->setArguments([
168 ->setArguments([
177 ->setArguments([
204 ->setArguments([
213 ->setArguments([
225 ->setArguments([
273 ->setArguments([
300 ->setArguments([
322 ->setArguments([
343 ->setArguments([
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Task/
H A DRebuildDb.php53 $this->dropDb->setArguments($this->getArguments());
56 $this->createDb->setArguments($this->getArguments());
59 $this->createTables->setArguments($this->getArguments());

12345678910>>...72