Home
last modified time | relevance | path

Searched refs:resource (Results 351 – 375 of 428) sorted by path

1...<<1112131415161718

/plugin/findologicxmlexport/vendor/sebastian/resource-operations/
H A DREADME.md7 …oject dependency to your project, simply add a dependency on `sebastian/resource-operations` to yo…
12 "sebastian/resource-operations": "~1.0"
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst152 Loaders are responsible for loading templates from a resource such as the file
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Din.test53 {{ resource ? 'TRUE' : 'FALSE' }}
54 {{ resource in 'foo'~resource ? 'TRUE' : 'FALSE' }}
59 {{ ''~resource in resource ? 'TRUE' : 'FALSE' }}
64 {{ resource in [''~resource] ? 'TRUE' : 'FALSE' }}
65 {{ resource in [resource + 1 - 1] ? 'TRUE' : 'FALSE' }}
77 …' => new \SplFileInfo(dirname(__FILE__)), 'object' => new \stdClass(), 'resource' => opendir(dirna…
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md103 `resource($value, $type = null, $message = '')` | Check that a value is a resource
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php285 public static function resource($value, $type = null, $message = '') function in Webmozart\\Assert\\Assert
/plugin/git/lib/
H A DGit.php200 $resource = proc_open($this->git_path, $descriptorspec, $pipes);
208 $status = trim(proc_close($resource));
228 $resource = proc_open($command, $descriptorspec, $pipes, $this->repo_path);
236 $status = trim(proc_close($resource));
/plugin/gitbacked/lib/
H A DGit.php277 $resource = proc_open(Git::get_bin(), $descriptorspec, $pipes);
285 $status = trim(proc_close($resource));
325 $resource = proc_open($command, $descriptorspec, $pipes, $cwd, $env);
333 $status = trim(proc_close($resource));
/plugin/indexmenu2/cms/modifiers/
H A Dajaxum.js14 …s.ajaxumTarget]){el.innerHTML="";showmsg('ajaxum_error',mo.ajaxum.error.resource);}return}el.inner…
/plugin/issuetracker/
H A DREADME142 assigned resource. Both (user/assignee) will be informed about issue updates by
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md330 $resource = new TwigResource($twigLoader, $template);
331 $am->addResource($resource, 'twig');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DConfigCache.php36 * @param string $resource A cache key
40 public function has($resource) argument
48 * @param string $resource A cache key
51 public function set($resource, $value) argument
71 * @param string $resource A cache key
75 public function get($resource) argument
89 * @param string $resource A cache key
93 public function getTimestamp($resource) argument
113 * @param string $resource A cache key
117 private function getSourcePath($resource) argument
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php34 public function load(ResourceInterface $resource) argument
37 … $tokens = $this->twig->tokenize(new \Twig_Source($resource->getContent(), (string) $resource));
41 …$this->logger->error(sprintf('The template "%s" contains an error: %s', $resource, $e->getMessage(…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php68 * @param ResourceInterface $resource A resource
71 public function addResource(ResourceInterface $resource, $loader) argument
73 $this->resources[$loader][] = $resource;
159 foreach ($resources as $resource) {
160 … $this->formulae = array_replace($this->formulae, $this->loaders[$loader]->load($resource));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DBasePhpFormulaLoader.php46 public function load(ResourceInterface $resource) argument
56 $tokens = token_get_all($resource->getContent());
H A DCachedFormulaLoader.php56 foreach ($resources as $resource) {
57 $id = (string) $resource;
58 …if (!$this->configCache->has($id) || ($this->debug && !$resource->isFresh($this->configCache->getT…
59 $formulae += $this->loader->load($resource);
H A DFormulaLoaderInterface.php29 * @param ResourceInterface $resource A resource
33 public function load(ResourceInterface $resource); argument
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DDirectoryResource.php46 foreach ($this as $resource) {
47 if (!$resource->isFresh($timestamp)) {
61 foreach ($this as $resource) {
62 $content[] = $resource->getContent();
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.js8resource=this[name],loading=this.loading[name];this.loading[name]=null;if(!resource){alert("Resour…
H A Djquery.syntax.min.js8resource=this[name],loading=this.loading[name];this.loading[name]=null;if(!resource){alert("Resour…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md569 If you're referring to a local resource on the same server, you can
614 [id]: http://example.com/longish/path/to/resource/here
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1resource.\n this._webWorker.terminate();\n this._webWorker = null;\n }\n p…
H A Dpdf.worker.js.map1resource is being parsed,\n // wait for the image to be both decoded *and* sent to simplify…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js14778 var resource = new L10nResourceLink(langLinks[i]);
14779 resource.load(lang, onResourceLoaded);
H A Dviewer.js.map1resource","locales2rules","list","start","pluralRules","isBetween","getPluralRules","rv","substInd…

1...<<1112131415161718