Home
last modified time | relevance | path

Searched refs:env (Results 76 – 100 of 434) sorted by relevance

12345678910>>...18

/plugin/findologicxmlexport/vendor/jms/serializer/
H A D.travis.yml12 env:
21 env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
23 env: TARGET=docs
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php41 protected $env = []; variable in PHPUnit_Util_PHP
127 * @param array $env
129 public function setEnv(array $env) argument
131 $this->env = $env;
141 return $this->env;
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1env.gecko&&this.type=="select"&&!p){this.getInputElement().$.selectedIndex=-1}}}}function f(m){var…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/setup/
H A Denvironment.js14 var env = QUnit.config.current.testEnvironment;
21 env.ajaxSettings = settings;
26 env.syncArgs = {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php27 protected $env; variable in Twig\\Compiler
34 public function __construct(Environment $env) argument
36 $this->env = $env;
56 return $this->env;
H A DExpressionParser.php52 private $env; variable in Twig\\ExpressionParser
54 public function __construct(Parser $parser, $env = null) argument
58 if ($env instanceof Environment) {
59 $this->env = $env;
60 $this->unaryOperators = $env->getUnaryOperators();
61 $this->binaryOperators = $env->getBinaryOperators();
65 $this->env = $parser->getEnvironment();
641 if ($test = $this->env->getTest($name)) {
649 if ($test = $this->env->getTest($name)) {
688 if (false === $function = $this->env->getFunction($name)) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DNodeVisitorInterface.php28 public function enterNode(\Twig_NodeInterface $node, Environment $env); argument
35 public function leaveNode(\Twig_NodeInterface $node, Environment $env); argument
H A DSafeAnalysisNodeVisitor.php77 protected function doEnterNode(Node $node, Environment $env) argument
82 protected function doLeaveNode(Node $node, Environment $env) argument
101 if (false !== $filter = $env->getFilter($name)) {
114 $function = $env->getFunction($name);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DContainer.php105 public function setEnv($env) argument
107 $this->env = $env;
114 return $this->env;
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DStringLoaderExtension.php49 function twig_template_from_string(Environment $env, $template) argument
51 return $env->createTemplate((string) $template);
H A DDebugExtension.php51 function twig_var_dump(Environment $env, $context, array $vars = []) argument
53 if (!$env->isDebug()) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A D.travis.yml9 env:
12 env:
37 env:
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1 …d.title,minWidth:CKEDITOR.env.ie&&CKEDITOR.env.quirks?450:410,minHeight:CKEDITOR.env.ie&&(CKEDITOR…
/plugin/publish/
H A D.travis.yml8 env:
14 env: DOKUWIKI=master
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php144 $env = $this->parseEnvSection($sections['ENV']);
145 $this->phpUtil->setEnv($env);
418 $env = [];
424 $env[$e[0]] = $e[1];
428 return $env;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php39 $env = new Environment();
40 $stream = $env->tokenize('{{ foo }}', 'foo');
51 $env = new Environment($loader);
52 $this->assertContains('getTemplateName', $env->compileSource('{{ foo }}', 'foo'));
62 $env = new Environment();
63 $env->render('test');
647 public function enterNode(Twig_NodeInterface $node, Environment $env) argument
652 public function leaveNode(Twig_NodeInterface $node, Environment $env) argument
665 public function initRuntime(Environment $env) argument
672 public function initRuntime(Environment $env) argument
/plugin/diagramsnet/lib/math/jax/input/TeX/
H A Djax.js19env=n}this.env=this.data[0].env},Push:function(){var o,n,p,q;for(o=0,n=arguments.length;o<n;o++){p…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DNameTest.php30 …$env = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['strict_…
42 [$node, "// line 1\n".$output, $env],
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dcolor.js19env.color=e;this.Push(f)},TextColor:function(h){var g=this.GetBrackets(h),f=this.GetArgument(h);f=…
/plugin/ckgedit/ckeditor/plugins/about/dialogs/
H A Dabout.js8 …var b = CKEDITOR.getUrl(CKEDITOR.plugins.get("about").path + "dialogs/" + (CKEDITOR.env.hidpi ? "h…
22 b + ");" + (CKEDITOR.env.hidpi ? "background-size:194px 58px;" : "") +
/plugin/findologicxmlexport/vendor/twig/extensions/
H A D.travis.yml10 env:
30 env: DEPS=low
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1env.ie?" onload=\"this.setAttribute('width', 2); this.removeAttribute('width');\" ":""),'><span id…
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1env.ie?" onload=\"this.setAttribute('width', 2); this.removeAttribute('width');\" ":""),'><span id…
/plugin/ckgdoku/ckeditor/plugins/about/dialogs/
H A Dabout.js.4.35 …ns.get("about").path+"dialogs/"+(CKEDITOR.env.hidpi?"hidpi/":"")+"logo_ckeditor.png";return{title:…
6 b+");"+(CKEDITOR.env.hidpi?"background-size:163px 58px;":"")+'background-position:center; backgroun…
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A D.travis.yml5 env:
18 env: COMPOSER_FLAGS="--prefer-lowest"

12345678910>>...18