Home
last modified time | relevance | path

Searched refs:ns (Results 401 – 425 of 527) sorted by last modified time

1...<<11121314151617181920>>...22

/plugin/datasearchform/
H A Dsyntax.php91 $ns = $INFO['namespace'];
96 … $renderer->doc .= '<input type="hidden" name="id" value="' . $ns . ':datatable" />' . "\n";
/plugin/htmlokay/
H A Dscript.js61 var ns = f['abs_path'].options[index].value;
62 update_avail_htmlOKay(ns);
/plugin/tocselect/
H A Daction.php44 $ns = getNS($wikifn . ':file');
49 $list = $this->get_dir_list($pathinf['dirname'], $ns);
/plugin/nssearch/
H A Daction.php46 $ns = $this->getLimitNs($this->getLastCrumb());
47 if ($ns && $event->data['query'])
48 $event->data['query'] = 'ns:' . $ns . ' ' . $event->data['query'];
54 $ns = $this->getLimitNs($this->getLastCrumb());
55 if (!$ns)
60 if ($ns.':' == substr(cleanID($a), 0, strlen($ns)+1))
/plugin/tipoftheday/syntax/
H A Dtotns.php61 function _getNSFiles($ns) { argument
65 $dir = utf8_encodeFN(str_replace(':', '/', $ns));
/plugin/rocketchatnotifier/
H A Daction.php40 $ns = $this->getConf('namespaces');
41 if (!empty($ns)) {
42 $namespaces = explode(',', $ns);
/plugin/glossary/syntax/
H A Dspan.php90 $ns = getNS ($ID);
92 $ns = $dumy['ns'][0];
93 if (($ns == '*') || ($ns == ':'))
94 $ns = '';
95 elseif ($ns == '.')
96 $ns = getNS ($ID);
98 $ns = cleanID ($ns);
100 $glossary = new glossary ($this, $ns);
H A Ddiv.php54 $ns = getNS ($ID);
56 $ns = $dumy[1][0];
57 if (($ns == '*') || ($ns == ':'))
58 $ns = '';
59 elseif ($ns == '.')
60 $ns = getNS ($ID);
62 $ns = cleanID ($ns);
84 $glossary = new glossary ($this, $ns);
/plugin/remotelistnamespace/
H A Dremote.php17 * @param string $ns
22 public function listNamespace($ns,$opts){ argument
27 $ns = cleanID($ns);
28 $dir = utf8_encodeFN(str_replace(':', '/', $ns));
/plugin/avatar/
H A Dhelper.php61 $ns = $this->getConf('namespace');
64 if(isset($user)) $user_img = mediaFN($ns.':'.$user.$format);
65 if(isset($name)) $name_img = mediaFN($ns.':'.$name.$format);
67 $src = ml($ns.':'.$user.$format, array('w' => $size, 'h' => $size));
70 $src = ml($ns.':'.$name.$format, array('w' => $size, 'h' => $size));
/plugin/nsindex/
H A Dsyntax.php146 $ns = getNS($ID); # current namespace (default)
148 $ns = $opts['startns'];
149 resolve_pageid(getNS($ID), $ns, $exists);
150 $ns = getNS($ns);
153 $nsdir = str_replace(':','/',$ns);
/plugin/wikistats/
H A Dsyntax.php344 foreach($namespaces as $ns) {
345 if ((strpos($id, ':' . $ns . ':') === 0)) {
H A DREADME.md98 {{wikistats>ns = -wiki & type = stats}}
126 either directly or using `ns` parameter:
130 {{wikistats>ns = foo & type = pages}}
133 The `ns` parameter supports both inclusion and exclusion of the namespaces.
138 {{wikistats>ns = -foo & type = pages}}
139 {{wikistats>ns = foo, bar, -bar:baz & type = pages}}
155 {{wikistats>ns = -foo & type = pages}}
/plugin/dir/
H A Dsyntax.php683 $ns = $opts ["ns"];
720 $ns = '.';
745 $ns = substr($flags, 1);
759 $ns = substr($tmp [0], 1);
767 $ns = $flags;
771 $this->_showDebugMsg("specified namespace=$ns");
774 $ns = $this->_parseNS($ns, true);
776 $path = $this->_ns2path($ns);
810 $this->_parseOptionsShow($data, $path, $ns);
817 $this->_showDebugMsg("for namespace $ns");
[all …]
/plugin/namespacesearch/
H A Dhelper.php30 list($ns, $name, $class) = $namespaces[0];
31 $namespaceSelect = '<input name="namespace" value="'.hsc($ns).'" type="hidden"/>';
35 list($ns, $name, $class) = $element;
36 …option class="namespacesearch_ns_'.hsc($class).'" value="'.hsc($ns).'"'.($cur_val === $ns ? ' sele…
H A Dsyntax.php32 foreach( explode(' ', $match) as $ns ) {
33 $ns = cleanID($ns);
35 if (($ns == '*') || ($ns == ':')) { $ns = ''; }
36 elseif ($ns == '.') { $ns = getNS($ID); }
38 $spaces[] = $ns;
102 $ns = explode('@', $FANCYDATA['query']);
105 foreach ( explode(' ', array_shift($ns)) as $part) {
113 array_unshift($ns, $query);
115 foreach( $ns as $namespace ) {
/plugin/nsexport/action/
H A Dexport.php64 $ns = getNS($ID);
65 if(!$ns) $ns = '*';
66 printf($this->getLang('inns'), $ns);
71 $ns = getNS($ID). ':';
73 $id = cleanID($ns . $page['id']);
/plugin/mediarename/
H A Daction.php37 $ns = cleanID($INPUT->str('ns'));
38 $dir = utf8_encodeFN(str_replace(':','/',$ns));
74 $id = cleanID($ns.':'.$info['id'],false,true);
H A Dscript.js43 var ns = $h1.html();
46 window.location.href=window.location.href+'&ns='+ns+'&rename='+rename;
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng8 default namespace = "urn:ietf:params:xml:ns:vcard-4.0"
H A Dxcal.rng7 default namespace = "urn:ietf:params:xml:ns:icalendar-2.0"
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php24 $ns = [
217 $ns = 'http://sabredav.org/ns';
258 $orderService->mapValueObject('{' . $ns . '}order', 'Sabre\Xml\Order');
259 $orderService->mapValueObject('{' . $ns . '}status', 'Sabre\Xml\OrderStatus');
260 $orderService->namespaceMap[$ns] = null;
/plugin/news/
H A Dhelper.php60 function setSubFeed($ns) { argument
61 $this->sub_feed = trim($ns);
71 $ns = $this->getMetaDirectory();
72 $file = $ns . $file;
/plugin/medialist/
H A Dhelper.php228 protected function _mediamanager_button($ns, $tab=null) { argument
232 $params = array('do' => 'media', 'ns' => $ns);
236 $label = hsc("$ns:*");
288 protected function _lookup_stored_media($ns, $opt=array('depth'=>1)) { argument
293 $dir = utf8_encodeFN(str_replace(':','/', $ns));
299 if (auth_quickaclcheck("$ns:*") >= AUTH_READ) {
/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.php

1...<<11121314151617181920>>...22