Home
last modified time | relevance | path

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

1234

/plugin/fetchmedia/action/
H A Dajax.php271 foreach ($instructions as $instruction) {
272 if (in_array($instruction[0], $searchStringList)) {
273 $results[] = $instruction;
/plugin/parserarray/
H A Dplugin.info.txt6 desc Exports DokuWiki parser instruction array
/plugin/showif/
H A Dsyntax.php.alternative.version101 // don't add any plugin instruction:
107 // don't add any plugin instruction:
118 // return a plugin instruction
/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/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.RemoveProcessingInstructions.txt
/plugin/calendoku/
H A Dhelper.php324 foreach ($instructions as $instruction)
325 $handler->_addCall($instruction[0],
326 $instruction[1] ? $instruction[1] : array(),
/plugin/ckgdoku/action/
H A Dedit.php1135 foreach ( $instructions as $instruction ) {
1136 if ($instruction[0] == 'plugin') {
1137 $Renderer->doc .= $instruction[1][3];
1140 … call_user_func_array(array(&$Renderer, $instruction[0]),$instruction[1]);
/plugin/sympaauth/
H A DREADME1 ########## installation instruction ################
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.xml.css13 .syntax-theme-base .syntax .xml .instruction {
/plugin/backlinks2/_test/data/pages/
H A Dbob_ross_says.txt5 All you need to paint is a few tools, a little instruction, and a vision in your mind. The least li…
/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/fckg/action/
H A Dedit.php2697 foreach ( $instructions as $instruction ) {
2699 call_user_func_array(array(&$Renderer, $instruction[0]),$instruction[1]);
/plugin/codemirror/dist/modes/
H A Ddockerfile.min.js.map1instruction without any arguments (for convenience)\n {\n regex: instructionOnlyLine,\…
H A Dswift.min.js.map1instruction","attribute","tokenBase","stream","state","prev","sol","indented","indentation","eatSp…
H A Dxquery.min.js.map1 …ceding', 'preceding-sibling', 'preserve',\n 'previous', 'processing-instruction', 'relationship…
/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/combo/ComboStrap/
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
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);
/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/dirtylittlehelper/mermaid/editor/docs/
H A D68.68.js.map1 …', { token: 'delimiter' }]\n ],\n // Meta tags - instruction\n [/…
/plugin/bible/bible_douayRheims/
H A DProverbs.txt2 1:2. To know wisdom, and instruction:
7 1:7. The fear of the Lord is the beginning of wisdom. Fools despise wisdom and instruction.
8 1:8. My son, hear the instruction of thy father, and forsake not the law of thy mother:
29 1:29. Because they have hated instruction, and received not the fear of the Lord,
103 4:13. Take hold on instruction, leave it not: keep it, because it is thy life.
129 5:12. Why have I hated instruction, and my heart consented not to reproof,
212 8:10. Receive my instruction, and not money: choose knowledge rather than gold.
235 8:33. Hear instruction, and be wise, and refuse it not.
363 13:15. Good instruction shall give grace: in the way of scorners is a deep pit.
657 23:12. Let thy heart apply itself to instruction and thy ears to words of knowledge.
[all …]
/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/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md159 override instruction as an object. I.e.:
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt161 pi processing instruction (<? ... ?>)
/plugin/flowplay2/flowplayer/
H A DREADME.txt13 see the installation instruction in our Web site http://flowplayer.org

1234