Home
last modified time | relevance | path

Searched refs:globals (Results 1 – 25 of 68) sorted by relevance

123

/plugin/achart/assets/
Dapexcharts.min.js6globals.easing){switch(this.w.config.chart.animations.easing){case"linear":t="-";break;case"easein…
14globals.tooltip=new bt(this.ctx)}}]),t}(),Ht=function(){function t(i){e(this,t),this.ctx=i,this.w=…
/plugin/asciidocjs/node_modules/acorn-globals/
DREADME.md1 # acorn-globals
5 …g.shields.io/travis/ForbesLindesay/acorn-globals/master.svg)](https://travis-ci.org/ForbesLindesay…
6 …://img.shields.io/david/ForbesLindesay/acorn-globals.svg)](https://david-dm.org/ForbesLindesay/aco…
7 …NPM version](https://img.shields.io/npm/v/acorn-globals.svg)](https://www.npmjs.org/package/acorn-
11 npm install acorn-globals
19 var detect = require('acorn-globals');
Dindex.js31 var globals = [];
139 globals.push(node);
151 globals.push(node);
155 globals.forEach(function (node) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
DStagingExtension.php32 protected $globals = []; variable in Twig\\Extension\\StagingExtension
89 $this->globals[$name] = $value;
94 return $this->globals;
/plugin/sequencediagram/bower_components/lodash/
D.markdown-doctest-setup.js6 const globals = require('lodash-doc-globals'); constant
10 'globals': _.assign({ '_': _ }, globals) property
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dscope.js188 var globals = self.globals = new Dictionary();
229 … var def = scope.find_variable(name) || self.globals.get(name) || scope.def_variable(node);
246 var globals = this.globals, name = node.name;
247 if (globals.has(name)) {
248 return globals.get(name);
250 var g = new SymbolDef(this, globals.size(), node);
253 globals.set(name, g);
419 this.globals.each(function(symbol){
/plugin/asciidocjs/node_modules/nunjucks/src/
Dglobals.js34 function globals() { function
65 module.exports = globals;
Denvironment.js15 var globals = require('./globals'); variable
94 this.globals = globals();
153 this.globals[name] = value;
157 if (typeof this.globals[name] === 'undefined') {
160 return this.globals[name];
342 if (name in this.env.globals && !(name in this.ctx)) {
343 return this.env.globals[name];
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DEnvironmentTest.php101 $globals = $twig->getGlobals();
102 $this->assertEquals('bar', $globals['foo']);
110 $globals = $twig->getGlobals();
111 $this->assertEquals('bar', $globals['foo']);
119 $globals = $twig->getGlobals();
120 $this->assertEquals('bar', $globals['foo']);
130 $globals = $twig->getGlobals();
131 $this->assertEquals('bar', $globals['foo']);
/plugin/asciidocjs/node_modules/pug/lib/
Dindex.js180 globals: options.globals, property
249 globals: options.globals, property
297 globals: options.globals, property
/plugin/asciidocjs/node_modules/a-sync-waterfall/
Dindex.js2 (function(globals) { argument
81 globals.waterfall = waterfall; // <script>
/plugin/findologicxmlexport/vendor/twig/twig/src/
DEnvironment.php66 protected $globals; variable in Twig\\Environment
1395 if (null === $this->globals) {
1396 $this->globals = $this->initGlobals();
1399 if (!\array_key_exists($name, $this->globals)) {
1408 $this->globals[$name] = $value;
1427 if (null === $this->globals) {
1428 $this->globals = $this->initGlobals();
1431 return $this->globals;
1501 $globals = [];
1517 $globals[] = $extGlob;
[all …]
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dscope.js89 || scope instanceof AST_Toplevel && scope.globals.get(name)
256 self.globals = new Dictionary();
410 new_def = self.globals.get(name);
430 var globals = this.globals, name = node.name;
431 if (globals.has(name)) {
432 return globals.get(name);
437 globals.set(name, g);
651 node.globals.each(mangle);
736 this.globals.each(add_def);
760 this.globals.each(rename);
/plugin/asciidocjs/node_modules/with/node_modules/acorn/rollup/
Dconfig.loose.js10 globals: {
/plugin/asciidocjs/node_modules/is-regex/
D.eslintrc14 "globals": {
/plugin/structsection/
Deslint.config.js10 globals: {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
Dsuper_globals.test2 Super globals as macro arguments
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
D.jshintrc20 "globals": {
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
D.jshintrc19 "globals": {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
D1216.phpt2 GH-1216: PHPUnit bootstrap must take globals vars even when the file is specified in command line
/plugin/asciidocjs/node_modules/pug-code-gen/
Dindex.js131 …var globals = this.options.globals ? this.options.globals.concat(INTERNAL_VARIABLES) : INTERNAL_VA…
135 …js = addWith('locals || {}', js, globals.concat(this.runtimeFunctionsUsed.map(function (name) { re…
DREADME.md31 - globals (array of strings): default is `[]`
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
DTestCaseMethod.tpl.dist93 {globals}
/plugin/asciidocjs/node_modules/nunjucks/browser/
Dnunjucks-slim.js1030 var globals = __webpack_require__(15);
1109 this.globals = globals();
1168 this.globals[name] = value;
1172 if (typeof this.globals[name] === 'undefined') {
1175 return this.globals[name];
1357 if (name in this.env.globals && !(name in this.ctx)) {
1358 return this.env.globals[name];
1901 (function(globals) {
1981 globals.waterfall = waterfall; // <script> field
3351 function globals() {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestCase.php783 $globals = PHPUnit_Util_GlobalState::getGlobalsAsString();
789 …$globals = '$GLOBALS[\'__PHPUNIT_BOOTSTRAP\'] = ' . var_export($GLOBALS['__PHPUNIT_BOOTSTRAP']…
791 $globals = '';
849 'globals' => $globals,

123