Home
last modified time | relevance | path

Searched refs:section (Results 76 – 100 of 942) sorted by relevance

12345678910>>...38

/plugin/templater/
H A Dsyntax.php9 * {{template>page#section}} for a section of "page"
49 'desc' => 'Displays a wiki page (or a section thereof) within another, with user selectable replacements',
109 // $wikipage[1] is the header of a template enclosed within a section {{template>page#section}}
110 // Not all template calls will be {{template>page#section}}, some will be {{template>page}}
113 $section = cleanID($wikipage[1]);
115 $section = null;
118 return array($wikipage[0], $replacers, $section);
182 // filter section i
[all...]
/plugin/sketchcanvas/
H A Dstyle.less1 /* the section edit button */
/plugin/sectiontoggle/
H A DREADME.md4 Dokuwiki plugin to toggle (hide and show) sections by clicking on section headers.
/plugin/disabledelete/
H A DREADME.md2 Dokuwiki plugin to prevent users except admins from deleting a page or a section
H A Dplugin.info.txt6 desc Prevent users except admins from deleting a page or a section
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphpt-args.phpt2 PHPT runner supports ARGS section
H A Dphpt-stdin.phpt2 PHPT runner supports STDIN section
H A Dphpt-env.phpt2 PHPT runner should support ENV section
/plugin/sphinxsearch/
H A Dchangelog3 * Fixed bug when text before first section don't indexed
21 * Fixed bug - document parsing by section
/plugin/openlayersmap/
H A D.scrutinizer.yml8 dependencies: # This needs to be the section name like "tests", "dependencies", or "project_setup"
/plugin/editsections/
H A DREADME4 Original release Website : http://source.silicodon.net/releases/dokuwiki-plugins/edit-section-reorg…
/plugin/pureldap/vendor/freedsx/sasl/
H A DCHANGELOG.md6 * Add an option to set the host section of the digest-uri for DIGEST-MD5. Mostly for easier AD support.
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js296 var section = this.customEntries[i];
298 for (var j = 0; j < section.entries.length; j++)
300 var entry = section.entries[j];
335 var section = this.customEntries[i];
337 for (var j = 0; j < section.entries.length; j++)
339 var entry = section.entries[j];
430 var section = this.customEntries[i];
432 for (var j = 0; j < section.entries.length; j++)
434 var entry = section.entries[j];
855 var section = this.customEntries[i];
[all …]
/plugin/editsections2/
H A Dplugin.info.txt6 desc Configures section edit features
/plugin/dokucrypt2/
H A DOLDER_VERSIONS.md45 2. Find the section: function currentHeadlineLevel(textboxId){
46 3. Inside that section (function), find: if (field.form.prefix) {
/plugin/combo/ComboStrap/
H A DOutlineVisitor.php26 * @var OutlineSection The last section to be printed
234 $editButton = EditButton::create("Edit the section `{$outlineSection->getLabel()}`")
256 * @return OutlineSection - the last section to be printed
263 private function getLastSectionToBePrintedRecurse(OutlineSection $section): OutlineSection argument
265 $outlineSections = $section->getChildren();
271 return $section;
/plugin/tipoftheday/
H A DREADME.md4 Display Tip of the Day - which is a random section of another page.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A Dphpt-xfail.phpt2 PHPT runner supports XFAIL section
/plugin/hiddenheader/
H A Dplugin.info.txt6 desc Name a page or section without displaying the name on-page.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/
H A Dnot_valid1.test11 Twig\Error\SyntaxError: Only "include" tags are allowed within a "sandbox" section in "index.twig" …
H A Dnot_valid2.test14 Twig\Error\SyntaxError: Only "include" tags are allowed within a "sandbox" section in "index.twig" …
/plugin/toctweak/
H A Dplugin.info.txt6 desc Show tailored table of contents (TOC) of specified page/section in the page content
/plugin/searchstats/
H A Dplugin.info.txt6 desc This plugin records the search words and displays stats in the admin section
/plugin/refnotes/lang/en/
H A D__template.txt7 * Define notes using [[wp>BibTeX]] syntax. BibTeX entries have to be wrapped into a ''<code>'' section. The key of BibTeX entry serves as name of the note. The namespace can be either specified as part of the key or in a separate comment (see example below) for all entries that follow.
8 * Store one note per page as [[doku>plugin:data|Data plugin]] entry. This way the notes are stored in a database, which allows to make queries against the bibliography data, for example, see all books of a certain author. Unfortunately Data plugin allows only one ''dataentry'' section per page.
69 The dataentry below is wrapped into ''<code>'' section to be properly presented in absence of [[doku>plugin:data|Data plugin]].
/plugin/webcomponent/_test/data/pages/
H A Dheading.txt5 This section is using a [[https://spec.commonmark.org/0.29/#atx-heading|Atx Markdown heading]] and …

12345678910>>...38