Home
last modified time | relevance | path

Searched refs:vfs_path (Results 1 – 25 of 77) sorted by relevance

1234

/dports/games/0ad/0ad-0.0.23b-alpha/source/tools/xmlvalidator/
H A Dvalidator.py11 def __init__(self, mod_name, vfs_path): argument
13 self.vfs_path = vfs_path
14 self.name = os.path.basename(vfs_path)
33 def __init__(self, mod_name, vfs_path): argument
35 self.vfs_path = vfs_path
36 self.name = os.path.basename(vfs_path)
62 def get_physical_path(self, mod_name, vfs_path): argument
65 def find_mod_files(self, mod_name, vfs_path, pattern): argument
84 def find_all_mods_files(self, vfs_path, pattern): argument
90 def find_materials(self, vfs_path): argument
[all …]
/dports/deskutils/egroupware/egroupware/api/src/Vfs/Dav/
H A DDirectory.php29 protected $vfs_path; variable in EGroupware\\Api\\Vfs\\Dav\\Directory
39 $this->vfs_path = rtrim($path, '/');
69 $path = $this->vfs_path . '/' . $name;
70 $vfs_path = $this->vfs_path . '/' . Vfs::encodePathComponent($name);
72 …if (!Vfs::file_exists($vfs_path)) throw new DAV\Exception\NotFound('File with name ' . $path . ' c…
74 if (Vfs::is_dir($vfs_path))
76 return new Directory($vfs_path);
80 return new File($vfs_path);
H A DFile.php30 protected $vfs_path; variable in EGroupware\\Api\\Vfs\\Dav\\File
40 $this->vfs_path = $path;
69 if (($stat = Vfs::stat($this->vfs_path, STREAM_URL_STAT_QUIET)))
85 return Vfs::mime_content_type($this->vfs_path);
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/core/
H A Dvfs.c72 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_vfs_select_fops() argument
76 const char *p = vfs_path; in lws_vfs_select_fops()
101 if (p >= vfs_path + pf->fi[n].len) in lws_vfs_select_fops()
120 lws_vfs_file_open(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_vfs_file_open() argument
126 selected = lws_vfs_select_fops(fops, vfs_path, &vpath); in lws_vfs_file_open()
128 return selected->LWS_FOP_OPEN(fops, vfs_path, vpath, flags); in lws_vfs_file_open()
/dports/devel/pear-VFS/VFS-0.3.0/data/VFS/
H A Dvfs.pgsql.sql6 vfs_path VARCHAR(255) NOT NULL, field
15 CREATE INDEX vfs_path_idx ON vfs (vfs_path);
H A Dvfs.sql6 vfs_path VARCHAR(255) NOT NULL, field
16 CREATE INDEX vfs_path_idx ON vfs (vfs_path);
H A Dmuvfs.sql6 vfs_path VARCHAR(255) NOT NULL, field
17 CREATE INDEX vfs_path_idx ON muvfs (vfs_path);
H A Dvfs.oci8.sql6 vfs_path VARCHAR2(255), field
15 CREATE INDEX vfs_path_idx ON vfs (vfs_path);
/dports/deskutils/egroupware/egroupware/api/src/Etemplate/Widget/
H A DLink.php200 $link['icon'] = Api\Link::vfs_path($link['app2'],$link['id2'],$link['id'],true);
239 $path = Api\Link::vfs_path($link['app2'],$link['id2'],$file['id']);
274 Api\Vfs::copy_files($files, Api\Link::vfs_path($app, $id, '', true));
278 …Api\Vfs::move_files($files, Api\Link::vfs_path($app, $id, '', true), $errs = array(), $moved = arr…
300 …Api\Vfs::copy_files([Api\Link::vfs_path($file_info['app2'], $file_info['id2'], $file_info['id'], t…
326 $app_path = Api\Link::vfs_path($app,$id,'',true);
H A DVfs.php71 $path = Api\Link::vfs_path($app,$id,'',true);
232 Api\Link::vfs_path($app, $id, Api\Vfs::basename($link['id']['tmp_name']), true);
384 $path = Api\Link::vfs_path($app,$id,'',true);
/dports/www/phpgroupware/phpgroupware-0.9.16.017/infolog/inc/
H A Dclass.bolink.inc.php523 function vfs_path($app,$id='',$file='') function in bolink
562 $dir=$this->vfs_path($app);
569 $dir=$this->vfs_path($app,$id);
576 $fname = $this->vfs_path($app,$id,$file['name']);
644 $file = $this->vfs_path($app,$id,$fname);
668 $attachments = $this->vfs->ls($this->vfs_path($app,$id,$filename),array(REALTIVE_NONE));
729 $attachments = $this->vfs->ls($this->vfs_path($app,$id),array(REALTIVE_NONE));
768 return $this->vfs->read($this->vfs_path($app,$id,$filename),array(RELATIVE_ROOT));
787 $link = $this->vfs->readlink ($this->vfs_path($app,$id,$filename), array (RELATIVE_ROOT));
/dports/net/libwebsockets/libwebsockets-v4.2.2/test-apps/
H A Dtest-server.c207 const char *vfs_path, const char *vpath, in test_server_fops_open() argument
213 fop_fd = fops_plat.open(fops, vfs_path, vpath, flags); in test_server_fops_open()
217 vfs_path, fop_fd, in test_server_fops_open()
220 lwsl_info("%s: open %s failed\n", __func__, vfs_path); in test_server_fops_open()
/dports/deskutils/egroupware/egroupware/addressbook/inc/
H A Dclass.addressbook_bo.inc.php245 $path = Api\Link::vfs_path('addressbook', $contact['id'], $file);
374 if (file_exists($path = Api\Link::vfs_path('addressbook', $contact['id'], $file)) &&
439 if (file_put_contents(Api\Link::vfs_path('addressbook', $id, $file), $matches[0]))
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/roles/http/server/
H A Dfops-zip.c318 lws_fops_zip_open(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_fops_zip_open() argument
339 if ((vpath - vfs_path - 1) < m) in lws_fops_zip_open()
340 m = lws_ptr_diff(vpath, vfs_path) - 1; in lws_fops_zip_open()
341 lws_strncpy(rp, vfs_path, (unsigned int)m + 1); in lws_fops_zip_open()
459 lwsl_err("zipped file %s compressed in unknown way (%d)\n", vfs_path, in lws_fops_zip_open()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/vfs/src/
H A Dlib.rs44 mod vfs_path; module
52 vfs_path::VfsPath,
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/vfs/src/
H A Dlib.rs44 mod vfs_path; module
52 vfs_path::VfsPath,
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kapp/
H A Dtokenizer.c352 VPath * vfs_path; in tokenize_file_and_progname_into_argv() local
353 rc = VFSManagerMakePath ( vfs_mgr, &vfs_path, "%s", filename ); in tokenize_file_and_progname_into_argv()
359 rc = VFSManagerOpenFileRead ( vfs_mgr, &my_file, vfs_path ); in tokenize_file_and_progname_into_argv()
407 rc2 = VPathRelease ( vfs_path ); in tokenize_file_and_progname_into_argv()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kapp/
H A Dtokenizer.c352 VPath * vfs_path; in tokenize_file_and_progname_into_argv() local
353 rc = VFSManagerMakePath ( vfs_mgr, &vfs_path, "%s", filename ); in tokenize_file_and_progname_into_argv()
359 rc = VFSManagerOpenFileRead ( vfs_mgr, &my_file, vfs_path ); in tokenize_file_and_progname_into_argv()
407 rc2 = VPathRelease ( vfs_path ); in tokenize_file_and_progname_into_argv()
/dports/deskutils/egroupware/egroupware/api/src/
H A DLink.php1001 …return self::mime_open(self::vfs_path($link['app2'],$link['id2'],$link['id'],true), $link['type']);
1112 $path = self::vfs_path($link['app2'], $link['id2'], $link['id'], true);
1195 static function vfs_path($app,$id='',$file='',$just_the_path=false) function in EGroupware\\Api\\Link
1252 $entry_dir = self::vfs_path($app, $id, Vfs::dirname($file['name']));
1257 $entry_dir = self::vfs_path($app,$id);
1294 $entry_dir = self::vfs_path($app, $id);
1323 $url = self::vfs_path($app,$id,$fname);
1366 $path = self::vfs_path($app,$id,$filename,true);
1455 $path = self::vfs_path($app,$id);
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/rust-analyzer/src/
H A Dreload.rs322 let vfs_path = vfs::VfsPath::from(path.to_path_buf()); in switch_workspaces() localVariable
323 if !mem_docs.contains(&vfs_path) { in switch_workspaces()
325 vfs.set_file_contents(vfs_path.clone(), contents); in switch_workspaces()
327 let res = vfs.file_id(&vfs_path); in switch_workspaces()
H A Dmain_loop.rs476 let version = from_proto::vfs_path(&url) in handle_event()
648 if let Ok(path) = from_proto::vfs_path(&params.text_document.uri) { in on_notification()
664 if let Ok(path) = from_proto::vfs_path(&params.text_document.uri) { in on_notification()
687 if let Ok(path) = from_proto::vfs_path(&params.text_document.uri) { in on_notification()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/rust-analyzer/src/
H A Dreload.rs322 let vfs_path = vfs::VfsPath::from(path.to_path_buf()); in switch_workspaces() localVariable
323 if !mem_docs.contains(&vfs_path) { in switch_workspaces()
325 vfs.set_file_contents(vfs_path.clone(), contents); in switch_workspaces()
327 let res = vfs.file_id(&vfs_path); in switch_workspaces()
H A Dmain_loop.rs476 let version = from_proto::vfs_path(&url) in handle_event()
647 if let Ok(path) = from_proto::vfs_path(&params.text_document.uri) { in on_notification()
663 if let Ok(path) = from_proto::vfs_path(&params.text_document.uri) { in on_notification()
686 if let Ok(path) = from_proto::vfs_path(&params.text_document.uri) { in on_notification()
/dports/deskutils/egroupware/egroupware/api/src/Contacts/
H A DPhoto.php80 …$this->path = Api\Link::vfs_path('addressbook', $this->contact['id'], Api\Contacts::FILES_PHOTO, t…
/dports/deskutils/egroupware/egroupware/bookmarks/inc/
H A Dclass.bookmarks_bo.inc.php110 $favicon = Link::vfs_path('bookmarks', $row['id'], 'favicon.png', true);
129 $favicon = Link::vfs_path('bookmarks', $id, 'favicon.png', true);
130 if(Vfs::is_dir(Link::vfs_path('bookmarks',$id)) && Vfs::stat($favicon))

1234