| /plugin/asciidocjs/node_modules/y18n/build/lib/ |
| D | index.js | 1 let shim; variable 40 return shim.format.apply(shim.format, [this.cache[this.locale][str] || str].concat(args)); 80 return shim.format.apply(shim.format, values.concat(args)); 122 shim.fs.writeFile(languageFile, serializedLocale, 'utf-8', function (err) { 134 if (shim.fs.readFileSync) { 135 localeLookup = JSON.parse(shim.fs.readFileSync(languageFile, 'utf-8')); 150 let file = shim.resolve(directory, './', locale + '.json'); 153 const languageFile = shim.resolve(directory, './', locale.split('_')[0] + '.json'); 160 return shim.exists(file); 164 shim = _shim;
|
| /plugin/asciidocjs/node_modules/yargs/build/lib/utils/ |
| D | apply-extends.js | 3 let shim; variable 5 shim = _shim; 26 ? JSON.parse(shim.readFileSync(pathToDefault, 'utf8')) 29 … defaultConfig = applyExtends(defaultConfig, shim.path.dirname(pathToDefault), mergeExtends, shim); 42 return shim.path.resolve(cwd, pathToExtend);
|
| /plugin/asciidocjs/node_modules/yargs/build/lib/typings/ |
| D | common-types.js | 1 export function assertNotStrictEqual(actual, expected, shim, message) { argument 2 shim.assert.notStrictEqual(actual, expected, message); 4 export function assertSingleKey(actual, shim) { argument 5 shim.assert.strictEqual(typeof actual, 'string');
|
| /plugin/asciidocjs/node_modules/yargs/build/lib/ |
| D | completion.js | 7 constructor(yargs, usage, command, shim) { argument 12 this.shim = shim; 17 …(_c = (((_a = this.shim.getEnv('SHELL')) === null || _a === void 0 ? void 0 : _a.includes('zsh')) … 18 …((_b = this.shim.getEnv('ZSH_NAME')) === null || _b === void 0 ? void 0 : _b.includes('zsh')))) !=… 135 assertNotStrictEqual(this.customCompletionFunction, null, this.shim); 141 this.shim.process.nextTick(() => { 146 this.shim.process.nextTick(() => { 178 const name = this.shim.path.basename($0); 192 export function completion(yargs, usage, command, shim) { argument 193 return new Completion(yargs, usage, command, shim);
|
| D | command.js | 10 constructor(usage, validation, globalMiddleware, shim) { argument 15 this.shim = shim; 38 this.shim.requireDirectory({ require: req, filename: callerFile }, dir, opts); 317 const parsed = this.shim.Parser.detailed(unparsed, Object.assign({}, options, { 375 throw new Error(`No command name given for module: ${this.shim.inspect(obj)}`); 379 return this.shim.path.basename(filename, this.shim.path.extname(filename)); 385 assertNotStrictEqual(test, true, this.shim); 398 assertNotStrictEqual(frozen, undefined, this.shim); 413 export function command(usage, validation, globalMiddleware, shim) { argument 414 return new CommandInstance(usage, validation, globalMiddleware, shim);
|
| D | validation.js | 6 export function validation(yargs, usage, shim) { argument 7 const __ = shim.y18n.__; 8 const __n = shim.y18n.__n; 183 assertNotStrictEqual(value, undefined, shim); 264 argv[shim.Parser.camelCase(key)] !== undefined && 265 argv[shim.Parser.camelCase(value)] !== undefined) { 301 assertNotStrictEqual(frozen, undefined, shim);
|
| D | usage.js | 7 export function usage(yargs, shim) { argument 8 const __ = shim.y18n.__; 149 : shim.path.basename(yargs.$0); 167 const ui = shim.cliui({ 389 …width = Math.max(shim.stringWidth(modifier ? `${modifier} ${getText(v[0])}` : getText(v[0])) + get… 456 ? shim.Parser.decamelize(fn.name, '-') 496 if (shim.process.stdColumns) { 497 return Math.min(maxWidth, shim.process.stdColumns);
|
| /plugin/asciidocjs/node_modules/y18n/build/ |
| D | index.cjs | 7 let shim; 46 return shim.format.apply(shim.format, [this.cache[this.locale][str] || str].concat(args)); 86 return shim.format.apply(shim.format, values.concat(args)); 128 shim.fs.writeFile(languageFile, serializedLocale, 'utf-8', function (err) { 140 if (shim.fs.readFileSync) { 141 localeLookup = JSON.parse(shim.fs.readFileSync(languageFile, 'utf-8')); 156 let file = shim.resolve(directory, './', locale + '.json'); 159 const languageFile = shim.resolve(directory, './', locale.split('_')[0] + '.json'); 166 return shim.exists(file); 170 shim = _shim;
|
| /plugin/asciidocjs/node_modules/y18n/ |
| D | index.mjs | 1 import shim from './build/lib/platform-shims/node.js' 5 return _y18n(opts, shim)
|
| /plugin/asciidocjs/node_modules/yargs/helpers/ |
| D | helpers.mjs | 4 import shim from '../lib/platform-shims/esm.mjs'; 7 return _applyExtends(config, cwd, mergeExtends, shim);
|
| /plugin/asciidocjs/node_modules/core-js/build/ |
| D | Gruntfile.ls | 31 src: <[es5/** es6/** es7/** stage/** web/** core/** fn/** index.js shim.js]> 78 grunt.registerTask \shim -> 80 grunt.option \path './client/shim' 86 grunt.registerTask \default <[clean copy client library shim]>
|
| /plugin/jplayer/components/ |
| D | require.js | 201 shim: {}, property 706 this.shim = getOwn(config.shim, map.id); 792 if (this.shim) { 795 })(this.shim.deps || [], bind(this, function () { 1236 shim = config.shim, 1259 if (cfg.shim) { 1260 eachProp(cfg.shim, function (value, id) { 1270 shim[id] = value; 1272 config.shim = shim; 1488 shim = getOwn(config.shim, moduleName) || {}, [all …]
|
| D | require-built.js | 201 shim: {}, property 706 this.shim = getOwn(config.shim, map.id); 792 if (this.shim) { 795 })(this.shim.deps || [], bind(this, function () { 1236 shim = config.shim, 1259 if (cfg.shim) { 1260 eachProp(cfg.shim, function (value, id) { 1270 shim[id] = value; 1272 config.shim = shim; 1488 shim = getOwn(config.shim, moduleName) || {}, [all …]
|
| /plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/ |
| D | require.js | 201 shim: {}, property 706 this.shim = getOwn(config.shim, map.id); 792 if (this.shim) { 795 })(this.shim.deps || [], bind(this, function () { 1236 shim = config.shim, 1259 if (cfg.shim) { 1260 eachProp(cfg.shim, function (value, id) { 1270 shim[id] = value; 1272 config.shim = shim; 1488 shim = getOwn(config.shim, moduleName) || {}, [all …]
|
| /plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/ |
| D | RequireJsProcess.php | 123 $shim = isset($options['shim']) ? $options['shim'] : array(); 124 if (!empty($shim)) { 125 $json['shim'][$name] = $shim;
|
| /plugin/asciidocjs/node_modules/inherits/ |
| D | README.md | 9 module to avoid requiring of `util`. It also has a shim for old 16 just `inherits` function. It worth, because browser shim for `util`
|
| /plugin/asciidocjs/node_modules/nunjucks/ |
| D | README.md | 30 …rted in all modern browsers. For IE8 support, use [es5-shim](https://github.com/es-shims/es5-shim).
|
| /plugin/jplayer/vendor/robloach/component-installer/ |
| D | README.md | 210 "shim": { 228 * [`shim`](http://www.requirejs.org/docs/api.html#config-shim)
|
| /plugin/asciidocjs/node_modules/promise/ |
| D | Readme.md | 38 Note that the [es5-shim](https://github.com/es-shims/es5-shim) must be loaded before this library t… 41 <script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-shim.min.js"></script>
|
| /plugin/asciidocjs/node_modules/yargs/build/ |
| D | index.cjs | 1 …shim=i,this.usage=t,this.globalMiddleware=s,this.validation=e}addDirectory(t,e,s,i){"boolean"!=typ…
|
| /plugin/scrape/ |
| D | composer.lock | 258 "shim"
|
| /plugin/structtemplating/ |
| D | composer.lock | 254 "shim"
|
| /plugin/combo/ |
| H A D | composer.lock | 584 "shim" 664 "shim"
|
| /plugin/asciidocjs/node_modules/core-js/ |
| D | CHANGELOG.md | 77 - Optimized usage of some internal helpers for reducing size of `shim` version 293 …cmascript.org/doku.php?id=strawman:array_statics), available [alternative shim](https://github.com… 322 * Fixed `Number('0b12') -> NaN` case in the shim 378 * Does not get `global.Symbol` on each getting iterator, if you wanna use alternative `Symbol` shim… 403 …onstructors to [`Function#bind`](https://github.com/zloirock/core-js/#ecmascript-5) shim with `new` 543 …e`](https://github.com/zloirock/core-js/#ecmascript-6-promise) unhandled rejection tracking in shim
|
| /plugin/authgooglesheets/ |
| D | composer.lock | 1091 "shim" 1175 "shim" 1251 "shim"
|