Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 1297) sorted by relevance

12345678910>>...52

/plugin/git/lib/
DGit.php124 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");
277 return $this->run("log ".$revision." --reverse");
293 return $this->run($cmd);
314 if ($porcelain) return $this->run("status -u --porcelain");
315 return $this->run("status");
374 return $this->run("diff-tree -r --name-status --no-commit-id ".$hash);
[all …]
/plugin/gitbacked/classes/
DGitRepo.php77 $repo->run('init');
137 $this->run('init');
155 if ($_init) $this->run('init');
273 public function run($command) function in woolfg\\dokuwiki\\plugin\\gitbacked\\GitRepo
356 $msg = $this->run("status");
377 return $this->run("add $files -v");
395 return $this->run("rm " . ($cached ? '--cached ' : '') . $files);
414 return $this->run("commit --allow-empty " . $flags . " --file=" . $msgfile);
432 return $this->run("clone --local " . $this->repo_path . " $target");
447 return $this->run("clone --local $source " . $this->repo_path);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
DTestCaseTest.php45 $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();
131 $result = $test->run();
143 $result = $test->run();
155 $result = $test->run();
[all …]
DSuiteTest.php67 $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/freechat/phpfreechat/src/commands/
Dupdate.class.php7 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);
Dinvite.class.php40 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);
Dban.class.php9 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);
Dsend.class.php7 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);
Dleave.class.php10 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);
Dnick.class.php9 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);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
DPhptTestCaseTest.php89 $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();
DRepeatedTestTest.php28 $result = $test->run();
37 $result = $test->run();
46 $result = $test->run();
/plugin/html2pdf/html2pdf/html2ps/demo/
Dsystemcheck.php62 function run() { function in ManagerChecks
66 $__g_registered_checks[$i]->run();
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
[all …]
/plugin/clearhistory/
Daction.php15 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/
DProcessTest.php63 $cmd->run();
66 $cmd->run();
76 $process->run();
180 $p->run();
197 $p->run();
217 $p->run();
318 $process->run();
327 $p->run(function ($type, $buffer) use (&$called) {
340 $p->run(function ($type, $buffer) use (&$called) {
351 $p->run();
[all …]
/plugin/asciidocjs/node_modules/core-js/modules/
D_task.js15 var run = function () { function
25 run.call(event.data);
46 process.nextTick(ctx(run, id, 1));
51 Dispatch.now(ctx(run, id, 1));
71 run.call(id);
77 setTimeout(ctx(run, id, 1), 0);
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_task.js15 var run = function () { function
25 run.call(event.data);
46 process.nextTick(ctx(run, id, 1));
51 Dispatch.now(ctx(run, id, 1));
71 run.call(id);
77 setTimeout(ctx(run, id, 1), 0);
/plugin/blogtng/action/
Dlinkback.php15 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/html2pdf/html2pdf/html2ps/features/
Dtoc.php33 $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/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
Drun-tests11 DETACH=true bash .ci/run-elasticsearch.sh
18 bash .ci/run-${RUNSCRIPT}.sh
23 bash .ci/run-repository.sh
/plugin/semanticdata/phpSesame/
DphpSesame.php174 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 DREADME.md7 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 tests
/plugin/poldek/
Daction.php23 private $run = false; variable in action_plugin_poldek
37 if ($this->run) {
41 $this->run = true;
/plugin/asciidocjs/node_modules/lodash/
Drelease.md1 npm run build
2 npm run doc
15 npm run build
16 npm run doc
35 npm run build
36 npm run doc
/plugin/qc/action/
Dcron.php18 protected $run = false; variable in action_plugin_qc_cron
51 if ($this->run) return;
56 $this->run = true;

12345678910>>...52