Home
last modified time | relevance | path

Searched refs:getProcess (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/dports/devel/gitlist/gitlist/vendor/symfony/process/Tests/
H A DProcessTest.php82 $p = $this->getProcess('');
88 $p = $this->getProcess('');
260 $process = $this->getProcess('foo');
277 $process = $this->getProcess('foo');
496 $process = $this->getProcess('');
547 $process = $this->getProcess('');
871 $process = $this->getProcess('foo');
926 $process = $this->getProcess('foo');
1020 $p = $this->getProcess('foo');
1053 $p = $this->getProcess('echo foo');
[all …]
H A DProcessBuilderTest.php25 ->getProcess();
46 ->getProcess()
59 ->getProcess();
95 $proc = $pb->getProcess();
143 $proc = $pb->getProcess();
156 $proc = $pb->getProcess();
170 ProcessBuilder::create()->getProcess();
177 ->getProcess();
189 ->getProcess();
202 ->getProcess();
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/
H A DProcessBuilderTest.php26 ->getProcess();
33 ->getProcess();
49 ->getProcess()
80 $proc = $pb->getProcess();
128 $proc = $pb->getProcess();
141 $proc = $pb->getProcess();
160 ->getProcess();
172 ->getProcess();
185 ->getProcess();
195 ->getProcess();
[all …]
H A DProcessTest.php91 $p = $this->getProcess('');
97 $p = $this->getProcess('');
267 $process = $this->getProcess('foo');
284 $process = $this->getProcess('foo');
490 $process = $this->getProcess('');
539 $process = $this->getProcess('');
874 $process = $this->getProcess('foo');
927 $process = $this->getProcess('foo');
936 $process = $this->getProcess('foo');
1024 $p = $this->getProcess('foo');
[all …]
/dports/www/phpbb3/phpBB3/vendor/symfony/process/Tests/
H A DProcessBuilderTest.php26 ->getProcess();
33 ->getProcess();
49 ->getProcess()
80 $proc = $pb->getProcess();
128 $proc = $pb->getProcess();
141 $proc = $pb->getProcess();
160 ->getProcess();
172 ->getProcess();
185 ->getProcess();
195 ->getProcess();
[all …]
H A DProcessTest.php91 $p = $this->getProcess('');
97 $p = $this->getProcess('');
267 $process = $this->getProcess('foo');
284 $process = $this->getProcess('foo');
490 $process = $this->getProcess('');
539 $process = $this->getProcess('');
874 $process = $this->getProcess('foo');
927 $process = $this->getProcess('foo');
936 $process = $this->getProcess('foo');
1024 $p = $this->getProcess('foo');
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/process/Tests/
H A DProcessBuilderTest.php26 ->getProcess();
33 ->getProcess();
49 ->getProcess()
80 $proc = $pb->getProcess();
128 $proc = $pb->getProcess();
141 $proc = $pb->getProcess();
160 ->getProcess();
172 ->getProcess();
185 ->getProcess();
195 ->getProcess();
[all …]
H A DProcessTest.php91 $p = $this->getProcess('');
97 $p = $this->getProcess('');
267 $process = $this->getProcess('foo');
284 $process = $this->getProcess('foo');
490 $process = $this->getProcess('');
539 $process = $this->getProcess('');
874 $process = $this->getProcess('foo');
927 $process = $this->getProcess('foo');
936 $process = $this->getProcess('foo');
1024 $p = $this->getProcess('foo');
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/
H A DProcessBuilderTest.php26 ->getProcess();
33 ->getProcess();
49 ->getProcess()
80 $proc = $pb->getProcess();
128 $proc = $pb->getProcess();
141 $proc = $pb->getProcess();
160 ->getProcess();
172 ->getProcess();
185 ->getProcess();
195 ->getProcess();
[all …]
H A DProcessTest.php91 $p = $this->getProcess('');
97 $p = $this->getProcess('');
267 $process = $this->getProcess('foo');
284 $process = $this->getProcess('foo');
490 $process = $this->getProcess('');
539 $process = $this->getProcess('');
874 $process = $this->getProcess('foo');
927 $process = $this->getProcess('foo');
936 $process = $this->getProcess('foo');
1024 $p = $this->getProcess('foo');
[all …]
/dports/cad/gds3d/GDS3D-bcdb97a/gdsoglviewer/
H A Dui_ruler.cpp57 …ProcessLayer *layer = wm->getProcess()->GetLayer(rulerlayer, rulerdatatype, wm->getProcess()->GetC… in Draw()
198 …ProcessLayer *layer = wm->getProcess()->GetLayer(rulerlayer, rulerdatatype, wm->getProcess()->GetC… in Event()
209 ProcessLayer *layer = wm->getProcess()->GetLayerProcess(wm->getProcess()->GetCurrentProcess()); in Event()
214 wm->getProcess()->SetCurrentProcess(layer->ProcessName); in Event()
307 …ProcessLayer *layer = wm->getProcess()->GetLayer(rulerlayer, rulerdatatype, wm->getProcess()->GetC… in Event()
316 wm->getProcess()->SetCurrentProcess(layer->ProcessName); in Event()
328 …ProcessLayer *curlayer = wm->getProcess()->GetLayer(rulerlayer, rulerdatatype, wm->getProcess()->G… in Event()
329 ProcessLayer *layer = wm->getProcess()->GetLayer(); // First layer in Event()
337 wm->getProcess()->SetCurrentProcess(layer->ProcessName); in Event()
/dports/www/drupal8/drupal-8.9.20/core/modules/text/tests/src/Unit/Migrate/d6/
H A DTextFieldTest.php42 $migration->getProcess()->willReturn($arguments[1]);
61 $process = $this->migration->getProcess();
84 $process = $this->migration->getProcess();
124 $this->assertSame($expected, $this->migration->getProcess()['process']);
149 $this->assertSame($expected, $this->migration->getProcess()['process']);
178 $this->assertSame($expected, $this->migration->getProcess()['process']);
203 $this->assertSame($expected, $this->migration->getProcess()['process']);
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_process_pool/
H A Dgetprocess_2.phpt2 swoole_process_pool: getProcess [2]
16 $process1 = $pool->getProcess();
17 $process2 = $pool->getProcess(1);
19 Assert::same(@$pool->getProcess(2), false);
29 $process1 = $pool->getProcess(0);
H A Dbug_2652.phpt13 $pool->getProcess($workerId)->useQueue(MSGQ_KEY);
14 $pool->getProcess($workerId)->push('test');
15 Assert::same('test', $pool->getProcess($workerId)->pop());
H A Dgetprocess_3.phpt2 swoole_process_pool: getProcess [3]
20 $process1 = $pool->getProcess(1);
25 $process2 = $pool->getProcess(1);
/dports/www/drupal8/drupal-8.9.20/core/modules/taxonomy/tests/src/Kernel/Migrate/
H A DTaxonomyTermDeriverTest.php21 $process = $this->getMigration('d7_taxonomy_term:vocabfixed')->getProcess();
25 $process = $this->getMigration('d7_taxonomy_term:vocablocalized')->getProcess();
29 $process = $this->getMigration('d7_taxonomy_term:vocabtranslate')->getProcess();
33 $process = $this->getMigration('d7_taxonomy_term:test_vocabulary')->getProcess();
/dports/www/drupal9/drupal-9.2.10/core/modules/taxonomy/tests/src/Kernel/Migrate/
H A DTaxonomyTermDeriverTest.php23 $process = $this->getMigration('d7_taxonomy_term:vocabfixed')->getProcess();
27 $process = $this->getMigration('d7_taxonomy_term:vocablocalized')->getProcess();
31 $process = $this->getMigration('d7_taxonomy_term:vocabtranslate')->getProcess();
35 $process = $this->getMigration('d7_taxonomy_term:test_vocabulary')->getProcess();
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/cdripper/
H A DCdda2wavScanBus.java118 getProcess().getInputStream())); in tryScanWithIcedax()
120 int code = getProcess().waitFor(); in tryScanWithIcedax()
196 getProcess().getErrorStream())); in tryScanWithCdda2wav()
199 getProcess().getInputStream())); in tryScanWithCdda2wav()
205 int code = getProcess().waitFor(); in tryScanWithCdda2wav()
301 getProcess().getErrorStream())); in tryScanWithATA()
304 getProcess().getInputStream())); in tryScanWithATA()
309 int code = getProcess().waitFor(); in tryScanWithATA()
379 private Process getProcess() { in getProcess() method in Cdda2wavScanBus
/dports/www/drupal8/drupal-8.9.20/core/modules/text/tests/src/Unit/Migrate/
H A DTextCckTest.php42 $migration->getProcess()->willReturn($arguments[1]);
57 $process = $this->migration->getProcess();
93 $this->assertSame($expected, $this->migration->getProcess()['process']);
118 $this->assertSame($expected, $this->migration->getProcess()['process']);
/dports/www/drupal8/drupal-8.9.20/core/modules/text/tests/src/Unit/Plugin/migrate/cckfield/
H A DTextCckTest.php42 $migration->getProcess()->willReturn($arguments[1]);
57 $process = $this->migration->getProcess();
93 $this->assertSame($expected, $this->migration->getProcess()['process']);
118 $this->assertSame($expected, $this->migration->getProcess()['process']);
/dports/www/drupal9/drupal-9.2.10/core/modules/text/tests/src/Unit/Migrate/d6/
H A DTextFieldTest.php43 $migration->getProcess()->willReturn($arguments[1]);
58 $process = $this->migration->getProcess();
94 $this->assertSame($expected, $this->migration->getProcess()['process']);
119 $this->assertSame($expected, $this->migration->getProcess()['process']);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/
H A DProcessConsolePageParticipant.java83 IStreamsProxy proxy = getProcess().getStreamsProxy(); in execute()
101 fRemoveTerminated = new ConsoleRemoveLaunchAction(fConsole.getProcess().getLaunch()); in init()
169 ILaunch launch = getProcess().getLaunch(); in getAdapter()
180 IProcess process = getProcess(); in getShowInContext()
208 if (event.getSource().equals(getProcess())) { in handleDebugEvents()
220 protected IProcess getProcess() { in getProcess() method in ProcessConsolePageParticipant
221 return fConsole != null ? fConsole.getProcess() : null; in getProcess()
251 if (fView != null && getProcess().equals(DebugUITools.getCurrentProcess())) { in debugContextChanged()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/python/
H A DStreamingPythonScriptExecutorUnitTest.java64 Assert.assertFalse(streamingPythonExecutor.getProcess().isAlive()); in testExecuteCommand()
95 Assert.assertFalse(streamingPythonExecutor.getProcess().isAlive()); in testNckWithMessage()
115 Assert.assertFalse(streamingPythonExecutor.getProcess().isAlive()); in testTerminateWhilePythonBlocked()
127 Assert.assertFalse(streamingPythonExecutor.getProcess().isAlive()); in testTryTerminatedController()
144 Assert.assertFalse(streamingPythonExecutor.getProcess().isAlive()); in testRequireNewlineTerminatedCommand()
212 Assert.assertFalse(streamingPythonExecutor.getProcess().isAlive()); in testAsyncWriteService()
240 Assert.assertFalse(streamingPythonExecutor.getProcess().isAlive()); in testEnablePythonProfiling()
274 Assert.assertFalse(streamingPythonExecutor.getProcess().isAlive()); in executeBadPythonCode()
/dports/www/drupal9/drupal-9.2.10/core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/
H A DTextFieldTest.php43 $migration->getProcess()->willReturn($arguments[1]);
58 $process = $this->migration->getProcess();
94 $this->assertSame($expected, $this->migration->getProcess()['process']);
119 $this->assertSame($expected, $this->migration->getProcess()['process']);
/dports/www/drupal8/drupal-8.9.20/core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/
H A DTextFieldTest.php41 $migration->getProcess()->willReturn($arguments[1]);
56 $process = $this->migration->getProcess();
92 $this->assertSame($expected, $this->migration->getProcess()['process']);
117 $this->assertSame($expected, $this->migration->getProcess()['process']);

12345678910>>...22