Home
last modified time | relevance | path

Searched refs:pages (Results 201 – 225 of 858) sorted by relevance

12345678910>>...35

/plugin/nstoc/
H A Dsyntax.php670 $pages = array();
681 $pages[$entry] = $i;
695 $pages[$entry] = $i;
701 if (0 < count($pages)) {
703 $aRenderer->doc .= $this->_doMarkup($pages);
/plugin/nspages/
H A Dsyntax.php3 * Plugin nspages : Displays nicely a list of the pages of a namespace
174 $pages = $fileHelper->getPages();
177 $subnamespaces = array_merge($subnamespaces, $pages);
181 $this->_print($printer, $data, $subnamespaces, $pages);
206 private function _print($printer, $data, $subnamespaces, $pages){
218 $printer->printTOC($pages, 'page', $data['textPages'], $data['hidenopages']);
203 _print($printer, $data, $subnamespaces, $pages) global() argument
/plugin/loadskin/lang/fr/
H A Dintro.txt3 Cette page permet d'indiquer différents [[fr:template|modèles]] pour différentes pages ou catégorie…
5 …nifie que si vous choisissez un modèle pour une page ''wiki'', toutes les pages de la catégorie ''…
/plugin/move/lang/lv/
H A Dmove.txt6 * You must have edit permission for the current page/all pages in the current namespace.
7 * The pages that are moved must not be locked for editing.
/plugin/feed/
H A Dfeed.php130 $pages = $po->$fn($ns, $num);
131 if (!$pages) return false;
133 foreach ($pages as $page) {
/plugin/publish/
H A Dhelper.php375 $pages = array();
376 …search($pages, $dir, array($this,'_search_helper'), array($namespace, $this->getConf('apr_namespac…
378 return $pages;
424 public function removeSubnamespacePages ($pages, $namespace) { argument
426 foreach ($pages as $page) {
/plugin/snippets/exe/
H A Dupdate.php61 …$pages = $helper->getPageArray($snip_data['snip'][$snip] , $id); // if not, remove it from the sn…
62 $snip_data['snip'][$snip] = $pages;
/plugin/tplinc/lang/en/
H A Dhelp.txt11 By default only pages that the current user has read access for are included. You can use the **Ski…
12 always include pages.
/plugin/tagging/action/
H A Dsearch.php188 // search for tagged pages
189 $pages = $hlp->searchPages($this->tagFilter);
190 if (!$pages) {
197 $event->result = $pages;
201 $tagged = array_keys($pages);
/plugin/dir/
H A Dsyntax.php43 var $pages = Array(); variable in syntax_plugin_dir
819 if(count($this->pages) == 0) {
821 $this->pages, // results
827 $count = count($this->pages);
838 $this->pages = array_slice($this->pages, 0, $this->opts['maxrows']);
852 usort($this->pages, array($this, "_sortPage"));
1293 foreach($this->pages as $page) {
/plugin/superacl/lang/fr/
H A Dhelp.txt3 …issions pour les catégories et les pages de votre wiki. Le panneau de gauche liste toutes les caté…
/plugin/nsexport/
H A Dscript.js49 pages: [], property in handleDOMReady.startExport.data
53 data.pages.push(element.value);
/plugin/redirect2/lang/en/
H A Dintro.txt5 * Put '':'' in front of the ID for media, otherwise any ID are assumed for pages.
6 …* If the origin ID ends '':'', all pages/media files under the given namespace will be redirected.…
/plugin/farm/
H A Doverview.class.php105 $pages = ceil(count($animals) / DOKU_FARM_PLUGIN_ANIMALOVERVIEW_PERPAGE);
106 if($page > $pages) $page = $pages;
109 …for($p = 1; $p <= $pages; $p++) ptln(' <a class="animal_overview_'.($p == $page ? 'current' : '')…
181 …for($p = 1; $p <= $pages; $p++) ptln(' <a class="animal_overview_'.($p == $page ? 'current' : '')…
/plugin/elasticsearch/
H A Dcli.php39 $options->registerCommand('index', 'Index all pages and/or media in the wiki');
42 'Which document type to index: pages or media',
44 'pages OR media',
83 if ($options->getOpt('only') !== 'pages') {
95 * Index all the pages
106 $pages = count($data);
111 $this->info(sprintf("Indexing page %s (%d of %d)\n", $ID, $n, $pages));
/plugin/orphanmedia/
H A DREADME15 * Missing (the media file does not exist, but there are link(s) to it elsewhere on the pages)
21 * Different media links extracted from pages
/plugin/advanced/lang/en/config/
H A Duserstyle.txt11 * **screen**: This is used when displaying pages in the web browser
12 * **print**: Definitions here will be used for printing pages
/plugin/orphanmedia2/
H A DREADME15 * Missing (the media file does not exist, but there are link(s) to it elsewhere on the pages)
21 * Different media links extracted from pages
/plugin/pdfjs/pdfjs/web/locale/fr/
H A Dviewer.properties24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
75 spread_none.title=Ne pas afficher les pages deux à deux
77 spread_odd.title=Afficher les pages par deux, impaires à gauche
78 spread_odd_label=Doubles pages, impaires à gauche
79 spread_even.title=Afficher les pages par deux, paires à gauche
80 spread_even_label=Doubles pages, paires à gauche
105 document_properties_page_count=Nombre de pages :
125 document_properties_linearized=Affichage rapide des pages web :
246 …ents PDF ne peuvent pas utiliser leurs propres couleurs : « Autoriser les pages web à utiliser leu…
/plugin/mediasyntax/
H A Daction.php121 // without the ID check we'd get the cache objects for included pages as well
149 $pages = array();
156 $pages = $depends['pages'];
169 foreach($pages as $page)
/plugin/sphinxsearch-was/
H A Dchangelog12 …* Fixed excluding hidden pages from the index, see conf/dokuwiki.php $conf['hidepages'] configura…
41 * Fixed bug with navigations by pages
47 * Fixed bug with parsing dokuwiki pages
/plugin/move/helper/
H A Drewrite.php214 $pages = $meta['pages'];
222 'pages' => &$pages,
247 $Parser->Handler->init($id, $origin, $pages, $media, $handlers);
/plugin/openas/
H A DREADME1 This plugin facilitates renaming (i.e. moving) pages, saving as (i.e. saving a page
2 under a new name without deleting the original) and creating new pages from templates.
22 all of the pages with backlinks have been updated. Once all backlinks have been updated,
/plugin/dokukiwix/
H A DINSTALL22 5: Check the settings of your PHP: if you have huge pages or pages that link to several big externa…
/plugin/odt/renderer/
H A Dbook.php133 $pages = $this->actioninstance->getExportedPages();
134 if ( in_array($id, $pages) ) {

12345678910>>...35