Home
last modified time | relevance | path

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

12345678910>>...22

/plugin/webexteamsnotifier/
H A Daction.php39 $ns = $this->getConf('namespaces');
40 if (!empty($ns)) {
41 $namespaces = explode(',', $ns);
/plugin/rocketchatnotifier/
H A Daction.php40 $ns = $this->getConf('namespaces');
41 if (!empty($ns)) {
42 $namespaces = explode(',', $ns);
/plugin/news/
H A Dhelper.php60 function setSubFeed($ns) { argument
61 $this->sub_feed = trim($ns);
71 $ns = $this->getMetaDirectory();
72 $file = $ns . $file;
/plugin/gitlabapi/
H A DREADME.md31 For instance, if your project is available at `http://gitlab.domain.com/ns/dir1/dir2/project`, then…
34 <gitlab-api project-path="ns/dir1/dir2/project" />
49 <gitlab-api project-path="ns/dir/project" commits="10" issues="5" milestones="3" pipelines="10" />
70 <gitlab-api server="gitlab.home" project-path="ns/project" />
/plugin/mantis/lib/
H A Dclass.xmlschema.php526 foreach($this->imports as $ns => $list) {
531 $xml .= " <$schemaPrefix:import namespace=\"" . $ns . "\" />\n";
625 foreach (array_diff($this->usedNamespaces, $this->enclosingNamespaces) as $nsp => $ns) {
626 $el .= " xmlns:$nsp=\"$ns\"";
649 * @param string $ns namespace of type
654 function getPHPType($type,$ns){ argument
655 if(isset($this->typemap[$ns][$type])){
657 return $this->typemap[$ns][$type];
705 …$ns = substr($this->simpleTypes[$type]['type'], 0, strrpos($this->simpleTypes[$type]['type'], ':')…
724 $ns = substr($this->elements[$type]['type'], 0, strrpos($this->elements[$type]['type'], ':'));
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_csp.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/cloud/
H A Dsyntax.php42 list($num, $ns) = array_pad(explode('>', $match, 2), 2, '');
62 if(!is_null($ns)) $namespaces = explode('|', $ns);
120 … $ns = method_exists($tag, 'getNamespace') ? $tag->getNamespace() : $tag->namespace;
121 $resolver = new PageResolver($ns . ':');
/plugin/quickstats/db/
H A DdataBaseStructure.txt41 [ns]=> Array
43 [<ns>] => Array
51 [<ns>] => Array
/plugin/quickstats/
H A Dadmin.php69 $ns = $ns_prefix . $dir . ':';
70 $misc_data_file = metaFN($ns . 'misc_data' , '.ser');
106 $ns = $ns_prefix . $dir . ':';
107 $ip_file = metaFN($ns . 'ip' , '.ser');
129 $ns = $ns_prefix . $current_dir . ':';
130 $ip_file = metaFN($ns . 'ip' , '.ser');
H A Daction.php70 $ns = $ns_prefix . $today['mon'] . '_' . $today['year'] . ':';
71 $this->page_file = metaFN($ns . 'pages' , '.ser');
72 $this->ua_file = metaFN($ns . 'ua' , '.ser');
73 $this->ip_file = metaFN($ns . 'ip' , '.ser');
74 $this->misc_data_file = metaFN($ns . 'misc_data' , '.ser');
75 $this->qs_file = metaFN($ns . 'qs_data' , '.ser');
76 $this->page_users_file = metaFN($ns . 'page_users' , '.ser');
245 foreach($ar['ns'] as $ns) {
246 $this->set_queries($queries,$ns,'ns');
/plugin/xtern/
H A Dadmin.php122 function buttons($max_time = "",$ns="") { argument
136 … ptln(' <input type="textbox" name="dir" value="' . $ns . '" /></label>&nbsp;');
322 $ns = preg_replace('#' . preg_quote($this->wikiRoot) . '#', "", $path);
323 $ns = str_replace(array('/','\\\\','.txt'), array(':',':'), $ns);
324 $allData[] = array('path'=>$path,'file'=>$content, 'id'=>$ns);
/plugin/xml/
H A Dhelper.php47 list($ns, $tag, $flags) = $data;
48 …$renderer->doc .= '<topic namespace="'.$ns.'" tags="'.$tag.'" flags="'.implode(' ',$flags).'" />'.…
/plugin/pageindex/
H A Dsyntax.php131 array('ns' => $ns)); // options
139 $skip = strpos($skip,":") ? $skip : "$ns:$skip";
/plugin/userhomepage/
H A Dstyle.css6 a.uhp_private_png { background:url(images/ns.png) no-repeat left; }
8 a.uhp_private_svg { background:url(images/ns.svg) no-repeat left; }
/plugin/abc2/abc-libraries/abc2svg/
H A Ddiag-1.js6 if(!glyphs['fb']){var i,j,d,decos=this.get_decos();ns="CDEFGAB",ms=["","m","7","m7","maj7","sus4"]
10 for(i=0;i<ns.length;i++){for(j=0;j<ms.length;j++){d=ns[i]+ms[j];decos[d]="3 "+d+" 40 0 0"}}
/plugin/tplinc/
H A Dhelper.php84 $ns = getNS($id);
85 $pns = ":$ns:";
95 $page = (new PageResolver($ns))->resolveId($page);
/plugin/gallery/
H A Dscript.js24 const ns = $h1[0].textContent;
25 opener.insertAtCarret('wiki__text', '{{gallery>' + ns + '}}');
/plugin/googlesearch/
H A Dnusoap.php768 * @param string $ns The namespace
774 if ($ns == $n || $ns == $p) {
1590 $el .= " xmlns:$nsp=\"$ns\"\n";
1618 function getPHPType($type,$ns){ argument
1621 return $this->typemap[$ns][$type];
5307 $ns = '';
5325 $elementNS = " xmlns=\"$ns\"";
5371 $elementNS = " xmlns=\"$ns\"";
5439 $elementNS = " xmlns=\"$ns\"";
5509 $ns = $this->getNamespaceFromPrefix($ns);
[all …]
/plugin/datasearchform/
H A Dsyntax.php91 $ns = $INFO['namespace'];
96 … $renderer->doc .= '<input type="hidden" name="id" value="' . $ns . ':datatable" />' . "\n";
/plugin/mediarename/
H A Dscript.js43 var ns = $h1.html();
46 window.location.href=window.location.href+'&ns='+ns+'&rename='+rename;
/plugin/miniblog/helper/
H A Dentry.php16 public function entry_list($ns) { argument
20 search($pages, $conf['datadir'], 'search_pagename', array('query'=>'.txt'), $ns);
/plugin/minimap/
H A Dsyntax.php336 $ns = ':' . cleanID($namespace);
338 $ns = utf8_encodeFN(str_replace(':', '/', $ns));
352 search($data, $conf['datadir'], 'search_universal', $search_opts, $ns, $lvl = 1, $sort);
/plugin/tag/syntax/
H A Dsearchtags.php136 foreach ($namespaces as $ns) {
138 if ($ns['perm'] > 0 || $conf['sneaky_index'] == 0) {
139 $ns_select[$ns['id']] = $ns['id'];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php145 * @param string $ns
147 private static function isolateNamespace($xml, $ns) argument
154 $nodes = $xpath->query("//*[namespace::*[.='$ns'] and not(../namespace::*[.='$ns'])]");
159 $ns_name = $node->lookupPrefix($ns);
161 $node->removeAttributeNS($ns, $ns_name);
/plugin/epub/scripts/
H A Depub_utils.php608 function epub_save_namespace($ns="") { argument
610 if($ns !== false) {
611 $namespace = $ns;
623 $ns = wikiFN($name.':tmp');
625 $path_parts= pathinfo($ns);
633 else { echo "not sorting files in namespace: $ns\n";}
637 $ns = rtrim($name,'*');
639 $_pages[] = $ns . basename($path, '.txt');

12345678910>>...22