Home
last modified time | relevance | path

Searched refs:tns (Results 1 – 10 of 10) sorted by relevance

/plugin/autotranslation/
H A Dhelper.php75 foreach( array_reverse($lang) as $tns )
78 if ( in_array($tns, $this->translations) )
81 $tns = implode(":", $lang) . ':';
82 if($tns == ':' ) { $tns = ''; }
83 return $tns;
93 foreach ( $tnsA as $tns ) {
94 $tns = cleanID(trim($tns));
95 if($tns && substr($tns, -1) != ':') { $tns .= ':'; }
96 if($tns && strpos($ID,$tns) === false) continue;
97 if($tns == ':' ) { $tns = ''; }
[all …]
/plugin/translation3/
H A Dhelper.php14 var $tns = ''; variable in helper_plugin_translation
44 $this->tns = cleanID($this->getConf('translationns'));
45 if($this->tns) $this->tns .= ':';
52 $rx = '/^'.$this->tns.'('.join('|',$this->trans).'):/';
80 $link = ':'.$this->tns.$lng.':'.$idpart;
83 $link = ':'.$this->tns.$idpart;
101 if($this->tns && strpos($id,$this->tns) !== 0) return false;
120 $rx = '/^'.$this->tns.'(('.join('|',$this->trans).'):)?/';
187 $rx = '/^'.$this->tns.'(('.join('|',$this->trans).'):)?/';
391 $rx = '/^'.$this->tns.'(('.join('|',$this->trans).'):)?/';
/plugin/html2pdf/multilingual/
H A Dsyntax.php85 if($this->hlp->tns && strpos($ID,$this->hlp->tns) !== 0) return;
91 $rx = '/^'.$this->hlp->tns.'(('.join('|',$this->hlp->trans).'):)?/';
/plugin/multilingual/
H A Dsyntax.php85 if($this->hlp->tns && strpos($ID,$this->hlp->tns) !== 0) return;
91 $rx = '/^'.$this->hlp->tns.'(('.join('|',$this->hlp->trans).'):)?/';
/plugin/pagemove/
H A Dadmin.php552 $tns = getNS($lid);
557 if ( $tns == $opts['newns'] ) {
561 elseif ( preg_match('#^'.$opts['newns'].':(.*:)$#', $tns, $matches) ) {
565 elseif ( $tns == "" ) {
578 $tns = getNS($lid);
582 if ( $tns == $opts['newns'] ) {
586 elseif ( preg_match('#^'.$opts['newns'].':(.*:)$#', $tns, $matches) ) {
590 elseif ( $tns == "" ) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js592 element.tns.process(element, data, false);
638 left.tns.process(left, l_data, false);
641 right.tns.process(right, r_data, false);
2699 this.tns = new TNS(config);
2739 this.tns.decode(stream, this.info);
/plugin/mantis/lib/
H A Dclass.soap_server.php992 * @param mixed $namespace optional 'tns' service namespace or false
H A Dclass.wsdl.php1840 $in = array('parameters' => 'tns:' . $name . '^');
1848 $out = array('parameters' => 'tns:' . $name . 'Response' . '^');
H A Dnusoap.php4430 * @param mixed $namespace optional 'tns' service namespace or false
6371 $in = array('parameters' => 'tns:' . $name . '^');
6379 $out = array('parameters' => 'tns:' . $name . 'Response' . '^');
/plugin/googlesearch/
H A Dnusoap.php3992 * @param mixed $namespace optional 'tns' service namespace or false
4699 if ((! $ns) && isset($this->namespaces['tns'])) {
4700 $ns = $this->namespaces['tns'];
5725 $in = array('parameters' => 'tns:' . $name);
5733 $out = array('parameters' => 'tns:' . $name . 'Response');