Home
last modified time | relevance | path

Searched refs:executed (Results 1 – 25 of 103) sorted by relevance

12345

/plugin/prolog/
H A Dprolog_tag.php90 $executed = array('','');
93 return $executed;
134 $executed[1] .= 'Process reached the maximum execution time and has been terminated! ';
139 $executed[0] = stream_get_contents($pipes[1]);
140 $executed[1] = stream_get_contents($pipes[2]);
152 return $executed;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DMethod.php46 public function setTotals($executable, $executed, $coverage) argument
49 $this->contextNode->setAttribute('executed', $executed);
H A DUnit.php32 public function setLines($start, $executable, $executed) argument
36 $this->contextNode->setAttribute('executed', $executed);
H A DTotals.php95 $this->linesNode->setAttribute('executed', $executed);
/plugin/popupviewer/
H A DREADME.md27 …ript that is being executed for pages that load in a popup. The script has to be placed in the pag…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfilter-method-case-sensitive-no-result.phpt20 No tests executed!
H A Dfilter-no-results.phpt20 No tests executed!
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D783.phpt2 #783: Tests getting executed twice when using multiple groups
/plugin/ckgdoku/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc18 // Define a function that will be fired when the command is executed.
34 // Define a function that will be fired when the command is executed.
/plugin/ckgedit/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc18 // Define a function that will be fired when the command is executed.
34 // Define a function that will be fired when the command is executed.
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.1.md15 …e-coverage/issues/234): Optionally raise an exception when a specified unit of code is not executed
H A DChangeLog-4.0.md26 * Fixed formatting of executed lines percentage for classes in file view
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIngestNamespace.asciidoc93 $params['verbose'] = (boolean) Verbose mode. Display data output for each processor in executed pipeline (Default = false)
H A DSlmNamespace.asciidoc52 $params['policy_id'] = (string) The id of the snapshot lifecycle policy to be executed
H A DRollupNamespace.asciidoc159 $params['wait_for_completion'] = (boolean) True if the API should block until the job has fully stopped, false if should be executed async. Defaults to false.
/plugin/shell/lang/en/
H A Dhelp.txt1 …used to do bad things to the server. Use with caution. All commands are executed as the user the w…
/plugin/odtplus2dw/
H A DREADME.md36 PHP code (at least in my system) is executed by the user `daemon`. I had problems running a Java application with this user (it seems soffice is a Java application) so I decided to run the soffice conversion using `sudo`. To make it work, I had to add a line to the file `/etc/sudoers`. You can do the same executing:
42 If PHP code is executed by any other user on your system, you only have to change it in the previous command.
/plugin/simplemysqlclient/
H A Ddescr.txt19 … buttons are available in plugin. One or more (; separated) SQLs can be executed by an database tr…
/plugin/file2dw/
H A DREADME.md37 PHP code (at least in my system) is executed by the user `www-data`. I had problems running a Java …
43 If PHP code is executed by any other user on your system, you only have to change it in the previou…
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js.unc25 // Define a function that will be fired when the command is executed.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dspaceless.rst42 filters are executed at runtime).
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js.unc25 // Define a function that will be fired when the command is executed.
/plugin/crossdbsqlclient/
H A Ddescr.txt18 …e buttons are available in plugin. One or more (; separated) SQL can be executed by an database tr…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcommunity.asciidoc63 - Provides nestable and DSL query builder to be executed by type repository
/plugin/pgn4web/pgn4web/
H A DREADME.txt264 The bash shell script live-grab.sh, executed on your server allows for grabbing
325 Please note the order these functions are executed; for example, when loading
327 executed, then (when the game has been loaded and the move positioning
328 completed) customFunctionOnPgnGameLoad() is executed and finally (when the
329 selected game is fully loaded) customFunctionOnPgnTextLoad() is executed.

12345