Home
last modified time | relevance | path

Searched refs:imports (Results 51 – 55 of 55) sorted by last modified time

123

/plugin/mantis/lib/
H A Dnusoap.php1105 var $imports = array(); variable in nusoap_xmlschema
1473 …$this->imports[$attrs['namespace']][] = array('location' => $attrs['schemaLocation'], 'loaded' => …
1476 … $this->imports[$attrs['namespace']][] = array('location' => '', 'loaded' => true);
1593 if (sizeof($this->imports) > 0) {
1594 foreach($this->imports as $ns => $list) {
4494 …$this->wsdl->schemas[$schemaTargetNamespace][0]->imports['http://schemas.xmlsoap.org/soap/encoding…
4621 foreach ($xs->imports as $ns2 => $list2) {
4624 $this->schemas[$ns]->imports[$ns2][$ii]['loaded'] = true;
H A Dclass.xmlschema.php37 var $imports = array(); variable in nusoap_xmlschema
405 …$this->imports[$attrs['namespace']][] = array('location' => $attrs['schemaLocation'], 'loaded' => …
408 … $this->imports[$attrs['namespace']][] = array('location' => '', 'loaded' => true);
525 if (sizeof($this->imports) > 0) {
526 foreach($this->imports as $ns => $list) {
/plugin/animation/styles/
H A Dscianimator.css9 /* Comment out @imports for themes not in use */
/plugin/googlesearch/
H A Dnusoap.php1024 var $imports = array(); variable in XMLSchema
1376 …$this->imports[$attrs['namespace']][] = array('location' => $attrs['schemaLocation'], 'loaded' => …
1379 … $this->imports[$attrs['namespace']][] = array('location' => '', 'loaded' => true);
1495 if (sizeof($this->imports) > 0) {
1496 foreach($this->imports as $ns => $list) {
4048 …$this->wsdl->schemas[$schemaTargetNamespace][0]->imports['http://schemas.xmlsoap.org/soap/encoding…
4148 foreach ($xs->imports as $ns2 => $list2) {
4151 $this->schemas[$ns]->imports[$ns2][$ii]['loaded'] = true;
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG20 Fixed excessive expansion of @strings in bibtex imports.

123