/plugin/git/lib/ |
H A D | Git.php | 124 else $repo->run('init'); 164 if ($_init) $this->run('init'); 177 if ($_init) $this->run('init'); 251 public function run($command) { function in GitRepo 267 return $this->run("add $files -v"); 293 return $this->run($cmd); 315 return $this->run("status"); 488 return $this->run("branch $branch"); 550 return $this->run("checkout $branch"); 591 return $this->run("fetch"); [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | TestCaseTest.php | 45 $result = $test->run(); 57 $result = $test->run(); 69 $result = $test->run(); 81 $result = $test->run(); 94 $result = $test->run(); 107 $result = $test->run(); 119 $result = $test->run(); 170 $t->run($result); 180 $test->run(); 280 $test->run(); [all …]
|
H A D | SuiteTest.php | 67 $suite->run($this->result); 78 $suite->run($this->result); 90 $suite->run($this->result); 110 $suite->run($this->result); 141 $suite->run($this->result); 155 $suite->run($this->result); 167 $suite->run($this->result); 180 $suite->run($this->result); 193 $result = $test->run(); 206 $result = $test->run(); [all …]
|
/plugin/gitbacked/lib/ |
H A D | Git.php | 175 $repo->run('init'); 230 $this->run('init'); 244 if ($_init) $this->run('init'); 357 public function run($command) { function in GitRepo 434 $msg = $this->run("status"); 454 return $this->run("add $files -v"); 562 return $this->run("branch $branch"); 646 return $this->run("checkout $branch"); 671 return $this->run("fetch"); 739 return $this->run("pull $remote $branch"); [all …]
|
/plugin/freechat/phpfreechat/src/commands/ |
H A D | update.class.php | 7 function run(&$xml_reponse, $p) function in pfcCommand_update 27 $cmd->run($xml_reponse, $cmdp); 39 $cmd->run($xml_reponse, $cmdp); 48 $cmd->run($xml_reponse, $cmdp); 55 $cmd->run($xml_reponse, $cmdp); 64 $cmd->run($xml_reponse, $cmdp); 70 $cmd->run($xml_reponse, $cmdp);
|
H A D | invite.class.php | 40 function run(&$xml_reponse, $p) function in pfcCommand_invite 64 $cmd->run($xml_reponse, $cmdp); 75 $cmd->run($xml_reponse, $cmdp); 94 $cmd->run($xml_reponse, $cmdp);
|
H A D | ban.class.php | 9 function run(&$xml_reponse, $p) function in pfcCommand_ban 39 $cmd->run($xml_reponse, $cmdp); 51 $cmd->run($xml_reponse, $cmdp); 59 $cmd->run($xml_reponse, $cmdp);
|
H A D | send.class.php | 7 function run(&$xml_reponse, $p) function in pfcCommand_send 42 $cmd->run($xml_reponse, $cmdp); 58 $cmd->run($xml_reponse, $cmdp); 74 $cmd->run($xml_reponse, $cmdp);
|
H A D | leave.class.php | 10 function run(&$xml_reponse, $p) function in pfcCommand_leave 34 $cmd->run($xml_reponse, $cmdp); 103 $cmd->run($xml_reponse, $cmdp); 126 $cmd->run($xml_reponse, $cmdp); 140 $cmd->run($xml_reponse, $cmdp);
|
H A D | nick.class.php | 9 function run(&$xml_reponse, $p) function in pfcCommand_nick 28 $cmd->run($xml_reponse, $cmdp); 60 $cmd->run($xml_reponse, $cmdp); 66 $cmd->run($xml_reponse, $cmdp);
|
H A D | quit.class.php | 7 function run(&$xml_reponse, $p) function in pfcCommand_quit 30 $cmd->run($xml_reponse, $cmdp); 41 $cmd->run($xml_reponse, $cmdp);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/ |
H A D | PhptTestCaseTest.php | 89 $this->testCase->run(); 108 $this->testCase->run(); 127 $this->testCase->run(); 145 $this->testCase->run(); 156 $this->testCase->run(); 173 $this->testCase->run(); 192 $this->testCase->run(); 205 $result = $this->testCase->run(); 220 $result = $this->testCase->run(); 235 $result = $this->testCase->run();
|
H A D | RepeatedTestTest.php | 28 $result = $test->run(); 37 $result = $test->run(); 46 $result = $test->run();
|
/plugin/html2pdf/html2pdf/html2ps/demo/ |
H A D | systemcheck.php | 62 function run() { function in ManagerChecks 93 function run() { function in CheckSimple 194 function run() { function in CheckPHPVersion 216 function run() { function in CheckDOM 253 function run() { function in CheckCurl 283 function run() { function in CheckGD 348 function run() { function in CheckAllowURLFopen 375 function run() { function in CheckPCREBacktrack 415 function run() { function in CheckPermissionsCache 457 function run() { function in CheckPermissionsOut [all …]
|
/plugin/clearhistory/ |
H A D | action.php | 15 protected $run = false; variable in action_plugin_clearhistory 25 if ($this->getConf('autoclearenabled') == 0) $this->run = true; 33 if ($get + (60 * 60 * 24) > time()) $this->run = true; 51 if ($this->run) return; 52 $this->run = true;
|
/plugin/jplayer/vendor/symfony/process/Tests/ |
H A D | ProcessTest.php | 63 $cmd->run(); 66 $cmd->run(); 180 $p->run(); 197 $p->run(); 217 $p->run(); 351 $p->run(); 359 $p->run(); 404 $p->run(); 412 $p->run(); 426 $p->run(); [all …]
|
/plugin/blogtng/action/ |
H A D | linkback.php | 15 private $run = false; variable in action_plugin_blogtng_linkback 41 $this->run = true; 51 if (!$this->run) return; 78 if (!$this->run) return; 97 if (!$this->run) return;
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/ |
H A D | run-tests | 4 # - Moved to .ci folder and seperated out `run-repository.sh` 11 DETACH=true bash .ci/run-elasticsearch.sh 15 echo -e "\033[1m>>>>> Running run-$RUNSCRIPT.sh >>>>>>>>>>>>>>>>>>>>>>>>>>>>>\033[0m" 18 bash .ci/run-${RUNSCRIPT}.sh 23 bash .ci/run-repository.s
|
/plugin/html2pdf/html2pdf/html2ps/features/ |
H A D | toc.php | 33 $toc =& $locator->run($pipeline, $media, $document); 120 $document_updater->run($toc_box, $media, $document); 168 function &run(&$pipeline, &$media, &$document) { function in FeatureTocAnchorLocatorHeaders 171 $walker->run($document); 193 function run(&$toc_box, &$media, &$document) { function in FeatureTocDocumentUpdaterAppendPage 203 function run(&$toc_box, &$media, &$document) { function in FeatureTocDocumentUpdaterPrependPage 213 function run(&$toc_box, &$media, &$document) { function in FeatureTocDocumentUpdaterPlaceholder
|
/plugin/semanticdata/phpSesame/ |
H A D | phpSesame.php | 174 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus()); 210 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus()); 330 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus()); 403 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus()); 426 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
|
/plugin/combo/vendor/dragonmantank/cron-expression/ |
H A D | README.md | 7 due to run, calculate the next run date of the expression, and calculate the previous 8 run date of the expression. You can calculate dates far into the future or past by 42 // Calculate a run date two iterations into the future 46 // Calculate a run date relative to a specific time 70 - PHPUnit is required to run the unit tests 71 - Composer is required to run the unit test
|
/plugin/poldek/ |
H A D | action.php | 23 private $run = false; variable in action_plugin_poldek 37 if ($this->run) { 41 $this->run = true;
|
/plugin/qc/action/ |
H A D | cron.php | 18 protected $run = false; 51 if ($this->run) return; 56 $this->run = true; 15 protected $run = false; global() variable in action_plugin_qc_cron
|
/plugin/freechat/phpfreechat/src/proxies/ |
H A D | checktimeout.class.php | 34 function run(&$xml_reponse, $p) function in pfcProxyCommand_checktimeout 67 $cmd->run($xml_reponse, $cmdp); 75 return $this->next->run($xml_reponse, $p);
|
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/ |
H A D | TestSuite.php | 182 function run(&$result) { function in PHPUnit_TestSuite 184 $this->_tests[$i]->run($result); 196 $test->run($result);
|