Home
last modified time | relevance | path

Searched refs:compiled (Results 1 – 25 of 118) sorted by relevance

12345

/plugin/asciidocjs/node_modules/jstransformer/
Dindex.js288 var compiled = tr.normalizeFn(this._tr.compile(str, options));
289 var body = compiled.fn(locals || options);
293 return tr.normalize({body: body, dependencies: compiled.dependencies});
313 return tr.normalizeAsync(this.compileAsync(str, options).then(function (compiled) { argument
314 return {body: compiled.fn(locals || options), dependencies: compiled.dependencies};
330 var compiled = this.compileFile(filename, options);
331 … return tr.normalize({body: compiled.fn(locals || options), dependencies: compiled.dependencies});
349 return tr.normalizeAsync(this.compileFileAsync(filename, options).then(function (compiled) { argument
350 return {body: compiled.fn(locals || options), dependencies: compiled.dependencies};
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Dcompiler.js529 let compiled;
545 if (!compiled) {
546 compiled = compileInput();
548 return compiled.call(this, context, execOptions);
551 if (!compiled) {
552 compiled = compileInput();
554 return compiled._setup(setupOptions);
557 if (!compiled) {
558 compiled = compileInput();
560 return compiled._child(i, data, blockParams, depths);
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Dcompiler.js505 var compiled = undefined;
516 if (!compiled) {
517 compiled = compileInput();
519 return compiled.call(this, context, execOptions);
522 if (!compiled) {
523 compiled = compileInput();
525 return compiled._setup(setupOptions);
528 if (!compiled) {
529 compiled = compileInput();
531 return compiled._child(i, data, blockParams, depths);
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Dcompiler.js500 var compiled = undefined;
511 if (!compiled) {
512 compiled = compileInput();
514 return compiled.call(this, context, execOptions);
517 if (!compiled) {
518 compiled = compileInput();
520 return compiled._setup(setupOptions);
523 if (!compiled) {
524 compiled = compileInput();
526 return compiled._child(i, data, blockParams, depths);
/plugin/edittable/
DREADME.handsontable5 need to be done in the source files in the above repository, be compiled there
/plugin/asciidocjs/node_modules/pug-runtime/
DREADME.md25 …ild(arrayOfMethods)`. This is useful for inlining runtime functions within the compiled templates.
35 When testing code compiled for the browser in Node.js, it is necessary to make the runtime availabl…
/plugin/subjectindex/
Dreadme.md3 … subject index entries "anywhere" in your wiki pages, that will then be compiled into a Subject In…
/plugin/sympaauth/
DREADME2 Be sure php is compiled with soap enabled or shared (in this case, install the relevant package).
/plugin/asciidocjs/node_modules/regenerator-runtime/
DREADME.md4 [Regenerator](https://github.com/facebook/regenerator)-compiled generator
/plugin/bliki/
Dsyntax.php396 $compiled = $this->compilePosts($recents);
405 $renderer->doc .= p_render('xhtml', p_get_instructions($compiled), $info);
/plugin/latex-was/
DTODO14 namespace the equation is compiled). instead, admins should just make \graphicspath
/plugin/latexwas/
DTODO14 namespace the equation is compiled). instead, admins should just make \graphicspath
/plugin/latex/
DTODO14 namespace the equation is compiled). instead, admins should just make \graphicspath
/plugin/asciidocjs/node_modules/nunjucks/src/
Denvironment.js419 this.compiled = false;
517 if (!this.compiled) {
532 this.compiled = true;
/plugin/editonlink/
DLICENSE4 distribute this software, either in source code form or as a compiled
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
DEngine.php738 $compiled = $this->compile($source);
739 $cache->cache($className, $compiled);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dinternals.rst14 * **Load** the template: If the template is already compiled, load it and go
24 method of the compiled template and passing it the context.
Dapi.rst41 the compiled templates to avoid the parsing phase for sub-sequent
108 An absolute path where to store the compiled templates, or
158 All template loaders can cache the compiled templates on the filesystem for
159 future reuse. It speeds up Twig a lot as templates are only compiled once; and
572 and access of variables in the compiled templates whenever possible.
/plugin/revealjs/css/theme/
DREADME.md7 …kimel/reveal.js/blob/master/css/theme/source). It will be automatically compiled by Grunt from Sas…
/plugin/jplayer/vendor/happyworm/jplayer/
DREADME.md3 Support for [Zepto](http://zeptojs.com/) 1.0+ compiled with the data module.
DMIGRATION.md42 - Refactor: The Flash `jquery.jplayer.swf` file is now compiled using the Flex compiler in the `gru…
/plugin/betadoku/
DREADME.md5 …data folder, [cache-php](https://github.com/YGGverse/cache-php) to save compiled pages in memory a…
/plugin/findologicxmlexport/vendor/jms/serializer/
DUPGRADING.md12 - Removed `AdvancedNamingStrategyInterface`, the serialized name is now compiled and can not be cha…
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A DREADME.md74 line. In the simplest invocation, you specify an input file and the compiled
/plugin/bibtex/OSBib/format/
DREADME.txt87 Convert a UTF-8 string to lowercase. Where PHP has been compiled with mb_string, mb_strtolower() wi…
91 Convert a UTF-8 string to uppercase. Where PHP has been compiled with mb_string, mb_strtoupper() wi…
95 Return a portion of a UTF-8 string. Where PHP has been compiled with mb_string, mb_substr() will be…
103 Return the length of a UTF-8 string. Where PHP has been compiled with mb_string, mb_strlen() will b…

12345