Home
last modified time | relevance | path

Searched refs:idPath (Results 1 – 25 of 82) sorted by relevance

1234

/dports/www/nextcloud/nextcloud/3rdparty/php-opencloud/openstack/src/BlockStorage/v2/
H A DApi.php71 'id' => $this->params->idPath(),
83 'id' => $this->params->idPath(),
95 'params' => ['id' => $this->params->idPath()],
104 'params' => ['id' => $this->params->idPath()],
114 'id' => $this->params->idPath(),
149 'id' => $this->params->idPath(),
161 'params' => ['id' => $this->params->idPath()],
228 'id' => $this->params->idPath(),
259 'id' => $this->params->idPath(),
316 'id' => $this->params->idPath(),
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/php-opencloud/openstack/src/Images/v2/
H A DApi.php64 'params' => ['id' => $this->params->idPath()],
74 'id' => $this->params->idPath(),
86 'params' => ['id' => $this->params->idPath()],
114 'id' => $this->params->idPath(),
145 'imageId' => $this->params->idPath(),
166 'imageId' => $this->params->idPath(),
167 'id' => $this->params->idPath(),
178 'imageId' => $this->params->idPath(),
179 'id' => $this->params->idPath(),
190 'imageId' => $this->params->idPath(),
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/balancer/
H A DNameNodeConnector.java83 Map<URI, List<Path>> namenodes, String name, Path idPath, in newNameNodeConnectors() argument
89 idPath, entry.getValue(), conf, maxIdleIterations); in newNameNodeConnectors()
110 private final Path idPath; field in NameNodeConnector
123 this.idPath = idPath; in NameNodeConnector()
223 if (fs.exists(idPath)) { in checkAndMarkRunning()
226 IOUtils.closeStream(fs.append(idPath)); in checkAndMarkRunning()
227 fs.delete(idPath, true); in checkAndMarkRunning()
229 final FSDataOutputStream fsout = fs.create(idPath, false); in checkAndMarkRunning()
231 fs.deleteOnExit(idPath); in checkAndMarkRunning()
254 fs.delete(idPath, true); in close()
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Extensions/Layer3/
H A DApi.php50 'id' => $this->params->idPath(),
65 'id' => $this->params->idPath(),
77 'id' => $this->params->idPath(),
118 'id' => $this->params->idPath(),
132 'id' => $this->params->idPath(),
143 'id' => $this->params->idPath(),
154 'id' => $this->params->idPath(),
167 'id' => $this->params->idPath(),
/dports/www/nextcloud/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/
H A DApi.php261 'params' => ['id' => $this->params->idPath()],
294 'params' => ['id' => $this->params->idPath()],
352 'tenantId' => $this->params->idPath(),
400 'id' => $this->params->idPath(),
414 'id' => $this->params->idPath(),
478 'id' => $this->params->idPath(),
542 'id' => $this->params->idPath(),
564 'id' => $this->params->idPath('member'),
609 'id' => $this->params->idPath(),
651 'id' => $this->params->idPath(),
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/resourcemanager/
H A Dresourcemanager.cpp360 bool addResource(const std::string &idPath, in addResource() argument
366 resource->mIdPath = idPath; in addResource()
372 mResources[idPath] = resource; in addResource()
386 bool isInCache(const std::string &idPath) in isInCache() argument
415 resIter = mOrphanedResources.find(idPath); in getFromCache()
428 Resource *get(const std::string &idPath, in get() argument
433 Resource *resource = getFromCache(idPath); in get()
441 resource->mIdPath = idPath; in get()
447 mResources[idPath] = resource; in get()
455 Resource *resource = fun(data, idPath); in get()
[all …]
H A Dresourcemanager.h58 Resource *get(const std::string &idPath,
62 Resource *getFromCache(const std::string &idPath) A_WARN_UNUSED;
67 bool addResource(const std::string &idPath,
107 bool isInCache(const std::string &idPath) A_WARN_UNUSED;
109 Resource *getTempResource(const std::string &idPath) A_WARN_UNUSED;
/dports/www/nextcloud/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Extensions/SecurityGroups/
H A DApi.php64 'id' => $this->params->idPath(),
83 'id' => $this->params->idPath(),
100 'id' => $this->params->idPath(),
156 'id' => $this->params->idPath(),
173 'id' => $this->params->idPath(),
/dports/emulators/cemu/CEmu-1.3/gui/qt/
H A Dipc.cpp82 QString idPath = configPath + QStringLiteral("/id/"); in idOpen() local
83 QString idFile = idPath + name; in idOpen()
91 QString idPath = configPath + QStringLiteral("/id/"); in ipcSetup() local
92 QString idFile = idPath + id; in ipcSetup()
95 config.mkpath(idPath); in ipcSetup()
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/loaders/
H A Dxmlloader.cpp56 XML::Document *Loader::getXml(const std::string &idPath, in getXml() argument
60 ResourceLoader rl = { idPath, useResman, skipError }; in getXml()
62 "xml_" + idPath, ResourceLoader::load, &rl)); in getXml()
H A Dsoundloader.cpp71 SoundEffect *Loader::getSoundEffect(const std::string &idPath) in getSoundEffect() argument
73 ResourceLoader rl = { idPath }; in getSoundEffect()
75 "sound_" + idPath, ResourceLoader::load, &rl)); in getSoundEffect()
H A Dmusicloader.cpp74 SDLMusic *Loader::getMusic(const std::string &idPath) in getMusic() argument
76 ResourceLoader rl = { idPath }; in getMusic()
78 "music_" + idPath, ResourceLoader::load, &rl)); in getMusic()
H A Dimageloader.cpp86 Image *Loader::getImage(const std::string &idPath) in getImage() argument
88 DyedImageLoader rl = { idPath }; in getImage()
89 return static_cast<Image*>(ResourceManager::get(idPath, in getImage()
H A Drescaledloader.cpp72 const std::string idPath = image->mIdPath + strprintf( in getRescaled() local
76 ResourceManager::get(idPath, RescaledLoader::load, &rl)); in getRescaled()
H A Dmusicloader.h39 SDLMusic *getMusic(const std::string &idPath) A_WARN_UNUSED;
H A Dsoundloader.h39 SoundEffect *getSoundEffect(const std::string &idPath) A_WARN_UNUSED;
H A Dimageloader.h39 Image *getImage(const std::string &idPath) A_WARN_UNUSED;
H A Dxmlloader.h33 XML::Document *getXml(const std::string &idPath,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/
H A DActionUtil.java94 String idPath) { in runActionUsingPath() argument
95 IContributionItem item = mgr.findUsingPath(idPath); in runActionUsingPath()
109 String idPath) { in runActionUsingPath() argument
112 runActionUsingPath(test, mgr, idPath); in runActionUsingPath()
/dports/science/openbabel/openbabel-3.1.1/test/
H A Dlssrtest.cpp27 std::vector<unsigned long> idPath; in getIdRingPaths() local
29 idPath.push_back(mol.GetAtom(ring->_path[j])->GetId()); in getIdRingPaths()
32 std::sort(idPath.begin(), idPath.end()); in getIdRingPaths()
33 idPaths.push_back(idPath); in getIdRingPaths()
/dports/www/elgg/elgg-3.3.23/vendor/cakephp/collection/
H A DCollectionInterface.php697 * @param callable|string $idPath the column name path to use for determining
704 public function nest($idPath, $parentPath, $nestingKey = 'children'); argument
H A DCollectionTrait.php608 public function nest($idPath, $parentPath, $nestingKey = 'children') argument
611 $idPath = $this->_propertyExtractor($idPath);
615 … $mapper = function ($row, $key, $mapReduce) use (&$parents, $idPath, $parentPath, $nestingKey) {
617 $id = $idPath($row, $key);
/dports/sysutils/terraform/terraform-1.0.11/internal/communicator/ssh/
H A Dprovisioner.go482 idPath, err := filepath.Abs(id)
489 paths := []string{idPath}
491 if !strings.HasSuffix(idPath, ".pub") {
492 paths = append(paths, idPath+".pub")
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dblock_disk_store.go123 func (s *blockDiskStore) idPath(id kbfsblock.ID) string { func
147 return ioutil.WriteFile(s.idPath(id), []byte(id.String()), 0600)
532 idPath := filepath.Join(
534 idBytes, err := ioutil.ReadFile(idPath)
/dports/www/nextcloud/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Api/
H A DAbstractParams.php65 public function idPath(): array function in OpenStack\\Common\\Api\\AbstractParams

1234