Home
last modified time | relevance | path

Searched defs:ResourcePath (Results 1 – 25 of 633) sorted by relevance

12345678910>>...26

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Forms/
H A DResourcePath.cs10 public struct ResourcePath : IEquatable<ResourcePath> struct
12 public string Path { get; set; }
13 public string InnerFile { get; set; }
14 public int InnerFileIndex { get; set; }
16 public bool Exists { get { return File.Exists(Path); } }
20 public string Folder { get { return System.IO.Path.GetDirectoryName(Path); } }
22 public string ReadablePath
34 public override string ToString() in ToString()
46 static public implicit operator ResourcePath(string path) in operator ResourcePath()
56 static public implicit operator string(ResourcePath resourcePath) in operator string()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/
H A Dwebui_util.h23 struct ResourcePath { struct
45 base::span<const ResourcePath> paths); argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/
H A Dwebui_util.h23 struct ResourcePath { struct
24 const char* path;
25 int id;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-workdocs/source/model/
H A DResourcePath.cpp21 ResourcePath::ResourcePath() : in ResourcePath() function in Aws::WorkDocs::Model::ResourcePath
26 ResourcePath::ResourcePath(JsonView jsonValue) : in ResourcePath() function in Aws::WorkDocs::Model::ResourcePath
/dports/net/proby/proby-1.0.2/cargo-crates/actix-router-0.2.4/src/
H A Dlib.rs16 pub trait ResourcePath { interface
26 impl<'a> ResourcePath for &'a str { impl
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-router-0.2.7/src/
H A Dlib.rs21 pub trait ResourcePath { interface
31 impl<'a> ResourcePath for &'a str { impl
H A Drouter.rs25 P: ResourcePath, in recognize()
38 P: ResourcePath, in recognize_mut()
56 P: ResourcePath, in recognize_checked()
74 P: ResourcePath, in recognize_mut_checked()
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/
H A Dutils.go61 func (r *ResourceID) ResourcePath() string { func
155 func ResourcePath(resource string, key *meta.Key) string { func
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-route53/include/aws/route53/model/
H A DResettableElementName.h21 ResourcePath, enumerator
/dports/misc/usd/USD-21.11/third_party/renderman-24/plugin/hdPrman/
H A DplugInfo.json8 "ResourcePath": "@PLUG_INFO_RESOURCE_PATH@", string
/dports/misc/usd/USD-21.11/pxr/imaging/hd/
H A DplugInfo.json7 "ResourcePath": "@PLUG_INFO_RESOURCE_PATH@", string
/dports/science/gramps/gramps-5.1.4/gramps/gen/utils/
H A Dresourcepath.py30 class ResourcePath: class
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DplugInfo.json9 "ResourcePath": "@PLUG_INFO_RESOURCE_PATH@", string
/dports/misc/usd/USD-21.11/pxr/imaging/hdx/
H A DplugInfo.json9 "ResourcePath": "@PLUG_INFO_RESOURCE_PATH@", string
/dports/misc/usd/USD-21.11/pxr/usd/usd/codegenTemplates/
H A DplugInfo.json10 "ResourcePath": "@PLUG_INFO_RESOURCE_PATH@", string
/dports/misc/usd/USD-21.11/pxr/imaging/glf/
H A DplugInfo.json9 "ResourcePath": "@PLUG_INFO_RESOURCE_PATH@", string
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/internal/schema2/
H A Dmodify_setting_request.go13 ResourcePath string `json:"ResourcePath,omitempty"` member
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/Microsoft/hcsshim/internal/schema2/
H A Dmodify_setting_request.go13 ResourcePath string `json:"ResourcePath,omitempty"` member
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/Microsoft/hcsshim/internal/schema2/
H A Dmodify_setting_request.go13 ResourcePath string `json:"ResourcePath,omitempty"` member
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/Microsoft/hcsshim/internal/schema2/
H A Dmodify_setting_request.go13 ResourcePath string `json:"ResourcePath,omitempty"` member
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/Microsoft/hcsshim/internal/schema2/
H A Dmodify_setting_request.go13 ResourcePath string `json:"ResourcePath,omitempty"` member
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/schema2/
H A Dmodify_setting_request.go13 ResourcePath string `json:"ResourcePath,omitempty"` member
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/internal/schema2/
H A Dmodify_setting_request.go13 ResourcePath string `json:"ResourcePath,omitempty"` member
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/hcs/schema2/
H A Dmodify_setting_request.go13 ResourcePath string `json:"ResourcePath,omitempty"` member
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/Microsoft/hcsshim/internal/schema2/
H A Dmodify_setting_request.go13 ResourcePath string `json:"ResourcePath,omitempty"` member

12345678910>>...26