Searched refs:NS (Results 1 – 17 of 17) sorted by relevance
| /template/comicslate/ |
| D | mediamanager.php | 6 $NS = $INFO [ 'namespace' ]; $t2 = "\n\t\t"; variable 7 $comic = preg_match ( '/:(sci-fi|tlk|wolves|mlp|furry|gamer|other|interrobang):/', $NS ); 20 $t2 . '<div id="media__manager" class="dokuwiki lang-' . str_replace ( ":", " ", $NS ) . ( $comic ?…
|
| D | main.php | 2 $NS = $INFO [ 'namespace' ]; $t2 = "\n\t\t"; $t3 = "\n\t\t\t"; $t4 = "\n\t\t\t\t"; $t5 = "\n\t\t\t\… variable 3 $comic = preg_match ( '/:(sci-fi|tlk|wolves|mlp|furry|gamer|other|interrobang):/', $NS ); 140 …array ( '/feed.php?ns=' . urlencode ( $NS ), tpl_getLang ( 'RSSpart' ) . ' (' . tpl_getLang ( 'RSS… 141 …array ( '/feed.php?onlynewpages=1&ns=' . urlencode ( $NS ), tpl_getLang ( 'RSSpart' ) . ' (' .…
|
| D | media.php | 26 <h1><?php echo hsc($lang['mediaselect'])?> <code><?php echo hsc($NS)?></code></h1>
|
| /template/sxs/ |
| D | sxs.php | 281 global $NS; 283 $dir = utf8_encodeFN(str_replace(':', '/', $NS)); 420 global $NS; 436 ptln('<input type="hidden" name="ns" value="'.hsc($NS).'" /><br />',4);
|
| D | media.php | 42 <code><?php echo hsc($NS)?></code>
|
| /template/lilas/ |
| D | media.php | 12 <h1><?php echo hsc($lang['mediaselect'])?> <code><?php echo hsc($NS)?></code></h1>
|
| /template/sidebar/ |
| D | media.php | 31 <h1><?php echo hsc($lang['mediaselect'])?> <code><?php echo hsc($NS)?></code></h1>
|
| /template/neolaoresources/ |
| D | media.php | 20 <h1><?php echo hsc($lang['mediaselect'])?> <code><?php echo hsc($NS)?></code></h1>
|
| /template/nucleus/ |
| D | media.php | 40 <h1><?php echo hsc($lang['mediaselect'])?> <code><?php echo hsc($NS)?></code></h1>
|
| /template/neolaoresources2/ |
| D | media.php | 16 <h1><?php echo hsc($lang['mediaselect'])?> <code><?php echo hsc($NS)?></code></h1>
|
| /template/cherokee-based/ |
| D | media.php | 40 <h1><?php echo hsc($lang['mediaselect'])?> <code><?php echo hsc($NS)?></code></h1>
|
| /template/amanuensis/ |
| D | media.php | 40 <h1><?php echo hsc($lang['mediaselect'])?> <code><?php echo hsc($NS)?></code></h1>
|
| /template/writr/css/plugins/ |
| D | nspages.less | 1 /* =NS Pages Plugin
|
| /template/starterbootstrap/ |
| D | tpl_functions.php | 438 global $NS; 440 bootstrap_media_nstree($NS);
|
| /template/bootstrap3/ |
| D | script.js | 182 if (NS == 'user' && dw_mode('show') && !jQuery('.notFound').length) {
|
| D | RELEASE.md | 296 …uced new configurations and special data attribute for customize the template or single page or NS. 331 * #253: Fixed Feed URL NS (thanks to @Juergen-aus-Koeln) 456 …ocial network (g+, FB, Linkedin, Whatsapp, etc) and the link to Help page (``:help``) of current NS
|
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 46 this.NS=null; 63 }else{FBL.NS=document.documentElement.namespaceURI; 926 var element=this.NS&&doc.createElementNS?doc.createElementNS(FBL.NS,tagName):doc.createElement(tagN…
|