| /plugin/asciidocjs/node_modules/lazy-cache/ |
| D | README.md | 1 …lazy-cache [](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 D | lazy-load-fade.css | 1 .lazy-fade-cs { 2 animation-name: lazy-fade-cs; 6 @keyframes lazy-fade-cs {
|
| H A D | lazy-load-spinner.css | 5 .lazy-loading:before {
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | futures.asciidoc | 29 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'
|
| D | per-request-configuration.asciidoc | 304 'future' => 'lazy' 311 Future mode supports two options: `true` or `'lazy'`. For more details about how
|
| /plugin/combo/resources/slot/ |
| H A D | main-header.md | 4 <page-image featured height="250" ratio="21:9" linking="default" default="icon|ancestor|logo" lazy=…
|
| /plugin/combo/resources/theme/default/pages/partials/ |
| H A D | main-header-partial.hbs | 10 …0" ratio="21:9" linking="default" default="icon|ancestor|logo" zoom="-10" lazy="none"}}{{/page-ima…
|
| /plugin/codeprettify/code-prettify/src/ |
| D | lang-scala.js | 47 …ch|class|def|do|else|extends|final|finally|for|forSome|if|implicit|import|lazy|match|new|object|ov…
|
| D | lang-swift.js | 51 …irect|infix|init|inout|internal|i386|if|in|iOS|iOSApplicationExtension|is|lazy|left|let|mutating|n…
|
| /plugin/asciidocjs/node_modules/filelist/ |
| D | README.md | 3 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/ |
| D | md1_ordered_and_unordered_lists.md | 35 Item 2. graf two. The quick brown fox jumped over the lazy dog's
|
| /plugin/scrape/vendor/scotteh/php-dom-wrapper/ |
| D | README.md | 183 $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/ |
| D | mllike.min.js | 1 …lazy:"keyword",match:"keyword",method:"keyword",module:"keyword",mutable:"keyword","new":"keyword"… property
|
| D | mllike.min.js.map | 1 …lazy","match","method","mutable","new","nonrec","object","private","sig","to","try","value","virtu…
|
| /plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
| D | md1_ordered_and_unordered_lists.md | 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
|
| D | md1_markdown_documentation_basics.md | 63 The quick brown fox jumped over the lazy 85 <p>The quick brown fox jumped over the lazy
|
| /plugin/combo/ComboStrap/ |
| H A D | MediaMarkup.php | 733 $lazy = $tagAttributes->getValueAndRemoveIfPresent(LazyLoad::LAZY_LOAD_METHOD); 734 if ($lazy !== null) { 735 $this->setLazyLoadMethod($lazy);
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.js | 598 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 …]
|
| D | jquery.fancytree.columnview.js | 101 if (!node.expanded && (node.children || node.lazy)) {
|
| /plugin/indexmenu/scripts/fancytree/ |
| D | jquery.fancytree.min.js | 1 …lazy&&null==t.children&&(s=void 0),t._changeSelectStatusAttrs(s),s}(this),this.visitParents(functi… property
|
| D | jquery.fancytree-all.min.js | 33 …lazy&&null==t.children&&(s=void 0),t._changeSelectStatusAttrs(s),s}(this),this.visitParents(functi… property
|
| D | jquery.fancytree-all-deps.min.js | 1 …lazy&&null==t.children&&(s=void 0),t._changeSelectStatusAttrs(s),s}(this),this.visitParents(functi… property
|
| D | jquery.fancytree-all.js | 598 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/ |
| D | CHANGELOG.md | 27 - #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/ |
| D | readme.md | 18 'the lazy ' + chalk.green('dog and then ran away with the unicorn.');
|