Home
last modified time | relevance | path

Searched refs:instructions (Results 1 – 25 of 166) sorted by path

1234567

/plugin/ajaxedit/
H A Daction.php55 $instructions = p_cached_instructions($INFO['filepath']); //get instructions
60 foreach($instructions as $key => $instruction) {
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md798 generated image along download instructions directly over the chart area.
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md28 that. (see further down this file for instructions)
178 instructions as an array:
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDataLabeling.php738 'instructions',
742 'path' => 'v1beta1/{+parent}/instructions',
772 'path' => 'v1beta1/{+parent}/instructions',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1ListInstructionsResponse.php33 public function setInstructions($instructions) argument
35 $this->instructions = $instructions;
42 return $this->instructions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DMapTask.php55 public function setInstructions($instructions) argument
57 $this->instructions = $instructions;
64 return $this->instructions;
H A DStreamingComputationConfig.php59 public function setInstructions($instructions) argument
61 $this->instructions = $instructions;
68 return $this->instructions;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md37 [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have
118 For additional installation and setup instructions, see [the documentation](docs/).
157 1. Follow the instructions to [Create Web Application Credentials](docs/oauth-web.md#create-authori…
198 1. Follow the instructions to [Create a Service Account](docs/oauth-server.md#creating-a-service-ac…
/plugin/authmantis/
H A DREADME.md45 Detailed instructions can be found on the
/plugin/authyubikey/
H A DREADME.md25 and follow their instructions.
/plugin/badbehaviour/
H A Dbadbehavior.readme68 follow the generic instructions for installing any plugin or extension
78 For complete documentation and installation instructions, please visit
/plugin/bible/bible_douayRheims/
H A DEcclesiasticus.txt485 17:9. Moreover he gave them instructions, and the law of life for an inheritance.
/plugin/bpmnio/_test/
H A Dsyntax_plugin_bpmnio_bpmnio.test.php26 $instructions = p_get_instructions($input);
27 $xhtml = p_render('xhtml', $instructions, $info);
48 $instructions = p_get_instructions($input);
49 $xhtml = p_render('xhtml', $instructions, $info);
/plugin/bureaucracy-au/
H A Dsyntax.php245 $instructions = p_cached_instructions(wikiFN($labelpage));
248 foreach($instructions as $instruction) {
/plugin/bureaucracy/
H A Dsyntax.php250 $instructions = p_cached_instructions(wikiFN($labelpage));
253 foreach($instructions as $instruction) {
/plugin/bureaucracyau/
H A Dsyntax.php245 $instructions = p_cached_instructions(wikiFN($labelpage));
248 foreach($instructions as $instruction) {
/plugin/calendoku/
H A Dhelper.php323 $instructions = p_get_instructions($text);
324 foreach ($instructions as $instruction)
/plugin/captcha/
H A DEasySVG.php405 preg_match_all('/[a-zA-Z]+[^a-zA-Z]*/', $def, $instructions);
406 $instructions = $instructions[0];
407 foreach ($instructions as &$instruction) {
481 return implode('', $instructions);
/plugin/ckgdoku/action/
H A Dedit.php1116 …$instructions = p_get_instructions("=== header ==="); // loads DOKU_PLUGINS array --M.T. Dec 22 20…
1118 $instructions = p_get_instructions($text);
1119 if(is_null($instructions)) return '';
1135 foreach ( $instructions as $instruction ) {
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md549 …igation in dialog windows with multiple tabs not following IBM CI 162 instructions or [ARIA Author…
/plugin/ckgedit/action/
H A Dedit.php1157 …$instructions = p_get_instructions("=== header ==="); // loads DOKU_PLUGINS array --M.T. Dec 22 20…
1159 $instructions = p_get_instructions($text);
1160 if(is_null($instructions)) return '';
1176 foreach ( $instructions as $instruction ) {
/plugin/ckgedit/ckeditor/
H A DCHANGES.md408 …yboard shortcut to the [Accessibility Help](https://ckeditor.com/cke4/addon/a11yhelp) instructions.
969 …igation in dialog windows with multiple tabs not following IBM CI 162 instructions or [ARIA Author…
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js60 …<ol><li style='" +olstyle + "><span style='font-size:11pt'>"+ ed_lang.instructions +'</span></li><…
H A Dmsword.js.unc60 …<ol><li style='" +olstyle + "><span style='font-size:11pt'>"+ ed_lang.instructions +'</span></li><…
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js1 …rd'><ol><li style='font-size:1.2em;'><span style='font-size:11pt'>"+d.instructions+'</span></li><l…

1234567