Home
last modified time | relevance | path

Searched refs:namespaces (Results 201 – 225 of 228) sorted by last modified time

12345678910

/plugin/calendoku/syntax/
H A Dshowtable.php85 $namespaces = preg_split('/(?<!\\\\) /', $namespacestr[1]);
89 foreach ($namespaces as $namespace) {
H A Dshowicalendar.php35 $namespaces = preg_split('/\s/', $this->getConf('icalnamespaces'));
36 foreach ($namespaces as $namespace) {
/plugin/calendoku/
H A Daction.php18 $namespaces = preg_split('/\s/', $this->getconf('icalnamespaces'));
20 foreach ($namespaces as $namespace)
54 $namespaces = preg_split('/\s/', $this->getConf('icalnamespaces'));
55 foreach ($namespaces as $namespace)
/plugin/sphinxsearch/
H A Daction.php298 $namespaces = getNsLinks($page, $keywords, $this->_search);
314 foreach ($namespaces as $name){
318 if ($i++ < count($namespaces)-1){
H A Dchangelog32 * Added namespaces list in sidebar of search results
33 * Fixed search by namespaces
/plugin/dokutexit/
H A DREADME.md104 …y link, which means that they will generate all pdfs for all pages and namespaces when they'll ref…
123 * ref namespaces won't work at all, you should put everything in the root namespace
/plugin/searchpattern/
H A Dplugin.info.txt6 …he string/regex shall be doubled. Options can be passed to limit pages/namespaces search. See webs…
/plugin/tindexmenu/
H A DCREDITS16 Resolved incorrect namespaces levels bug.
/plugin/selectsearch/
H A Daction.php39 $namespaces[$namespace] = $displayname;
47 foreach ($namespaces as $ns => $displayname){
H A Dplugin.info.txt6 desc Provides a dropdown list for common namespaces enhancing the search input, based on, in fa…
/plugin/fedauth/Auth/OpenID/
H A DExtension.php45 $added = $message->namespaces->addAlias($this->ns_uri,
50 if ($message->namespaces->getAlias($this->ns_uri) !=
H A DMessage.php426 $this->namespaces = new Auth_OpenID_NamespaceMap();
522 if ($this->namespaces->addAlias($value, $ns_key) === null) {
546 $ns_uri = $this->namespaces->getNamespaceURI($ns_alias);
554 $this->namespaces->addAlias($ns_uri, $ns_alias, true);
580 $succeeded = $this->namespaces->addAlias($openid_ns_uri,
617 foreach ($this->namespaces->iteritems() as $pair) {
619 if ($this->namespaces->isImplicit($ns_uri)) {
789 $ns_alias = $this->namespaces->getAlias($namespace);
871 $this->namespaces->add($namespace);
905 return $this->namespaces->getNamespaceURI($key);
[all …]
H A DSReg.php134 $alias = $message->namespaces->getAlias($sreg_ns_uri);
145 if ($message->namespaces->addAlias(Auth_OpenID_SREG_NS_URI_1_1,
/plugin/solr/
H A DREADME.md35 …exact phrases, exclude words, search inside page titles, abstracts and namespaces and search for s…
H A Dhelper.php320 $namespaces = array();
323 search($namespaces, $conf['datadir'],'search_namespaces', $opts);
324 sort($namespaces);
325 foreach($namespaces as $row) {
/plugin/page4release/
H A Dinfo.txt7 desc Display "Page for <version>" and linked other page in other namespaces for other versions.
/plugin/semanticdata/phpSesame/
H A DphpSesame.php324 …$request =& new HTTP_Request2($this->dsn . '/repositories/' . $this->repository . '/namespaces/' .…
351 …$request =& new HTTP_Request2($this->dsn . '/repositories/' . $this->repository . '/namespaces/' .…
376 …$request =& new HTTP_Request2($this->dsn . '/repositories/' . $this->repository . '/namespaces/' .…
/plugin/mindmap/
H A Dsyntax.php85 list($data['namespaces'], $parameters_string) = explode('#', $match);
197 $namespaces = explode(',', $data['namespaces']);
201 $namespaces, $data['depth'],
/plugin/pagemove/
H A Dplugin.info.txt6 desc Move and rename pages and namespaces whilst maintaining the links.
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt53 You can use [[wiki:namespaces]] by using a colon in the pagename.
55 You can use [[wiki:namespaces]] by using a colon in the pagename.
57 For details about namespaces see [[doku>wiki:namespaces]].
/plugin/jquery/
H A Djquery-1.4.2.js1612 var type, i = 0, namespaces; variable
1621 namespaces = type.split(".");
1622 type = namespaces.shift();
1626 namespaces = [];
1716 namespaces = [];
1720 namespaces = type.split(".");
1721 type = namespaces.shift();
2489 namespaces = "";
2492 namespaces = match[0];
2497 types.push( "mouseenter" + namespaces, "mouseleave" + namespaces );
[all …]
/plugin/nftr/
H A Dplugin.info.txt6 desc Used to hide some namespaces and wikipages from the search engines (set robots to "noindex,…
/plugin/usersubscriptions/
H A DINFO7 desc allows connected user to see which pages / namespaces he have subscribed to and to subscrib…
/plugin/superacl/lang/nl/
H A Dhelp.txt4 namespaces en pagina's in je wiki.
6 Het linker panel geeft alle beschikbare namespaces en pagina's weer.
/plugin/superacl/lang/en/
H A Dhelp.txt3 On this page you can add and remove permissions for namespaces and
6 The left pane displays all available namespaces and pages.

12345678910