Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 115) sorted by relevance

12345

/plugin/asciidocjs/node_modules/pug-runtime/
DREADME.md1 # pug-runtime
3 The runtime components for the pug templating language
5 …atus](https://img.shields.io/travis/pugjs/pug-runtime/master.svg)](https://travis-ci.org/pugjs/pug…
6 …org/pugjs/pug/status.svg?path=packages/pug-runtime)](https://david-dm.org/pugjs/pug?path=packages/…
7 …pugjs/pug/dev-status.svg?path=packages/pug-runtime)](https://david-dm.org/pugjs/pug?path=packages/…
8 [![NPM version](https://img.shields.io/npm/v/pug-runtime.svg)](https://www.npmjs.org/package/pug-ru…
12 npm install pug-runtime
17 You can call runtime methods directly using `runtime.method`. This is particularly useful when com…
20 var runtime = require('pug-runtime');
22 assert(runtime.attr('foo', 'bar', true, true) === ' foo="bar"');
[all …]
Dwrap.js1 var runtime = require('./'); variable
9 )(runtime);
DCHANGELOG.md13 - This package has been renamed to pug-runtime.
28 visible through `require('pug-runtime/build')`, will not be visible through
29 `require('pug-runtime/build')` anymore.
35 - A new module `require('pug-runtime/wrap')` is added to ease testing
/plugin/asciidocjs/node_modules/regenerator-runtime/
DREADME.md1 # regenerator-runtime
3 Standalone runtime for
7 To import the runtime as a module (recommended), either of the following
11 const regeneratorRuntime = require("regenerator-runtime");
14 import regeneratorRuntime from "regenerator-runtime";
21 require("regenerator-runtime/runtime");
24 import "regenerator-runtime/runtime";
27 To get the absolute file system path of `runtime.js`, evaluate the
30 require("regenerator-runtime/path").path
Druntime.js20 var runtime = global.regeneratorRuntime;
21 if (runtime) {
25 module.exports = runtime;
34 runtime = global.regeneratorRuntime = inModule ? module.exports : {};
48 runtime.wrap = wrap;
119 runtime.isGeneratorFunction = function(genFun) {
129 runtime.mark = function(genFun) {
146 runtime.awrap = function(arg) {
229 runtime.AsyncIterator = AsyncIterator;
234 runtime.async = function(innerFn, outerFn, self, tryLocsList) { function
[all …]
/plugin/asciidocjs/node_modules/pug-attrs/
Dindex.js5 var runtime = require('pug-runtime'); variable
9 return constantinople(src, {pug: runtime, 'pug_interp': undefined});
12 return constantinople.toConstant(src, {pug: runtime, 'pug_interp': undefined});
34 typeof options.runtime === 'function',
49 var str = stringify(runtime.attr(key, toConstant(val), mustEscape, options.terse));
59 val = runtime.escape(val);
65 …buf.push(options.runtime('attr') + '("' + key + '", ' + val + ', ' + stringify(mustEscape) + ', ' …
68 val = options.runtime('escape') + '(' + val + ')';
86 val = stringify(runtime.style(toConstant(val)));
88 val = options.runtime('style') + '(' + val + ')';
[all …]
DREADME.md26 - `runtime`: callback that takes a runtime function name and returns the source code that will eval…
33 var pugRuntime = require('pug-runtime');
48 runtime: function (name) { return 'pugRuntime.' + name; }
62 runtime: function (name) { return 'pugRuntime.' + name; }
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/
DREADME.md3 …b.com/asciidoctor/opal-node-runtime/actions/workflows/build.yml/badge.svg)](https://github.com/asc…
4 …://img.shields.io/npm/v/@asciidoctor/opal-runtime.svg)](https://www.npmjs.com/package/@asciidoctor…
7 :fire: **CAUTION**: This library is a _highly optimized_ version of the Opal runtime that contains …
8 …f you are looking for a general purpose Opal runtime, please use https://www.npmjs.com/package/opa…
13 import Opal from '@asciidoctor/opal-runtime'
20 const Opal = require('@asciidoctor/opal-runtime')
/plugin/findologicxmlexport/vendor/sebastian/environment/
DREADME.md3 This component provides functionality that helps writing PHP code that has runtime-specific (PHP / …
24 $runtime = new Runtime;
26 var_dump($runtime->getNameWithVersion());
27 var_dump($runtime->getName());
28 var_dump($runtime->getVersion());
29 var_dump($runtime->getBinary());
30 var_dump($runtime->isHHVM());
31 var_dump($runtime->isPHP());
32 var_dump($runtime->hasXdebug());
33 var_dump($runtime->canCollectCodeCoverage());
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/
DREADME.md1 # xsd2php-runtime
3 …ci.org/goetas-webservices/xsd2php-runtime.svg?branch=master)](https://travis-ci.org/goetas-webserv…
4 …etas-webservices/xsd2php-runtime/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/goeta…
5 …as-webservices/xsd2php-runtime/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/go…
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md2 …tps://api.travis-ci.org/antlr/antlr-php-runtime.svg?branch=master)](https://travis-ci.org/antlr/an…
3 …ttps://poser.pugx.org/antlr/antlr4-php-runtime/v/stable)](https://packagist.org/packages/antlr/ant…
4 …https://poser.pugx.org/antlr/antlr4-php-runtime/license)](https://packagist.org/packages/antlr/ant…
13 #### 2. Install the PHP ANTLR runtime
15 Each target language for ANTLR has a runtime package for running parser
16 generated by ANTLR4. The runtime provides a common set of tools for using your parser.
18 Install the runtime with Composer:
21 composer require antlr/antlr4-php-runtime
27 runtime, installed above.
121 * [PHPStan Exension](https://github.com/antlr/antlr-php-runtime-phpstan)
/plugin/asciidocjs/node_modules/nunjucks/src/
Djinja-compat.js10 var runtime = this.runtime;
17 var orig_contextOrFrameLookup = runtime.contextOrFrameLookup;
18 var orig_memberLookup = runtime.memberLookup;
28 runtime.contextOrFrameLookup = orig_contextOrFrameLookup;
29 runtime.memberLookup = orig_memberLookup;
37 runtime.contextOrFrameLookup = function contextOrFrameLookup(context, frame, key) {
165 results.push(runtime.memberLookup(obj, i));
275 runtime.memberLookup = function memberLookup(obj, val, autoescape) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
DRenderer.php280 $runtime = new Runtime;
284 $runtime->getVendorUrl(),
285 $runtime->getName(),
286 $runtime->getVersion()
289 if ($runtime->hasXdebug() && !$runtime->hasPHPDBGCodeCoverage()) {
/plugin/asciidocjs/node_modules/handlebars/lib/
Dhandlebars.runtime.js8 import * as runtime from './handlebars/runtime';
22 hb.VM = runtime;
24 return runtime.template(spec, hb);
Dhandlebars.js1 import runtime from './handlebars.runtime';
16 let _create = runtime.create;
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/
Dhandlebars.runtime.js33 var runtime = _interopRequireWildcard(_handlebarsRuntime); variable
49 hb.VM = runtime;
51 return runtime.template(spec, hb);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
DCloudFunction.php98 public $runtime; variable in Google\\Service\\CloudFunctions\\CloudFunction
415 public function setRuntime($runtime) argument
417 $this->runtime = $runtime;
424 return $this->runtime;
/plugin/judge/
Dscript.js56 var runtime; variable
60 function submitKey(problem_name, user, language, type, runtime, path) { argument
69 window["runtime"] = runtime;
139 runtime: runtime, property
Dsyntax.php167 $runtime = $parameter;
188 $runtime = $value;
248 if ($runtime === null) {
249 $runtime = 0;
264 …"judge", 'problem_name' => $problem_name, 'type' => $type, 'runtime' => $runtime, 'language' => $l…
/plugin/asciidocjs/node_modules/pug-code-gen/
Dindex.js6 var runtime = require('pug-runtime'); variable
37 return constantinople(src, {pug: runtime, 'pug_interp': undefined});
40 return constantinople.toConstant(src, {pug: runtime, 'pug_interp': undefined});
87 runtime: function (name) { method in Compiler
472 … this.buf.push('attributes: ' + this.runtime('merge') + '([' + attrsBlocks.join(',') + '])');
670 if (code.mustEscape !== false) val = this.runtime('escape') + '(' + val + ')';
789 …this.bufferExpression(this.runtime('attrs') + '(' + this.runtime('merge') + '([' + attributeBlocks…
791 …this.bufferExpression(this.runtime('attrs') + '(' + attributeBlocks[0] + ', ' + stringify(this.ter…
806 runtime: this.runtime.bind(this) property
/plugin/asciidocjs/node_modules/nunjucks/
Dindex.js13 var runtime = require('./src/runtime'); variable
54 runtime: runtime, property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
DVersion.php112 public $runtime; variable in Google\\Service\\Appengine\\Version
561 public function setRuntime($runtime) argument
563 $this->runtime = $runtime;
570 return $this->runtime;
/plugin/sequencediagram/bower_components/lodash/
Dyarn.lock158 babel-runtime "^6.20.0"
178 babel-runtime "^6.20.0"
189 babel-runtime "^6.0.0"
198 babel-runtime "^6.0.0"
206 babel-runtime "^6.0.0"
215 babel-runtime "^6.9.0"
223 babel-runtime "^6.0.0"
232 babel-runtime "^6.0.0"
241 babel-runtime "^6.0.0"
250 babel-runtime "^6.0.0"
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DPHP.php21 protected $runtime; variable in PHPUnit_Util_PHP
53 $this->runtime = new Runtime();
209 $command = $this->runtime->getBinary();
/plugin/fetchmedia/
Dyarn.lock204 babel-runtime "^6.22.0"
224 babel-runtime "^6.22.0"
237 babel-runtime "^6.22.0"
245 babel-runtime "^6.22.0"
254 babel-runtime "^6.22.0"
262 babel-runtime "^6.22.0"
271 babel-runtime "^6.22.0"
280 babel-runtime "^6.22.0"
287 babel-runtime "^6.22.0"
294 babel-runtime "^6.22.0"
[all …]

12345