Home
last modified time | relevance | path

Searched refs:pages (Results 151 – 175 of 858) sorted by relevance

12345678910>>...35

/plugin/acknowledge/db/
H A Dupdate0002.sql5 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE,
17 page TEXT NOT NULL REFERENCES pages (page),
/plugin/autolink3/
H A Dajax.php70 $pages = array();
71 search($pages, $conf['datadir'], 'search_allpages', array());
72 foreach($pages as $page)
/plugin/nsexport/lang/en/
H A Dautointro.txt3 This tool exports all pages in the current namespace (and below). Mediafiles like images or documen…
/plugin/tag/
H A Daction.php84 $pages = $helper->getTopic($ns, '', $tag);
87 if(!empty($pages)) {
97 foreach ($pages as $page) {
/plugin/autlogin/
H A Dadmin.php428 $pages[]=$data[$i]['id'];
430 $this->_table($pages);
758 echo ' <option value="'.$pages[$i].'">'.$pages[$i].'</option>'.NL;
1097 $pages[]=$data[$i]['id'];
1102 if($users && $pages){
1104 foreach($pages as $page)
1519 $pages = array();
1561 $pages[]=$data[$i];
1565 $pages = array_merge($pages,$data);
1566 $pages = array_unique($pages);
[all …]
/plugin/grouphome/
H A Daction.php40 $pages = $this->getConf('grouppages');
43 $page = cleanID(sprintf($pages,$grp));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc38 $pages = new SearchResponseIterator($client, $search_params);
41 foreach($pages as $page) {
75 $pages = new SearchResponseIterator($client, $search_params);
76 $hits = new SearchHitIterator($pages);
/plugin/quickstats/scripts/
H A Dget_pages.php10 $pages = unserialize(file_get_contents(QS_META . $month .'/pages.ser'));
12 foreach($pages['page'] as $key => $val)
H A Dextended_data.php285 function qs_format_pages($pages,$month) { argument
294 foreach($pages as $page=>$ar) {
318 foreach($pages as $page=>$ar) {
341 $pages = load_data('pages',$month);
342 if(!isset($pages['page'])) {
345 if(isset($pages['page'][$needle]))return array($needle=>$pages['page'][$needle]);
347 foreach($pages['page'] as $key => $val)
/plugin/move/helper/
H A Dplan.php706 * @param string|array $pages
708 protected function addToAffectedPagesList($pages) { argument
709 if(!is_array($pages)) $pages = array($pages);
711 foreach($pages as $page) {
737 $pages = array();
739 $pages = $idx->lookupKey('relation_references', $src_);
741 foreach($pages as &$page) {
748 $pages = $idx->lookupKey('relation_media', $src_);
751 $this->addToAffectedPagesList($pages);
/plugin/backlinks2/_test/data/meta/
H A Dbacklink_test_pages.meta1pages";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0;a:4:{s:3:"hid";s:31:"all_backlinks_…
/plugin/translationbuddy/
H A DREADME4 * New pages
6 * Outdated pages
7 * Localized pages not found in English
/plugin/popupviewer/
H A DREADME.md3 A DokuWiki plugin that allows for simple popups of images or even pages from the wiki.
25 ##Extra JavaScript for loaded pages
27 You can add JavaScript that is being executed for pages that load in a popup. The script has to be …
/plugin/combo/action/
H A Dlinkwizard.php57 * Modify the returned pages
82 $pages = Search::getPages($searchTerm);
87 * because link-wizard delete the pages in the same namespace and shows the group instead
92 if (!count($pages)) {
105 foreach ($pages as $page) {
/plugin/extendpage/meta/
H A DAssignments.php113 $pages = $this->getPageAssignments($row['pid'], $row['pos'], true);
114 if (!in_array($page, $pages)) {
285 $pages = $this->getPageAssignments(
289 if (in_array($row['assignments_patterns.page'], $pages)) {
/plugin/freesync/
H A Dhelper.php154 $pages = file($conf['indexdir'] . '/page.idx');
155 foreach(array_keys($pages) as $idx) {
156 if(page_exists($pages[$idx])) {
157 $perm = auth_quickaclcheck($pages[$idx]);
159 $local_list[trim($pages[$idx])] = array("id" => trim($pages[$idx]),
161 "lsize" => @filesize(wikiFN($pages[$idx])),
162 "llastModified" => @filemtime(wikiFN($pages[$idx])));
/plugin/jsonrpc/
H A Djsonrpc.php174 $pages = file($conf['indexdir'] . '/page.idx');
175 $pages = array_filter($pages, 'isVisiblePage');
177 foreach(array_keys($pages) as $idx) {
178 if(page_exists($pages[$idx])) {
179 $perm = auth_quickaclcheck($pages[$idx]);
182 $page['id'] = trim($pages[$idx]);
184 $page['size'] = @filesize(wikiFN($pages[$idx]));
185 $page['lastModified'] = new IJR_Date(@filemtime(wikiFN($pages[$idx])));
/plugin/redirect/lang/fr/
H A Dintro.txt4 Vous pouvez faire des redirections vers d'autres sites web ou vers des pages
5 de votre wiki. Les noms de pages doivent être complets (avec les
/plugin/docsearchsitemap/
H A Daction.php47 $pages = idx_get_indexer()->getPages();
50 foreach($pages as $id){
/plugin/templater/
H A DREADME.md4 > _Allows dokuwiki pages to be used as templates to be inserted into other dokuwiki pages, such as Wikipedia._
/plugin/approve/
H A Dhelper.php22 $pages = $sqlite->res2arr($res);
23 foreach ($pages as $page) {
275 * Get the array of all pages ids in wiki
286 $pages = [];
296 $pages[] = $id;
299 return $pages;
/plugin/wikistats/
H A DREADME.md105 To display only topic (pages) stats
107 {{wikistats>type = pages}}
129 {{wikistats>foo & type = pages}}
130 {{wikistats>ns = foo & type = pages}}
138 {{wikistats>ns = -foo & type = pages}}
139 {{wikistats>ns = foo, bar, -bar:baz & type = pages}}
142 The first example will show the pages stats in all namespaces except of “foo”,
155 {{wikistats>ns = -foo & type = pages}}
158 The above syntax would display pages stats for the entire wiki except for
183 * Handle namespaces with medias and without pages as an error (could be configured)
/plugin/data-au/lang/en/
H A Dintro_clean.txt3 When pages with attached data entries are deleted, their stored meta data is deleted as well. Howev…
5 This tool deletes all stored data for pages that no longer exist.
/plugin/data/lang/en/
H A Dintro_clean.txt3 When pages with attached data entries are deleted, their stored meta data is deleted as well. However this is only true when the page was deleted through normal wiki editing. If the page was deleted by other means, eg. by removing it on the file system, its meta data remains in the database.
5 This tool deletes all stored data for pages that no longer exist.
/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.default.class.php59 $pages = max(1,ceil($box->get_full_height() / $page_real_height));
64 $box->height = $pages * $page_real_height - $box->_get_vert_extra();
66 $driver->set_expected_pages($pages);

12345678910>>...35