Home
last modified time | relevance | path

Searched refs:instructions (Results 1 – 25 of 42) sorted by relevance

12

/template/writr/
Dmain.php115 $instructions = '{{NEWPAGE'; variable
117 $instructions .= '>';
118 $instructions .= tpl_getConf('defaultAddNewPage');
120 $instructions .= '}}';
121 $instructions = p_get_instructions($instructions); variable
122 if(count($instructions) > 0) {
123 $render = p_render('xhtml',$instructions,$info);
Dtpl_functions.php177 $instructions = p_get_instructions('{{starred>min}}');
178 if(count($instructions) > 0) {
179 $render = p_render('xhtml',$instructions, $info);
/template/strap/ComboStrap/
H A DMarkupRenderer.php76 …public static function createFromMarkupInstructions($instructions, FetcherMarkup $fetcherMarkup): … argument
79 ->setInstructions($instructions)
84 public static function createFromInstructions($instructions): MarkupRenderer argument
86 return (new MarkupRenderer())->setInstructions($instructions);
164 private function setInstructions(array $instructions): MarkupRenderer argument
166 $this->instructionsSource = $instructions;
H A DFetcherMarkup.php238 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]);
578 $instructions = $this->getInstructions();
586 self::deleteRootPElementsIfRequested($instructions);
596 … $markupRenderer = MarkupRenderer::createFromMarkupInstructions($instructions, $this)
601 if ($output === null && !empty($instructions)) {
[all …]
H A DCallStack.php834 * @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.php407 * @param array $instructions
410 public function setRequestedInstructions(array $instructions): FetcherMarkupBuilder argument
412 $this->builderRequestedInstructions = $instructions;
H A DOutline.php516 $instructions = MarkupRenderer::createFromMarkup($content, $contentPath, $contextPath)
519 $callStack = CallStack::createFromInstructions($instructions);
637 $instructions = MarkupRenderer::createFromMarkup($markup, $path, $path)
640 $callStack = CallStack::createFromInstructions($instructions);
/template/quickjump/blueprint/plugins/fancy-type/
Dreadme.txt6 Credits and instructions are specified above each class
14 See compress.rb for instructions.
/template/usable/blueprint/plugins/fancy-type/
Dreadme.txt6 Credits and instructions are specified above each class
14 See compress.rb for instructions.
/template/notos/
DCustomController.php128 $instructions = p_cached_instructions($controlPageFile);
134 foreach ($instructions as $instruction) {
/template/masa/
Dtpl_functions.php226 $instructions = p_cached_instructions(wikiFN($svID));
227 if(!empty($instructions)) {
229 foreach($instructions as $instruction) {
/template/peanutbutter/
DREADME3 See README.md for instructions
/template/peanutbutter2/
DREADME3 See README.md for instructions
/template/monochrome/
DREADME3 See README.md for instructions
/template/simple_sidebar/
DREADME2 See: https://www.dokuwiki.org/template:simple_sidebar for instructions
/template/usable/blueprint/
Die.css7 * See README for instructions on how to use Blueprint.
Dprint.css7 * See README for instructions on how to use Blueprint.
/template/quickjump/blueprint/
Die.css7 * See README for instructions on how to use Blueprint.
Dprint.css7 * See README for instructions on how to use Blueprint.
/template/ospyramid/css/blueprint/
Dprint.css8 * See README for instructions on how to use Blueprint.
/template/strap/
H A Dshell.nix10 …yName=php74&revision=6e3a86f2f73a466656a401302d3ece26fba401d9&channel=nixpkgs-unstable#instructions
/template/usable/blueprint/src/
Dprint.css5 * See Readme file in this directory for further instructions.
/template/quickjump/blueprint/src/
Dprint.css5 * See Readme file in this directory for further instructions.
/template/quickjump/blueprint/plugins/buttons/
Dscreen.css9 See Readme.txt in this folder for instructions.
/template/20cones/
DREADME.md27 language using the instructions of translation plugin. For translations, you

12