Home
last modified time | relevance | path

Searched refs:script (Results 26 – 50 of 762) sorted by path

12345678910>>...31

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildStep.php52 public $script; variable in Google\\Service\\CloudBuild\\BuildStep
175 public function setScript($script) argument
177 $this->script = $script;
184 return $this->script;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DBuildStep.php31 public $script; variable in Google\\Service\\ContainerAnalysis\\BuildStep
103 public function setScript($script) argument
105 $this->script = $script;
109 return $this->script;
H A DContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep.php52 public $script; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep
175 public function setScript($script) argument
177 $this->script = $script;
184 return $this->script;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DSshScript.php25 public $script; variable in Google\\Service\\DatabaseMigrationService\\SshScript
30 public function setScript($script) argument
32 $this->script = $script;
39 return $this->script;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DCustomBiddingScript.php139 public function setScript(CustomBiddingScriptRef $script) argument
141 $this->script = $script;
148 return $this->script;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DOSPolicyResourceExecResourceExec.php40 public $script; variable in Google\\Service\\OSConfig\\OSPolicyResourceExecResourceExec
101 public function setScript($script) argument
103 $this->script = $script;
110 return $this->script;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DScript.php112 $this->serviceName = 'script';
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md181 1. In the script handling the redirect URI, exchange the authorization code for an access token:
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php174 $script = [];
180 $script[] = static::call_array('log', static::handleStyles($record['formatted']));
182 $script = array_merge(
183 $script,
192 …return "(function (c) {if (c && c.groupCollapsed) {\n" . implode("\n", $script) . "\n}})(console);…
251 $script = [];
254 return $script;
256 …$script[] = static::call('log', static::quote('%c%s'), static::quote('font-weight: bold'), static:…
262 … $script[] = static::call('log', static::quote('%s: %o'), static::quote((string) $key), $value);
265 return $script;
/plugin/authnc/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_authnc
/plugin/authorstats/
H A Dadmin.php15 $action = script();
/plugin/authphpbb3/
H A D.travis.yml12 script: cd _test && phpunit --stderr --group plugin_authphpbb3
/plugin/authvk/
H A Daction.php166 msg("<script> setTimeout( 'location=\" ".$url ."\";', 100 ); </script>");
/plugin/authyubikey/lib/
H A DREADME49 Provided in the package is also a script
51 that demonstrates how you may use the package. The script is deployed
/plugin/autolink3/
H A Dadmin.php176 <script type='text/javascript' src='".DOKU_BASE."/lib/plugins/autolink3/script.js'>
/plugin/autologoff/
H A Dadmin.php58 echo '<form action="'.script().'" method="post">';
/plugin/autotranslation/
H A Dhelper.php290 $action = script();
/plugin/backlinks2/
H A D.travis.yml29 script:
/plugin/blog/syntax/
H A Dblog.php202 '<form id="blog__newentry_form" method="post" action="'.script().'" accept-charset="'.$lang['encoding'].'">'.DOKU_LF.
/plugin/booking/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_booking
/plugin/bookmark2wiki/
H A DREADME.md16 … Change the window.open statement to reflect the location of the bookmark2wiki.php script.
/plugin/bootswrapper/
H A D.travis.yml13 script: cd _test && ./phpunit.phar --stderr --group plugin_bootswrapper
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md364 * `CHORE`: add `npm start` script for demo purposes
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-codes.css60 .bpmn-icon-script:before { content: '\e83f'; } /* '' */
73 .bpmn-icon-script-task:before { content: '\e84c'; } /* '' */
H A Dbpmn-embedded.css118 .bpmn-icon-script:before { content: '\e83f'; } /* '' */
131 .bpmn-icon-script-task:before { content: '\e84c'; } /* '' */

12345678910>>...31