Home
last modified time | relevance | path

Searched refs:pages (Results 226 – 250 of 858) sorted by relevance

12345678910>>...35

/plugin/bibtex/OSBib/format/
H A DBIBSTYLE.php115 $this->pages = FALSE; // indicates not yet created pages for articles
215 if(!$this->row['pageStart'] || $this->pages) // empty field or page format already done
217 $this->pages = TRUE;
220 $this->pages = TRUE;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst35 Imagine a base template shared by multiple HTML pages, defining a single block
53 Some pages ("foo" and "bar") share the same content structure -
71 While other pages ("boom" and "baz") share a different content structure -
93 "bar" pages and another one with side-by-side boxes for the "boom" and
94 "baz" pages.
/plugin/guestbook/
H A Dbasic.class.php230 $pages = ceil($_SESSION['showmax']/ $guestbook_database->show_max);
233 if($pages>1)
236 for ($i=1; $i<=$pages; $i++)
239 if ($i != $pages)
245 return array($output, $startzahl, $pages);
/plugin/webcomponent/_test/
H A DREADME.md5 The [data](data) folder contains pages and images that are
19 const DOKU_DATA_DIR = '/dokudata/pages';
/plugin/pubmed2020/classes/
H A Dpubmed2020.php847 function _normalizePages($pages) { argument
849 if (strpos($pages, "-") === false) {
850 return $pages;
853 $p = mb_split("-", $pages);
855 return $pages;
859 return $pages;
869 return $pages;
/plugin/hubspot/
H A DREADME.md4 A DokuWiki plugin that allows you to embed the hubspot tracking code in your pages.
41 …lugin should now be enabled and you should see the trackingcode in the rendered html on wiki pages.
/plugin/autostartpage/
H A DREADME.md4 Automatically create start pages for new namespaces. Handy if you
5 use start pages as indexes.
/plugin/snippets/
H A Dhelper.php166 function getPageArray($pages, $id) { argument
168 foreach($pages as $page_id) {
/plugin/spatialhelper/helper/
H A Dindex.php73 * (re-)Generates the spatial index by running through all the pages in the wiki.
82 $pages = [];
83 search($pages, $conf ['datadir'], 'search_allpages', []);
84 foreach ($pages as $page) {
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php294 $pages = array_keys($this->targetpages);
295 usort($pages, array($this, '_sorttargetpages'));
299 foreach ($pages as $ID) {
318 foreach ($pages as $ID) {
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php294 $pages = array_keys($this->targetpages);
295 usort($pages, array($this, '_sorttargetpages'));
299 foreach ($pages as $ID) {
318 foreach ($pages as $ID) {
/plugin/subjectindex/syntax/
H A Dindex.php276 list($heading, $cur_node, $pages, $anchor) = $line;
289 if ( ! empty($pages)) {
292 foreach($pages as $page) {
300 $freq = '<span class="frequency">' . count($pages) . '</span>';
/plugin/quickstats/lang/en/
H A Dquery.txt2 Queries can be about pages, IP addresses, Countries, or Browser/User Agents.
14 …'wiki'' in the page search, it will return all pages which occur in the wiki namespace and any oth…
33 especially for IP addresses that are spiders and have accessed many pages on your wiki. The page c…
62 …er of times the IP address has accessed pages on your wiki. When you request data about a page or …
/plugin/sync/
H A Dadmin.php148 $pages = array();
153 $pages = $this->_getSyncList('pages');
157 && $pages !== false ){
162 if ( $pages === false || $media === false ){
166 if(count($pages) || count($media)){
168 if(count($pages))
169 $this->_directionForm('pages',$pages);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js715 function addPagesXML(zip, pages, pageLayers, modelsAttr) argument
727 for (var name in pages)
788 var xmlDoc = pages[name];
850 var pages = {};
854 var pagesCount = editorUi.pages != null? editorUi.pages.length : 1;
875 if (editorUi.pages != null)
895 pages[diagramName] = convertMxModel2Page(graph, modelAttrib);
919 for (var i=0; i < editorUi.pages.length; i++)
921 var page = editorUi.pages[i];
944 pages[diagramName] = convertMxModel2Page(graph, modelAttrib);
[all …]
/plugin/linkscollection/lang/en/
H A Dintro.txt1 ====== Select pages ======
/plugin/data-au/db/
H A Dupdate0003.sql1 ALTER TABLE pages ADD class;
H A Dupdate0005.sql1 ALTER TABLE pages ADD lastmod;
/plugin/data/db/
H A Dupdate0005.sql1 ALTER TABLE pages
H A Dupdate0003.sql1 ALTER TABLE pages
/plugin/tabinclude/
H A Dhelper.php49 $pages = explode($page_delim,$match); // extract page names
50 $sz = count($pages);
52 $sz = count($pages);
61 $page = trim($pages[$i]);
/plugin/randominc/
H A Dsyntax.php137 $pages = $this->helper->_get_included_pages($mode, $page, $sect, $parent_id, $flags);
151 …>meta['plugin_include']['pages'] = array_merge($renderer->meta['plugin_include']['pages'], $pages);
165 foreach ($pages as $page) {
/plugin/bookcreator/action/
H A Dhandleselection.php227 * @return array with title and a list of pages
252 * Returns title and list of pages from a Saved Selection
288 * Returns an array of pages in the given namespace.
292 * @return array with a list pages
310 $pages = array();
312 $pages [] = $item['id'];
315 $response['pages'] = $pages;
/plugin/openlayersmap/
H A Ddeleted.files93 _test/data/pages/issue34.txt
94 _test/data/pages/issue34-fixed.txt
95 _test/data/pages/rur.txt
/plugin/epub/scripts/
H A Depub_utils.php616 function epub_checkfor_ns($name, &$pages, &$titles) { argument
621 array_shift($pages); // remove namespace id: namespace:*
645 array_unshift ($pages , $_pages[$i]);
664 static $pages;
666 $pages = $_pages;
668 return $pages;

12345678910>>...35