Home
last modified time | relevance | path

Searched defs:instruction (Results 1 – 16 of 16) sorted by relevance

/plugin/strata/types/
H A Dwiki.php50 function _normalize_internallink($instruction) { argument
76 function _normalize_locallink($instruction) { argument
86 function _normalize_media($instruction) { argument
154 _linkSyntax($instruction, $newLink) global() argument
[all...]
/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)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1p1alpha1CreateInstructionMetadata.php30 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1p1alpha1CreateInstructionMetadata
51 public function setInstruction($instruction)
H A DGoogleCloudDatalabelingV1alpha1CreateInstructionMetadata.php30 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1alpha1CreateInstructionMetadata
51 public function setInstruction($instruction)
H A DGoogleCloudDatalabelingV1beta1CreateInstructionMetadata.php30 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1CreateInstructionMetadata
51 public function setInstruction($instruction)
H A DGoogleCloudDatalabelingV1p2alpha1CreateInstructionMetadata.php30 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1p2alpha1CreateInstructionMetadata
51 public function setInstruction($instruction)
H A DGoogleCloudDatalabelingV1beta1CreateInstructionRequest.php28 public function setInstruction(GoogleCloudDatalabelingV1beta1Instruction $instruction)
H A DGoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig.php38 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig
105 public function setInstruction($instruction)
H A DGoogleCloudDatalabelingV1beta1HumanAnnotationConfig.php38 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1HumanAnnotationConfig
105 public function setInstruction($instruction)
H A DGoogleCloudDatalabelingV1alpha1HumanAnnotationConfig.php38 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig
105 public function setInstruction($instruction)
H A DGoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig.php38 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig
105 public function setInstruction($instruction)
/plugin/columns/
H A Drewriter.php35 public function process(&$instruction) {
/plugin/qna/
H A Daction.php283 public function apply(&$instruction) {
/plugin/refnotes/
H A Daction.php262 insertNotesInstructions($stash, $instruction) global() argument
/plugin/combo/ComboStrap/
H A DCall.php233 public static function createFromInstruction($instruction): Call argument
/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