/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/ |
D | TargetConfiguration.php | 45 public function setImports($imports) argument 47 $this->imports = $imports; 54 return $this->imports;
|
D | Manifest.php | 105 public function setImports($imports) argument 107 $this->imports = $imports; 114 return $this->imports;
|
/plugin/asciidocjs/node_modules/lodash/ |
D | template.js | 159 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/ |
D | CssUtils.php | 127 $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/ |
D | DocParser.php | 88 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 …]
|
D | AnnotationReader.php | 162 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/ |
D | css2.php | 141 $imports = ""; 145 $imports .= $match[0]; 149 return $imports.$newCss;
|
/plugin/asciidocjs/node_modules/clean-css/lib/reader/ |
D | read-sources.js | 69 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/ |
D | csshover3.htc | 66 // 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/ |
D | run-tests | 7 source $script_path/functions/imports.sh
|
D | run-repository.sh | 9 source $script_path/functions/imports.sh
|
D | run-elasticsearch.sh | 22 source $script_path/functions/imports.sh
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
D | from.rst | 4 The ``from`` tag imports :doc:`macro<../tags/macro>` names into the current
|
D | use.rst | 46 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
|
D | macro.rst | 61 The above ``import`` call imports the "forms.html" file (which can contain only
|
/plugin/mantis/lib/ |
D | class.xmlschema.php | 37 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) {
|
D | changelog | 83 > 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/ |
D | CHANGELOG-1.2.md | 45 * Fixed the detection of protocol-relative CSS imports
|
/plugin/structtemplating/ |
D | README.md | 37 By default the plugin installs a `style.less` stylesheet that imports
|
/plugin/animation/styles/ |
D | scianimator.css | 9 /* Comment out @imports for themes not in use */
|
/plugin/bibtex/OSBib/format/bibtexParse/ |
D | CHANGELOG | 20 Fixed excessive expansion of @strings in bibtex imports.
|
/plugin/mikioplugin/inc/stemmechanics/lesserphp/ |
D | lessc.inc.php | 320 $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/ |
D | README.md | 75 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/ |
D | README.md | 104 A simple example, that imports a single page and places this onto a new created page:
|
/plugin/asciidocjs/node_modules/yargs/ |
D | README.md | 146 As of `v16`,`yargs` supports ESM imports:
|