/plugin/include/_test/ |
H A D | namespace_includes.test.php | 18 * Setup - enable and load the include plugin and create the test pages 29 // for testing hidden pages 33 // pages on different levels 50 $pages = array(); 54 $pages [] = $file; 58 return $pages; 65 * Test hiding of hidden pages in namespace includes 69 $pages = $this->helper->_get_included_pages('namespace', 'inclhidden:', '', '', $flags); 72 ), $pages); 80 $pages [all...] |
/plugin/issuelinks/helper/ |
H A D | data.php | 265 if (empty($pages)) { 269 $pages = $this->keepNewest($pages); 270 $pages = $this->filterPagesForACL($pages); 271 $pages = $this->addUserToPages($pages); 272 return $pages; 285 foreach ($pages as $page) { 296 * @param array $pages 303 foreach ($pages as $page) { 314 * @param array $pages 320 foreach ($pages as &$page) { [all …]
|
/plugin/latexit/classes/ |
H A D | RecursionHandler.php | 25 protected $pages; variable in RecursionHandler 42 $this->pages = array(); 51 return in_array($page, $this->pages); 59 $this->pages[] = $page; 67 $search = array_search($page, $this->pages); 69 unset($this->pages[$search]); 70 $this->pages = array_values($this->pages);
|
/plugin/diagramsnet/lib/plugins/ |
H A D | page.js | 13 var pages = ui.pages; 15 if (pages.length > 1) 31 var number = pages.length; 70 var pages = ui.pages; 72 if (pages.length > 1) 94 var change = new ChangePage(ui, page, page, ui.pages.length); 100 n = Math.min(n, ui.pages.length - 1); 104 var number = ui.pages.length; 106 ui.removePage(ui.pages[k]); 110 pages = ui.pages; [all …]
|
/plugin/backlinks/ |
H A D | deleted.files | 32 _test/data/pages/backlinks_syntax.txt 34 _test/data/pages/bob_ross_says.txt 35 _test/data/pages/link.txt 36 _test/data/pages/aaa/link.txt 37 _test/data/pages/aaa/bbb/cc/link_a.txt 38 _test/data/pages/aaa/bbb/cc/link_b.txt 39 _test/data/pages/aaa/bbb/cc/link_c.txt 40 _test/data/pages/aaa/bbb/cc/link_d.txt 42 _test/data/pages/exclude/link.txt 43 _test/data/pages/include/link.txt [all …]
|
/plugin/gcalendar/inc/ |
H A D | gcal_main.php | 49 $pages = $options['pages']; 50 $pages = substr($pages,1,strlen($pages)-2); 56 $pages = str_replace('@USER@',$user,$pages); 57 $pages = str_replace('@ID@',$ID,$pages); 60 $pages = explode(',',$pages); 118 read_pages_into_calendar($options,$pages,$reference_date); 121 show_gCal_page($options,$pages,$start_date,$end_date);
|
H A D | gcal_show.php | 74 show_column_groups($pages,$options); 94 show_column_headers($pages,$options); 100 show_day($options,$i,$pages,$date_format); 107 show_column_headers($pages,$options); 155 foreach($pages as $page_key=>$page) { 172 foreach($pages as $page_key=>$page) { 218 function show_column_groups(&$pages,&$options) { argument 230 $page_count = count($pages); 239 foreach($pages as $key=>$page_id) { 255 function show_column_headers(&$pages,&$options) { argument [all …]
|
/plugin/pagelist/ |
H A D | syntax.php | 4 * Pagelist Plugin: lists pages 56 $pages = []; 79 $pages[] = [ 90 $pages[] = [ 98 return [$flags, $pages]; 111 list($flags, $pages) = $data; 113 foreach ($pages as $i => $page) { 114 $pages[$i]['exists'] = page_exists($page['id']); 124 foreach ($pages as $page) { 133 foreach ($pages a [all...] |
/plugin/displayorphans/ |
H A D | README.md | 10 The Display Orphans Plugin can display tables of orphaned, wanted, and linked pages. 22 The plugin offers three block elements that expand into tables listing appropriate pages and other … 26 | `<<display orphaned>>` | Displays a table of orphaned pages, ie pages that exist but aren't linke… 27 | `<<display wanted>>` | Displays a table of wanted pages, ie pages that do not exist but are linke… 28 | `<<display linked>>` | Displays a table of linked pages, ie pages that do exist and are linked to… 38 …phaned_pages` | empty | Space-separated list of pages to ignore when generating tables of orphaned… 39 … | empty | Space-separated list of namespaces to ignore when generating tables of orphaned pages. | 40 …_wanted_pages` | empty | Space-separated list of pages to ignore when generating tables of wanted … 41 …s` | empty | Space-separated list of namespaces to ignore when generating tables of wanted pages. | 42 …_linked_pages` | empty | Space-separated list of pages to ignore when generating tables of linked … [all …]
|
/plugin/tagfilter/ |
H A D | helper.php | 60 * @param string $ns list only pages from this namespace 61 * @param bool $aclSafe if true, add only tags that are on readable pages 113 * @param string $ns list only tags used on pages from this namespace 114 * @param bool $aclSafe if true, checks if user has read permission for the pages containing the tags 169 * @param string $ns list pages from this namespace 183 $pages = $indexer->lookupKey('subject', $tag, [$this, 'tagCompare']); 185 foreach ($pages as $page) { 226 * @param string $ns list only pages from this namespace 261 $pages = []; 265 $pages[] [all...] |
/plugin/tag/ |
H A D | helper.php | 82 'desc' => 'returns a list of pages tagged with the given keyword', 88 'return' => ['pages' => 'array'], 92 'desc' => 'refines an array of pages with tags', 94 'pages to refine' => 'array', 97 'return' => ['pages' => 'array'], 179 * @param bool $dynamic if the link class shall be changed if no pages with the specified tag exist 207 $pages = $this->getTopic('', 1, $svtag); 208 if (empty($pages)) { 234 * Returns a list of pages with a certain tag; very similar to ft_backlinks() 236 * @param string $ns A namespace to which all pages nee 342 tagRefine($pages, $tagquery) global() argument [all...] |
/plugin/alphalist/ |
H A D | syntax.php | 43 $pages = array(); 48 $pages[0][] = ''; 49 $pages[1][] = ''; 64 $pages[$j-1][$k] = $matches[$j][$i]; 71 dbglog($pages, 'alphalist syntax $pages'); 75 for($i=0;$i<count($pages[0]);$i++) 77 if(empty($pages[0][$i])) 80 $page = $pages[0][$i]; 83 $section = $pages[1][$i]; 122 dbglog($pages, 'alphalist syntax $list');
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/ |
H A D | PdfReader.php | 41 * Indirect objects of resolved pages. 45 protected $pages = []; variable in setasign\\Fpdi\\PdfReader\\PdfReader 101 $pages = PdfType::resolve(PdfDictionary::get($catalog, 'Pages'), $this->parser); 102 $count = PdfType::resolve(PdfDictionary::get($pages, 'Count'), $this->parser); 140 $page = $this->pages[$pageNumber - 1]; 172 $page = $this->pages[$pageNumber - 1] = $readPages($kids); 178 // let's reset the pages array and read all page objects 179 $this->pages = []; 181 $page = $this->pages[$pageNumber - 1]; 184 $this->pages[ [all...] |
/plugin/advanced/admin/ |
H A D | export.php | 147 $pages = array(); 151 search($pages, $conf['datadir'], 'search_allpages', $options, $namespace); 153 return $pages; 164 $pages = array(); 173 … $pages = $this->getPagesFromNamespace($INPUT->str('ns'), ($INPUT->str('include-sub-ns') ? 1 : 0)); 190 foreach ($pages as $page) { 235 $pages = array(); 242 $pages[] = $page['id']; 248 $pages = array_keys($INPUT->arr('pages')); 253 if (!count($pages)) { [all …]
|
/plugin/tag/_test/ |
H A D | topic_sort.test.php | 9 private $pages = array( variable in plugin_tag_topic_sorting_test 31 foreach ($this->pages as $page) { 41 $this->assertEquals($this->pages, $this->extract_ids($this->helper->getTopic('', null, 'mytag'))); 46 * Extract the id attribute of the supplied pages 48 * @param array $pages The pages that shall be used 49 * @return array The ids of the pages 51 private function extract_ids($pages) { argument 53 foreach ($pages as $page) {
|
H A D | topic_and_tagrefine.test.php | 65 $pages = $helper->tagRefine([], 'mytag'); 66 $this->hasPages([], $pages, 'Refine with empty input array and "mytag" query: '); 70 * Test if the getTopic and the tagRefine function with all pages as input both return the expected pages 78 $pages = $helper->tagRefine($this->all_pages, $query); 79 $this->hasPages($expected, $pages, 'Refine: '.$query.': '); 80 $pages = $helper->getTopic('', '', $query); 81 $this->hasPages($expected, $pages, 'Topic: '.$query.': '); 85 * Makes sure that all pages were found and not more
|
/plugin/farmer/ |
H A D | admin.php | 19 /** @var array The available pages for the current user in the current wiki */ 20 protected $pages; 42 // set available pages depending on user and animal 45 $this->pages = ['info']; 47 $this->pages = ['setup']; 49 $this->pages = ['info', 'config', 'new', 'plugins', 'delete']; 54 if (!in_array($this->page, $this->pages)) { 55 $this->page = $this->pages[0]; 82 foreach ($this->pages as $page) { 18 protected $pages; global() variable in admin_plugin_farmer
|
/plugin/mindmap/ |
H A D | syntax.php | 452 if($exists && isset($pages[$id])){ 453 $pages[$pid]['links'][] = $id; 484 $pages[$pid]['media'][] = $mid; 492 $pages[$pid]['links'] = array_unique($pages[$pid]['links']); 493 $pages[$pid]['media'] = array_unique($pages[$pid]['media']); 503 $pages =& $data['pages']; 509 foreach($pages as $id => $page) { 516 foreach($pages as $id => $page){ 533 $pages =& $data['pages']; 558 foreach($pages as $id => $item){ [all …]
|
/plugin/combo/ComboStrap/ |
H A D | HistoricalBreadcrumbMenuItem.php | 81 $pages = breadcrumbs(); 82 if (sizeof($pages) === 0) { 86 $pages = array_reverse($pages); 94 $actualPageId = array_keys($pages)[0]; 95 $actualPageName = array_shift($pages); 99 foreach ($pages as $id => $name) {
|
/plugin/lastpages/ |
H A D | syntax.php | 19 var $pages = array(); variable in syntax_plugin_lastpages 112 $pages = array_reverse($index_links); 117 foreach ($pages as $id => $page) { 122 $this->pages[$key] = $title; 124 $this->pages[$key] = $key; 135 if (is_array($this->pages) && (count($this->pages) > 0)) { 138 foreach ($this->pages as $key => $title) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/ |
H A D | AnnotateFileRequest.php | 32 public $pages; variable in Google\\Service\\Vision\\AnnotateFileRequest 79 public function setPages($pages) argument 81 $this->pages = $pages; 88 return $this->pages;
|
/plugin/page4release/ |
H A D | rebuildindex.php | 30 $pages = array(); variable 31 search($pages, $conf['datadir'], 'search_allpages', array()); 35 foreach ($pages as $page) { 48 foreach ($page4release as $filename => $pages) { 49 $pagesID = array_keys($pages);
|
/plugin/searchindex/ |
H A D | script.js | 16 var pages = null, 61 page = pages.shift(); 116 pages = response.split("\n"); 117 count = pages.length; 118 message(lang.pages.replace(/%d/, pages.length)); 121 page = pages.shift();
|
/plugin/newpagetemplate/ |
H A D | helper.php | 182 $pages = $ini[$t]['page']; 185 $this->process_array($pages, $newpagevars, $t, $user,$usrreplace); 187 $this->process_single($pages, $newpagevars, $t, $user,$usrreplace); 192 function process_array($pages, $newpagevars, $tpl, $user="",$usrreplace) argument 194 for ($i = 0; $i < count($pages); $i++) { 198 $res = $this->pagefromtemplate($tpl, $pages[$i], $newpagevars[$i], $user); 199 $result = $this->writePage($pages[$i], $res); 224 function process_single($pages, $newpagevars, $tpl, $user="",$usrreplace) argument 226 /* handles mutiple pages but single instance of newpagevars */ 230 for ($i = 0; $i < count($pages); [all...] |
/plugin/phprestrict/ |
H A D | README.md | 2 Dokuwiki plugin to restrict php inclusion to pages by namespace or name. 4 Overrides the current PHP setting, which enables PHP on all pages. 7 You can then use the ACL to determine what users have the ability to edit PHP pages. 9 You can also disable "view source" on PHP pages (recommended). 11 PHP is also disabled on old revision pages.
|