/plugin/strata/types/ |
H A D | wiki.php | 50 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 D | ApplicationInfo.php | 30 public $instruction; variable in Google\\Service\\CloudTalentSolution\\ApplicationInfo 53 public function setInstruction($instruction)
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/ |
H A D | GoogleCloudDatalabelingV1p1alpha1CreateInstructionMetadata.php | 30 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1p1alpha1CreateInstructionMetadata 51 public function setInstruction($instruction)
|
H A D | GoogleCloudDatalabelingV1alpha1CreateInstructionMetadata.php | 30 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1alpha1CreateInstructionMetadata 51 public function setInstruction($instruction)
|
H A D | GoogleCloudDatalabelingV1beta1CreateInstructionMetadata.php | 30 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1CreateInstructionMetadata 51 public function setInstruction($instruction)
|
H A D | GoogleCloudDatalabelingV1p2alpha1CreateInstructionMetadata.php | 30 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1p2alpha1CreateInstructionMetadata 51 public function setInstruction($instruction)
|
H A D | GoogleCloudDatalabelingV1beta1CreateInstructionRequest.php | 28 public function setInstruction(GoogleCloudDatalabelingV1beta1Instruction $instruction)
|
H A D | GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig.php | 38 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig 105 public function setInstruction($instruction)
|
H A D | GoogleCloudDatalabelingV1beta1HumanAnnotationConfig.php | 38 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1HumanAnnotationConfig 105 public function setInstruction($instruction)
|
H A D | GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig.php | 38 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig 105 public function setInstruction($instruction)
|
H A D | GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig.php | 38 public $instruction; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig 105 public function setInstruction($instruction)
|
/plugin/columns/ |
H A D | rewriter.php | 35 public function process(&$instruction) {
|
/plugin/qna/ |
H A D | action.php | 283 public function apply(&$instruction) {
|
/plugin/refnotes/ |
H A D | action.php | 262 private function insertNotesInstructions($stash, $instruction) {
|
/plugin/combo/ComboStrap/ |
H A D | Call.php | 233 public static function createFromInstruction($instruction): Call
|
/plugin/dokuprism/prism/ |
H A D | prism.js | 50 !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
|