Home
last modified time | relevance | path

Searched refs:run (Results 26 – 50 of 1087) sorted by relevance

12345678910>>...44

/plugin/freechat/phpfreechat/lib/pear/
H A DPHPUnit.php117 function &run(&$suite) { function in PHPUnit
119 $suite->run($result);
/plugin/nsexport/action/
H A Dexport.php9 public $run = false; variable in action_plugin_nsexport_export
26 $this->run = true;
30 if (!$this->run) return;
/plugin/freechat/phpfreechat/src/commands/
H A Djoin.class.php9 function run(&$xml_reponse, $p) function in pfcCommand_join
30 $cmd->run($xml_reponse, $cmdp);
54 $cmd->run($xml_reponse, $cmdp);
H A Dinit.class.php7 function run(&$xml_reponse, $p) function in pfcCommand_init
19 $cmd->run($xml_reponse, $p);
H A Dredirect.class.php9 function run(&$xml_reponse, $p) function in pfcCommand_redirect
26 $cmd->run($xml_reponse, $cmdp);
H A Ddeop.class.php9 function run(&$xml_reponse, $p) function in pfcCommand_deop
22 $cmd->run($xml_reponse, $cmdp);
H A Dconnect.class.php7 function run(&$xml_reponse, $p) function in pfcCommand_connect
61 $ret = $cmd->run($xml_reponse, $cmdp);
70 $cmd->run($xml_reponse, $cmdp);
79 $cmd->run($xml_reponse, $cmdp);
H A Dme.class.php9 function run(&$xml_reponse, $p) function in pfcCommand_me
28 $cmd->run($xml_reponse, $cmdp);
H A Dasknick.class.php7 function run(&$xml_reponse, $p) function in pfcCommand_asknick
26 $cmd->run($xml_reponse, $cmdp);
H A Dop.class.php9 function run(&$xml_reponse, $p) function in pfcCommand_op
28 $cmd->run($xml_reponse, $cmdp);
H A Dnotice.class.php7 function run(&$xml_reponse, $p) function in pfcCommand_notice
31 $cmd->run($xml_reponse, $cmdp);
/plugin/siteexport/
H A D.scrutinizer.yml14 command: phpcs-run
16 - php-scrutinizer-run
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DRepeatedTest.php140 function run(&$result) { function in PHPUnit_RepeatedTest
142 $this->_test->run($result);
H A DTestDecorator.php104 $this->_test->run($result);
136 function run(&$result) { /* abstract */ } function in PHPUnit_TestDecorator
/plugin/freechat/phpfreechat/src/proxies/
H A Dnoflood.class.php34 function run(&$xml_reponse, $p) function in pfcProxyCommand_noflood
85 $cmd->run($xml_reponse, $cmdp);
101 return $this->next->run($xml_reponse, $p);
H A Dauth.class.php33 function run(&$xml_reponse, $p) function in pfcProxyCommand_auth
54 $cmd->run($xml_reponse, $cmdp);
112 return $this->next->run($xml_reponse, $p);
H A Dlock.class.php33 function run(&$xml_reponse, $p) function in pfcProxyCommand_lock
58 return $this->next->run($xml_reponse, $p);
H A Dchecknickchange.class.php33 function run(&$xml_reponse, $p) function in pfcProxyCommand_checknickchange
99 return $cmd->run($xml_reponse, $cmdp);
103 return $this->next->run($xml_reponse, $p);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestListenerTest.php87 $test->run($this->result);
96 $test->run($this->result);
105 $test->run($this->result);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DTaskQueue.php27 $this->run();
44 public function run() function in GuzzleHttp\\Promise\\TaskQueue
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DTestDecorator.php55 $this->test->run($result);
97 public function run(PHPUnit_Framework_TestResult $result = null) function in PHPUnit_Extensions_TestDecorator
H A DRepeatedTest.php71 public function run(PHPUnit_Framework_TestResult $result = null) function in PHPUnit_Extensions_RepeatedTest
83 $this->test->run($result);
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5run("before-highlight",l);if(i&&self.Worker){var c=new Worker(t.filename);c.onmessage=function(e){…
/plugin/bpmnio/vendor/bpmn-js/
H A DREADME.md68 Then, depending on your use-case you may run any of the following commands:
71 # build the library and run all tests
72 npm run all
77 # run the full development setup
78 npm run dev
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php290 $cmd->run($xml_reponse, $cmdp);
292 @$cmd->run($xml_reponse, $cmdp);
304 $cmd->run($xml_reponse, $cmdp);
306 @$cmd->run($xml_reponse, $cmdp);
325 $cmd->run($xml_reponse, $cmdp);
327 @$cmd->run($xml_reponse, $cmdp);

12345678910>>...44