| /plugin/combo/ComboStrap/ |
| H A D | FileSystems.php | 20 return LocalFileSystem::getOrCreate()->exists($path); 22 return WikiFileSystem::getOrCreate()->exists($path); 24 return MarkupFileSystem::getOrCreate()->exists($path); 38 return LocalFileSystem::getOrCreate()->getContent($path); 40 return WikiFileSystem::getOrCreate()->getContent($path); 54 return LocalFileSystem::getOrCreate()->getModifiedTime($path); 56 return WikiFileSystem::getOrCreate()->getModifiedTime($path); 71 return LocalFileSystem::getOrCreate()->getCreationTime($path); 73 return WikiFileSystem::getOrCreate()->getCreationTime($path); 95 LocalFileSystem::getOrCreate()->delete($path); [all …]
|
| H A D | WikiFileSystem.php | 29 public static function getOrCreate(): WikiFileSystem function in ComboStrap\\WikiFileSystem 118 $children = LocalFileSystem::getOrCreate()->getChildren($path->toLocalPath(), $type);
|
| H A D | EditButtonManager.php | 23 static function getOrCreate(): EditButtonManager function in ComboStrap\\EditButtonManager
|
| H A D | IdManager.php | 37 static function getOrCreate(): IdManager function in ComboStrap\\IdManager
|
| H A D | Index.php | 28 public static function getOrCreate(): Index function in ComboStrap\\Index
|
| H A D | PanelTag.php | 190 … $name = IdManager::getOrCreate()->generateNewHtmlIdForComponent(PanelTag::PANEL_LOGICAL_MARKUP); 191 EditButtonManager::getOrCreate()->createAndAddEditButtonToStack($name, $position);
|
| H A D | MarkupFileSystem.php | 15 public static function getOrCreate(): MarkupFileSystem function in ComboStrap\\MarkupFileSystem
|
| H A D | FetcherPageBundler.php | 318 … $childrenPages = MarkupFileSystem::getOrCreate()->getChildren($indexPath, FileSystems::LEAF); 341 …$containerPages = MarkupFileSystem::getOrCreate()->getChildren($indexPath, FileSystems::CONTAINER);
|
| H A D | RouterBestEndPage.php | 36 $pagesWithSameName = Index::getOrCreate()
|
| H A D | LocalFileSystem.php | 20 public static function getOrCreate(): LocalFileSystem function in ComboStrap\\LocalFileSystem
|
| H A D | PageExplorerTag.php | 288 … $id = IdManager::getOrCreate()->generateNewHtmlIdForComponent(PageExplorerTag::CANONICAL);
|
| H A D | MarkupPath.php | 1921 Index::getOrCreate()->deletePage($this);
|
| /plugin/combo/resources/snippet/js/ |
| H A D | metadata.js | 109 let managerModal = combo.Modal.getOrCreate(modalManagerId) 121 let modalViewer = combo.Modal.getOrCreate(modalViewerId)
|
| H A D | quality.js | 17 let qualityMessageModal = combo.Modal.getOrCreate(modalQualityMessageId)
|
| H A D | backlink.js | 17 let backlinkModal = combo.Modal.getOrCreate(modalBacklinkId)
|
| H A D | subscribe.min.js | 1 …{body:n,method:"post"}),i=e.Html.createRandomIdWithPrefix(t),l=e.Modal.getOrCreate(i);let d,u=r.ta…
|
| H A D | subscribe.js | 22 let modal = combo.Modal.getOrCreate(idResultModal);
|
| H A D | lightbox.js | 41 let lightBoxModel = combo.Modal.getOrCreate(lightBoxId);
|
| H A D | cache.js | 19 .getOrCreate(modalBacklinkId)
|
| /plugin/combo/action/ |
| H A D | routermessage.php | 195 $pagesWithSameName = Index::getOrCreate()->getPagesWithSameLastName($pageOrigin);
|
| /plugin/combo/resources/library/combo/ |
| H A D | combo.min.js | 29 …al=new c.Modal(this.modalRootHtmlElement,l),this.bootStrapModal}static getOrCreate(t){let e=N.getM…
|
| H A D | combo.min.js.map | 1 …getOrCreate(modalId) {\n let modal = ComboModal.getModal(modalId);\n if (modal === n…
|
| /plugin/combo/resources/library/combo/dist/ |
| H A D | combo.min.js | 1 …urn d.toHtmlId(t)}},{key:"getOrCreateModal",value:function(t){return p.getOrCreate(t)}},{key:"remo…
|
| H A D | combo.min.js.map | 1 …getOrCreate(modalId) {\n let modal = ComboModal.getModal(modalId);\n if (modal === n…
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | bundle.js | 426 …getOrCreate=function(t){return o[t]||(o[t]=new e(t)),o[t]},e.prototype.whenLoaded=function(){retur…
|