Home
last modified time | relevance | path

Searched refs:pages (Results 601 – 625 of 858) sorted by last modified time

1...<<21222324252627282930>>...35

/plugin/webcomponent/_test/data/pages/
H A Drelated.txt5 ''related'' is a [[webcomponent|webcomponent]] that shows the backlinks of a page ordered by pages
/plugin/data-au/db/
H A Dupdate0001.sql3 CREATE TABLE pages (pid INTEGER PRIMARY KEY, page, title); table
4 CREATE UNIQUE INDEX idx_page ON pages(page);
H A Dupdate0003.sql1 ALTER TABLE pages ADD class;
H A Dupdate0005.sql1 ALTER TABLE pages ADD lastmod;
H A Dupdate0006.sql1 CREATE INDEX idx_class ON pages(class);
/plugin/data-au/lang/fr/
H A Dintro_clean.txt3 …e les pages qui contiennent des données sont détruites, leurs méta données sont également supprimé…
5 Cet outil supprime les données des pages qui n'existent plus.
/plugin/data-au/_test/
H A Daction_handle.test.php19 $this->db->query('DELETE FROM pages WHERE page = ?','test');
/plugin/data-au/
H A Daction.php157 $pages = ft_pageLookup($c_search, $in_ns, false);
170 foreach ($pages as $page => $title) {
/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/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/bureaucracyau/
H A Dplugin.info.txt6 desc Create forms and generate pages or emails from them - Forked from Bureaucracy release 2019-…
/plugin/sphinxsearch-was/
H A DPageMapper.php66 $pages = array();
68 …$pages[$row['page_crc']] = array('page' => $row['page'], 'hid' => $row['hid'], 'title' => $row['ti…
72 $results[$crc] = $pages[$crc];
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
H A DINSTALL84 In case the wiki to be installed to contains very long pages then it may be necessary to
/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/bureaucracy-au/
H A Dplugin.info.txt6 desc Create forms and generate pages or emails from them. Forked from Bureaucracy release 2019-0…
/plugin/randompage2/
H A Daction.php24 $pages = file($dir.'/page.idx');
25 shuffle($pages);
27 foreach ($pages as $page) {
/plugin/emoji/
H A DREADME3 Allows emoji characters or shortcut names to be inserted into wiki pages. The
/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/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/findologicxmlexport/
H A Dplugin.info.txt6 desc Generates an XML based on the DokuWiki pages according to the FINDOLOGIC XML Scheme.
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/farmsync/
H A Dadmin.php95 $pages = array_filter(explode($textare_linebreak, $options['pages']));
102 if (!empty($pages)) {
103 … $updaters[] = new \dokuwiki\plugin\farmsync\meta\PageUpdates($source, $targets, $pages);
104 … $updaters[] = new \dokuwiki\plugin\farmsync\meta\TemplateUpdates($source, $targets, $pages);
/plugin/farmsync/lang/en/
H A Dupdate.txt1pages in this namespace and in all subnamespaces will be copied. Whereas ending in just '':*'' mea…
/plugin/farmsync/meta/
H A DPageUpdates.php65 $pages = array();
67 $pages = array_merge($pages, $this->getDocumentsFromLine($this->source, $line));
69 array_unique($pages);
70 return $pages;

1...<<21222324252627282930>>...35