Home
last modified time | relevance | path

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

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
DTargetConfiguration.php45 public function setImports($imports) argument
47 $this->imports = $imports;
54 return $this->imports;
DManifest.php105 public function setImports($imports) argument
107 $this->imports = $imports;
114 return $this->imports;
/plugin/asciidocjs/node_modules/lodash/
Dtemplate.js159 var settings = templateSettings.imports._.templateSettings || templateSettings;
167 var imports = assignInWith({}, options.imports, settings.imports, customDefaultsAssignIn),
168 importsKeys = keys(imports),
169 importsValues = baseValues(imports, importsKeys);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
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/
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])) {
717 ? $this->imports[$loweredAlias] . substr($name, $pos)
718 : $this->imports[$loweredAlias];
720 && isset($this->imports['__NAMESPACE__'])
721 && $this->classExists($this->imports['__NAMESPACE__'] . '\\' . $name)
[all …]
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/
Dcss2.php141 $imports = "";
145 $imports .= $match[0];
149 return $imports.$newCss;
/plugin/asciidocjs/node_modules/clean-css/lib/reader/
Dread-sources.js69 function addStringSource(input, imports) { argument
70 imports.push(restoreAsImport(normalizeUri(input)));
71 return imports;
74 function addHashSource(input, context, imports) { argument
83 imports.push(restoreAsImport(normalizedUri));
92 return imports;
/plugin/topbarsyntax/
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/
Drun-tests7 source $script_path/functions/imports.sh
Drun-repository.sh9 source $script_path/functions/imports.sh
Drun-elasticsearch.sh22 source $script_path/functions/imports.sh
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dfrom.rst4 The ``from`` tag imports :doc:`macro<../tags/macro>` names into the current
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
Dmacro.rst61 The above ``import`` call imports the "forms.html" file (which can contain only
/plugin/mantis/lib/
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) {
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…
/plugin/jplayer/vendor/kriswallsmith/assetic/
DCHANGELOG-1.2.md45 * Fixed the detection of protocol-relative CSS imports
/plugin/structtemplating/
DREADME.md37 By default the plugin installs a `style.less` stylesheet that imports
/plugin/animation/styles/
Dscianimator.css9 /* Comment out @imports for themes not in use */
/plugin/bibtex/OSBib/format/bibtexParse/
DCHANGELOG20 Fixed excessive expansion of @strings in bibtex imports.
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
Dlessc.inc.php320 $imports = array();
342 $imports = array_merge($imports, $stack);
356 return array(array_merge($vars, $imports, $vars), $other);
358 return array_merge($vars, $imports, $vars, $other);
794 if (!isset($this->env->imports)) {
795 $this->env->imports = array();
800 $this->env->imports[$importId] = $result === false ?
807 $import = $this->env->imports[$importId];
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
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/
DREADME.md104 A simple example, that imports a single page and places this onto a new created page:
/plugin/asciidocjs/node_modules/yargs/
DREADME.md146 As of `v16`,`yargs` supports ESM imports:

123