Home
last modified time | relevance | path

Searched refs:instruction (Results 1 – 25 of 93) sorted by last modified time

1234

/plugin/siteexport/syntax/
H A Dtoc.php348 foreach ($instr as $instruction) {
350 call_user_func_array(array($renderer, $instruction[0]), $instruction[1]);
549 $instruction = $section[$i];
553 if ($instruction[0] == 'header' && $instruction[1][1] == $level) {
559 if ($headerName == null || ($headerName == $instruction[1][0])) {
/plugin/mermaid/
H A Dsyntax.php175 foreach ($instructions as $instruction) {
176 if(method_exists($Renderer, $instruction[0])){
177 call_user_func_array(array(&$Renderer, $instruction[0]), $instruction[1] ? $instruction[1] : array());
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/dokuprism/prism/
H A Dprism.js50 !function(e){var n="(?:[ \t]+(?![ \t])(?:<SP_BS>)?|<SP_BS>)".replace(/<SP_BS>/g,(function(){return"\\\\[\r\n](?:\\s|\\\\[\r\n]|#.*(?!.))*(?![\\s#]|\\\\[\r\n])"})),r="\"(?:[^\"\\\\\r\n]|\\\\(?:\r\n|[^]))*\"|'(?:[^'\\\\\r\n]|\\\\(?:\r\n|[^]))*'",t="--[\\w-]+=(?:<STR>|(?![\"'])(?:[^\\s\\\\]|\\\\.)+)".replace(/<STR>/g,(function(){return r})),o={pattern:RegExp(r),greedy:!0},i={pattern:/(^[ \t]*)#.*/m,lookbehind:!0,greedy:!0};function a(e,r){return e=e.replace(/<OPT>/g,(function(){return t})).replace(/<SP>/g,(function(){return n})),RegExp(e,r)}e.languages.docker={instruction:{pattern:/(^[ \t]*)(?:ADD|ARG|CMD|COPY|ENTRYPOINT|ENV|EXPOSE|FROM|HEALTHCHECK|LABEL|MAINTAINER|ONBUILD|RUN|SHELL|STOPSIGNAL|USER|VOLUME|WORKDIR)(?=\s)(?:\\.|[^\r\n\\])*(?:\\$(?:\s|#.*$)*(?![\s#])(?:\\.|[^\r\n\\])*)*/im,lookbehind:!0,greedy:!0,inside:{options:{pattern:a("(^(?:ONBUILD<SP>)?\\w+<SP>)<OPT>(?:<SP><OPT>)*","i"),lookbehind:!0,greedy:!0,inside:{property:{pattern:/(^|\s)--[\w-]+/,lookbehind:!0},string:[o,{pattern:/(=)(?!["'])(?:[^\s\\]|\\.)+/,lookbehind:!0}],operator:/\\$/m,punctuation:/=/}},keyword:[{pattern:a("(^(?:ONBUILD<SP>)?HEALTHCHECK<SP>(?:<OPT><SP>)*)(?:CMD|NONE)\\b","i"),lookbehind:!0,greedy:!0},{pattern:a("(^(?:ONBUILD<SP>)?FROM<SP>(?:<OPT><SP>)*(?!--)[^ \t\\\\]+<SP>)AS","i"),lookbehind:!0,greedy:!0},{pattern:a("(^ONBUILD<SP>)\\w+","i"),lookbehind:!0,greedy:!0},{pattern:/^\w+/,greedy:!0}],comment:i,string:o,variable:/\$(?:\w+|\{[^{}"'\\]*\})/,operator:/\\$/m}},comment:i},e.languages.dockerfile=e.languages.docker}(Prism); class in e.languages.docker
188 !function(e){e.languages.xquery=e.languages.extend("markup",{"xquery-comment":{pattern:/\(:[\s\S]*?:\)/,greedy:!0,alias:"comment"},string:{pattern:/(["'])(?:\1\1|(?!\1)[\s\S])*\1/,greedy:!0},extension:{pattern:/\(#.+?#\)/,alias:"symbol"},variable:/\$[-\w:]+/,axis:{pattern:/(^|[^-])(?:ancestor(?:-or-self)?|attribute|child|descendant(?:-or-self)?|following(?:-sibling)?|parent|preceding(?:-sibling)?|self)(?=::)/,lookbehind:!0,alias:"operator"},"keyword-operator":{pattern:/(^|[^:-])\b(?:and|castable as|div|eq|except|ge|gt|idiv|instance of|intersect|is|le|lt|mod|ne|or|union)\b(?=$|[^:-])/,lookbehind:!0,alias:"operator"},keyword:{pattern:/(^|[^:-])\b(?:as|ascending|at|base-uri|boundary-space|case|cast as|collation|construction|copy-namespaces|declare|default|descending|else|empty (?:greatest|least)|encoding|every|external|for|function|if|import|in|inherit|lax|let|map|module|namespace|no-inherit|no-preserve|option|order(?: by|ed|ing)?|preserve|return|satisfies|schema|some|stable|strict|strip|then|to|treat as|typeswitch|unordered|validate|variable|version|where|xquery)\b(?=$|[^:-])/,lookbehind:!0},function:/[\w-]+(?::[\w-]+)*(?=\s*\()/,"xquery-element":{pattern:/(element\s+)[\w-]+(?::[\w-]+)*/,lookbehind:!0,alias:"tag"},"xquery-attribute":{pattern:/(attribute\s+)[\w-]+(?::[\w-]+)*/,lookbehind:!0,alias:"attr-name"},builtin:{pattern:/(^|[^:-])\b(?:attribute|comment|document|element|processing-instruction|text|xs:(?:ENTITIES|ENTITY|ID|IDREFS?|NCName|NMTOKENS?|NOTATION|Name|QName|anyAtomicType|anyType|anyURI|base64Binary|boolean|byte|date|dateTime|dayTimeDuration|decimal|double|duration|float|gDay|gMonth|gMonthDay|gYear|gYearMonth|hexBinary|int|integer|language|long|negativeInteger|nonNegativeInteger|nonPositiveInteger|normalizedString|positiveInteger|short|string|time|token|unsigned(?:Byte|Int|Long|Short)|untyped(?:Atomic)?|yearMonthDuration))\b(?=$|[^:-])/,lookbehind:!0},number:/\b\d+(?:\.\d+)?(?:E[+-]?\d+)?/,operator:[/[+*=?|@]|\.\.?|:=|!=|<[=<]?|>[=>]?/,{pattern:/(\s)-(?=\s)/,lookbehind:!0}],punctuation:/[[\](){},;:/]/}),e.languages.xquery.tag.pattern=/<\/?(?!\d)[^\s>\/=$<%]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|\{(?!\{)(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])+\}|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/,e.languages.xquery.tag.inside["attr-value"].pattern=/=(?:("|')(?:\\[\s\S]|\{(?!\{)(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])+\}|(?!\1)[^\\])*\1|[^\s'">=]+)/,e.languages.xquery.tag.inside["attr-value"].inside.punctuation=/^="|"$/,e.languages.xquery.tag.inside["attr-value"].inside.expression={pattern:/\{(?!\{)(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])+\}/,inside:e.languages.xquery,alias:"language-xquery"};var t=function(e){return"string"==typeof e?e:"string"==typeof e.content?e.content:e.content.map(t).join("")},n=function(a){for(var o=[],i=0;i<a.length;i++){var r=a[i],s=!1;if("string"!=typeof r&&("tag"===r.type&&r.content[0]&&"tag"===r.content[0].type?"</"===r.content[0].content[0].content?o.length>0&&o[o.length-1].tagName===t(r.content[0].content[1])&&o.pop():"/>"===r.content[r.content.length-1].content||o.push({tagName:t(r.content[0].content[1]),openedBraces:0}):!(o.length>0&&"punctuation"===r.type&&"{"===r.content)||a[i+1]&&"punctuation"===a[i+1].type&&"{"===a[i+1].content||a[i-1]&&"plain-text"===a[i-1].type&&"{"===a[i-1].content?o.length>0&&o[o.length-1].openedBraces>0&&"punctuation"===r.type&&"}"===r.content?o[o.length-1].openedBraces--:"comment"!==r.type&&(s=!0):o[o.length-1].openedBraces++),(s||"string"==typeof r)&&o.length>0&&0===o[o.length-1].openedBraces){var l=t(r);i<a.length-1&&("string"==typeof a[i+1]||"plain-text"===a[i+1].type)&&(l+=t(a[i+1]),a.splice(i+1,1)),i>0&&("string"==typeof a[i-1]||"plain-text"===a[i-1].type)&&(l=t(a[i-1])+l,a.splice(i-1,1),i--),/^\s+$/.test(l)?a[i]=l:a[i]=new e.Token("plain-text",l,null,l)}r.content&&"string"!=typeof r.content&&n(r.content)}};e.hooks.add("after-tokenize",(function(e){"xquery"===e.language&&n(e.tokens)}))}(Prism);
/plugin/qna/
H A Daction.php71 $instruction = $event->data->calls[$i];
73 switch ($instruction[0]) {
76 $this->headerTitle = $instruction[1][0];
77 $this->headerLevel = $instruction[1][1];
91 switch ($instruction[1][0]) {
283 public function apply(&$instruction) { argument
287 $instructions = count($instruction);
293 $output[] = $instruction[$i];
296 $this->applyCorrections($i, $instruction, $output);
301 $output[] = $instruction[$i];
[all …]
/plugin/templater/
H A Dsyntax.php235 foreach ($instructions as $instruction) {
236 if ($instruction[0] == 'header') {
239 if (cleanID($instruction[1][0]) == $title) {
240 $level = $instruction[1][1];
241 $i[] = $instruction;
244 if ($instruction[1][1] > $level) {
245 $i[] = $instruction;
254 $i[] = $instruction;
/plugin/columns/
H A Drewriter.php35 public function process(&$instruction) { argument
39 $instructions = count($instruction);
44 $output[] = $instruction[$i];
49 … $preventDefault = ($preventDefault || $correction->apply($instruction, $output));
52 $output[] = $instruction[$i];
57 $output[] = $instruction[$i];
61 $this->correction[-1]->apply($instruction, $output);
63 $instruction = $output;
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/bureaucracy/
H A Dsyntax.php253 foreach($instructions as $instruction) {
254 if($instruction[0] == 'listitem_open') {
258 if($inli === 1 && $instruction[0] == 'cdata') {
259 $item .= $instruction[1][0];
261 if($instruction[0] == 'listitem_close') {
/plugin/combo/ComboStrap/
H A DMarkupDynamicRender.php99 foreach ($callStackHeaderInstructions as $instruction) {
101 if (method_exists($this->renderer, $instruction[0])) {
102 call_user_func_array(array(&$this->renderer, $instruction[0]), $instruction[1] ?: array());
H A DCall.php159 * @param $call - the instruction array (ie called a call)
233 public static function createFromInstruction($instruction): Call argument
235 return new Call($instruction);
H A DFetcherMarkup.php1275 foreach ($instructions as $instruction) {
1277 call_user_func_array(array(&$renderer, $instruction[0]), (array)$instruction[1]);
1353 * TODO: move to a FetcherMarkup by tree instruction and array/encoding mime
/plugin/structodt/
H A Dhelper.php321 foreach ($instructions as $instruction) {
323 if(method_exists($Renderer, $instruction[0])){
324 call_user_func_array(array(&$Renderer, $instruction[0]), $instruction[1] ? $instruction[1] : array());
/plugin/data/
H A Daction.php107 foreach ($instructions as $instruction) {
109 call_user_func_array([$Renderer, $instruction[0]], $instruction[1]);
/plugin/sortablejs/
H A Dsyntax.php73 foreach( $instructions as $instruction ) {
74 … call_user_func_array( array( &$renderer, $instruction[0] ), $instruction[1] );
92 foreach( $instructions as $instruction ) {
93 … call_user_func_array( array( &$renderer, $instruction[0] ), $instruction[1] );
/plugin/odt/renderer/
H A Dpage.php2109 foreach($instructions as $instruction) {
2110 if($instruction[0] == 'code') {
2111 $text .= $instruction[1][0];
2112 } elseif ($instruction[0] == 'cdata') {
2113 $text .= $instruction[1][0];
/plugin/edittable/action/
H A Deditor.php76 foreach ($instructions as $instruction) {
78 call_user_func_array(array(&$Renderer, $instruction[0]), $instruction[1]);
/plugin/captcha/
H A DEasySVG.php407 foreach ($instructions as &$instruction) {
408 $i = preg_replace('/[^a-zA-Z]*/', '', $instruction);
409 preg_match_all('/\-?[0-9\.]+/', $instruction, $coords);
421 // exception for relative instruction
475 $instruction = $i . implode(',', $new_coords);
478 $instruction = preg_replace('/,\-/', '-', $instruction);
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ia/
H A Dia.txt128 1. Tote persona ha le derecto al education. Le education debe esser gratuite, al minus pro le instruction elementari e fundamental. Le instruction elementari essera obligatori. Le instruction technic e professional debe esser generalisate; le accesso al studios superior essera equal pro totes, in function del meritos respective.
/plugin/ckgedit/action/
H A Dedit.php1176 foreach ( $instructions as $instruction ) {
1177 if ($instruction[0] == 'plugin') {
1178 $Renderer->doc .= $instruction[1][3];
1181 … call_user_func_array(array(&$Renderer, $instruction[0]),$instruction[1]);
/plugin/epub/scripts/
H A Debook.php54 foreach ( $instructions as $instruction ) {
56 call_user_func_array(array(&$Renderer, $instruction[0]),$instruction[1]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1CreateInstructionRequest.php28 public function setInstruction(GoogleCloudDatalabelingV1beta1Instruction $instruction) argument
30 $this->instruction = $instruction;
37 return $this->instruction;
H A DGoogleCloudDatalabelingV1p1alpha1CreateInstructionMetadata.php30 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1p1alpha1CreateInstructionMetadata
51 public function setInstruction($instruction) argument
53 $this->instruction = $instruction;
60 return $this->instruction;
H A DGoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig.php38 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig
105 public function setInstruction($instruction) argument
107 $this->instruction = $instruction;
114 return $this->instruction;
H A DGoogleCloudDatalabelingV1alpha1CreateInstructionMetadata.php30 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1alpha1CreateInstructionMetadata
51 public function setInstruction($instruction) argument
53 $this->instruction = $instruction;
60 return $this->instruction;

1234