Home
last modified time | relevance | path

Searched refs:Page (Results 1 – 25 of 250) sorted by last modified time

12345678910

/plugin/siteexport/
H A DREADME.md150 * [[.:sub:page|Page in the sub namespace]]
/plugin/struct/
H A Ddeleted.files82 meta/Page.php
/plugin/struct/meta/
H A DCSVImporter.php5 use dokuwiki\plugin\struct\types\Page; alias
114 $pageType = new Page(null, 'pid');
H A DPageColumn.php5 use dokuwiki\plugin\struct\types\Page; alias
23 public function __construct($sort, Page $type, $table = '')
H A DSearch.php10 use dokuwiki\plugin\struct\types\Page;
602 return new PageColumn(0, new Page(), $schema_list[0]);
605 return new PageColumn(0, new Page(['usetitles' => true]), $schema_list[0]);
8 use dokuwiki\plugin\struct\types\Page; global() alias
/plugin/struct/types/
H A DLookup.php77 $column = new PageColumn(0, new Page(), $table);
80 $column = new PageColumn(0, new Page(['usetitles' => true]), $table);
H A DPage.php12 * Class Page
18 class Page extends AbstractMultiBaseType
17 class Page extends AbstractMultiBaseType global() class
/plugin/struct/action/
H A Dmove.php19 use dokuwiki\plugin\struct\types\Page;
70 if (get_class($col->getType()) == Page::class) {
147 * @param bool $hashes could the ID have a hash part? (for Page type)
15 use dokuwiki\plugin\struct\types\Page; global() alias
/plugin/struct/helper/
H A Dfield.php9 use dokuwiki\plugin\struct\types\Page; alias
155 * Special handling for Page and Lookup literal form values.
166 $this->column->getType() instanceof Page
/plugin/mikioplugin/
H A DREADME.md190 - DokuWiki Plugin Page: (http://dokuwiki.org/plugin:mikioplugin)
/plugin/api/_test/
H A Dpage.test.php56 $backlinkHomePageTitle = 'Backlink Page Heading 1';
83 $expectedHtml = DOKU_LF . '<p>' . DOKU_LF . 'Home Page' . DOKU_LF . '</p>' . DOKU_LF;
/plugin/recommend/lang/en/
H A Dintro.txt6 * Page ID
/plugin/tgnotify/
H A DCHANGELOG.rst18 * Feature: Page URL added to message
/plugin/addnewpage/
H A DREADME.md1 # Add New Page Plugin for DokuWiki
H A Dplugin.info.txt6 name Add New Page plugin
/plugin/dw2pdf/tpl/default/
H A Dstyle.css30 /* Page no. level 0 - may be inside <a> */
42 /* Page no. level 1 - may be inside <a> */
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPage.php31 class Page class
56 * Page constructor.
H A DPdfReader.php114 * @return Page
124 'Page number needs to be a number.'
131 'Page number "%s" out of available page range (1 - %s)',
188 return new Page($page, $this->parser);
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md5 * Add Page Number Myanmar Language Support (@MinKyawNyunt, #1201)
582 - Page numbering - $mpdf->pagenumSuffix etc not suppressed in HTML headers/footers if number suppressed
583 - Page numbering - Page number total {nbpg} incorrect - e.g. showing decreasing numbers through document, when ToC present
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md92 - Page boundaries beginning with a slash, such as `/MediaBox`, are not supported anymore. Remove
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dmpdf.css67 span.mpdf_toc_p_level_0 { /* Page no. level 0 - may be inside <a> */
81 span.mpdf_toc_p_level_1 { /* Page no. level 1 - may be inside <a> */
93 span.mpdf_toc_p_level_2 { /* Page no. level 2 - may be inside <a> */
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebDriver.php398 * WebDriverExpectedCondition::titleIs('WebDriver Page')
/plugin/combo/
H A Ddeleted.files84 class/Page.php
219 ComboStrap/Page.php
/plugin/combo/lang/fr/
H A Dadd.txt3 | Page interne | - namespace:page_interne \\ - namespace_1:namespace_2:page_interne |
/plugin/combo/resources/page-image/
H A DREADME.md1 # Page Image

12345678910