Home
last modified time | relevance | path

Searched refs:namespace (Results 501 – 525 of 684) sorted by last modified time

1...<<2122232425262728

/plugin/farmsync/meta/
H A DPageUpdates.php92 $namespace = join(':', explode(':', $cleanline, -1));
100 $documents = array_map(function ($elem) use ($namespace) {
101 return $namespace . ':' . $elem['id'];
106 $documents = array_map(function ($elem) use ($namespace) {
107 return $namespace . ':' . $elem['id'];
H A DTemplateUpdates.php118 $namespace = join(':', explode(':', $cleanline, -1));
125 $documents = array_map(function ($elem) use ($namespace) {
126 return $namespace . ':' . $elem['id'];
130 $documents = array_map(function ($elem) use ($namespace) {
131 return $namespace . ':' . $elem['id'];
/plugin/404manager/
H A DREADME.md31 * Redirection by to the start page of the same namespace
32 * Redirection by best namespace
83 * the start pages of a namespace
89 * When a page is a start page of a namespace (by default 3)
90 * When a namespace match (by default 5)
106 ### Redirection by best namespace
107 …by best namepage) but only for the start pages. If two start page for a namespace have the same sc…
H A DCHANGES.md12 …orithm will calculate a bigger score for a page in another namespace and before all, namespace are…
13 …The best name space page doesn't check all namespace if the page ID that gives a 404 has a existin…
/plugin/404manager/lang/de/
H A Dadd.txt3 | Interne Wiki Seite | - namespace:internalpagename \\ - namespace_first:namespace_second:internal…
/plugin/404manager/lang/en/
H A Dadd.txt4 | Internal Wiki Page | - namespace:internalpagename \\ - namespace_first:namespace_second:internal…
/plugin/404manager/lang/fr/
H A Dadd.txt3 | Page interne | - namespace:page_interne \\ - namespace_1:namespace_2:page_interne |
/plugin/timetrack/
H A Dsyntax.php41 if($namespace = trim($this->getConf('namespace_allowed'))) {
42 if($this->tthlp->checkPageInNamespace($ID,$namespace) === false) return false;
H A Dhelper.php965 public function checkPageInNamespace($pageid,$namespace) { argument
966 $namespace = explode(' ',$namespace);
967 $namespace = array_filter($namespace);
971 foreach($namespace as $ns) {
/plugin/pdb/classes/
H A Dcache.php4 var $namespace =''; variable in plugin_cache
/plugin/pubchem/classes/
H A Dcache.php4 var $namespace =''; variable in plugin_cache
13 $this->namespace = strtolower($_name);
22 $this->mediaDir = $conf['mediadir'].'/'.$this->namespace;
24 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
28 $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
108 $dummyFN=mediaFN($this->namespace.':_dummy');
114 if (auth_aclcheck($this->namespace.":*","","@ALL")==0){
117 $p_acl = $this->namespace.":*\t@ALL\t1\n";
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js1 …inkwiz.$entry=jQuery("#link__wiz_entry");if(JSINFO.namespace){doku_linkwiz.$entry.val(JSINFO.names…
H A Dlink.js.unc35 …creates default Dokuwiki Link: <code>[[namespace:page|]]</code><br />ID creates: <code>[[namespace
1538 if(JSINFO.namespace){
1539 doku_linkwiz.$entry.val(JSINFO.namespace+':');
1706 // reset the entry to the parent namespace
1711 * Start the page/namespace lookup timer
1725 * Executes the AJAX call for the page/namespace lookup
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc749 /* anchors to current page without prefixing namespace:page */
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.unc48 …creates default Dokuwiki Link: <code>[[namespace:page|]]</code><br />ID creates: <code>[[namespace
/plugin/highlightparent/
H A DREADME3 Highlight a configured parent namespace
H A Dplugin.info.txt6 desc Highlight a configured parent namespace
/plugin/usercontact/
H A Dplugin.info.txt6 desc Dynamically displays contact data next to links to a user namespace
/plugin/snippeter/
H A DREADME.md39 configure the namespace you want to use for your snippets.
41 The plugin provide a shortcut for each page created in that namespace.
45 In general you can use any wikipage placed in the namespace you configured
/plugin/miniblog/
H A DREADME3 A simple blog plugin that treats pages in 'blog' namespace as blog
/plugin/backlinks2/_test/data/meta/
H A Dbacklink_test_pages.meta2 …at Bob Ross says (including only include namespace)Backlinks to what Bob Ross says (excluding excl…
H A Dbacklinks_exclude_syntax.meta1namespace)";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0;a:4:{s:3:"hid";s:59:"backlinks…
/plugin/backlinks2/_test/data/pages/mmm/nnn/ooo/
H A Dstart.txt3 == backlinks to this page from namespace aaa:bbb:cc ==
/plugin/backlinks2/_test/data/meta/exclude/
H A Dlink.meta3 So Bob Ross says this (exclude namespace).";}s:8:"relation";a:2:{s:10:"references";a:1:{s:13:"bob_r…
/plugin/backlinks2/_test/data/meta/include/
H A Dlink.meta3 So Bob Ross says this (include namespace).";}s:8:"relation";a:2:{s:10:"references";a:1:{s:13:"bob_r…

1...<<2122232425262728