Home
last modified time | relevance | path

Searched refs:imports (Results 26 – 50 of 55) sorted by path

123

/plugin/epub/scripts/
H A Dcss2.php141 $imports = "";
145 $imports .= $match[0];
149 return $imports.$newCss;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
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(
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 …]
/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/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG883 * fixed child templates (with an extend tag) that uses one or more imports
/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 Dmacro.rst61 The above ``import`` call imports the "forms.html" file (which can contain only
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
/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/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md45 * Fixed the detection of protocol-relative CSS 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/mantis/lib/
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 Dclass.soap_server.php1056 …$this->wsdl->schemas[$schemaTargetNamespace][0]->imports['http://schemas.xmlsoap.org/soap/encoding…
H A Dclass.wsdl.php109 foreach ($xs->imports as $ns2 => $list2) {
112 $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) {
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;
/plugin/mdpage/vendor/cebe/markdown/
H A D.scrutinizer.yml1 imports:
/plugin/odt/
H A DChangeLog.txt117 … + A function which directly imports a CSS style (similar to HTML code like 'style="color:red;"')
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …edModules;\n/******/\n/******/ // identity function for calling harmony imports with the correct …
H A Dpdf.worker.js.map1 …edModules;\n/******/\n/******/ // identity function for calling harmony imports with the correct …
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1imports linked resources (synchronously) when specified;\n * - parses the text data (fills `gL1…
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js14782 var imports = assignInWith({}, options.imports, settings.imports, customDefaultsAssignIn),
14783 importsKeys = keys(imports),
14784 importsValues = baseValues(imports, importsKeys);
H A Dlodash.min.js79 …}}}();An.templateSettings={escape:J,evaluate:Y,interpolate:Q,variable:"",imports:{_:An}},An.protot… class in An.templateSettings
122 …plateSettings;r&&Oe(n,t,r)&&(t=T),n=Iu(n),t=bf({},t,e,ce),r=bf({},t.imports,e.imports,ce);var u,i,…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md394 * <a href="#_templatesettingsimports">`_.templateSettings.imports`</a>
403 * <a href="#_templatesettingsimports_">`_.templateSettings.imports._`</a>
9668 5. `[options.imports=_.templateSettings.imports]` *(Object)*: An object to import into the template…
9709 // Use the `imports` option to import `jQuery` as `jq`.
9711 var compiled = _.template(text, { 'imports': { 'jq': jQuery } });
11252 <h3 id="_templatesettingsimports"><code>_.templateSettings.imports</code></h3>
11291 <h3 id="_templatesettingsimports_"><code>_.templateSettings.imports._</code></h3>
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js14782 var imports = assignInWith({}, options.imports, settings.imports, customDefaultsAssignIn),
14783 importsKeys = keys(imports),
14784 importsValues = baseValues(imports, importsKeys);

123