Home
last modified time | relevance | path

Searched refs:page (Results 801 – 825 of 2033) sorted by relevance

1...<<31323334353637383940>>...82

/plugin/pdfjs/pdfjs/web/locale/lij/
H A Dviewer.properties21 # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 page.title=Pagina
27 # will be replaced by a number representing the currently visible page,
117 # the size, respectively their unit of measurement and orientation, of the (current) page.
121 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
152 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
154 thumb_page_title=Pagina {{page}}
155 # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
157 thumb_page_canvas=Miniatua da pagina {{page}}
/plugin/pagemove/lang/en/
H A Dpagemove.txt5 * You cannot move the start page.
11 All links to and from the page will be updated to reflect the new location and/or name.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.IDPrefixLocal.txt
/plugin/listeabo/
H A Daction.php120 …$lien = "<a href='doku.php?id=".$page."' class='wikilink1' style='font-weight: lighter;' title='".…
/plugin/nsexport/action/
H A Dexport.php72 foreach($pages as $page){
73 $id = cleanID($ns . $page['id']);
/plugin/combo/ComboStrap/
H A DCacheExpirationDate.php26 public static function createForPage(ResourceCombo $page): CacheExpirationDate argument
29 ->setResource($page);
41 throw new ExceptionNotFound("Cache expiration is only available for page fragment");
H A DPageUrlType.php15 public const CONF_VALUE_PAGE_PATH = "page path";
19 public const CONF_VALUE_PERMANENT_PAGE_PATH = "permanent page path";
33 public static function createFromPage(ResourceCombo $page): PageUrlType argument
36 ->setResource($page);
47 LogUtility::msg("The page type is only for page");
H A DCreationDate.php26 public static function createForPage(ResourceCombo $page): CreationDate argument
29 ->setResource($page);
113 return "The creation date of the page";
H A DModificationDate.php15 public static function createForPage(MarkupPath $page) argument
18 ->setResource($page);
72 return "The last modification date of the page"; // resource
/plugin/pdfjs/pdfjs/web/locale/ga-IE/
H A Dviewer.properties21 # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 page.title=Leathanach
27 # will be replaced by a number representing the currently visible page,
116 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
118 thumb_page_title=Leathanach {{page}}
119 # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
121 thumb_page_canvas=Mionsamhail Leathanaigh {{page}}
/plugin/davcard/
H A Dscript.js82 page: JSINFO['id'], property in dw_davcard__modals
98 page: dw_davcard__modals.page,
196 page: dw_davcard__modals.page,
296 page: dw_davcard__modals.page,
706 page: dw_davcard__modals.page,
/plugin/sphinxsearch-was/
H A DSphinxSearch.php183 foreach ($pageIds as $page) {
184 if (auth_quickaclcheck($page['page']) < AUTH_READ) {
187 $matchPages[$page['page']] = $page['hid'];
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php100 function page_get_start($page, $ppp, $totalnum) { argument
102 $page = max(1, min($totalpage,intval($page)));
103 return ($page - 1) * $ppp;
/plugin/sphinxsearch/
H A DSphinxSearch.php182 foreach ($pageIds as $page) {
183 if (auth_quickaclcheck($page['page']) < AUTH_READ) {
186 $matchPages[$page['page']] = $page['hid'];
/plugin/note/
H A DREADME.md25 It is regularly reported that the cache needs to be cleaned after installing the plugin before the notes do showup. At least a full page-reload (CTRL-F5) is required.
36 See [DokuWiki's plugin page](https://www.dokuwiki.org/plugin:note)
42 * Load the admin page and go to Manage Plugins and enter the URL of the plugin under Download and install the new plugin.-
43 3. Update the `Configuration Settings` under the DokuWiki's admin page.
/plugin/newpagetemplate/
H A Dcli.php15 $pg = $this->colors->wrap('page', 'cyan');
24 "[[-p|--page] page_id] | [[-i|--ini] path-to-ini|config] | [[-t|--tpl] template_id] | [[-u|usrrepl] <macros>]\n|[[-s|--screen][cmdLine|browser]]|[[--nosave|-n]true]\n" .
25 "\n\nThis plugin helps to automate the processing of pages that use new page templates. " .
30 $options->registerOption('page', 'Apply the template to the named page id', 'p');
32 $options->registerOption('tmpl', 'Template to apply to the specified page ', 't');
44 " consists of the parsed page data.", 's');
49 " plugin page. To use the ini file specified in the plugin's Configuration Settings, this option must be set to '$config'.", 'i');
57 if ($options->getOpt('page')) {
60 if (!$clopts['page']) {
[all...]
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example18 // Override title of page menu
21 // add option to page menu
22 //indexmenu_contextmenu['all']['pg']['view'].splice(1, 0, ['Input new page', '"javascript: IndexmenuContextmenu.reqpage(\'"+index.config.urlbase+"\',\'"+index.config.sepchar+"\',\'"+node.dokuid+"\');"']);
/plugin/extendpage/
H A Dadmin.php110 $page = $assignment['page'];
126 echo '<td>' . hsc($page) . '</td>';
/plugin/searchindex/lang/fr/
H A Dintro.txt3 Cette page permet de reconstruire l'index utilisé par la recherche en
13 Reconstruire l'index prend du temps. Vous devriez laisser la page ouverte
/plugin/highlightparent/
H A Daction.php116 $page = noNS($ID);
122 if ($page !== $conf['start']) {
/plugin/permissioninfo/
H A DREADME.md3 …what their namespace and page permissions are and which users are in which groups. Additionally, i…
/plugin/move/lang/fr/
H A Dmove.txt7 * Pour déplacer une page il faut également disposer du droit de création dans la catégorie de destination
10 Tous les liens depuis et vers la page seront mis à jour pour refléter le nouvel emplacement et/ou le nouveau nom.
/plugin/catlist/
H A DREADME.md3 Static tree-like page listing plugin for DokuWiki.
5 For detailed description and documentation, see the [plugin page](https://www.dokuwiki.org/plugin:catlist).
/plugin/tplinc/
H A Dadmin.php110 list($pattern, $page, $location, $skipacl) = $assignment;
113 echo '<td><input type="text" name="a[x' . $row . '][1]" value="' . hsc($page) . '" /></td>';
/plugin/s5/ui/flower/
H A Dprint.css2 div.slide, ul {page-break-inside: avoid; visibility: visible !important;}
3 h1 {page-break-after: avoid;}

1...<<31323334353637383940>>...82