Home
last modified time | relevance | path

Searched refs:page (Results 601 – 625 of 2033) sorted by relevance

1...<<21222324252627282930>>...82

/plugin/approve/action/
H A Dcache.php30 if(!$cache->page) return;
35 $approve = p_get_metadata($cache->page, 'plugin approve');
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-login.hbs8 <div id="page-core" class="{{ layout-container-class }} position-relative">
9 <main id="page-main" class="col-md-4 mx-auto">
H A Dblank.hbs8 <div id="page-core" class="{{ layout-container-class }} position-relative">
9 <main id="page-main" class="col-md-8 mx-auto">
H A Dapp-register.hbs8 <div id="page-core" class="{{ layout-container-class }} position-relative">
9 <main id="page-main" class="col-md-4 mx-auto" style="margin: 2rem auto">
H A Dapp-resendpwd.hbs8 <div id="page-core" class="{{ layout-container-class }} position-relative">
9 <main id="page-main" class="col-md-4 mx-auto">
/plugin/recommend/helper/
H A Dlog.php28 public function writeEntry($page, $sender, $receiver, $comment) argument
33 "“${sender}” recommended “${page}” to " .
/plugin/loglog/
H A Daction.php126 $page = $INPUT->str('page');
127 if ($page) $msg .= " - $page";
128 if ($more && $more !== $page) $msg .= " - $more";
/plugin/autolink3/
H A Dsys.php135 function is_link_exist($page, $local, $word) argument
137 $global = sprintf("%s %s %s\r\n", $word, $page, $local);
156 function is_txt($page) argument
158 return substr_count($page, '.txt');
/plugin/shibbolethauth/lang/fr/
H A Dintro.txt3 A partir de cette page vous pouvez mettre en place ou retirer le système d'authentification Shibbol…
5 Pour l'activer, allez ensuite à la page du plugin de configuration (partie administration), select…
/plugin/snippeter/
H A DREADME.md5 Add document snippets into a page.
41 The plugin provide a shortcut for each page created in that namespace.
48 right within the snippet page.
73 the icon on the current curser position within your open wiki page.
83 | `PAGE_TITLE` | the id of the currently edited page, underscores replaced by spaces |
95 button within the configuration wizzard page.
/plugin/diagramsnet/lib/resources/
H A Ddia_ms.txt164 currentPage=Current page
556 page=Halaman
872 confCannotGetID=Unable to determine page ID
880 …not edit diagrams in a draft page, diagram is deleted from the page, or diagram is edited external…
899 confGotoPage=Go to containing page
916 thisPage=this page
925 tempsPage=Templates page
940 confAFetchPageFailed=Fetching the page failed.
989 … draft page, is deleted from the page, or is edited externally. It will be saved as a new attachme…
1011 confAErrFetchPage=Error fetching page "{1}"
[all …]
/plugin/pot/
H A DREADME.md5 …Dokuwiki] plugin allows you to define “pot” in a page, which can be used anywhere in the document …
7 …lay formatted numbers. In addition, the content can be retrieved in the further course of the page.
64 * use an page specific code to design an shortcut
66 …* the general config settings will be merged ( overwritten ) by the page code (if set), and finall…
72 | set | | any number or word, | with this key word you will set a page default, see below |
137 | ~value | defaultentry=value | fetches page settings which were set erlier with "set=value" |
147 You can use this text later on the page with {@value}. A other plugin with similar functions: [http…
153 … occur when preview is clicked in the editor. After regular saving of the page the display is as u…
165 …script will be created in order to be able to retrieve the set values on the whole page unhindered.
/plugin/multiorphan/action/
H A DpluginSiteexport.php49 foreach( array_keys($links['pages']) as $page ) {
52 'entryID' => $page
/plugin/combo/ComboStrap/
H A DLead.php17 public static function createForMarkup($page): Label argument
20 ->setResource($page);
30 return "The lead is a tagline for a page";
H A DPageLevel.php21 public static function createForPage(ResourceCombo $page): PageLevel argument
24 ->setResource($page);
56 return "The level of the page on the file system (The home page is at level 0)";
H A DLowQualityPageOverwrite.php12 * Tells if the page can be of low quality or not
21 * to tell if a page may be of low quality
26 public static function createForPage(MarkupPath $page) argument
29 ->setResource($page);
39 return "If checked, this page will never be a low quality page";
44 return "Prevent this page to become a low quality page";
81 * A page can be of low quality by default
H A DLabel.php17 public static function createForMarkup($page): Label argument
20 ->setResource($page);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTableOfContents.php74 * @var bool Determine if the TOC should be cloned to calculate the correct page numbers
166 $this->m_TOC[$toc_id]['TOCmark'] = $this->mpdf->page;
202 $this->TOCmark = $this->mpdf->page;
268 // Cannot start table of contents on an even page
269 if (($this->mpdf->mirrorMargins) && (($this->mpdf->page) % 2 == 0)) { // EVEN
277 $this->mpdf->PageNumSubstitutions[] = ['from' => $this->mpdf->page, 'reset' => $resetpagenum, 'type' => $pagenumstyle, 'suppress' => $suppress];
280 $this->m_TOC[$toc_id]['TOCmark'] = $this->mpdf->page;
289 $this->TOCmark = $this->mpdf->page;
303 * Fix the TOC page numbering problem
305 * To do this, the current class is deep cloned and then the TOC functionality run. The correct page
[all...]
/plugin/tagfilter/
H A Dhelper.php170 * @param bool $aclSafe if true, uses tag from a page only if user has read permissions
185 foreach ($pages as $page) {
186 if ($this->taghelper->isVisible($page, $ns)) {
190 if (auth_quickaclcheck($page) >= AUTH_READ) {
411 foreach ($page_r as $page) {
412 $title = p_get_metadata($page, 'title', METADATA_DONT_RENDER);
413 $title = $title ?: $page;
414 $pages[$page] = strip_tags($title); //FIXME hsc() doesent work with chosen
422 * Returns page title, otherwise pageid
441 * @return array array of page id
[all...]
/plugin/combo/
H A Dcli.php97 * Replicate only the page `:namespace:my-page`
99 php ./bin/plugin.php combo metadata-to-database --host serverHostName --port 80 :namespace:my-page
101 php ./bin/plugin.php combo metadata-to-database --host serverHostName --port 80 /namespace/my-page
116 $options->registerCommand(self::METADATA_TO_FRONTMATTER, "Replicate the file system metadata into the page frontmatter");
120 "The start path (a page or a directory). For all pages, type the root directory '/'",
273 * Indexing the page start the database replication
280 * If the page does not need to be indexed, there is no run
285 LogUtility::msg("The page {$id} ($pageCounter / $totalNumberOfPages) was indexed and replicated", LogUtility::LVL_MSG_INFO);
287 LogUtility::msg("The page {
[all...]
/plugin/fields/
H A DREADME.md2 This Dokuwiki plugin allows you to define “fields” in a page, which can be used anywhere in the doc…
4 and use those variables anywhere in the page.
/plugin/linksenhanced/admin/
H A Dlinks.php60 foreach($linkData as $page => $links)
62 echo '<td rowspan="'.count($links).'">'.$page.'</td>';
/plugin/datatemplate/
H A Daction.php49 if (!isset($cache->page)) return;
52 $files = $this->_get_dependencies($cache->page);
/plugin/txtconf/lang/fr/
H A Dintro_acronyms.txt3 Utiliser cette page pour gerer la liste des Acronymes de votre intallation de Dokuwiki.\\
8 Assurez-vous d'appuyer le bouton **Sauver** avant de quitter cette page, sinon vos modifications se…
/plugin/combo/action/
H A Dmetagoogle.php61 $page = MarkupPath::createPageFromPathObject($requestedPath);
62 $ldJson = LdJson::createForPage($page)

1...<<21222324252627282930>>...82