Home
last modified time | relevance | path

Searched refs:imports (Results 1 – 25 of 55) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DTargetConfiguration.php45 public function setImports($imports) argument
47 $this->imports = $imports;
54 return $this->imports;
H A DManifest.php105 public function setImports($imports) argument
107 $this->imports = $imports;
114 return $this->imports;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DCssUtils.php127 $imports = array();
128 static::filterImports($content, function ($matches) use (&$imports) {
129 $imports[] = $matches['url'];
132 return array_unique(array_filter($imports));
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php88 private $imports = array(); variable in Doctrine\\Common\\Annotations\\DocParser
297 if ($this->imports) {
307 * @param array $imports
313 public function setImports(array $imports) argument
319 $this->imports = $imports;
714 } elseif (isset($this->imports[$loweredAlias])) {
718 : $this->imports[$loweredAlias];
720 && isset($this->imports['__NAMESPACE__'])
949 case isset($this->imports[$loweredAlias]):
953 : $this->imports[$loweredAlias];
[all …]
H A DAnnotationReader.php162 private $imports = array(); variable in Doctrine\\Common\\Annotations\\AnnotationReader
334 if (isset($this->imports[$name])) {
335 return $this->imports[$name];
340 return $this->imports[$name];
417 $this->imports[$name] = array_merge(
/plugin/epub/scripts/
H A Dcss2.php141 $imports = "";
145 $imports .= $match[0];
149 return $imports.$newCss;
/plugin/mdpage/vendor/cebe/markdown/
H A D.scrutinizer.yml1 imports:
/plugin/topbarsyntax/
H A Dcsshover3.htc66 // check sheet imports and parse those recursively
67 if(sheet.imports) {
69 var imports = sheet.imports, l = imports.length;
71 this.parseStylesheet(sheet.imports[i]);
76 // on an import stops following imports from being processed.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-tests7 source $script_path/functions/imports.sh
H A Drun-repository.sh9 source $script_path/functions/imports.sh
H A Drun-elasticsearch.sh15 # - Refactored into functions and imports
22 source $script_path/functions/imports.sh
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfrom.rst4 The ``from`` tag imports :doc:`macro<../tags/macro>` names into the current
H A Duse.rst46 In this example, the ``use`` statement imports the ``sidebar`` block into the
60 The ``use`` tag only imports a template if it does not extend another
H A Dmacro.rst61 The above ``import`` call imports the "forms.html" file (which can contain only
/plugin/mantis/lib/
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) {
H A Dchangelog83 > Changes for the multiple/nested imports from the wsdl file. This builds an
143 - xmlschema: Track imports
147 - wsdl: Support chained imports (A imports B which imports C)
158 - wsdl: post-process after all imports
216 - wsdl: do schema imports even if there are no wsdl imports
425 - wsdl: for WSDL and XML Schema imports, don't forget to use the TCP port number (thanks Luca GIOPP…
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.soap_server.php1056 …$this->wsdl->schemas[$schemaTargetNamespace][0]->imports['http://schemas.xmlsoap.org/soap/encoding…
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md45 * Fixed the detection of protocol-relative CSS imports
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG20 Fixed excessive expansion of @strings in bibtex imports.
/plugin/animation/styles/
H A Dscianimator.css9 /* Comment out @imports for themes not in use */
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md75 in which namespace the given expression occurs and which namespace aliases (or imports) apply.
92 …lver in which namespace the given expression occurs and which namespace aliases (or imports) apply.
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md104 A simple example, that imports a single page and places this onto a new created page:
/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/odt/
H A DChangeLog.txt117 … + A function which directly imports a CSS style (similar to HTML code like 'style="color:red;"')

123