Home
last modified time | relevance | path

Searched refs:prefix (Results 401 – 425 of 458) sorted by last modified time

1...<<111213141516171819

/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.utils.inc.php237 $prefix = $matches[1];
241 $prefix = $matches[1];
310 return $prefix.$tagname.$str.$suffix;
H A Dxhtml.autoclose.inc.php35 $prefix = substr($html,0,$offset);
42 $html = $prefix . $suffix;
/plugin/mantis/lib/
H A Dclass.wsdl.php351 $prefix = substr($name, 0, strpos($name, ':'));
353 $namespace = isset($this->namespaces[$prefix]) ? $this->namespaces[$prefix] : '';
396 $this->bindings[$this->currentBinding]['prefix'] = $prefix;
H A Dchangelog16 - xmlschema: emit import statements and qualify all elements with prefix in serializeSchema (better…
269 - soapclient: do not assume that 'ns1' is an unused namespace prefix; always generate namespace pre…
408 - wsdl: when serializing, look up types by namespace, not prefix (simple programmatic doc/lit WSDL …
H A Dclass.soap_transport_http.php614 $prefix = substr($data, 0, strlen($hd));
615 if ($prefix == $hd) return true;
H A Dnusoap.php819 * @param string $prefix The prefix
825 return $this->namespaces[$prefix];
1263 $prefix = '';
1553 $prefix = '';
2722 if ($prefix == $hd) return true;
4865 $namespace = isset($this->namespaces[$prefix]) ? $this->namespaces[$prefix] : '';
6717 if(isset($prefix)){
6725 $this->responseHeaders .= "<" . (isset($prefix) ? $prefix . ':' : '') . "$name$attstr>";
6728 $this->document .= "<" . (isset($prefix) ? $prefix . ':' : '') . "$name$attstr>";
6816 $this->responseHeaders .= "</" . (isset($prefix) ? $prefix . ':' : '') . "$name>";
[all …]
H A Dclass.nusoap_base.php772 $prefix = substr($qname,0,strpos($qname,':'));
773 if(isset($this->namespaces[$prefix])){
774 return $this->namespaces[$prefix].':'.$name;
819 * @param string $prefix The prefix
823 function getNamespaceFromPrefix($prefix){ argument
824 if (isset($this->namespaces[$prefix])) {
825 return $this->namespaces[$prefix];
H A Dclass.soap_parser.php175 $prefix = substr($name,0,strpos($name,':'));
285 if(isset($prefix)){
286 $this->message[$pos]['namespace'] = $this->namespaces[$prefix];
287 $this->default_namespace = $this->namespaces[$prefix];
293 $this->responseHeaders .= "<" . (isset($prefix) ? $prefix . ':' : '') . "$name$attstr>";
296 $this->document .= "<" . (isset($prefix) ? $prefix . ':' : '') . "$name$attstr>";
314 $prefix = substr($name,0,strpos($name,':'));
384 $this->responseHeaders .= "</" . (isset($prefix) ? $prefix . ':' : '') . "$name>";
387 $this->document .= "</" . (isset($prefix) ? $prefix . ':' : '') . "$name>";
H A Dclass.xmlschema.php191 if($prefix = $this->getPrefix($name)){
195 $prefix = '';
279 $prefix = $this->getPrefix($aname);
429 $this->schemaInfo['schemaVersion'] = $this->getNamespaceFromPrefix($prefix);
481 if ($prefix = $this->getPrefix($name)){
485 $prefix = '';
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js126 var prefix = "", _addEventListener, onwheel, support;
133 prefix = "on";
151 …elem[ _addEventListener ]( prefix + eventName, support == "wheel" ? callback : function( originalE…
/plugin/txt2tags/
H A Dtxt2tags.class.php316 $prefix = implode(".", array_slice($tocnbs, 1, $level));
317 $prefix = preg_replace('/^(0\\.)+/', '', $prefix);
318 $txt = "$prefix. $txt";
/plugin/geonav/tpl/startermap/
H A Dstyle.ini48 ; (with surrounding underscores removed, and the prefix @ini_ added)
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureFrame.java228 String prefix = getDatePrefix(); in capture() local
236 …tureFrame.this, "Upload as", applet.getParameter("pageName")+"-capture-"+prefix+"-" + nextCounter(… in capture()
/plugin/dokutexit/
H A Dconfig.php178 $this->prefix = '';
182 $this->prefix = $this->conf['pre_prefix'].":";
184 $this->prefix .= $this->ns;
186 $this->prefix = str_replace(':', $this->conf['prefix_separator'], $this->prefix);
187 $this->prefix .= $this->conf['prefix_separator'];
251 return $this->mediadir.'/'.$this->prefix.$this->get_common_basename().".pdf";
255 return $this->ns.':'.$this->prefix.$this->get_common_basename().".pdf";
H A Dtexitrender.php316 function buildfilelink($ext, $prefix = '') { argument
317 $ret['id'] = $prefix . $this->_pageid . '.' . $ext;
H A DREADME.md100 Optionnaly, a prefix may be prepended to PDF filename. It is `$prefix,namespace,subnamespace,` (see…
/plugin/aceeditor/
H A DNEWS60 * Table shortcuts now use prefix Ctrl-Space instead of Alt
/plugin/flowplayer/player/
H A DREADME.txt163 - Now recognizes following kind of urls as audio clips: 'mp3:audiostreamname' (ulrs with mp3 prefix
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php2049 * @param string $prefix The extension namespace from which to
H A DMessage.php461 list($prefix, $rest) = $parts;
463 $prefix = null;
466 if ($prefix != 'openid') {
/plugin/fedauth/Auth/Yadis/
H A DXML.php39 foreach ($namespace_map as $prefix => $uri) {
40 if (!$this->registerNamespace($prefix, $uri)) {
52 * @param string $prefix The namespace prefix to appear in XML tag
61 function registerNamespace($prefix, $uri) argument
160 function registerNamespace($prefix, $uri) argument
162 return xpath_register_ns($this->xpath, $prefix, $uri);
250 function registerNamespace($prefix, $uri) argument
252 return $this->xpath->registerNamespace($prefix, $uri);
/plugin/fedauth/Auth/
H A DOpenID.php229 static function addPrefix($values, $prefix) argument
233 $new_values[] = $prefix . $s;

1...<<111213141516171819