Home
last modified time | relevance | path

Searched refs:namespaces (Results 151 – 175 of 228) sorted by path

12345678910

/plugin/mantis/lib/
H A Dnusoap.php1131 $this->namespaces = array_merge($this->namespaces, $namespaces);
1279 $this->namespaces['ns'.(count($this->namespaces)+1)] = $v;
1478 $this->namespaces['ns'.(count($this->namespaces)+1)] = $attrs['namespace'];
4840 $this->namespaces['ns' . (count($this->namespaces) + 1)] = $v;
4865 $namespace = isset($this->namespaces[$prefix]) ? $this->namespaces[$prefix] : '';
4971 $this->namespaces['ns'.(count($this->namespaces)+1)] = $attrs['namespace'];
5201 $ns = $this->namespaces['tns'];
6311 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
6329 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
6341 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
[all …]
/plugin/mindmap/
H A Dsyntax.php85 list($data['namespaces'], $parameters_string) = explode('#', $match);
197 $namespaces = explode(',', $data['namespaces']);
201 $namespaces, $data['depth'],
/plugin/minimap/
H A DREADME.md7 …p?do=index) but only for the current [namespace](https://www.dokuwiki.org/namespaces) (ie mini-map)
/plugin/move/lang/en/
H A Dtree.txt3 This interface allows you to rearrange your wiki's namespaces, pages and media files via Drag'n'Drop.
5 In order to move many namespaces, pages or media files to the same destination, you can use the checkboxes as follows:
6 * check the namespaces, pages or media files you want to move;
/plugin/move/lang/nl/
H A Dtree.txt3 Met dit interface kun je de namespaces, pagina's en mediabestanden verplaatsen door te slepen
/plugin/namespacemessage/
H A DREADME3 Display a message in certain namespaces
H A Dplugin.info.txt6 desc Display a message in certain namespaces
/plugin/namespacesearch/
H A Dhelper.php15 function tpl_searchform($namespaces, $return = false) { argument
28 if ( count($namespaces) == 1 ) {
30 list($ns, $name, $class) = $namespaces[0];
34 foreach ($namespaces as $element) {
H A Dplugin.info.txt6 desc Provides a dropdown list for common namespaces enhancing the search input.
H A Dsyntax.php67 $namespaces = array();
69 search($namespaces,$conf['datadir'],'search_namespaces',null,$dir);
71 foreach ($namespaces as $namespace) {
/plugin/newnamespacepermissions/
H A DREADME3 Restrict which groups are allowed to create new namespaces
H A Dplugin.info.txt6 desc Restrict which groups are allowed to create new namespaces
/plugin/nftr/
H A Dplugin.info.txt6 desc Used to hide some namespaces and wikipages from the search engines (set robots to "noindex,…
/plugin/nsiconinsearch/
H A DREADME3 Show an icon for search results from certain namespaces
6 manager instead) in one of your first-level-namespaces, for example
/plugin/nsrelation/
H A Dinfo.txt7 desc Simple related namespaces plugin
/plugin/openid/Auth/OpenID/
H A DExtension.php52 $added = $message->namespaces->addAlias($this->ns_uri,
57 if ($message->namespaces->getAlias($this->ns_uri) !=
H A DMessage.php477 public $namespaces; variable in Auth_OpenID_Message
487 $this->namespaces = new Auth_OpenID_NamespaceMap();
610 $ns_uri = $this->namespaces->getNamespaceURI($ns_alias);
618 $this->namespaces->addAlias($ns_uri, $ns_alias, true);
644 $succeeded = $this->namespaces->addAlias($openid_ns_uri,
684 foreach ($this->namespaces->iteritems() as $pair) {
686 if ($this->namespaces->isImplicit($ns_uri)) {
863 $ns_alias = $this->namespaces->getAlias($namespace);
951 $this->namespaces->add($namespace);
986 return $this->namespaces->getNamespaceURI($key);
[all …]
H A DSReg.php140 $alias = $message->namespaces->getAlias($sreg_ns_uri);
151 if ($message->namespaces->addAlias(Auth_OpenID_SREG_NS_URI_1_1,
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/overlay/
H A Daction.php97 … $namespaces = $this->getConf('nsoverlays'); // check for alternate overlay pages
98 $alternates = explode(',',$namespaces);
/plugin/page4release/
H A Dinfo.txt7 desc Display "Page for <version>" and linked other page in other namespaces for other versions.
/plugin/pagemove/
H A Dplugin.info.txt6 desc Move and rename pages and namespaces whilst maintaining the links.
/plugin/pagequery/
H A Dreadme.md9 On the surface it may appear to fill a similar role to the really excellent [[plugin:indexmenu|IndexMenu]], however pagequery's aspirations are not as lofty or elaborate. IndexMenu focuses on displaying namespaces, and the pages within. allowing you to sort the namespaces and files by many options, and actively navigate and manipulate this index. Pagequery's purpose is __displaying lists of pages__: yes, you can sort by namespace if you wish, however the main goal is to search for and list pages in any order, and then neatly display them in groups (A-Z, by year, by month, etc...) and in addition in columns — to make best use of space. If you try both of them you'll quickly see that they //"scratch different itches."//
74 **Update:** Namespaces are now supported when searching by pagename (pageid) only. Use the same syntax as fulltext [[:search]], i.e. @namespace|^namespace. I haven't provide support for relative namespaces yet. In addition, you can use regular expressions when searching by pagename.
/plugin/pagetemplater/
H A DREADME.md4 …sing boxes. Using Page Templater you can define templates for the blog namespaces. In our case, we…
H A Daction.php137 $namespaces = explode("\n", $this->getConf('enabled_namespaces'));
138 foreach( $namespaces as $namespace ) {

12345678910