Home
last modified time | relevance | path

Searched refs:pages (Results 76 – 100 of 858) sorted by relevance

12345678910>>...35

/plugin/randompage2/
H A Daction.php24 $pages = file($dir.'/page.idx');
25 shuffle($pages);
27 foreach ($pages as $page) {
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php65 protected $pages; variable in DokuwikiXMLExport
74 $this->pages = $this->getPageIds();
122 $total = count($this->pages);
125 $this->pages = array_slice($this->pages, $start, $count);
128 foreach ($this->pages as $key => $page) {
/plugin/multiorphan/
H A Dscript.js99 checkpagesandmedia($.makeArray($result.pages));
130 …hecking-page') + " ("+($currentPagesAndMedia.pages.length-elements.length)+"/"+($currentPagesAndMe…
240 $.each((response||{}).pages||[], function(page, data){
241 …checkResponse(page, data.href, data.amount, $currentResults.pages, $pagesOut, [ORPHANACTIONS.view(…
244 …checkResponse(page, data.href, data.amount, $currentResults.pages, $pagesOut, [ORPHANACTIONS.view(…
273 …$currentResults.pages.orphan = orphaned($currentResults.pages.linked, $currentPagesAndMedia.pages);
283 $.each($currentResults.pages.orphan, function(idx, orphan){
292 $pagesOut.prev('.header').attr('count', $currentResults.pages.orphan.length);
408 pages: { class in reset.$currentResults
/plugin/pagequery/
H A DPageQuery.php458 $pages = file($conf['indexdir'] . '/page.idx');
462 $pages = $this->filterNamespaces($pages, $excl_ns, true);
463 $pages = $this->filterNamespaces($pages, $incl_ns, false);
466 foreach ($pages as $i => $iValue) {
469 unset($pages[$i]);
486 unset($pages[$i]);
489 if (count($pages) > 0) {
490 return $pages;
507 filterNamespaces(array $pages, array $ns_qry, string $exclude) global() argument
523 validatePages(array $pages, bool $nostart = true, int $maxns = 0) global() argument
[all...]
/plugin/tagfilter/
H A Dscript.js61 var pages = new Array();
64 jQuery.each(form,function(index,select) { //loop through select boxes and collect the pages
66 pages[page_idx] = new Array();
68 pages[page_idx] = jQuery.merge(pages[page_idx],tags[index][tag]);
70 pages[page_idx] = jQuery.unique(pages[page_idx]);
78 jQuery.each(form,function(index,select) { //loop through select boxes and collect the pages
81 pages[page_idx] = pages[page_id
[all...]
/plugin/subjectindex/inc/
H A Dcommon.php310 $pages = unserialize(file_get_contents(SUBJ_IDX_DEFAULT_TARGETS));
311 if ($pages !== false && isset($pages[$section])) {
312 return $pages[$section];
325 $pages = array();
327 $pages = unserialize(file_get_contents(SUBJ_IDX_DEFAULT_TARGETS));
329 $pages[$section] = $page;
330 file_put_contents(SUBJ_IDX_DEFAULT_TARGETS, serialize($pages));
/plugin/tplinc/
H A Dhelper.php88 $pages = array();
98 $pages[] = $page;
101 return array_unique($pages);
113 $pages = $this->getIncludes($location, $id);
115 foreach ($pages as $page) {
/plugin/farmsync/lang/en/
H A Dupdate.txt1pages in this namespace and in all subnamespaces will be copied. Whereas ending in just '':*'' mea…
/plugin/findologicxmlexport/tpl/
H A Dadmin.twig49 {{pages[page].id}}
53 <a target="_blank" href="{{pages[page].url}}">{{pages[page].url}}</a>
57 {{pages[page].author}}
61 {{pages[page].lastEdit|localizeddate('long', 'medium', locale)}}
65 … <a target="_blank" class='page-edit-link-a' href="{{pages[page].url}}&do=edit">
/plugin/sitemapnavi/
H A Dhelper.php17 $pages = array();
19 … search($pages, $conf['datadir'], 'search_index', array('ns' => $currentNS), $subdir, $level);
31 $items = $this->mergePagesAndMedia($pages, $media);
145 * @param array $pages
149 protected function mergePagesAndMedia(array $pages, array $mediaFiles) { argument
152 foreach ($pages as $page) {
/plugin/quickstats/
H A Dsyntax.php25 private $pages; variable in syntax_plugin_quickstats
218 case 'pages':
320 $this->pages = unserialize(io_readFile($this->page_file,false));
321 if(!$this->pages) $this->pages = array();
424 if(!$this->pages) return array();
426 $this->sort($this->pages['page']);
436 … $date =($this->show_date && isset($this->pages['date'] )) ? $this->pages['date'] : false;
437 $page_count = $this->table($this->pages['page'],$renderer,true,$date);
438 …"<span class='total'>" . $this->getLang('pages_accessed') . count($this->pages['page']) . "</span…
439 …>doc .= "<span class='total'>". $this->getLang('ttl_accesses') . $this->pages['site_total'] .'</…
/plugin/nsexport/lang/en/
H A Dintro.txt3 …ll pages in the current namespace (and below). Mediafiles like images or documents used in the exp…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DBlog.php156 public function setPages(BlogPages $pages) argument
158 $this->pages = $pages;
165 return $this->pages;
/plugin/combo/ComboStrap/
H A DFsWikiUtility.php45 * Return all pages and/of sub-namespaces (subdirectory) of a namespace (ie directory)
48 * @param string $path The container of the pages
49 * @return array An array of the pages for the namespace
167 * Find the pages in the tree
185 $pages = array();
189 $pages[] = array(
208 $pages,
223 return $pages;
/plugin/include/
H A Dhelper.php11 * Helper functions for the include plugin and other plugins that want to include pages.
539 * Convert internal and local links depending on the included pages
543 * @param array $included_pages The array of pages that are included
577 // change links to included pages into local links
691 * Gives a list of pages for a given include statement
697 $pages = array();
707 if (!isHiddenPage($pagearray['id'])) // skip hidden pages
708 $pages[] = $pagearray['id'];
723 $pages[] = $pagearray['id'];
730 $pages[]
[all...]
/plugin/publistx/template/
H A Ddokuwiki_fancy.tpl4 …e@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?insti…
H A Ddokuwiki_single.tpl2 …e@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?insti…
/plugin/publistf/template/
H A Ddokuwiki_fancy.tpl4 …e@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?insti…
H A Ddokuwiki_single.tpl2 …e@ @volume@@?number@ (@number@)@;number@@;volume@ @;journal@ @?pages@ pp. @pages@.@;pages@ @?insti…
/plugin/pagetemplater/
H A Daction.php120 foreach ($this->pages as $namespace) {
130 private static $pages = null; variable in action_plugin_pagetemplater
132 if ( $this->pages != null ) {
136 $this->pages = array();
141 $this->pages[] = explode("=>", $namespace);
/plugin/lms/
H A Dhelper.php204 $pages = [];
214 // Only pages below the control page's namespace are considered lessons
221 $pages[] = $link;
224 $pages = array_values(array_unique($pages));
225 return $pages;
/plugin/advanced/lang/en/config/
H A Dacl.txt16 | none | 0 | pages, namespaces | no permission---complete lock out | AUTH_NONE |
17 | read | 1 | pages, namespaces | read permission | AUTH_READ |
18 | edit | 2 | pages, namespaces | existing pages may be edited | AUTH_EDIT |
19 | create | 4 | namespaces | new pages can be created | AUTH_CREATE |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1Document.php129 public function setPages($pages) argument
131 $this->pages = $pages;
138 return $this->pages;
H A DGoogleCloudDocumentaiV1beta1Document.php129 public function setPages($pages) argument
131 $this->pages = $pages;
138 return $this->pages;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFactCheckTools.php42 public $pages; variable in Google\\Service\\FactCheckTools
106 'pages',
110 'path' => 'v1alpha1/pages',
134 'path' => 'v1alpha1/pages',

12345678910>>...35