Home
last modified time | relevance | path

Searched refs:instruction (Results 26 – 50 of 93) sorted by last modified time

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1CreateInstructionMetadata.php30 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1CreateInstructionMetadata
51 public function setInstruction($instruction) argument
53 $this->instruction = $instruction;
60 return $this->instruction;
H A DGoogleCloudDatalabelingV1beta1HumanAnnotationConfig.php38 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1HumanAnnotationConfig
105 public function setInstruction($instruction) argument
107 $this->instruction = $instruction;
114 return $this->instruction;
H A DGoogleCloudDatalabelingV1p2alpha1CreateInstructionMetadata.php30 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1p2alpha1CreateInstructionMetadata
51 public function setInstruction($instruction) argument
53 $this->instruction = $instruction;
60 return $this->instruction;
H A DGoogleCloudDatalabelingV1alpha1HumanAnnotationConfig.php38 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig
105 public function setInstruction($instruction) argument
107 $this->instruction = $instruction;
114 return $this->instruction;
H A DGoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig.php38 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig
105 public function setInstruction($instruction) argument
107 $this->instruction = $instruction;
114 return $this->instruction;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DApplicationInfo.php30 public $instruction; variable in Google\\Service\\CloudTalentSolution\\ApplicationInfo
53 public function setInstruction($instruction) argument
55 $this->instruction = $instruction;
62 return $this->instruction;
/plugin/instructions/
H A DREADME.md2 Provides a highly customizable instruction for dokuwiki
/plugin/lms/
H A Dhelper.php209 foreach ($instructions as $instruction) {
210 if ($instruction[0] !== 'internallink') continue;
211 $link = $instruction[1][0];
/plugin/include/
H A Dhelper.php373 * if there is already a closelastsecedit instruction (was added by one of the section
504 * Appends instruction item for the include plugin footer
516 * Appends instruction item for an edit button
529 * Convert instruction item for a permalink header
648 // store the end position in the include_closelastsecedit instruction so it can generate a matching button
668 * Store the position of the last header that is encountered. As section_close/open-instruction are
669 * always (unless some plugin modifies this) around a header instruction this means that the last
683 // store the end position in the include_closelastsecedit instruction so it can generate a matching button
813 foreach ($instructions as $instruction) {
814 $mode = $instruction['mod
[all...]
/plugin/strata/
H A Daction.php75 foreach ($instructions as $instruction){
77 call_user_func_array(array(&$renderer, $instruction[0]), (array) $instruction[1]);
/plugin/strata/types/
H A Dwiki.php50 function _normalize_internallink($instruction) { argument
54 $parts = explode('?', $instruction[0] ,2);
70 return $this->_linkSyntax($instruction, $id.'#'.$hash);
76 function _normalize_locallink($instruction) { argument
80 return $this->_linkSyntax($instruction, $ID.'#'.$instruction[0]);
86 function _normalize_media($instruction) { argument
90 if(isset($instruction['type'])) {
91 $media = $instruction;
93 list($src, $title, $align, $width, $height, $cache, $linking) = $instruction;
154 _linkSyntax($instruction, $newLink) global() argument
[all...]
/plugin/ajaxedit/
H A Daction.php60 foreach($instructions as $key => $instruction) {
62 …if($new_section_open && $instruction[0] === 'section_close') { //moved section found, now find clo…
63 $new_section_close = $instruction[2];
69 if($instruction[0] === 'section_open') {
70 if($r_start == $instruction[2]) {
71 $new_section_open = $instruction[2];
73 } else if( abs($r_start-$instruction[2]) < $this->getConf('section_edit_range') ) {
74 $new_section_open = $instruction[2];
/plugin/refnotes/
H A Daction.php285 private function insertNotesInstructions($stash, $instruction) {
294 $this->calls->insert($index, new $instruction($data->getNamespace(), $data->getData()));
262 insertNotesInstructions($stash, $instruction) global() argument
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D68.68.js.map1 …', { token: 'delimiter' }]\n ],\n // Meta tags - instruction\n [/…
H A Dbundle.js.map1 …s*/?>' // open tag\n + '|^<\\\\?[\\\\s\\\\S]*?\\\\?>' // processing instruction, e.g. <?php ?>\…
H A D3.3.js.map1instruction specifies:\\n * The number of seconds until the page should be reloaded - only if…
/plugin/webcode/syntax/
H A Dbasis.php70 foreach ($instructions as $instruction) {
72 if (method_exists($Renderer, $instruction[0])) {
73 …call_user_func_array(array(&$Renderer, $instruction[0]), $instruction[1] ? $instruction[1] : array…
/plugin/codemirror/dist/modes/
H A Dswift.min.js.map1instruction","attribute","tokenBase","stream","state","prev","sol","indented","indentation","eatSp…
H A Ddockerfile.min.js.map1instruction without any arguments (for convenience)\n {\n regex: instructionOnlyLine,\…
H A Dxquery.min.js.map1 …ceding', 'preceding-sibling', 'preserve',\n 'previous', 'processing-instruction', 'relationship…
/plugin/flowcharts/
H A Dsyntax.php143 foreach ($instructions as $instruction) {
145 if(method_exists($Renderer, $instruction[0])){
146 …call_user_func_array(array(&$Renderer, $instruction[0]), $instruction[1] ? $instruction[1] : array…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js54193 instructions.forEach(function (instruction) {
54195 instruction.visit(statementBuilder);
H A Dpdf.worker.js.map1instruction","expr","accept","expect","PostScriptTokenTypes","conditionLocation","jumpLocation","e…
/plugin/tagsections/action/
H A Dajax.php89 foreach ($instructions as $instruction){
91 call_user_func_array(array(&$renderer, $instruction[0]), (array) $instruction[1]);
/plugin/yuriigantt/_test/Drivers/
H A Dembedded.test.php63 foreach ($instructions as $instruction) {
64 …call_user_func_array(array(&$renderer, $instruction[0]), $instruction[1] ? $instruction[1] : array…

1234