Home
last modified time | relevance | path

Searched refs:ns (Results 26 – 50 of 527) sorted by path

12345678910>>...22

/plugin/autostartpage/
H A Daction.php43 $ns=$event->data[0];
46 $id=$ns.":".$conf['start'];
51 …t=implode($ns_sepchar, array_splice(preg_split("/".preg_quote($ns_sepchar, "/")."/", $ns), 0, -1));
52 $goodns=preg_replace("/".$conf['sepchar']."/"," ",noNS($ns));
78 $wikitext=preg_replace("/@NS@/", $ns, $wikitext);
/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/backlinks/
H A Dsyntax.php110 $backlinks, function ($ns) use ($filterNS) {
111 return stripos($ns, $filterNS, 0) !== 0;
117 $backlinks, function ($ns) use ($filterNS) {
118 return stripos($ns, $filterNS, 0) === 0;
/plugin/backlinks2/
H A Dsyntax.php112 $backlinks = array_filter($backlinks, function($ns) use($filterNS) {
113 return stripos($ns, $filterNS, 0) !== 0;
117 $backlinks = array_filter($backlinks, function($ns) use($filterNS) {
118 return stripos($ns, $filterNS, 0) === 0;
/plugin/backup/
H A Dadmin.php96 $ns = $this->getConf('backupnamespace');
97 $link = wl($ID, ['do' => 'media', 'ns' => $ns]);
101 $backups = glob(dirname(mediaFN("$ns:foo")) . '/*.tar*');
109 $url = ml("$ns:$backup");
120 echo '<p>' . sprintf($this->getLang('medians'), $ns, $link) . '</p>';
/plugin/batchedit/
H A Dengine.php1139 foreach (explode(',', $namespace) as $ns) {
1142 if ($ns[0] == '-') {
1144 $ns = substr($ns, 1);
1147 if ($ns == ':') {
1148 $ns = "[^:]+$";
1152 $negativeFilter[] = $ns;
1155 $positiveFilter[] = $ns;
H A Drequest.php189 foreach (explode(',', $namespace) as $ns) {
190 $ns = trim($ns) . ':';
192 if ($ns[0] == '-') {
193 $resolved[] = '-' . $resolver->resolveId(substr($ns, 1));
196 $resolved[] = $resolver->resolveId($ns);
/plugin/bibtex/OSBib/
H A DUTF8.php59 $ns = strlen ($utf8_string);
60 for ($nn = 0; $nn < $ns; $nn++) {
/plugin/blog/
H A Daction.php90 $ns = cleanID($_REQUEST['ns']);
91 $ID = $this->_newEntryID($ns, $_REQUEST['title']);
112 $data = array('id' => $ID, 'ns' => $ns, 'title' => $_REQUEST['title']);
142 '@NS@' => $data['ns'],
184 * @param $ns
191 function _newEntryID($ns, $title) { argument
213 return cleanID(($ns ? $ns
[all...]
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/blog/syntax/
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...]
H A Dautoarchive.php29 list($ns, $refine) = explode(' ', $match, 2);
31 if ($ns == '') $ns = cleanID($this->getConf('namespace'));
32 elseif (($ns == '*') || ($ns == ':')) $ns = '';
33 elseif ($ns == '.') $ns = getNS($ID);
34 else $ns = cleanID($ns);
[all...]
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...]
/plugin/blogtng/helper/
H A Dentry.php989 $ns = getNS($id);
990 $convert = (getNS($ID) == $ns) ? false : true;
1007 $ins[$i][1][0] = $this->_convert_internal_link($ins[$i][1][0], $ns);
1090 * @param string $ns: namespace of included page
1093 private function _convert_internal_link($link, $ns) { argument
1098 return getNS($ns).':'.substr($link, 2);
1101 return $ns.':'.substr($link, 1);
1105 return $ns.':'.$link;
/plugin/bookcreator/action/
H A Dhandleselection.php69 $namespace = $INPUT->post->str('ns');
290 * @param string $ns The namespace to search in
294 protected function searchPages($ns, $recursive) { argument
301 $count = substr_count($ns, ':');
305 $ns = trim($ns, ':');
306 $ns = utf8_encodeFN(str_replace(':', '/', $ns));
307 search($items, $conf['datadir'], 'search_allpages', $opts, $ns);
/plugin/bookcreator/script/
H A Dnspicker.js274 * Parameter "ns" is the namespace to search through. Parameter
286 ns: bc_nspicker.$entry.val(),
/plugin/bookcreator/
H A Dstyle.css274 background-image: url(../../images/ns.png);
/plugin/bookcreator/syntax/
H A Dbookmanager.php367 $ns = cleanID($this->getConf('save_namespace'));
368 $tt = utf8_encodeFN(str_replace(':', '/', $ns));
375 $ns = cleanID($this->getConf('save_namespace'));
376 $tt = utf8_encodeFN(str_replace(':', '/', $ns));
H A Dexportsaved.php66 $ns = $this->getConf('save_namespace');
67 $savedSelectionPageid = cleanID($ns . ":" . $savedSelectionPage);
68 $savedSelectionPageid = substr($savedSelectionPageid, strlen($ns) + 1);
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css218 .djs-cursor-resize-ns,
221 cursor: ns-resize;
350 .djs-cursor-resize-ns {
351 cursor: ns-resize;
827 cursor: ns-resize;
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js7ns.name;function o(e){n.define(this,"$type",{value:r,enumerable:!0}),n.define(this,"$attrs",{value… class in AnonymousFunctionc4f831ab10100.o
27 …ype._modules,ts.prototype._navigationModules);var ns={},is={get exports(){return ns},set exports(e…
33 …Hammer=Ie,e.exports?e.exports=Ie:t.Hammer=Ie}(window,document)}(is);var rs=ns,os=["mousedown","mou…
H A Dbpmn-navigated-viewer.production.min.js2ns.name;function o(e){n.define(this,"$type",{value:r,enumerable:!0}),n.define(this,"$attrs",{value… method in Li
H A Dbpmn-viewer.production.min.js2ns.name;function o(e){n.define(this,"$type",{value:r,enumerable:!0}),n.define(this,"$attrs",{value… method in Ni
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css218 .djs-cursor-resize-ns,
221 cursor: ns-resize;
350 .djs-cursor-resize-ns {
351 cursor: ns-resize;
827 cursor: ns-resize;
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2ns.name;function o(e){n.define(this,"$type",{value:r,enumerable:!0}),n.define(this,"$attrs",{value… method in st
21ns(e,t){var n;function i(i){var r,o=n.start,a=n.button,s=ia(i),u=Wa(s,o);(!n.dragging&&(r=u,Math.s… function

12345678910>>...22