Home
last modified time | relevance | path

Searched refs:AssetDir (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/ndk-0.3.0/src/
H A Dasset.rs49 pub fn open_dir(&self, filename: &CStr) -> Option<AssetDir> { in open_dir() argument
52 Some(AssetDir::from_ptr(NonNull::new(ptr)?)) in open_dir()
83 pub struct AssetDir { struct
90 impl Drop for AssetDir { implementation
96 impl AssetDir { implementation
134 impl Iterator for AssetDir { implementation
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/ndk-0.4.0/src/
H A Dasset.rs49 pub fn open_dir(&self, filename: &CStr) -> Option<AssetDir> { in open_dir() argument
52 Some(AssetDir::from_ptr(NonNull::new(ptr)?)) in open_dir()
83 pub struct AssetDir { struct
90 impl Drop for AssetDir { implementation
96 impl AssetDir { implementation
134 impl Iterator for AssetDir { implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/ndk-0.1.0/src/
H A Dasset.rs49 pub fn open_dir(&self, filename: &CStr) -> Option<AssetDir> { in open_dir() argument
52 Some(AssetDir::from_ptr(NonNull::new(ptr)?)) in open_dir()
83 pub struct AssetDir { struct
90 impl Drop for AssetDir { implementation
96 impl AssetDir { implementation
134 impl Iterator for AssetDir { implementation
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/ndk-0.2.1/src/
H A Dasset.rs49 pub fn open_dir(&self, filename: &CStr) -> Option<AssetDir> { in open_dir() argument
52 Some(AssetDir::from_ptr(NonNull::new(ptr)?)) in open_dir()
83 pub struct AssetDir { struct
90 impl Drop for AssetDir { implementation
96 impl AssetDir { impl
134 impl Iterator for AssetDir { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ndk-0.3.0/src/
H A Dasset.rs49 pub fn open_dir(&self, filename: &CStr) -> Option<AssetDir> { in open_dir() argument
52 Some(AssetDir::from_ptr(NonNull::new(ptr)?)) in open_dir()
83 pub struct AssetDir { struct
90 impl Drop for AssetDir { implementation
96 impl AssetDir { implementation
134 impl Iterator for AssetDir { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ndk-0.4.0/src/
H A Dasset.rs49 pub fn open_dir(&self, filename: &CStr) -> Option<AssetDir> { in open_dir() argument
52 Some(AssetDir::from_ptr(NonNull::new(ptr)?)) in open_dir()
83 pub struct AssetDir { struct
90 impl Drop for AssetDir { implementation
96 impl AssetDir { implementation
134 impl Iterator for AssetDir { implementation
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/ndk-0.1.0/src/
H A Dasset.rs49 pub fn open_dir(&self, filename: &CStr) -> Option<AssetDir> { in open_dir() argument
52 Some(AssetDir::from_ptr(NonNull::new(ptr)?)) in open_dir()
83 pub struct AssetDir { struct
90 impl Drop for AssetDir { implementation
96 impl AssetDir { impl
134 impl Iterator for AssetDir { implementation
/dports/devel/go-bindata-assetfs/go-bindata-assetfs-1.0.1/
H A DREADME.md45 &assetfs.AssetFS{Asset: Asset, AssetDir: AssetDir, AssetInfo: AssetInfo, Prefix: "data"}))
61 &assetfs.AssetFS{Asset: Asset, AssetDir: AssetDir, AssetInfo: AssetInfo, Prefix: "data", Fallback: …
/dports/security/vault/vault-1.8.2/vendor/github.com/elazarl/go-bindata-assetfs/
H A DREADME.md45 &assetfs.AssetFS{Asset: Asset, AssetDir: AssetDir, AssetInfo: AssetInfo, Prefix: "data"}))
61 &assetfs.AssetFS{Asset: Asset, AssetDir: AssetDir, AssetInfo: AssetInfo, Prefix: "data", Fallback: …
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/elazarl/go-bindata-assetfs/
H A DREADME.md45 &assetfs.AssetFS{Asset: Asset, AssetDir: AssetDir, AssetInfo: AssetInfo, Prefix: "data"}))
61 &assetfs.AssetFS{Asset: Asset, AssetDir: AssetDir, AssetInfo: AssetInfo, Prefix: "data", Fallback: …
/dports/sysutils/istio/istio-1.6.7/operator/pkg/vfs/
H A Dvfs.go35 _, err = AssetDir(path)
72 return AssetDir(path)
89 fs, _ := AssetDir(prefix)
/dports/net/rclone/rclone-1.57.0/backend/sharefile/
H A Dgenerate_tzdata.go14 var AssetDir http.FileSystem = http.Dir("./tzdata")
15 err := vfsgen.Generate(AssetDir, vfsgen.Options{
/dports/net/rclone/rclone-1.57.0/cmd/serve/dlna/data/
H A Dassets_generate.go16 var AssetDir http.FileSystem = http.Dir("./static")
17 err := vfsgen.Generate(AssetDir, vfsgen.Options{
/dports/net/rclone/rclone-1.57.0/cmd/serve/http/data/
H A Dassets_generate.go14 var AssetDir http.FileSystem = http.Dir("./templates")
15 err := vfsgen.Generate(AssetDir, vfsgen.Options{
/dports/devel/godot-tools/godot-3.2.3-stable/platform/android/java/lib/src/org/godotengine/godot/
H A DGodotIO.java251 class AssetDir { class in GodotIO
260 SparseArray<AssetDir> dirs;
264 AssetDir ad = new AssetDir(); in dir_open()
293 AssetDir ad = dirs.get(id); in dir_is_dir()
321 AssetDir ad = dirs.get(id); in dir_next()
349 dirs = new SparseArray<AssetDir>(); in GodotIO()
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/android/java/src/org/godotengine/godot/
H A DGodotIO.java266 class AssetDir { class in GodotIO
275 HashMap<Integer, AssetDir> dirs;
279 AssetDir ad = new AssetDir(); in dir_open()
308 AssetDir ad = dirs.get(id); in dir_is_dir()
337 AssetDir ad = dirs.get(id); in dir_next()
365 dirs = new HashMap<Integer, AssetDir>(); in GodotIO()
/dports/devel/godot2/godot-2.1.6-stable/platform/android/java/src/org/godotengine/godot/
H A DGodotIO.java266 class AssetDir { class in GodotIO
275 HashMap<Integer, AssetDir> dirs;
279 AssetDir ad = new AssetDir(); in dir_open()
308 AssetDir ad = dirs.get(id); in dir_is_dir()
337 AssetDir ad = dirs.get(id); in dir_next()
365 dirs = new HashMap<Integer, AssetDir>(); in GodotIO()
/dports/devel/godot/godot-3.2.3-stable/platform/android/java/lib/src/org/godotengine/godot/
H A DGodotIO.java251 class AssetDir { class in GodotIO
260 SparseArray<AssetDir> dirs;
264 AssetDir ad = new AssetDir(); in dir_open()
293 AssetDir ad = dirs.get(id); in dir_is_dir()
321 AssetDir ad = dirs.get(id); in dir_next()
349 dirs = new SparseArray<AssetDir>(); in GodotIO()
/dports/www/gotty/gotty-1.0.1/vendor/github.com/elazarl/go-bindata-assetfs/
H A Dassetfs.go94 _, err := fs.AssetDir(filepath.Join(name, child))
129 AssetDir func(path string) ([]string, error) member
142 if children, err := fs.AssetDir(name); err == nil {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-bindata/testdata/out/
H A Ddebug.go-bindata156 // AssetDir returns the file names below a certain
165 // then AssetDir("data") would return []string{"foo.txt", "img"}
166 // AssetDir("data/img") would return []string{"a.png", "b.png"}
167 // AssetDir("foo.txt") and AssetDir("notexist") would return an error
168 // AssetDir("") will return []string{"data"}.
169 func AssetDir(name string) ([]string, error) {
241 children, err := AssetDir(name)
/dports/devel/go-bindata/go-bindata-3.1.3/testdata/out/
H A Ddebug.go-bindata156 // AssetDir returns the file names below a certain
165 // then AssetDir("data") would return []string{"foo.txt", "img"}
166 // AssetDir("data/img") would return []string{"a.png", "b.png"}
167 // AssetDir("foo.txt") and AssetDir("notexist") would return an error
168 // AssetDir("") will return []string{"data"}.
169 func AssetDir(name string) ([]string, error) {
241 children, err := AssetDir(name)
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-bindata/go-bindata/testdata/out/
H A Ddebug.go-bindata156 // AssetDir returns the file names below a certain
165 // then AssetDir("data") would return []string{"foo.txt", "img"}
166 // AssetDir("data/img") would return []string{"a.png", "b.png"}
167 // AssetDir("foo.txt") and AssetDir("notexist") would return an error
168 // AssetDir("") will return []string{"data"}.
169 func AssetDir(name string) ([]string, error) {
241 children, err := AssetDir(name)
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/astaxie/beego/testdata/
H A Dbindata.go205 func AssetDir(name string) ([]string, error) { func
269 children, err := AssetDir(name)
294 return &assetfs.AssetFS{Asset: Asset, AssetDir: AssetDir, AssetInfo: assetInfo, Prefix: k}
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/elazarl/go-bindata-assetfs/
H A Dassetfs.go99 _, err := fs.AssetDir(filepath.Join(name, child))
134 AssetDir func(path string) ([]string, error) member
153 if children, err := fs.AssetDir(name); err == nil {
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/elazarl/go-bindata-assetfs/
H A Dassetfs.go99 _, err := fs.AssetDir(filepath.Join(name, child))
134 AssetDir func(path string) ([]string, error) member
153 if children, err := fs.AssetDir(name); err == nil {

123456789