Home
last modified time | relevance | path

Searched refs:getRootFolder (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/www/nextcloud-groupfolders/groupfolders/lib/Mount/
H A DMountProvider.php96 …return $this->folderManager->getFoldersForUser($user, $this->getRootFolder()->getStorage()->getCac…
164 $cacheEntry = $this->getRootFolder()->getStorage()->getCache()->get($folder->getId());
167 $storage = $this->getRootFolder()->getStorage();
211 return $this->getRootFolder()->getInternalPath() . '/' . $folderId;
214 private function getRootFolder(): Folder { function in OCA\\GroupFolders\\Mount\\MountProvider
224 return $this->getRootFolder()->get((string)$id);
227 return $this->getRootFolder()->newFolder((string)$id);
/dports/www/ilias/ILIAS-5.4.25/Modules/Cloud/classes/
H A Dclass.ilObjCloud.php121 " root_folder = " . $ilDB->quote($this->getRootFolder(), "text") . "," .
165 $new_obj->setRootFolder($this->getRootFolder());
205 if ($this->currentUserIsOwner() || $no_check || $this->getRootFolder() == null) {
218 public function getRootFolder() function in ilObjCloud
H A Dclass.ilCloudPluginSettingsGUI.php124 $values["root_folder"] = $this->cloud_object->getRootFolder();
152 …til::normalizePath($this->form->getInput("root_folder")) != $this->cloud_object->getRootFolder()) {
154 …his->cloud_object->setRootId($this->getService()->getRootId($this->cloud_object->getRootFolder()));
/dports/www/ilias6/ILIAS-6.14/Modules/Cloud/classes/
H A Dclass.ilObjCloud.php122 " root_folder = " . $ilDB->quote($this->getRootFolder(), "text") . "," .
168 $new_obj->setRootFolder($this->getRootFolder());
210 if ($this->currentUserIsOwner() || $no_check || $this->getRootFolder() == null) {
224 public function getRootFolder() function in ilObjCloud
H A Dclass.ilCloudPluginSettingsGUI.php174 $values["root_folder"] = $this->cloud_object->getRootFolder();
208 …til::normalizePath($this->form->getInput("root_folder")) != $this->cloud_object->getRootFolder()) {
210 …his->cloud_object->setRootId($this->getService()->getRootId($this->cloud_object->getRootFolder()));
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/
H A DCollectionSystemManager.cpp195 if(mCustomCollectionsBundle->getRootFolder()->getChildren().size() > 0) in updateSystemsList()
247 FileData* rootFolder = curSys->getRootFolder(); in updateCollectionSystem()
473 FileData* rootFolder = sysData->getRootFolder(); in toggleGameInCollection()
548 FileData* rootFolder = sys->getRootFolder(); in getSystemToView()
550 FileData* bundleRootFolder = mCustomCollectionsBundle->getRootFolder(); in getSystemToView()
581 FileData* rootFolder = sys->getRootFolder(); in updateCollectionFolderMetadata()
711 FileData* rootFolder = newSys->getRootFolder(); in populateAutoCollection()
760 FileData* rootFolder = newSys->getRootFolder(); in populateCustomCollection()
806 FileData* customRoot = mCustomCollectionsBundle->getRootFolder(); in removeCollectionsFromDisplayedSystems()
846 FileData* newSysRootFolder = it->second.system->getRootFolder(); in addEnabledCollectionsToDisplayedSystems()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/reconciler/dropins/
H A DAbstractReconcilerTest.java278 File destinationParent = new File(output, getRootFolder() + target); in add()
287 File file = new File(output, getRootFolder() + "links/" + filename + ".link"); in createLinkFile()
302 File file = new File(output, getRootFolder() + "links/" + filename + ".link"); in removeLinkFile()
319 File folder = new File(output, getRootFolder() + target); in remove()
472 …File configLocation = new File(output, getRootFolder() + "configuration/org.eclipse.update/platfor… in getConfiguration()
473 File installLocation = new File(output, getRootFolder()); in getConfiguration()
495 File installLocation = new File(output, getRootFolder()); in save()
602 …File location = new File(output, getRootFolder() + "/p2/org.eclipse.equinox.p2.engine/profileRegis… in isInstalled()
611 …File location = new File(output, getRootFolder() + "/p2/org.eclipse.equinox.p2.engine/profileRegis… in getRemoteIU()
756 destination = new File(destination, getRootFolder() + "plugins"); in deleteVerifierBundle()
[all …]
/dports/mail/libvmime/vmime-0.9.2/tests/net/maildir/
H A DmaildirStoreTest.cpp227 vmime::shared_ptr <vmime::net::folder> rootFolder = store->getRootFolder();
257 vmime::shared_ptr <vmime::net::folder> rootFolder = store->getRootFolder();
289 vmime::shared_ptr <vmime::net::folder> rootFolder = store->getRootFolder();
350 vmime::shared_ptr <vmime::net::folder> rootFolder = store->getRootFolder();
391 vmime::shared_ptr <vmime::net::folder> rootFolder = store->getRootFolder();
429 vmime::shared_ptr <vmime::net::folder> rootFolder = store->getRootFolder();
455 vmime::shared_ptr <vmime::net::folder> rootFolder = store->getRootFolder();
/dports/multimedia/kdenlive/kdenlive-21.12.3/tests/
H A Dtest_utils.cpp18 REQUIRE(binModel->addItem(binClip, binModel->getRootFolder()->clipId(), undo, redo)); in createProducer()
41 REQUIRE(binModel->addItem(binClip, binModel->getRootFolder()->clipId(), undo, redo)); in createProducerWithSound()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/
H A DBrandP2Task.java104 super.setDestination(getRootFolder()); in execute()
110 FileUtils.deleteAll(new File(getRootFolder())); in execute()
121 URI destination = new Path(getRootFolder()).toFile().toURI(); in cleanupRepositories()
189 if (!new File(getRootFolder()).exists()) in callBrandingIron()
197 …d(ExecutablesDescriptor.createDescriptor(config.getOs(), launcherName, new File(getRootFolder()))); in callBrandingIron()
203 protected String getRootFolder() { in getRootFolder() method in BrandP2Task
252 File root = new File(getRootFolder()); in publishBrandedArtifact()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/views/
H A DViewController.cpp304 std::vector<FileData*> files = system->getRootFolder()->getFilesRecursive(GAME | FOLDER); in getGameListView()
324 view = std::shared_ptr<IGameListView>(new VideoGameListView(mWindow, system->getRootFolder())); in getGameListView()
327 … view = std::shared_ptr<IGameListView>(new DetailedGameListView(mWindow, system->getRootFolder())); in getGameListView()
330 view = std::shared_ptr<IGameListView>(new GridGameListView(mWindow, system->getRootFolder())); in getGameListView()
334 view = std::shared_ptr<IGameListView>(new BasicGameListView(mWindow, system->getRootFolder())); in getGameListView()
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/storage/fs/hfscommon/
H A DHFSCommonFileSystemHandler.java86 CommonHFSCatalogFolderRecord curFolder = view.getCatalogFile().getRootFolder(); in list()
101 return getEntry(view.getCatalogFile().getRootFolder(), path); in getEntry()
214 getRecord(view.getCatalogFile().getRootFolder(), absPath); in getRecord()
514 return new HFSCommonFSFolder(this, view.getCatalogFile().getRootFolder()); in getRoot()
/dports/www/moodle310/moodle/lib/spout/src/Spout/Writer/Common/Helper/
H A DFileSystemWithRootFolderHelperInterface.php25 public function getRootFolder(); function
/dports/www/moodle311/moodle/lib/spout/src/Spout/Writer/Common/Helper/
H A DFileSystemWithRootFolderHelperInterface.php25 public function getRootFolder(); function
/dports/www/moodle39/moodle/lib/spout/src/Spout/Writer/Common/Helper/
H A DFileSystemWithRootFolderHelperInterface.php25 public function getRootFolder(); function
/dports/net/libcmis/libcmis-0.5.2/src/libcmis/
H A Dgdrive-session.cxx128 return getRootFolder(); in getObject()
227 libcmis::FolderPtr GDriveSession::getRootFolder() in getRootFolder() function in GDriveSession
H A Dgdrive-session.hxx60 virtual libcmis::FolderPtr getRootFolder();
/dports/www/nextcloud-groupfolders/groupfolders/lib/AppInfo/
H A DApplication.php93 $c->getServer()->getRootFolder(),
131 return $c->getServer()->getRootFolder();
/dports/www/firefox-legacy/firefox-52.8.0esr/services/cloudsync/docs/
H A Dapi.md108 #### getRootFolder(name)
113 cloudSync.bookmarks.getRootFolder("My Bookmarks").then(
122 This is a root folder object for bookmarks, created by `cloudSync.bookmarks.getRootFolder`.
/dports/devel/py-zope.generations/zope.generations-3.7.1/src/zope/generations/
H A Dutility.py134 def getRootFolder(context): function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sharedinstall/
H A DInitialSharedInstallRealTest.java29 replaceDotEclipseProductFile(new File(output, getRootFolder()), "p2.automated.test", "1.0.1"); in testImportFromPreviousInstall()
/dports/net/libcmis/libcmis-0.5.2/inc/libcmis/
H A Dsession.hxx65 virtual FolderPtr getRootFolder()= 0;
/dports/www/owncloud/owncloud/apps/files_sharing/lib/AppInfo/
H A DApplication.php71 $server->getRootFolder(),
93 $server->getRootFolder(),
/dports/mail/libvmime/vmime-0.9.2/src/vmime/net/
H A Dstore.hpp67 virtual shared_ptr <folder> getRootFolder() = 0;
/dports/www/nextcloud/nextcloud/apps-pkg/dav/appinfo/v2/
H A Ddirect.php45 \OC::$server->getRootFolder(),

12345678