Home
last modified time | relevance | path

Searched refs:getOrCreate (Results 1 – 25 of 27) sorted by relevance

12

/plugin/combo/ComboStrap/
H A DFileSystems.php20 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 DWikiFileSystem.php29 public static function getOrCreate(): WikiFileSystem function in ComboStrap\\WikiFileSystem
118 $children = LocalFileSystem::getOrCreate()->getChildren($path->toLocalPath(), $type);
H A DEditButtonManager.php23 static function getOrCreate(): EditButtonManager function in ComboStrap\\EditButtonManager
H A DIdManager.php37 static function getOrCreate(): IdManager function in ComboStrap\\IdManager
H A DIndex.php28 public static function getOrCreate(): Index function in ComboStrap\\Index
H A DPanelTag.php190 … $name = IdManager::getOrCreate()->generateNewHtmlIdForComponent(PanelTag::PANEL_LOGICAL_MARKUP);
191 EditButtonManager::getOrCreate()->createAndAddEditButtonToStack($name, $position);
H A DMarkupFileSystem.php15 public static function getOrCreate(): MarkupFileSystem function in ComboStrap\\MarkupFileSystem
H A DFetcherPageBundler.php318 … $childrenPages = MarkupFileSystem::getOrCreate()->getChildren($indexPath, FileSystems::LEAF);
341 …$containerPages = MarkupFileSystem::getOrCreate()->getChildren($indexPath, FileSystems::CONTAINER);
H A DRouterBestEndPage.php36 $pagesWithSameName = Index::getOrCreate()
H A DLocalFileSystem.php20 public static function getOrCreate(): LocalFileSystem function in ComboStrap\\LocalFileSystem
H A DPageExplorerTag.php288 … $id = IdManager::getOrCreate()->generateNewHtmlIdForComponent(PageExplorerTag::CANONICAL);
H A DMarkupPath.php1921 Index::getOrCreate()->deletePage($this);
/plugin/combo/resources/snippet/js/
H A Dmetadata.js109 let managerModal = combo.Modal.getOrCreate(modalManagerId)
121 let modalViewer = combo.Modal.getOrCreate(modalViewerId)
H A Dquality.js17 let qualityMessageModal = combo.Modal.getOrCreate(modalQualityMessageId)
H A Dbacklink.js17 let backlinkModal = combo.Modal.getOrCreate(modalBacklinkId)
H A Dsubscribe.min.js1 …{body:n,method:"post"}),i=e.Html.createRandomIdWithPrefix(t),l=e.Modal.getOrCreate(i);let d,u=r.ta…
H A Dsubscribe.js22 let modal = combo.Modal.getOrCreate(idResultModal);
H A Dlightbox.js41 let lightBoxModel = combo.Modal.getOrCreate(lightBoxId);
H A Dcache.js19 .getOrCreate(modalBacklinkId)
/plugin/combo/action/
H A Droutermessage.php195 $pagesWithSameName = Index::getOrCreate()->getPagesWithSameLastName($pageOrigin);
/plugin/combo/resources/library/combo/
H A Dcombo.min.js29 …al=new c.Modal(this.modalRootHtmlElement,l),this.bootStrapModal}static getOrCreate(t){let e=N.getM…
H A Dcombo.min.js.map1getOrCreate(modalId) {\n let modal = ComboModal.getModal(modalId);\n if (modal === n…
/plugin/combo/resources/library/combo/dist/
H A Dcombo.min.js1 …urn d.toHtmlId(t)}},{key:"getOrCreateModal",value:function(t){return p.getOrCreate(t)}},{key:"remo…
H A Dcombo.min.js.map1getOrCreate(modalId) {\n let modal = ComboModal.getModal(modalId);\n if (modal === n…
/plugin/dirtylittlehelper/mermaid/editor/
Dbundle.js426getOrCreate=function(t){return o[t]||(o[t]=new e(t)),o[t]},e.prototype.whenLoaded=function(){retur…

12