Lines Matching full:lazy
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
520 $type = "l"; // use lazy loading