Home
last modified time | relevance | path

Searched refs:lazy (Results 1 – 25 of 98) sorted by relevance

1234

/plugin/asciidocjs/node_modules/lazy-cache/
DREADME.md1lazy-cache [![NPM version](https://img.shields.io/npm/v/lazy-cache.svg?style=flat)](https://www.np…
3 > Cache requires to be lazy-loaded when needed.
10 $ npm install lazy-cache --save
18 var utils = require('lazy-cache')(require);
21 **Use as a property on `lazy`**
23 The module is also added as a property to the `lazy` function
27 var utils = require('lazy-cache')(require);
44 var utils = require('lazy-cache')(require);
58 var utils = require('lazy-cache')(require);
70 var utils = require('lazy-cache')(require);
[all …]
/plugin/combo/resources/theme/default/components/css/
H A Dlazy-load-fade.css1 .lazy-fade-cs {
2 animation-name: lazy-fade-cs;
6 @keyframes lazy-fade-cs {
H A Dlazy-load-spinner.css5 .lazy-loading:before {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dfutures.asciidoc29 the client options to `'lazy'`:
39 'future' => 'lazy'
55 `future: lazy` and they pend until you resolve the futures, at which time all
71 'future' => 'lazy'
94 'future' => 'lazy'
124 'future' => 'lazy'
182 'future' => 'lazy'
209 'future' => 'lazy'
222 'future' => 'lazy'
238 'future' => 'lazy'
Dper-request-configuration.asciidoc304 'future' => 'lazy'
311 Future mode supports two options: `true` or `'lazy'`. For more details about how
/plugin/combo/resources/slot/
H A Dmain-header.md4 <page-image featured height="250" ratio="21:9" linking="default" default="icon|ancestor|logo" lazy=…
/plugin/combo/resources/theme/default/pages/partials/
H A Dmain-header-partial.hbs10 …0" ratio="21:9" linking="default" default="icon|ancestor|logo" zoom="-10" lazy="none"}}{{/page-ima…
/plugin/codeprettify/code-prettify/src/
Dlang-scala.js47 …ch|class|def|do|else|extends|final|finally|for|forSome|if|implicit|import|lazy|match|new|object|ov…
Dlang-swift.js51 …irect|infix|init|inout|internal|i386|if|in|iOS|iOSApplicationExtension|is|lazy|left|let|mutating|n…
/plugin/asciidocjs/node_modules/filelist/
DREADME.md3 A FileList is a lazy-evaluated list of files. When given a list
32 FileList has lazy-evaluated versions of most of the array
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-ol-start-num-data/
Dmd1_ordered_and_unordered_lists.md35 Item 2. graf two. The quick brown fox jumped over the lazy dog's
/plugin/scrape/vendor/scotteh/php-dom-wrapper/
DREADME.md183 $doc = (new Document())->html('<div>The quick brown fox jumps over the lazy dog</div>');
190 <div>The quick brown fox jumps over the lazy dog<strong> Appended!</strong></div>
204 $doc = (new Document())->html('<div>The quick brown fox jumps over the lazy dog</div>');
210 <div>The quick brown fox jumps over the lazy dog<strong> Appended!</strong></div>
348 $doc = (new Document())->html('<div>The quick brown fox jumps over the lazy dog</div>');
425 $doc = (new Document())->html('<div>The quick brown fox jumps over the lazy dog</div>');
432 <div><strong>Prepended! </strong>The quick brown fox jumps over the lazy dog</div>
446 $doc = (new Document())->html('<div>The quick brown fox jumps over the lazy dog</div>');
452 <div><strong>Prepended! </strong>The quick brown fox jumps over the lazy dog</div>
/plugin/codemirror/dist/modes/
Dmllike.min.js1lazy:"keyword",match:"keyword",method:"keyword",module:"keyword",mutable:"keyword","new":"keyword"… property
Dmllike.min.js.map1lazy","match","method","mutable","new","nonrec","object","private","sig","to","try","value","virtu…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dmd1_ordered_and_unordered_lists.md89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
Dmd1_markdown_documentation_basics.md63 The quick brown fox jumped over the lazy
85 <p>The quick brown fox jumped over the lazy
/plugin/combo/ComboStrap/
H A DMediaMarkup.php733 $lazy = $tagAttributes->getValueAndRemoveIfPresent(LazyLoad::LAZY_LOAD_METHOD);
734 if ($lazy !== null) {
735 $this->setLazyLoadMethod($lazy);
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.js598 this.children = this.lazy ? [] : null;
1126 node.lazy &&
1411 if (this.lazy) {
1531 return !!this.lazy;
1537 …return !this.lazy || this.hasChildren() !== undefined; // Also checks if the only child is a statu…
1768 this.parent.children = this.parent.lazy ? [] : null;
1918 if (!this.expanded && (this.children || this.lazy)) {
2054 this.lazy = true;
2542 if (!node.children && !node.lazy) {
3282 if (!node.expanded && (node.children || node.lazy)) {
[all …]
Djquery.fancytree.columnview.js101 if (!node.expanded && (node.children || node.lazy)) {
/plugin/indexmenu/scripts/fancytree/
Djquery.fancytree.min.js1lazy&&null==t.children&&(s=void 0),t._changeSelectStatusAttrs(s),s}(this),this.visitParents(functi… property
Djquery.fancytree-all.min.js33lazy&&null==t.children&&(s=void 0),t._changeSelectStatusAttrs(s),s}(this),this.visitParents(functi… property
Djquery.fancytree-all-deps.min.js1lazy&&null==t.children&&(s=void 0),t._changeSelectStatusAttrs(s),s}(this),this.visitParents(functi… property
Djquery.fancytree-all.js598 this.children = this.lazy ? [] : null;
1126 node.lazy &&
1411 if (this.lazy) {
1531 return !!this.lazy;
1537 …return !this.lazy || this.hasChildren() !== undefined; // Also checks if the only child is a statu…
1768 this.parent.children = this.parent.lazy ? [] : null;
1918 if (!this.expanded && (this.children || this.lazy)) {
2054 this.lazy = true;
2542 if (!node.children && !node.lazy) {
3282 if (!node.expanded && (node.children || node.lazy)) {
[all …]
/plugin/mdpage/vendor/cebe/markdown/
DCHANGELOG.md27 - #126 Fixed crash on empty lines that extend a lazy list
50 - refactored nested and lazy list handling, improved overall list rendering consistency
/plugin/asciidocjs/node_modules/wrap-ansi/
Dreadme.md18 'the lazy ' + chalk.green('dog and then ran away with the unicorn.');

1234