Searched full:lazy (Results 1 – 25 of 291) sorted by relevance
12345678910>>...12
| /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 …]
|
| D | package.json | 2 "name": "lazy-cache", 3 "description": "Cache requires to be lazy-loaded when needed.", 5 "homepage": "https://github.com/jonschlinkert/lazy-cache", 7 "repository": "jonschlinkert/lazy-cache", 9 "url": "https://github.com/jonschlinkert/lazy-cache/issues" 33 "lazy",
|
| D | index.js | 7 * var utils = require('lazy-cache')(require); 47 * Used to camelcase the name to be stored on the `lazy` object.
|
| /plugin/combo/ComboStrap/ |
| H A D | LazyLoad.php | 40 * The id of the lazy loaders 42 const LAZY_SIDE_ID = "lazy-sizes"; 46 const CANONICAL = "lazy"; 53 * The method on how to lazy load resources (Ie media) 55 public const LAZY_LOAD_METHOD = "lazy"; 63 const CONF_LAZY_LOAD_METHOD = "internal-lazy-load-method-combo"; 69 * Used to select all lazy loaded 87 … throw new \RuntimeException("The active lazy loaded is unknown (" . self::ACTIVE . ")"); 93 * Add the lazy sizes snippet 107 * lazysizes adds the class lazy loading while the images are loading [all …]
|
| H A D | SvgImageLink.php | 29 * Lazy Load 125 // A class to all component lazy loaded to download them before print 133 … $imgAttributes->addClassName(StyleAttribute::addComboStrapSuffix("lazy-svg-injection")); 136 … $imgAttributes->addClassName(StyleAttribute::addComboStrapSuffix("lazy-svg")); 148 … $imgAttributes->addOutputAttributeValue(LazyLoad::HTML_LOADING_ATTRIBUTE, "lazy");
|
| H A D | RasterImageLink.php | 257 * Lazy load 263 * Html Lazy loading 274 $attributes->addOutputAttributeValue("loading", "lazy"); 278 * Snippet Lazy loading 402 * Used to select the raster image lazy loaded 407 return StyleAttribute::addComboStrapSuffix("lazy-raster");
|
| H A D | CarrouselTag.php | 44 * We set lazy loading to HTML loading attribute 80 // Lazy load 86 // Lazy load
|
| /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'
|
| /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 {
|
| /plugin/combo/resources/snippet/js/ |
| H A D | lozad-raster.js | 2 // lazy loads elements with the below selector 3 const observer = lozad('.lazy-raster-cs', { 5 el.classList.add('lazy-fade-cs')
|
| H A D | lozad-svg.js | 2 // lazy loads elements with default selector as '.lozad' 3 const svgObserver = lozad('.lazy-svg-cs', {
|
| H A D | lozad-svg-injection.js | 2 // lazy loads elements with default selector as '.lozad' 3 const svgObserver = lozad('.lazy-svg-injection-cs', {
|
| /plugin/asciidocjs/node_modules/center-align/ |
| D | utils.js | 8 var utils = require('lazy-cache')(require); 12 * webpack into reconizing lazy dependencies.
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | _LazyWrapper.js | 8 * Creates a lazy wrapper object which wraps `value` to enable lazy evaluation.
|
| D | _isLaziable.js | 7 * Checks if `func` has a lazy counterpart. 11 * @returns {boolean} Returns `true` if `func` has a lazy counterpart,
|
| D | _lazyValue.js | 5 /** Used to indicate the type of lazy iteratees. */ 13 * Extracts the unwrapped value from its lazy wrapper.
|
| /plugin/indexmenu/_test/ |
| D | AjaxRequestsTest.php | 279 'lazy' => true, 287 'lazy' => true, 295 'lazy' => true, 318 'lazy' => true, 332 'lazy' => true, 340 'lazy' => true,
|
| /plugin/syntaxhighlightjs/static/lib/highlightjs/languages/ |
| D | swift.min.js | 1 …lazy left let mutating nil none nonmutating operator optional override postfix precedence prefix p…
|
| /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/indexmenu/ |
| D | Search.php | 89 … * <li>$opts['isParentLazy'] bool Used for recognizing the extra level below lazy nodes</li> 113 // f=file, d=directory, l=directory which is lazy loaded later 153 …// a lazy node, but because we have sometime no pages or nodes (due e.g. acl/hidden/nopg), it coul… 157 //an empty lazy node, is not marked lazy 159 … //a lazy node with a lazy parent has no children loaded, so stays always empty 161 $node['lazy'] = true; 165 //has children, so mark lazy 166 $node['lazy'] = true; 186 …if ($item['type'] === 'f' || !empty($node['children']) || isset($node['lazy']) || $item['hns'] !==… 187 // add only files, non-empty folders, lazy-loaded or folder with only a headpage [all …]
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ |
| D | LazyDouble.php | 20 * Lazy double. 34 * Initializes lazy double.
|
| /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/elasticsearch/vendor/ezimuel/ringphp/src/Client/ |
| D | CurlMultiHandler.php | 17 * @property resource $_mh Internal use only. Lazy loaded multi-handle. 160 // "lazy" futures are only sent once the pool has many requests. 161 if ($entry['request']['future'] !== 'lazy') {
|
| /plugin/mdpage/vendor/cebe/markdown/block/ |
| D | ListTrait.php | 109 // line is empty, may be a lazy list 116 // next item is the continuation of this list -> lazy list 121 // next item is indented as much as this list -> lazy list if it is not a reference
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.persist.js | 101 /* Recursively load lazy nodes 124 "_loadLazyNodes: " + node + " is lazy: loading..." 142 // All lazy-expands have finished 238 expandLazy: false, // true: recursively expand and load lazy nodes 340 // Recursively load nested lazy nodes if expandLazy is 'expand' or 'load'
|
12345678910>>...12