Home
last modified time | relevance | path

Searched refs:ns (Results 451 – 475 of 527) sorted by last modified time

1...<<11121314151617181920>>...22

/plugin/svgpureinsert/_test/
H A Dsvglogo.svg12 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php282 function p_index_xhtml($ns) { argument
287 $ns = cleanID($ns);
289 if(empty($ns)){
290 $ns = dirname(str_replace(':','/',$ID));
291 if($ns == '.') $ns ='';
293 $ns = utf8_encodeFN(str_replace(':','/',$ns));
300 search($data,$conf['datadir'],'search_index',array('ns' => $ns));
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php2251 $ns=0;
2270 $ns=0;
2280 $ns++;
2301 $this->ws=($ns>1) ? ($wmax-$ls)/1000*$this->FontSize/($ns-1) : 0;
2310 $ns=0;
/plugin/redirect2/
H A Daction.php179 list($ns, $section) = explode('#', $dest, 2);
180 $dest = $ns.$leaf;
240 list($ns, $section) = explode('#', $dest, 2);
241 $dest = $ns.$leaf;
/plugin/redirect2/lang/en/
H A Dintro.txt10 301 pagename ns:page#headline # redirect permanently to the anchor in other page
11 :example.pdf :ns: # redirect of media file
/plugin/redirect2/lang/ja/
H A Dintro.txt9 301 pagename ns:page#headline # 別ページの特定の見出しに転送する場合
10 :example.pdf :ns:somepage # メディアファイルのリダイレクト
/plugin/indexeverywhere/
H A DshowTheTree.php67 $ns = dirname(str_replace(':','/',$ID));
68 if($ns == '.') $ns ='';
69 $ns = utf8_encodeFN(str_replace(':','/',$ns));
73 $index .= search($data,$conf['datadir'],'search_index',array('ns' => $ns));
/plugin/permissioninfo/
H A Dadmin.php368 … $ns = str_replace('%USER%',auth_nameencode($username),$matches[1]); //replace %USER% with username
369 $up[$ns] = (empty($up[$matches[1]])?0:$up[$matches[1]]) | $matches[3];
371 $for_user[$ns] = $matches[3];
/plugin/mantis/lib/
H A Dclass.wsdl.php686 function getTypeDef($type, $ns) { argument
689 $ns = $this->namespaces['tns'];
696 $ns = $ns0;
701 if (isset($this->schemas[$ns])) {
704 $xs = &$this->schemas[$ns][$i];
1024 $ns = $this->getNamespaceFromPrefix($ns);
1031 $ns = '';
1417 $ns = '';
1484 $elementNS = " xmlns=\"$ns\"";
1622 $ns = $this->getNamespaceFromPrefix($ns);
[all …]
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 …]
H A Dclass.nusoap_base.php436 // need to fix this. shouldn't default to xsd if no ns specified
835 * @param string $ns The namespace
839 function getPrefixFromNamespace($ns) { argument
841 if ($ns == $n || $ns == $p) {
H A Dclass.soapclient.php196 $nsPrefix = 'ns' . rand(1000, 9999);
235 $nsPrefix = 'ns' . rand(1000, 9999);
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/advrack/
H A Djquery.qtip.js1366 var ns = '.' + this._id + (suffix ? '-'+suffix : '');
1368 (events.split ? events : events.join(ns + ' ')) + ns,
1377 var ns = '.'+NAMESPACE; variable
1380 (events.split ? events : events.join(ns + ' ')) + ns,
/plugin/autostartpage/
H A Daction.php43 $ns=$event->data[0];
46 $id=$ns.":".$conf['start'];
51 …t=implode($ns_sepchar, array_splice(preg_split("/".preg_quote($ns_sepchar, "/")."/", $ns), 0, -1));
52 $goodns=preg_replace("/".$conf['sepchar']."/"," ",noNS($ns));
78 $wikitext=preg_replace("/@NS@/", $ns, $wikitext);
/plugin/hipchat/
H A Daction.php45 $ns = $this->getConf('hipchat_namespaces');
46 if (!empty($ns)) {
47 $namespaces = explode(',', $ns);
/plugin/headerfooter/
H A Daction.php23 $ns = str_replace(':', '/', $inf['namespace']) . '/';
24 $base = str_replace('\\', '/', DOKU_INC) . 'data/pages/' . $ns; // 得到文件绝对路径
/plugin/txt2tags/
H A Dtoolbar.php196 'url' => 'lib/exe/mediamanager.php?ns=',
/plugin/sphinxsearch/
H A Dchangelog26 * Renamed filter name from "@categories" to "@ns"
H A Dfunctions.php261 $ns = explode(":", $id);
262 $nsCount = count($ns) - 1;
267 $name = $ns[$i];
286 $ns = explode(":", $id);
287 return $ns[count($ns) - 1];
356 $ns = getNS($id);
357 if($ns){
358 $name = shorten(noNS($id), ' ('.$ns.')',30);
382 $ns = getNS($id);
383 if($ns){
[all …]
/plugin/owncloud/
H A Dhelper.php270 $ns = getNS($wikiid);
271 …$mediamanager = '<a class="mmLink" href="'.DOKU_URL.'doku.php?ns='.$ns.'&image='.$this->pathToWiki…
/plugin/workflow/syntax/
H A Ddecision.php16 function wf_render_link($ns, $page, $onclick, $text) { argument
/plugin/simpleindex/
H A Dsyntax.php48 $ns = preg_replace('/\/[^\/]*$/','',$ns);
51 search($result,$conf['datadir'],'search_index',array('ns' => $ns));
/plugin/docimporter/
H A D.action.php.swp16 …� $nameSpace = "wiki";� if (!$nameSpace) {� $nameSpace = $_POST["ns"];� $pageName =…
/plugin/git/
H A Dhelper.php69 search($data,$conf['datadir'],'git_callback_search_wanted',array('ns' => $ns));

1...<<11121314151617181920>>...22