Home
last modified time | relevance | path

Searched refs:getNS (Results 201 – 225 of 280) sorted by last modified time

12345678910>>...12

/plugin/fetchmedia/action/
H A Dajax.php101 $id = getNS(cleanID($pageId)) . ':' . $fn;
/plugin/database2/
H A Ddatabase2.php3476 resolve_pageid( getNS( self::getPageID() ), $href, $exists );
/plugin/nsindex/
H A Dsyntax.php146 $ns = getNS($ID); # current namespace (default)
149 resolve_pageid(getNS($ID), $ns, $exists);
150 $ns = getNS($ns);
177 $title = noNS(getNS($wikipath));
/plugin/confsearch/
H A Dsyntax.php37 return getNS(cleanID($id));
/plugin/dir/
H A Dsyntax.php627 $curPathSplit = explode(":", trim(getNS($ID), ":"));
628 $fqidPathSplit = explode(":", trim(getNS($fqid), ":"));
/plugin/pagetemplater/
H A Daction.php51 $replace['namespace'] = getNS($ID);
/plugin/namespacesearch/
H A Dsyntax.php36 elseif ($ns == '.') { $ns = getNS($ID); }
/plugin/nsexport/action/
H A Dexport.php64 $ns = getNS($ID);
71 $ns = getNS($ID). ':';
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php64 resolve_pageid(getNS($ID),$id,$exists);
198 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/medialist/
H A Dhelper.php69 $args = str_replace('@NS@', getNS($INFO['id']), $args);
132 $base = !isset($params['ns']) ? getNS($item['id']) : $params['ns'];
/plugin/datatemplate/syntax/
H A Dentry.php99 resolve_pageid(getNS($ID), $wikipage[0], $exists);
H A Dlist.php178 resolve_pageid(getNS($ID), $wikipage, $exists); // resolve shortcuts
/plugin/panoview/
H A Dsyntax.php75 $data['image'] = resolve_id(getNS($ID), $img);
H A Dtiles.php28 if(auth_quickaclcheck(getNS($data['id']).':X') < AUTH_READ) $pl->gfx_error('noauth');
/plugin/jukebox/
H A Dsyntax.php58 $data['ns'] = resolve_id(getNS($ID),$ns);
/plugin/godiag/
H A Dsyntax.php651 $ns = getNS($ID);
/plugin/upload/
H A Daction.php72 $NS = getNS($JUMPTO);
74 $NS = getNS($ID);
/plugin/searchresultswithpath/
H A Daction.php42 $ns = getNS($id);
45 $ns = p_get_first_heading(getNS($id));
46 if(!$ns) $ns = p_get_first_heading(getNS($id). ':start');
49 $ns = getNS($id);
/plugin/mediasyntax/
H A Daction.php172 resolve_pageid(getNS($ID), $page, $exists);
H A Dhelper.php240 resolve_pageid(getNS($scope), $page, $exists); // resolve shortcuts
335 $ns = getNS($page);
376 $ins[$i][1][0] = getNS($ns) . ':' . substr($ins[$i][1][0], 2); // parent namespace
/plugin/editx/
H A Daction.php190 $opts['oldns'] = $this->_FN(getNS($id));
249 $opts['oldns'] = $this->_FN(getNS($opts['oldpage']));
250 $opts['newns'] = $this->_FN(getNS($opts['newpage']));
/plugin/crosspost/
H A Daction.php115 $header = p_get_first_heading( getNS( $entry ) );
122 $ns = p_get_first_heading( getNS( $entry ) );
181 if( $this->_skip_ns( $xns, getNS( $ID ) ) ) return;
193 $ns = getNS( $meta[$i] );
212 if( !$this_ns ) $this_ns = getNS( $ID );
/plugin/odt2dw/
H A Daction.php179 $this->nsName = getNS($this->pageName);
/plugin/latexit/
H A Drenderer.php993 $current_namespace = getNS($ID);
/plugin/odp/
H A Drenderer.php1032 resolve_mediaid(getNS($ID),$src, $exists);
1104 resolve_pageid(getNS($ID),$id,$exists);

12345678910>>...12