Home
last modified time | relevance | path

Searched refs:instructions (Results 76 – 100 of 166) sorted by relevance

1234567

/plugin/custombuttons/
H A DREADME3 You should visit https://www.dokuwiki.org/plugin:custombuttons for instructions about installation …
/plugin/prosemirror/action/
H A Dajax.php161 $instructions = p_get_instructions($text);
163 $prosemirrorJSON = p_render('prosemirror', $instructions, $info);
H A Deditor.php50 * Add the editor toggle button and, if using the WYSIWYG editor, the instructions rendered to json
78 $instructions = p_get_instructions($TEXT);
80 $prosemirrorJSON = p_render('prosemirror', $instructions, $info);
/plugin/combo/ComboStrap/
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 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);
/plugin/overlay/
H A DREADME.md4 Plase see the plugin page at dkuwiki.org for complete instructions. https://www.dokuwiki.org/plugin…
/plugin/epub/
H A DREADME4 For instructions on use see: https://www.dokuwiki.org/plugin:epub
/plugin/ifauthex/_test/
H A Dgeneral.test.php233 …$instructions = p_get_instructions('<ifauth (nonexistent)>hideme</ifauth><ifauth !(nonexistent)>sh…
234 $xhtml = p_render('xhtml', $instructions, $info);
239 $xhtml = p_render('xhtml', $instructions, $info);
/plugin/commentsyntax/
H A Dplugin.info.txt6 desc Allow to use source comment syntax to leave edit instructions of the page. Comments are visi…
/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/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.RemoveProcessingInstructions.txt
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php62 $instructions = p_cached_instructions(wikiFN($ID,''),false,$ID);
63 foreach ( $instructions as $instruction ) {
/plugin/definitionlist/_test/
H A Dsyntax.test.php17 $instructions = p_get_instructions($rawwiki);
18 return p_render($format, $instructions, $info);
/plugin/xslfo/
H A Daction.php158 $instructions = p_get_instructions(io_readWikiPage($file, $ID, $REV));
159 $original_xml = p_render('xml', $instructions, $info);
/plugin/navbox/
H A Dsyntax.php324 $instructions = $urlParser->parse($item);
328 foreach ($instructions as $instruction) {
/plugin/edittable/action/
H A Deditor.php73 $instructions = p_get_instructions($TEXT);
76 foreach ($instructions as $instruction) {
/plugin/dump/
H A DREADME.md4 …tps://www.dokuwiki.org/plugin:dump) dumps the callstack (the array of instructions) in a json form…
/plugin/randominc/
H A Dsyntax.php188 …$instructions = $this->helper->_get_instructions($id, $sect, $mode, $level, $flags, $root_id, $sec…
195 $renderer->nest($instructions);
/plugin/ebookexport/
H A Daction.php49 $instructions = p_get_instructions($doc);
52 foreach ( $instructions as $instruction ) {
/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/fckg/action/
H A Dedit.php2643 …$instructions = p_get_instructions("=== header ==="); // loads DOKU_PLUGINS array --M.T. Dec 22 20…
2686 $instructions = p_get_instructions($text);
2687 if(is_null($instructions)) return '';
2697 foreach ( $instructions as $instruction ) {
/plugin/fetchmedia/action/
H A Dajax.php269 protected function searchInstructions($instructions, array $searchStringList) { argument
271 foreach ($instructions as $instruction) {
/plugin/webexteamsnotifier/
H A DREADME.md11 See instructions at: https://www.dokuwiki.org/plugin:webexteamsnotifier
/plugin/preservefilenames/
H A Daction_anteater.php183 list($handler_name, $instructions, $source, $title, $linking) = array(0, 1, 0, 1, 6);
196 $inst =& $calls[$i][$instructions];
/plugin/ckgdoku/action/
H A Dedit.php1116 …$instructions = p_get_instructions("=== header ==="); // loads DOKU_PLUGINS array --M.T. Dec 22 20…
1118 $instructions = p_get_instructions($text);
1119 if(is_null($instructions)) return '';
1135 foreach ( $instructions as $instruction ) {

1234567