Home
last modified time | relevance | path

Searched refs:instancePath (Results 1 – 17 of 17) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/vultr/govultr/v2/
H A Dinstance.go11 const instancePath = "/v2/instances" const
255 uri := fmt.Sprintf("%s", instancePath)
272 uri := fmt.Sprintf("%s/%s", instancePath, instanceID)
289 uri := fmt.Sprintf("%s/%s", instancePath, instanceID)
301 uri := fmt.Sprintf("%s/%s", instancePath, instanceID)
347 uri := fmt.Sprintf("%s/%s/halt", instancePath, instanceID)
383 uri := fmt.Sprintf("%s/start", instancePath)
396 uri := fmt.Sprintf("%s/halt", instancePath)
409 uri := fmt.Sprintf("%s/reboot", instancePath)
516 uri := fmt.Sprintf("%s/%s/iso", instancePath, instanceID)
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/vultr/govultr/v2/
H A Dinstance.go11 const instancePath = "/v2/instances" const
255 uri := fmt.Sprintf("%s", instancePath)
272 uri := fmt.Sprintf("%s/%s", instancePath, instanceID)
289 uri := fmt.Sprintf("%s/%s", instancePath, instanceID)
301 uri := fmt.Sprintf("%s/%s", instancePath, instanceID)
347 uri := fmt.Sprintf("%s/%s/halt", instancePath, instanceID)
383 uri := fmt.Sprintf("%s/start", instancePath)
396 uri := fmt.Sprintf("%s/halt", instancePath)
409 uri := fmt.Sprintf("%s/reboot", instancePath)
516 uri := fmt.Sprintf("%s/%s/iso", instancePath, instanceID)
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/
H A DFileSystemAccess.java47 IPath instancePath = new Path(new File(location.getURL().getFile()).toString()); in getCacheLocation() local
49 return instancePath.append(".metadata/.plugins").append(Policy.PI_FILE_SYSTEM); //$NON-NLS-1$ in getCacheLocation()
/dports/devel/msbuild/msbuild-0.06/scripts/
H A DEnumerateMSBuild.ps133 $instancePath = $instance.installationPath variable
38 …ls -File -Recurse -Include ('*.dll', '*.exe') -Path "$instancePath\MSBuild\15.0\Bin" | % VersionIn… variable
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmGlobalVisualStudioVersionedGenerator.cxx569 std::string instancePath; in FindAuxToolset() local
570 this->GetVSInstance(instancePath); in FindAuxToolset()
571 cmSystemTools::ConvertToUnixSlashes(instancePath); in FindAuxToolset()
581 cmStrCat(instancePath, "/VC/Auxiliary/Build/"_s, twoComponent, in FindAuxToolset()
608 props = cmStrCat(instancePath, "/VC/Auxiliary/Build."_s, version, in FindAuxToolset()
614 props = cmStrCat(instancePath, "/VC/Auxiliary/Build/"_s, version, in FindAuxToolset()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmGlobalVisualStudioVersionedGenerator.cxx569 std::string instancePath; in FindAuxToolset() local
570 this->GetVSInstance(instancePath); in FindAuxToolset()
571 cmSystemTools::ConvertToUnixSlashes(instancePath); in FindAuxToolset()
581 cmStrCat(instancePath, "/VC/Auxiliary/Build/"_s, twoComponent, in FindAuxToolset()
608 props = cmStrCat(instancePath, "/VC/Auxiliary/Build."_s, version, in FindAuxToolset()
614 props = cmStrCat(instancePath, "/VC/Auxiliary/Build/"_s, version, in FindAuxToolset()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmGlobalVisualStudioVersionedGenerator.cxx569 std::string instancePath; in FindAuxToolset() local
570 this->GetVSInstance(instancePath); in FindAuxToolset()
571 cmSystemTools::ConvertToUnixSlashes(instancePath); in FindAuxToolset()
581 cmStrCat(instancePath, "/VC/Auxiliary/Build/"_s, twoComponent, in FindAuxToolset()
608 props = cmStrCat(instancePath, "/VC/Auxiliary/Build."_s, version, in FindAuxToolset()
614 props = cmStrCat(instancePath, "/VC/Auxiliary/Build/"_s, version, in FindAuxToolset()
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdImaging/
H A DinstanceAdapter.cpp115 SdfPath instancePath = prim.GetPath(); in _Populate() local
120 instancePath.GetString().c_str())) { in _Populate()
127 instancePath.GetString().c_str())) { in _Populate()
150 instancerChain = { instancePath }; in _Populate()
174 instancePath.GetText(), in _Populate()
202 instancerPath = instancePath; in _Populate()
365 if (it == instancePaths.end() || *it != instancePath) { in _Populate()
366 instancePaths.insert(it, instancePath); in _Populate()
370 instancerPath.GetText(), instancePath.GetText()); in _Populate()
415 depInstancePaths.push(instancePath); in _Populate()
[all …]
H A DpointInstancerAdapter.cpp1356 SdfPath instancePath = fqInstancer.GetPath(); in GetScenePrimPath() local
1358 SdfPathVector paths = { primPath, instancePath }; in GetScenePrimPath()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/
H A DIDEApplication.java373 String instancePath = launchData.getSelection(); in promptForWorkspace() local
374 if (instancePath == null) { in promptForWorkspace()
384 if (instancePath.length() <= 0) { in promptForWorkspace()
394 File workspace = new File(instancePath); in promptForWorkspace()
/dports/math/py-MutatorMath/MutatorMath-2.1.2/Lib/mutatorMath/ufo/
H A Ddocument.py648 instancePath = os.path.join(os.path.dirname(self.path), filename)
649 self.reportProgress("generate", 'start', instancePath)
651 self.logger.info("\tGenerating instance %s", os.path.basename(instancePath))
654 instanceObject = self._instanceWriterClass(instancePath,
661 self.results[filenameTokenForResults] = instancePath
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/src/org/eclipse/equinox/internal/p2/importexport/internal/wizard/
H A DImportFromInstallationPage.java52 private File instancePath = null; field in ImportFromInstallationPage
201 if (!p2DataArea.equals(instancePath)) { in validateDestinationGroup()
205 instancePath = p2DataArea; in validateDestinationGroup()
/dports/news/nzbget/nzbget-21.1/osx/
H A DDaemonController.m102 NSString* instancePath = [NSString stringWithUTF8String:pathbuf];
103 if ([instancePath hasSuffix:@".app/Contents/Resources/daemon/usr/local/bin/nzbget"]) {
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/designspaceLib/
H A D__init__.py853 instancePath = os.path.join(os.path.dirname(self.documentObject.path), filename)
855 instancePath = None
857 instanceObject.path = instancePath # absolute path to the instance
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/designspaceLib/
H A D__init__.py928 instancePath = os.path.join(os.path.dirname(self.documentObject.path), filename)
930 instancePath = None
932 instanceObject.path = instancePath # absolute path to the instance
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A Dstage.cpp2163 SdfPath instancePath = _instanceCache->GetMostAncestralInstancePath(p); in LoadAndUnload() local
2164 recomposePaths.push_back(instancePath.IsEmpty() ? p : instancePath); in LoadAndUnload()
2167 SdfPath instancePath = _instanceCache->GetMostAncestralInstancePath(p); in LoadAndUnload() local
2168 recomposePaths.push_back(instancePath.IsEmpty() ? p : instancePath); in LoadAndUnload()
2382 for (const SdfPath& instancePath : instancePaths) { in _GetInstancesForPrototype() local
2384 _GetPrimDataAtPathOrInPrototype(instancePath); in _GetInstancesForPrototype()
/dports/misc/usd/USD-21.11/pxr/usd/plugin/usdAbc/
H A DalembicReader.cpp3779 const SdfPath instancePath = parentPath.AppendChild(TfToken(name)); in _ReadPrim() local
3780 _PrimReaderContext primContext(context, object, instancePath); in _ReadPrim()