Home
last modified time | relevance | path

Searched refs:instructions (Results 1 – 25 of 166) sorted by last modified time

1234567

/plugin/siteexport/syntax/
H A Dtoc.php201 … $instructions = $this->_convertInstructions($instructions, $addID = null, $renderer, $depth);
210 …$instructions = $this->_mergeWithHeaders($this->_initialHeaderStructure($instructions), $instructi…
663 $inCount = count($instructions);
671 …if (preg_match($tag, $instructions[$i][0]) && preg_match($tag, $instructions[$i+1][0]) && $instruc…
685 array_splice($instructions, $i, 2);
702 $inCount = count($instructions);
712 array_splice($instructions, $i, 1);
717 return $instructions;
726 $this->_cleanAllInstructions($instructions);
728 if (empty($instructions)) { return; }
[all …]
H A Dtoctools.php52 …e function addInstructionstoHandler( $match, $state, $pos, Doku_Handler $handler, $instructions ) { argument
61 $handler->_addCall('plugin', array('siteexport_toctools', $instructions, $state), $pos);
/plugin/mermaid/
H A Dsyntax.php102 $instructions = $this->p_get_instructions($this->protect_brackets_from_dokuwiki($match));
103 $xhtml = $this->remove_protection_of_brackets_from_dokuwiki($this->p_render($instructions));
117 * Get the parser instructions suitable for the mermaid
170 public function p_render($instructions)
174 // Loop through the instructions
175 foreach ($instructions as $instruction) {
139 p_render($instructions) global() argument
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/lang/en/
H A Dhelp.txt1 ==== operating instructions ====
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1340 - phpthumb.readme.txt = usage instructions
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default8 // See: phpthumb.readme.txt for usage instructions //
/plugin/qna/
H A Daction.php69 $instructions = count($event->data->calls);
70 for ($i = 0; $i < $instructions; $i++) {
287 $instructions = count($instruction);
300 for ( ; $i < $instructions; $i++) {
/plugin/templater/
H A Dsyntax.php163 // Get the raw file, and parse it into its instructions. This could be cached... maybe.
230 function _getSection($title, $instructions) {
235 foreach ($instructions as $instruction) {
226 _getSection($title, $instructions) global() argument
/plugin/columns/
H A Drewriter.php39 $instructions = count($instruction);
56 for ( ; $i < $instructions; $i++) {
/plugin/bureaucracy/
H A Dsyntax.php250 $instructions = p_cached_instructions(wikiFN($labelpage));
253 foreach($instructions as $instruction) {
/plugin/combo/ComboStrap/
H A DCallStack.php833 * Append instructions to the callstack (ie at the end)
834 * @param array $instructions
837 public function appendAtTheEndFromNativeArrayInstructions(array $instructions): CallStack argument
839 array_splice($this->callStack, count($this->callStack), 0, $instructions);
844 * @param array $instructions
848 public function insertAfterFromNativeArrayInstructions(array $instructions): CallStack argument
855 array_splice($this->callStack, $offset, 0, $instructions);
H A DFetcherMarkupBuilder.php100 * Delete the first P instructions
178 * and still get the instructions via {@link FetcherMarkup::getInstructions()}
179 * Setting the mime to instructions will just not do any render processing.
204 throw new ExceptionRuntimeInternal("A markup source path, a markup string or instructions should be given");
222 throw new ExceptionRuntimeInternal("Only one input should be given, we have found 2 inputs ($foundInput and instructions)");
351 * (Technically, it's derived from the instructions)
407 * @param array $instructions
410 public function setRequestedInstructions(array $instructions): FetcherMarkupBuilder argument
412 $this->builderRequestedInstructions = $instructions;
467 * By default, a instructions arra
[all...]
H A DMarkupRenderer.php10 * Setting the mime to instructions will just not do any render processing.
11 * Just parse tree/instructions processing if needed
20 * @var string source of the renderer is a markup (and not instructions)
24 * @var array source of the rendere is instructions
43 * @var ?Path the path from where the instructions/markup where created
76 public static function createFromMarkupInstructions($instructions, FetcherMarkup $fetcherMarkup): MarkupRenderer argument
79 ->setInstructions($instructions)
84 public static function createFromInstructions($instructions): MarkupRenderer argument
86 return (new MarkupRenderer())->setInstructions($instructions);
114 * Get the instructions adapte
164 setInstructions(array $instructions) global() argument
[all...]
H A DOutline.php20 * It's also the post-processing of the instructions
169 * This is the case when we build from an actual stored instructions
501 $instructions = MarkupRenderer::createFromMarkup($content, $contentPath, $contextPath)
504 $callStack = CallStack::createFromInstructions($instructions);
620 $instructions = MarkupRenderer::createFromMarkup($markup, $path, $path)
623 $callStack = CallStack::createFromInstructions($instructions);
H A DFetcherMarkup.php53 * * or an instructions (template)
90 * @var FetcherMarkup - the parent (a instructions run may run inside a path run, ie {@link \syntax_plugin_combo_iterator)
208 * This is needed for instructions or markup run
238 public function deleteRootPElementsIfRequested(array &$instructions): void argument
251 if ($instructions[1][0] !== 'p_open') {
254 unset($instructions[1]);
262 while (($lastPBlockPosition = (sizeof($instructions) - $n)) >= 0) {
267 if ($instructions[$lastPBlockPosition][0] == 'p_close') {
268 unset($instructions[$lastPBlockPosition]);
573 * function to get the instructions
[all...]
/plugin/structodt/
H A Dhelper.php317 $instructions = $Parser->parse($dvalue);
320 // Loop through the instructions
321 foreach ($instructions as $instruction) {
/plugin/data/
H A Daction.php105 // Loop through the instructions
106 $instructions = p_get_instructions($TEXT);
107 foreach ($instructions as $instruction) {
/plugin/bpmnio/_test/
H A Dsyntax_plugin_bpmnio_bpmnio.test.php26 $instructions = p_get_instructions($input);
27 $xhtml = p_render('xhtml', $instructions, $info);
48 $instructions = p_get_instructions($input);
49 $xhtml = p_render('xhtml', $instructions, $info);
/plugin/sortablejs/
H A Dsyntax.php72 $instructions = p_get_instructions( $match );
73 foreach( $instructions as $instruction ) {
91 $instructions = array_slice( p_get_instructions( $match ), 1, -1 );
92 foreach( $instructions as $instruction ) {
/plugin/odt/renderer/
H A Dpage.php263 $instructions = p_get_instructions($message);
264 print p_render('xhtml', $instructions, $info);
2107 $instructions = p_cached_instructions(wikiFN($pagename));
2109 foreach($instructions as $instruction) {
H A Dpagepdf.php107 $instructions = p_get_instructions($message);
108 $this->doc = p_render('xhtml', $instructions, $info);
/plugin/deeplautotranslate/
H A Dreadme.md5 For usage- and configuration instructions please visit the [Dokuwiki-Plugin-Page](https://www.dokuwiki.org/plugin:deeplautotranslate) of thi (…)
/plugin/prosemirror/
H A DREADME.md46 some rendering instructions have been moved to the respective `parser/` classes
/plugin/prosemirror/action/
H A Dajax.php161 $instructions = p_get_instructions($text);
163 $prosemirrorJSON = p_render('prosemirror', $instructions, $info);

1234567