Home
last modified time | relevance | path

Searched refs:ns (Results 201 – 225 of 527) sorted by relevance

12345678910>>...22

/plugin/asyncsearch/
H A Dpagelookup.php70 $ns = getNS($id);
71 if($ns){
72 $name = shorten(noNS($id), ' ('.$ns.')',30);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php74 $ns = getNS($id);
110 if($ns) {
111 $path = $ns.':*';
139 $ns = getNS($ns);
142 $path = $ns.':*';
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php74 $ns = getNS($id);
110 if($ns) {
111 $path = $ns.':*';
139 $ns = getNS($ns);
142 $path = $ns.':*';
/plugin/indexmenu2/
H A Dindexmenu.php12 function indexmenu_getsubmenu ($ns,$s) { argument
15 $opts = array($ns, array('level' => 1, // get only 1st level
/plugin/redirect2/lang/ja/
H A Dintro.txt9 301 pagename ns:page#headline # 別ページの特定の見出しに転送する場合
10 :example.pdf :ns:somepage # メディアファイルのリダイレクト
/plugin/advanced/admin/
H A Dimport.php95 $ns = $INPUT->str('ns');
98 if ($ns == '(root)') {
99 $ns = '';
123 $wiki_page = cleanID("$ns:$wiki_page");
H A Dexport.php135 private function getPagesFromNamespace($ns, $follow_ns = 0) argument
142 if ($ns == '(root)') {
143 $ns = '';
148 $namespace = str_replace(':', '/', $ns);
/plugin/catlist/
H A Dscript.js10 function catlist_button_add_page (element, ns) { argument
14 addPageLabel.innerHTML = ns;
52 var newPageID = ns + pagename;
/plugin/ckgedit/action/
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";
/plugin/autlogin/
H A Dadmin.php26 var $ns; variable in admin_plugin_autlogin
79 if($_REQUEST['ns'] == '*'){
82 $this->ns = cleanID($_REQUEST['ns']);
1608 if($this->ns) $opts['ns'] = $this->ns;
1624 $ns = $this->ns;
1625 if(empty($ns)){
1627 if($ns == '.') $ns ='';
1628 }elseif($ns == '*'){
1629 $ns ='';
1631 $ns = utf8_encodeFN(str_replace(':','/',$ns));
[all …]
/plugin/hipchat/
H A Daction.php45 $ns = $this->getConf('hipchat_namespaces');
46 if (!empty($ns)) {
47 $namespaces = explode(',', $ns);
/plugin/tplinc/
H A Dstyle.less20 cursor: ns-resize;
24 cursor: ns-resize;
/plugin/task/
H A Daction.php47 $ns = cleanID($_REQUEST['ns']);
50 $ID = ($ns ? $ns.':' : '').cleanID($title);
74 'ns' => $ns,
/plugin/tagadd/
H A Dscript.js48 function tagadd__loadForm(ns){ argument
69 ns:ns,
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_marker.js82 /******/ var ns = Object.create(null);
83 /******/ __webpack_require__.r(ns);
84 /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
85 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…
86 /******/ return ns;
/plugin/labeled/
H A Dhelper.php257 * @param string $ns namespace filter for the label
259 public function createLabel($name, $color, $order = false, $ns = '') { argument
265 $ns = cleanID($ns);
267 … $db->query('INSERT INTO labels (name, color, namespace) VALUES (?,?,?)', $name, $color, $ns);
/plugin/mantis/lib/
H A Dnusoap.php841 if ($ns == $n || $ns == $p) {
1694 $el .= " xmlns:$nsp=\"$ns\"";
1722 function getPHPType($type,$ns){ argument
5198 function getTypeDef($type, $ns) { argument
5201 $ns = $this->namespaces['tns'];
5208 $ns = $ns0;
5536 $ns = $this->getNamespaceFromPrefix($ns);
5543 $ns = '';
5948 $ns = '';
6153 $ns = $this->getNamespaceFromPrefix($ns);
[all …]
/plugin/tindexmenu/
H A Dajax.php151 function print_index($ns) { argument
155 $ns=$idxm->_parse_ns(rawurldecode($ns));
168 $fsdir="/".utf8_encodeFN(str_replace(':','/',$ns));
/plugin/indexmenu/
H A Dajax.php153 print_index($ns) global() argument
/plugin/pagehere/
H A Daction.php36 $ns = getNS($ID);
37 $newpage = cleanID($ns.':'.$page);
/plugin/nstoc/
H A Dsyntax.php546 if ($ns = cleanID($args[0])) {
549 if ($f = file_exists($fn = wikiFN($ns))) {
559 ? 2 + substr_count($ns, ':')
560 : 1 + substr_count($ns, ':');
571 if ('' == $ns) {
585 return array(DOKU_LEXER_SPECIAL, $ns, $args[1], $args[0], (bool)$f);
/plugin/sitemapnavi/action/
H A Dajax.php57 $ns = $INPUT->str('namespace');
61 echo $helper->getSiteMap($ns);
/plugin/metaeditor/admin/
H A Deditor.php36 function recurseTree($ns) { argument
48 search($list,$conf['datadir'],'search_universal',$opts,$ns);
/plugin/linkmanager/
H A Dscript.js206 var ns = nsfield.value;
207 if (ns)
209 ns = ns + ':';
221 opener.insertTags('wiki__text','[[:'+ns+id+sepa,']]','');
/plugin/headerfooter/
H A Daction.php23 $ns = str_replace(':', '/', $inf['namespace']) . '/';
24 $base = str_replace('\\', '/', DOKU_INC) . 'data/pages/' . $ns; // 得到文件绝对路径

12345678910>>...22