Home
last modified time | relevance | path

Searched refs:ns (Results 76 – 100 of 527) sorted by last modified time

12345678910>>...22

/plugin/blog/syntax/
H A Dblog.php29 list($ns, $num) = array_pad(explode('?', $match, 2), 2, null);
32 if (is_numeric($ns)) {
33 $num = $ns;
34 $ns = '';
40 if ($ns == '') $ns = cleanID($this->getConf('namespace'));
41 elseif (($ns == '*') || ($ns == ':')) $ns = '';
42 elseif ($ns
197 _newEntryForm($ns, $newentrytitle) global() argument
[all...]
H A Darchive.php30 list($ns, $rest) = explode('?', $match, 2);
43 $rest = $ns;
44 $ns = '';
47 if ($ns == '') $ns = cleanID($this->getConf('namespace'));
48 elseif (($ns == '*') || ($ns == ':')) $ns = '';
49 elseif ($ns == '.') $ns
[all...]
/plugin/blog/
H A Dhelper.php41 * @param $ns
46 function getBlog($ns, $num = NULL, $author = NULL) { argument
54 $dir = str_replace(':', '/', $ns);
65 if (($ns) && (strpos($id, $ns.':') !== 0)) continue; // filter namespaces
/plugin/simplenavi/
H A Dsyntax.php56 $ns = array_shift($data);
57 if ($ns && $ns[0] === '.') {
59 $ns = getNS((new PageResolver($INFO['id']))->resolveId("$ns:xxx"));
61 $ns = cleanID($ns);
65 $ns,
88 * @param string $ns the namespace to search in
96 public function getSortedItems($ns,
[all...]
/plugin/tplinc/
H A Dstyle.less20 cursor: ns-resize;
24 cursor: ns-resize;
H A Dhelper.php84 $ns = getNS($id);
85 $pns = ":$ns:";
95 $page = (new PageResolver($ns))->resolveId($page);
/plugin/advanced/admin/
H A Dexport.php135 private function getPagesFromNamespace($ns, $follow_ns = 0) argument
142 if ($ns == '(root)') {
143 $ns = '';
148 $namespace = str_replace(':', '/', $ns);
H A Dimport.php95 $ns = $INPUT->str('ns');
98 if ($ns == '(root)') {
99 $ns = '';
123 $wiki_page = cleanID("$ns:$wiki_page");
/plugin/linksuggest/
H A Daction.php47 //current page/ns
60 // .xxx, ..xxx, ~xxx, if in front of ns, cleaned in $entered_page
76 } else if (strpos($q, '.') !== false //relative link (., .:, .., ..:, .ns: etc, and :..:, :.: )
78 //resolve the ns based on current id
79 $ns = $entered_ns;
82 $ns .= 'uniqueadditionforlinksuggestplugin';
88 $resolved_ns = $resolver->resolveId($ns);
91 $resolved_ns = $ns;
102 $this->search_pages('', $entered_page, $has_hash) //search in root both pgs and ns
132 if($current_ns !== '' && !$entry['ns']
252 search_pages($ns, $id, $pagesonly = false) global() argument
284 search_medias($ns, $id) global() argument
[all...]
H A Dscript.js38 ns: JSINFO['namespace'],
52 ns: item.ns,
64 let alt = item.type === 'd' ? 'ns' : 'page';
71 image = 'ns.png';
80 if (item.ns) { //prefix with already entered ns
81 id = item.ns + id;
112 ns: JSINFO['namespace'],
158 ns
[all...]
/plugin/elasticsearch/action/
H A Dsearch.php147 if($INPUT->has('ns')) {
149 foreach ($INPUT->arr('ns') as $ns) {
151 $term->setTerm('namespace', $ns);
284 $ns = getNS($ID);
291 if (empty($langFilter) && $transplugin && $this->getConf('detectTranslation') && $ns) {
292 $topNs = strtok($ns, ':');
445 echo '<span class="ns">' . $this->getLang('ns') . ' ' . hsc($doc['namespace']) . '</span>';
503 echo '<a href="' . wl('', http_build_query(['q' => $QUERY, 'do' => 'search', 'ns'
[all...]
/plugin/elasticsearch/helper/
H A Dacl.php52 $ns = $id;
54 $ns = getNS($ns);
56 if (!$ns && isset($acl['*'])) {
60 $ns = false;
65 if (isset($acl[$ns . ':*'])) {
66 $this->addRule($acl[$ns . ':*'], $rules);
68 if (isset($acl[$ns . ':*']['@ALL'])) $ns = false;
70 } while ($ns);
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/tr/
H A Dtr.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/yo/
H A Dyo.txt
/plugin/elasticsearch/vendor/symfony/polyfill-php73/
H A DPhp73.php31 $ns = microtime(false);
32 $s = substr($ns, 11) - self::$startAt;
33 $ns = 1E9 * (float) $ns;
36 $ns += $s * 1E9;
38 return \PHP_INT_SIZE === 4 ? $ns : (int) $ns;
41 return [$s, (int) $ns];
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/gl/
H A Dgl.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/hu/
H A Dhu.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/fo/
H A Dfo.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ig/
H A Dig.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/is/
H A Dis.txt
/plugin/achart/assets/
H A Dapexcharts.min.js6ns="http://www.w3.org/2000/svg",a.xmlns="http://www.w3.org/2000/xmlns/",a.xlink="http://www.w3.org…
/plugin/ckgedit/action/
H A Dedit.php70 foreach($ns_choices as $ns) {
71 $ns = trim($ns);
73 if(($id && preg_match("/$ns/",$id)) || ($Fck_NmSp && preg_match("/$ns/",$Fck_NmSp))) {
596 $ns = getNS($_COOKIE['FCK_NmSp']);
608 …$fbOptions = "filebrowserImageBrowseUrl: \"$doku_base/lib/exe/mediamanager.php?ns=$ns&edid=wiki__t…
609 …filebrowserBrowseUrl: \"$doku_base/lib/exe/mediamanager.php?ns=$ns&edid=wiki__text&onselect=ckg_ed…
H A Dsave.php70 $ns = getNS($INFO["id"]);
71 $ns = trim($ns);
72 if(!empty($ns)) {
73 $ns = ":$ns:";
74 $dir = str_replace(":","/",$ns);
78 $ns = ":";
104 $retv = "$left" . $ns. $fn . "$right";
H A Dmeta.php372 foreach($ns_choices as $ns) {
373 $ns = trim($ns);
374 if(preg_match("/$ns/",$ID)) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php252 $ns = "";
259 if(!$ns) {
260 $ns = $ns_tmp;
267 $ns = $ns_tmp;
273 if($ns) {
274 if(strpos($ns, ':')) {
275 return str_replace(':', '/', $ns);
280 return $ns;

12345678910>>...22