Home
last modified time | relevance | path

Searched refs:namespaces (Results 176 – 200 of 228) sorted by last modified time

12345678910

/plugin/authyubikey/
H A Dauth.php.org296 * Only valid pageid's (no namespaces) for usernames
307 * Only valid pageid's (no namespaces) for groupnames
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md777 * New: VObject library now uses PHP 5.3 namespaces.
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md179 * #13: Better support for xml with no namespaces. (@kalmas)
/plugin/editions/
H A DREADME17 b. needs sub namespaces for each edition
/plugin/fancysearch/
H A Daction.php30 function tpl_searchform($namespaces) { argument
38 foreach ($namespaces as $ns => $class){
45 foreach ($namespaces as $ns => $class) {
H A Dplugin.info.txt6 desc Provides a dropdown list for common namespaces enhancing the search input.
/plugin/dirpictures/
H A DREADME.md2 Show namespaces with small pictures
/plugin/dontfeedtemplates/
H A DREADME.md6 enough to have templates hidden when listing namespaces. If you use the plugin
22 templates (current namespace, or current and below namespaces).
/plugin/crosspost/
H A DREADME.md1 This DokuWiki plugin allow crosspost article to multiple namespaces.
H A Dplugin.info.txt3 desc Crosspost article to multiple namespaces
H A Daction.php184 $namespaces = array();
185 search( $namespaces, $conf['datadir'], 'search_namespaces', array() );
217 foreach( $namespaces as $ns )
/plugin/latexit/
H A Drenderer.php1135 $namespaces = explode(':', $src);
1137 for ($i = 1; $i < count($namespaces); $i++) {
1141 $path .= $namespaces[$i];
/plugin/redirect2/lang/en/
H A Dintro.txt4 … and destination ID must be absolute and cleaned (no specialchars, all lowercase, full namespaces).
/plugin/mantis/lib/
H A Dclass.soap_server.php1045 $this->wsdl->namespaces['tns'] = $namespace;
1046 $this->wsdl->namespaces['soap'] = 'http://schemas.xmlsoap.org/wsdl/soap/';
1049 $this->wsdl->namespaces['types'] = $schemaTargetNamespace;
1051 …->wsdl->schemas[$schemaTargetNamespace][0] = new nusoap_xmlschema('', '', $this->wsdl->namespaces);
H A Dclass.wsdl.php328 $this->namespaces['ns' . (count($this->namespaces) + 1)] = $v;
353 $namespace = isset($this->namespaces[$prefix]) ? $this->namespaces[$prefix] : '';
459 $this->namespaces['ns'.(count($this->namespaces)+1)] = $attrs['namespace'];
688 if ((! $ns) && isset($this->namespaces['tns'])) {
689 $ns = $this->namespaces['tns'];
879 foreach($this->namespaces as $k => $v) {
883 if (isset($this->namespaces['wsdl'])) {
886 if (isset($this->namespaces['tns'])) {
1780 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
1798 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
[all …]
H A Dchangelog157 - soap_server: pass namespaces to xmlschema constructor
160 - xmlschema: allow enclosing namespaces to be specified in constructor
413 - nusoap_base: remove http://soapinterop.org/xsd (si) from namespaces array
448 - xmlschema: change formatting of namespaces when serializing XML for the schema
H A Dnusoap.php1131 $this->namespaces = array_merge($this->namespaces, $namespaces);
1279 $this->namespaces['ns'.(count($this->namespaces)+1)] = $v;
1478 $this->namespaces['ns'.(count($this->namespaces)+1)] = $attrs['namespace'];
4840 $this->namespaces['ns' . (count($this->namespaces) + 1)] = $v;
4865 $namespace = isset($this->namespaces[$prefix]) ? $this->namespaces[$prefix] : '';
4971 $this->namespaces['ns'.(count($this->namespaces)+1)] = $attrs['namespace'];
5201 $ns = $this->namespaces['tns'];
6311 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
6329 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
6341 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
[all …]
H A Dclass.nusoap_base.php596 if ($tt_ns != '' && $tt_ns == $this->namespaces['xsd']){
674 …function serializeEnvelope($body,$headers=false,$namespaces=array(),$style='rpc',$use='encoded',$e… argument
773 if(isset($this->namespaces[$prefix])){
774 return $this->namespaces[$prefix].':'.$name;
824 if (isset($this->namespaces[$prefix])) {
825 return $this->namespaces[$prefix];
840 foreach ($this->namespaces as $p => $n) {
H A Dclass.soap_fault.php64 foreach($this->namespaces as $k => $v){
H A Dclass.soap_parser.php30 var $namespaces = array(); variable in nusoap_parser
212 $this->namespaces['xsd'] = $this->XMLSchemaVersion;
213 $this->namespaces['xsi'] = $this->XMLSchemaVersion.'-instance';
215 $this->namespaces[$key_localpart] = $value;
229 if(isset($this->namespaces[$value_prefix])){
230 $this->message[$pos]['type_namespace'] = $this->namespaces[$value_prefix];
250 if (isset($this->namespaces[$regs[1]])) {
251 $this->message[$pos]['arrayTypeNamespace'] = $this->namespaces[$regs[1]];
286 $this->message[$pos]['namespace'] = $this->namespaces[$prefix];
287 $this->default_namespace = $this->namespaces[$prefix];
H A Dclass.xmlschema.php51 * @param string $namespaces namespaces defined in enclosing XML
54 function nusoap_xmlschema($schema='',$xml='',$namespaces=array()){ argument
62 $this->enclosingNamespaces = $namespaces;
63 $this->namespaces = array_merge($this->namespaces, $namespaces);
207 $this->namespaces[$ns_prefix] = $v;
211 $this->namespaces['ns'.(count($this->namespaces)+1)] = $v;
216 $this->namespaces['xsi'] = $v.'-instance';
410 $this->namespaces['ns'.(count($this->namespaces)+1)] = $attrs['namespace'];
/plugin/advrack/
H A Draphael.js8027 !doc.namespaces.rvml && doc.namespaces.add("rvml", "urn:schemas-microsoft-com:vml");
/plugin/autostartpage/
H A DREADME.md4 Automatically create start pages for new namespaces. Handy if you
/plugin/hipchat/
H A DREADME.md22 …parated list of first-level namespaces to limit notifications to only those namespaces (without th…
H A Daction.php47 $namespaces = explode(',', $ns);
49 if (!in_array($current_namespace[0], $namespaces)) {

12345678910