Home
last modified time | relevance | path

Searched refs:run (Results 51 – 75 of 1087) sorted by relevance

12345678910>>...44

/plugin/freechat/phpfreechat/src/proxies/
H A Dlog.class.php33 function run(&$xml_reponse, $p) function in pfcProxyCommand_log
68 return $this->next->run($xml_reponse, $p);
H A Dcensor.class.php33 function run(&$xml_reponse, $p) function in pfcProxyCommand_censor
77 return $this->next->run($xml_reponse, $p);
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestCase.php168 function run(&$result) { function in PHPUnit_TestCase
170 $this->_result->run($this);
/plugin/cleanup/
H A Dadmin.php52 $this->helper->run(true);
54 $this->helper->run();
H A Dhelper.php30 public function run($run=false) { function in helper_plugin_cleanup
34 $this->dryrun = !$run;
/plugin/freechat/phpfreechat/src/commands/
H A Dkick.class.php9 function run(&$xml_reponse, $p) function in pfcCommand_kick
37 $cmd->run($xml_reponse, $cmdp);
H A Dunban.class.php9 function run(&$xml_reponse, $p) function in pfcCommand_unban
33 $cmd->run($xml_reponse, $cmdp);
H A Dprivmsg.class.php9 function run(&$xml_reponse, $p) function in pfcCommand_privmsg
28 $cmd->run($xml_reponse, $cmdp);
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A D.travis.yml28 - php-cs-fixer fix --dry-run src
29 - php-cs-fixer fix --dry-run tests
/plugin/webdav/vendor/sabre/event/lib/Loop/
H A Dfunctions.php130 function run() { function
132 instance()->run();
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md15 To check your code you can run `vendor/bin/phpcs`. This command will give you a list of violations …
26 You can run the unit-tests by calling `vendor/bin/phpunit`.
38 To install `Sphinx` just run:
44 When that is done, just run:
52 We automatically run your pull request through [Travis CI](https://www.travis-ci.org)
/plugin/html2pdf/html2pdf/html2ps/
H A Dtree.navigation.inc.php11 function run(&$node) { function in TreeWalkerDepthFirst
23 $this->run($child);
H A Dobserver.class.php4 function run($params) { function in Observer
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapServer.php41 'unix_socket' => '/var/run/ldap.socket',
85 public function run(): void
102 $this->runner()->run($socketServer);
209 'The socket "%s" already exists and is not writeable. To run the LDAP server, you must remove the existing socket.',
216 'The existing socket "%s" could not be removed. To run the LDAP server, you must remove the existing socket.',
64 public function run(): void global() function in FreeDSx\\Ldap\\LdapServer
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A D.travis.yml53 - vendor/bin/hoa test:run
56 vendor/bin/hoa devtools:cs --diff --dry-run .;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGenomics.php71 'run' => [
72 'path' => 'v2alpha1/pipelines:run',
H A DCloudLifeSciences.php162 'run' => [
163 'path' => 'v2beta/{+parent}/pipelines:run',
H A DDatapipelines.php144 ],'run' => [
145 'path' => 'v1/{+name}:run',
/plugin/tline/
H A DREADME.txt36 [win32]> run
37 [unix/macosx]> chmod +x run; ./run
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md15 To check your code you can run `vendor/bin/phpcs`. This command will give you a list of violations …
22 You can run the unit-tests by calling `vendor/bin/phpunit`.
28 We automatically run your pull request through [Travis CI](https://www.travis-ci.org)
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md9 to run after the main script exited, both on Linux and on Windows
33 * added the `Process::fromShellCommandline()` to run commands in a shell wrapper
50 * added a second `array $env = []` argument to the `start()`, `run()`,
73 * added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DCONTRIBUTING.md11 To install the project and run the tests, you need to clone it first:
17 You will then need to run a composer installation:
/plugin/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection22 def run(cacheDir, threshold, sleep=5, simulate=False, min_erase = 0):
129 run(
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php125 function run(&$xml_reponse, $p) function in pfcCommand
243 $cmd->run($xml_reponse, $cmdp);
245 @$cmd->run($xml_reponse, $cmdp);
/plugin/do/syntax/
H A Ddo.php21 private $run = array(); // page run cache variable in syntax_plugin_do_do
291 if (!isset($this->run[$ID])) {
293 $this->run[$ID] = true;

12345678910>>...44