Home
last modified time | relevance | path

Searched refs:ns (Results 226 – 250 of 527) sorted by path

12345678910>>...22

/plugin/indexmenu/
H A Daction.php215 $ns = $INPUT->str('ns', '');
216 $ns = rtrim($ns, ':');
235 // if 'navbar' is enabled add current ns to list
298 $data = $search->search($ns, $opts);
451 * @param $ns
458 private function printIndex($ns)
462 $ns = $idxm->parseNs(rawurldecode($ns));
292 print_index($ns) global() argument
[all...]
H A Dajax.php153 print_index($ns) global() argument
/plugin/indexmenu/scripts/
H A Dcontextmenu.js19 * The entries with 'pg' are shown for page noded, these with 'ns' only for namespaces.
24 * indexmenu_contextmenu['all']['ns']['view'] = [ ... ];
28 * indexmenu_contextmenu['ns']['view'] = [ ... ];
32 * indexmenu_contextmenu['ns']['view'] = [ ... ];
93 indexmenu_contextmenu['all']['ns'] = {
95 ['<span class="indexmenu_titlemenu"><b>'+LANG.plugins.indexmenu.ns+'</b></span>'],
122 indexmenu_contextmenu['ns'] = {
H A Dcontextmenu.local.js.example15 if (!indexmenu_contextmenu['all']['ns']) indexmenu_contextmenu['all']['ns'] = {'view': [] };
27 if (!indexmenu_contextmenu['ns']) indexmenu_contextmenu['ns'] = {'view': []};
37 if (!indexmenu_contextmenu['ns']) indexmenu_contextmenu['ns'] = {'view': []};
H A Dtoolbarindexwizard.js272 let sel, ns, depth, syntax, eo;
282 ns = jQuery('#namespace').val();
286 syntax = '{{indexmenu>' + ns + depth + options + '}}';
/plugin/indexmenu/syntax/
H A Dindexmenu.php102 //skips i=0 because that becomes main $ns
104 //skips i=0 because that becomes main $ns
123 $ns = $matched_ns_lvl[1];
128 $ns = $nsStrs[0];
132 $ns = $this->parseNs($ns);
261 } elseif ($gen_id == 'ns') {
262 $identifier = sprintf("%u", crc32($ns));
302 $ns, //0
327 'navbar' => $navbar, //add current ns t
444 _jstree($data, $ns, $js_opts, $js_name, $max) global() argument
568 _getTitle($ns, $headpage, & $hns) global() argument
613 _parse_ns($ns, $id = FALSE) global() argument
[all...]
/plugin/indexmenu2/
H A Dindexmenu.php12 function indexmenu_getsubmenu ($ns,$s) { argument
15 $opts = array($ns, array('level' => 1, // get only 1st level
/plugin/indexmenu2/syntax/
H A Dindexmenu.php116 $n = str_replace('{{ns}}'," ".$data[0]." ",$n);
245 …$data,$conf['datadir'],"indexmenu_search_index",$opts,"/".utf8_encodeFN(str_replace(':','/',$ns)));
264 $data = array2tree($data,$ns);
273 if ($opts['js'] && !$opts['nons'] && !isset($opts['root']) && !$ns) {
/plugin/iptrust2/
H A Daction.php107 $ns = getNS($id);
122 if($ns){
123 $path = $ns.':\*';
140 $ns = getNS($ns);
143 $path = $ns.':\*';
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak515 // saveUrl.append("&ns="+new String(URLCodec.encodeUrl(null, namespace.getBytes())));
544 reqEntity.addPart("ns", new StringBody(namespace));
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js7150 MP3Synth.prototype.full = function(frame, nch, ns) { argument
7161 for (var s = 0; s < ns; ++s) {
7286 var ns = frame.header.nbsamples();
7290 this.pcm.length = 32 * ns;
7301 this.full(frame, nch, ns);
7302 this.phase = (this.phase + ns) % 16;
/plugin/jsonrpc/
H A Djsonrpc.php194 public function readNamespace($ns,$opts){ argument
199 $ns = cleanID($ns);
200 $dir = utf8_encodeFN(str_replace(':', '/', $ns));
208 public function listAttachments($ns, $options = array()) { argument
212 $ns = cleanID($ns);
216 if(auth_quickaclcheck($ns.':*') >= AUTH_READ) {
217 $dir = utf8_encodeFN(str_replace(':', '/', $ns));
251 $ns = getNS($id);
252 if($ns){
253 $name = shorten(noNS($id), ' ('.$ns.')',30);
/plugin/jukebox/
H A Dlist.php16 $ns = $_REQUEST['ns']; variable
17 if(auth_quickaclcheck("$ns:*") < AUTH_READ){
23 if(!$ns){
31 $dir = utf8_encodeFN(str_replace(':','/',$ns));
H A Dsyntax.php54 list($ns,$params) = explode(' ',$match,2);
55 $ns = trim($ns);
58 $data['ns'] = resolve_id(getNS($ID),$ns);
/plugin/labeled/action/
H A Dchange.php90 $ns = '';
91 if (isset($_REQUEST['ns'])) $ns = $_REQUEST['ns'];
93 $this->hlp->createLabel($label, $color, $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/linkback/action/
H A Dsend.php167 $ns = getNS($ID);
174 } else if (strstr($ns, $namespace) === $ns) {
/plugin/linkback/
H A Dhelper.php90 function getLinkbacks($ns, $num = NULL) {
114 $rec = $this->_handleRecentLinkback($lines[$i], $ns);
145 function _handleRecentLinkback($line, $ns) {
182 if (($ns) && (strpos($recent['id'] . ':', $ns . ':') !== 0)) {
86 getLinkbacks($ns, $num = NULL) global() argument
141 _handleRecentLinkback($line, $ns) global() argument
/plugin/linkmanager/exe/
H A Dajax.php53 $ns = cleanID($_POST['ns']);
54 $dir = utf8_encodeFN(str_replace(':','/',$ns));
56 $lvl = count(explode(':',$ns));
/plugin/linkmanager/
H A Dfunctions.php30 $ns = cleanID($NS);
32 if(empty($ns)){
34 if($ns == '.') $ns ='';
49 $ns = cleanID($ns);
71 linkpage_newpage($ns);
158 function linkpage_nstree($ns){ argument
163 $ns = cleanID($ns);
164 if(empty($ns)){
166 if($ns == '.') $ns ='';
168 $ns = utf8_encodeFN(str_replace(':','/',$ns));
[all …]
H A Dscript.js206 var ns = nsfield.value;
207 if (ns)
209 ns = ns + ':';
221 opener.insertTags('wiki__text','[[:'+ns+id+sepa,']]','');
/plugin/linksenhanced/syntax/
H A Dtable.php92 $ns = getNS($pdata['id']);
93 if($ns === false)
94 $ns = '';
96 if($namespace !== false && !in_array($ns, $namespace))
/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/livepreview/
H A Dlivepreview.php10 function livepreview_getpreview ($ns) { argument
12 $ns = cleanID(preg_replace("#^.+?".$_SERVER['HTTP_HOST'].DOKU_BASE."#i","",$ns));
13 return p_wiki_xhtml_summary($ns,$title);

12345678910>>...22