Home
last modified time | relevance | path

Searched refs:vars (Results 26 – 50 of 91) sorted by relevance

1234

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DGlobAsset.php33 * @param array $vars
35 public function __construct($globs, $filters = array(), $root = null, array $vars = array()) argument
40 parent::__construct(array(), $filters, $root, $vars);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dwith_variables.test5 {{- include("foo.twig", vars) }}
9 return ['vars' => ['foo' => 'bar']]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dmultiline_tag_with_undefined_variable.test5 with vars
12 Twig\Error\RuntimeError: Variable "vars" does not exist in "index.twig" at line 3.
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php346 protected function createHttpAsset($sourceUrl, $vars) argument
348 return new HttpAsset($sourceUrl, array(), false, $vars);
351 protected function createGlobAsset($glob, $root = null, $vars) argument
353 return new GlobAsset($glob, array(), $root, $vars);
356 protected function createFileAsset($source, $root = null, $path = null, $vars) argument
358 return new FileAsset($source, array(), $root, $path, $vars);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
H A Dwith_no_hash.test4 {% with vars %}
8 return ['vars' => 'no-hash']
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionIterator.php28 private $vars; variable in Assetic\\Asset\\Iterator\\AssetCollectionIterator
36 $this->vars = $coll->getVars();
119 foreach ($this->vars as $var) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php423 $vars = [
436 <title>$vars[title] - sabre/dav $version</title>
437 <link rel="shortcut icon" href="$vars[favicon]" type="image/vnd.microsoft.icon" />
438 <link rel="stylesheet" href="$vars[style]" type="text/css" />
439 <link rel="stylesheet" href="$vars[iconstyle]" type="text/css" />
445 <a href="$vars[baseUrl]"><img src="$vars[logo]" alt="sabre/dav" /> $vars[title]</a>
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12vars.cache.themeKeys=J.vars.cache.themeKeys||Object.keys(b.instanceOptions.themes);var h=J.vars.ca…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php426 $vars = [
439 <title>$vars[title] - sabre/dav $version</title>
440 <link rel="shortcut icon" href="$vars[favicon]" type="image/vnd.microsoft.icon" />
441 <link rel="stylesheet" href="$vars[style]" type="text/css" />
442 <link rel="stylesheet" href="$vars[iconstyle]" type="text/css" />
448 <a href="$vars[baseUrl]"><img src="$vars[logo]" alt="sabre/dav" /> $vars[title]</a>
/plugin/aichat/
H A Dhelper.php332 * @param string[] $vars
335 protected function getPrompt($type, $vars = [])
338 $vars['language'] = $this->getLanguagePrompt();
341 foreach ($vars as $key => $val) {
177 getPrompt($type, $vars = []) global() argument
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php174 $vars = explode(",", $section);
176 $vars,
297 $vars, argument
306 foreach ($vars as $var) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/
H A DAssetWriter.php90 private function getCombinations(array $vars) argument
92 return VarUtils::getCombinations($vars, $this->values);
/plugin/siteexport/inc/
H A Dmpdf.php67 public function message($msg, $vars = null, $lvl = 1) argument
70 $this->debugObj->message($msg, $vars, $lvl);
/plugin/authgoogle/google/external/
H A DURITemplateParser.php78 $exp->vars = array();
86 $exp->vars[] = $var;
123 foreach ($exp->vars as $var) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dwith.rst30 {% set vars = { foo: 42 } %}
31 {% with vars %}
H A Dinclude.rst49 {% set vars = {'foo': 'bar'} %}
50 {% include 'template.html' with vars %}
/plugin/structpublish/helper/
H A Dnotify.php170 $vars = [
176 foreach ($vars as $var => $val) {
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php27 function PREVIEWSTYLE($vars) argument
29 $this->vars = $vars;
48 $templateNameArray = split("_", stripslashes($this->vars['templateName']), 2);
50 $templateString = stripslashes($this->vars['templateString']);
56 $style = unserialize(stripslashes($this->vars['style']));
/plugin/flashplayer/
H A Dreadme-en.txt35 <flashplayer width="width in pixels" height="height in pixels" position="0|1|2">flash vars</flashpl…
50 The flash vars tell the player, which file to play and which image to display
55 A detailed description of all possible flash vars can be found at
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1216.phpt2 GH-1216: PHPUnit bootstrap must take globals vars even when the file is specified in command line
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php419 $vars = ['hex'];
421 $vars[] = 'precision';
423 return $vars;
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php404 $vars = get_object_vars($var);
407 array_keys($vars),
408 array_values($vars));
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php119 function mb_convert_variables($to_encoding, $from_encoding, &...$vars) { return p\Mbstring::mb_convert_variables($to_encoding, $from_encoding, ...$vars); } argument
H A Dbootstrap80.php115 function mb_convert_variables(?string $to_encoding, array|string|null $from_encoding, mixed &$var, mixed &...$vars): string|false { return p\Mbstring::mb_convert_variables((string) $to_encoding, $from_encoding ?? '', $var, ...$vars); } argument
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js94 vars : { class in sh
442 return sh.vars.highlighters[getHighlighterId(id)];
462 sh.vars.highlighters[getHighlighterId(highlighter.id)] = highlighter;
647 var brushes = sh.vars.discoveredBrushes,
672 sh.vars.discoveredBrushes = brushes;

1234