Home
last modified time | relevance | path

Searched refs:run (Results 176 – 200 of 1087) sorted by relevance

12345678910>>...44

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/
H A DPcntlServerRunner.php35 * The time to wait, in seconds, before we run some clean-up tasks to then wait again.
120 public function run(SocketServer $server): void
352 * In the child process we install a different set of signal handlers. Then we run the protocol handler and exit
50 public function run(SocketServer $server): void global() function in FreeDSx\\Ldap\\Server\\ServerRunner\\PcntlServerRunner
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DOptiPngFilter.php63 $code = $proc->run();
H A DJpegoptimFilter.php70 $proc->run();
H A DReactJsxFilter.php47 $code = $proc->run();
H A DCoffeeScriptFilter.php70 $code = $proc->run();
H A DRooleFilter.php56 $code = $proc->run();
H A DTypeScriptFilter.php56 $code = $proc->run();
H A DEmberPrecompileFilter.php58 $returnCode = $process->run();
H A DUglifyCssFilter.php107 $code = $proc->run();
H A DJpegtranFilter.php94 $code = $proc->run();
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/hoa/file/
H A DWatcher.php99 public function run() function in Hoa\\File\\Watcher
/plugin/bureaucracy-au/helper/
H A Daction.php37 public function run($fields, $thanks, $argv){ function in helper_plugin_bureaucracyau_action
/plugin/bureaucracyau/helper/
H A Daction.php37 public function run($fields, $thanks, $argv){ function in helper_plugin_bureaucracyau_action
/plugin/freechat/phpfreechat/src/commands/
H A Dwhois.class.php29 function run(&$xml_reponse, $p) function in pfcCommand_whois
/plugin/bureaucracy/helper/
H A Daction.php37 public function run($fields, $thanks, $argv){ function in helper_plugin_bureaucracy_action
/plugin/qrcode2/
H A Dphpqrcode.php2039 $run = $p;
2043 $dif = QRinput::estimateBitsModeNum($run) + 4 + $ln
2045 - QRinput::estimateBitsMode8($run + 1); // - 4 - l8
2051 $dif = QRinput::estimateBitsModeNum($run) + 4 + $ln
2063 return $run;
2095 $run = $p;
2098 $dif = QRinput::estimateBitsModeAn($run) + 4 + $la
2110 return $run;
2126 return $run;
2175 $run = $p;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt38 --filter <pattern> Filter which tests to run.
39 --testsuite <name> Filter which testsuite to run.
86 --bootstrap <file> A "bootstrap" PHP file that is run before the tests.
H A Dhelp2.phpt39 --filter <pattern> Filter which tests to run.
40 --testsuite <name> Filter which testsuite to run.
87 --bootstrap <file> A "bootstrap" PHP file that is run before the tests.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudRun.php65 $this->serviceName = 'run';
181 ],'run' => [
182 'path' => 'v2/{+name}:run',
/plugin/swarmwebhook/webhooks/
H A DZapier.php9 public function run($json) function in dokuwiki\\plugin\\swarmwebhook\\webhooks\\Zapier
/plugin/upgrade/
H A Dlegacy.php6 * This script can be used to upgrade old versions of DokuWiki that won't easily run on
8 * DokuWiki code, but instead fakes an absolute minimal environment to run the upgrade.
17 * Only use this if you can't run the normal upgrade script.
135 // now the CLI plugin should load and run
137 (new cli_plugin_upgrade())->run();
H A Dcli.php37 $options->registerArgument('check|run', 'Either only check if an update can be done or do it', 'true');
47 } elseif ($arguments[0] === 'run') {
77 // run the script ourselves if called directly
80 $cli->run();
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCONTRIBUTING.md4 …r own fork, rather than an installed PEAR version. If you do this, you can run the following comma…
/plugin/hipchat/
H A DREADME.md14 2. To fetch the required dependencies, run:

12345678910>>...44