Home
last modified time | relevance | path

Searched refs:instruction (Results 76 – 93 of 93) sorted by relevance

1234

/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js60 …stable|sortby|some|self|schema|satisfies|returns|return|ref|processing-instruction|preceding-sibli…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/bible/bible_douayRheims/
H A DEcclesiasticus.txt169 …6:18. My son, from thy youth up receive instruction, and even to thy grey hairs thou shalt find wi…
185 …6:34. If thou wilt incline thy ear, thou shalt receive instruction: and if thou love to hear, thou…
238 …8:10. For of them thou shalt learn wisdom, and instruction of understanding, and to serve great me…
638 …22:6. A tale out of time is like music in mourning: but the stripes and instruction of wisdom are …
1396 …45:6. And he gave him commandments before his face, and a law of life and instruction, that he mig…
1551 …ch, of Jerusalem, hath written in this book the doctrine of wisdom and instruction, who renewed wi…
H A DWisdom.txt116 6:12. Covet ye, therefore, my words, and love them, and you shall have instruction.
131 6:27. Receive, therefore, instruction by my words, and it shall be profitable to you.
H A DJeremias.txt201 …ch hath not hearkened to the voice of the Lord their God, nor received instruction: faith is lost,…
434 …their ear: but hardened their neck, that they might not hear me, and might not receive instruction.
818 … them early in the morning, and instructed them, and they would not hearken to receive instruction.
890 …men of Juda, and to the inhabitants of Jerusalem: Will you not receive instruction, to obey my wor…
H A DIsaias.txt456 …24:15. Therefore glorify ye the Lord in instruction: the name of the Lord God of Israel in the isl…
492 … have sought after thee in distress, in the tribulation of murmuring thy instruction was with them.
H A D2_Paralipomenon.txt763 …35:3. And he spoke to the Levites, by whose instruction all Israel was sanctified to the Lord, say…
H A DPsalms.txt16 2:10. And now, O ye kings, understand: receive instruction, you that judge the earth.
/plugin/jmol2/jmol/
H A DCHANGES.txt3894 #webexport instruction updated to reflect new feature.
3901 # webexport instruction updates.
4250 # Minor fixes to instruction .html files.
/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/farm/install/animaltemplate/conf/
H A Dwordblock.conf2060 https?:\/\/([^\/]*\.)?dance-instruction\.lkerfocu\.be
/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/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1instruction specifies:\\n * The number of seconds until the page should be reloaded - only if…
H A Dbundle.js.map1 …s*/?>' // open tag\n + '|^<\\\\?[\\\\s\\\\S]*?\\\\?>' // processing instruction, e.g. <?php ?>\…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt5761 My instruction will drip as the rain,My saying will trickle as the dew,As gentle rains upon grassAn…
10814 and Chen·a·ni'ah the chief of the Levites in carrying, he giving instruction in carrying, for he wa…
13113 Also, you say, 'My instruction is pure,And I have proved really clean in your eyes.'
16406 A wise person will listen and take in more instruction, and a man of understanding is the one who a…
16493 For good instruction is what I certainly shall give to YOU. My law DO not leave.
17845 The aged and highly respected one is the head, and the prophet giving false instruction is the tail.
18218 … will actually get to know understanding, and even those who are grumbling will learn instruction."
22238 … when there is time for searching for Jehovah until he comes and gives instruction in righteousnes…
22768 …f wood: "O do awake!" to a dumb stone: "O wake up! It itself will give instruction"! Look! It is s…
28308 For all the things that were written aforetime were written for our instruction, that through our e…
[all …]
/plugin/tuxquote/
H A Dquotes.txt3171 Software: These programs give instruction to the CPU, which processes billions of tiny facts called…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe

1234