| /plugin/achart/assets/ |
| D | apexcharts.min.js | 6 …globals.easing){switch(this.w.config.chart.animations.easing){case"linear":t="-";break;case"easein… 14 …globals.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/ |
| D | README.md | 1 # 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');
|
| D | index.js | 31 var globals = []; 139 globals.push(node); 151 globals.push(node); 155 globals.forEach(function (node) {
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/Extension/ |
| D | StagingExtension.php | 32 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.js | 6 const globals = require('lodash-doc-globals'); constant 10 'globals': _.assign({ '_': _ }, globals) property
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | scope.js | 188 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/ |
| D | globals.js | 34 function globals() { function 65 module.exports = globals;
|
| D | environment.js | 15 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/ |
| D | EnvironmentTest.php | 101 $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/ |
| D | index.js | 180 globals: options.globals, property 249 globals: options.globals, property 297 globals: options.globals, property
|
| /plugin/asciidocjs/node_modules/a-sync-waterfall/ |
| D | index.js | 2 (function(globals) { argument 81 globals.waterfall = waterfall; // <script>
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/ |
| D | Environment.php | 66 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/ |
| D | scope.js | 89 || 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/ |
| D | config.loose.js | 10 globals: {
|
| /plugin/asciidocjs/node_modules/is-regex/ |
| D | .eslintrc | 14 "globals": {
|
| /plugin/structsection/ |
| D | eslint.config.js | 10 globals: {
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/ |
| D | super_globals.test | 2 Super globals as macro arguments
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/ |
| D | .jshintrc | 20 "globals": {
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/ |
| D | .jshintrc | 19 "globals": {
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
| D | 1216.phpt | 2 GH-1216: PHPUnit bootstrap must take globals vars even when the file is specified in command line
|
| /plugin/asciidocjs/node_modules/pug-code-gen/ |
| D | index.js | 131 …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…
|
| D | README.md | 31 - globals (array of strings): default is `[]`
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/ |
| D | TestCaseMethod.tpl.dist | 93 {globals}
|
| /plugin/asciidocjs/node_modules/nunjucks/browser/ |
| D | nunjucks-slim.js | 1030 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/ |
| D | TestCase.php | 783 $globals = PHPUnit_Util_GlobalState::getGlobalsAsString(); 789 …$globals = '$GLOBALS[\'__PHPUNIT_BOOTSTRAP\'] = ' . var_export($GLOBALS['__PHPUNIT_BOOTSTRAP']… 791 $globals = ''; 849 'globals' => $globals,
|