Home
last modified time | relevance | path

Searched refs:hide_file (Results 1 – 25 of 59) sorted by relevance

123

/dports/sysutils/dar/dar-2.5.14-bis/src/dar_suite/
H A Dhide_file.cpp30 hide_file::hide_file(generic_file &f) : generic_file(gf_read_only) in hide_file() function in hide_file
43 bool hide_file::skip(const infinint & pos) in skip()
63 bool hide_file::skip_to_eof() in skip_to_eof()
73 bool hide_file::skip_relative(S_I x) in skip_relative()
126 infinint hide_file::get_position() const in get_position()
141 U_I hide_file::inherited_read(char *a, U_I size) in inherited_read()
174 void hide_file::inherited_write(const char *a, size_t size) in inherited_write()
180 void hide_file::init() const in init()
182 hide_file *me = const_cast<hide_file *>(this); in init()
H A Dno_comment.hpp39 class no_comment : public hide_file
42 no_comment(generic_file &f) : hide_file(f) {}; in no_comment()
H A Dhide_file.hpp40 class hide_file : public generic_file class
43 hide_file(generic_file &f);
H A Dconfig_file.hpp39 class config_file : public hide_file
H A DMakefile.in107 dar.$(OBJEXT) dar_suite.$(OBJEXT) hide_file.$(OBJEXT) \
123 no_comment.$(OBJEXT) hide_file.$(OBJEXT)
135 dar.$(OBJEXT) dar_suite.$(OBJEXT) hide_file.$(OBJEXT) \
H A Dconfig_file.cpp36 config_file::config_file(const vector<string> & target, generic_file &f) : hide_file(f) in config_file()
/dports/devel/b2/B2_Command_Line_Tool-1.3.8/contrib/bash_completion/
H A Db212 'hide_file'
31 …local wants_bucket="@(delete_bucket|hide_file|list_file_names|list_file_versions|update_bucket|upl…
33 local wants_file="@(download_file_by_name|hide_file|list_file_names|list_file_versions)"
/dports/sysutils/fusefs-unionfs/unionfs-fuse-2.2/src/
H A Dgeneral.h25 int hide_file(const char *path, int branch_rw);
H A Dunlink.c47 if (hide_file(path, branch_rw) == -1) { in unlink_ro()
H A Dgeneral.c169 int hide_file(const char *path, int branch_rw) { in hide_file() function
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/
H A Dwindows_support.py12 def hide_file(path): function
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/setuptools/
H A Dwindows_support.py12 def hide_file(path): function
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/setuptools/
H A Dwindows_support.py12 def hide_file(path): function
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/
H A Dwindows_support.py12 def hide_file(path): function
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/
H A Dwindows_support.py12 def hide_file(path): function
/dports/devel/py-setuptools44/setuptools-44.1.1/setuptools/
H A Dwindows_support.py12 def hide_file(path): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/setuptools/
H A Dwindows_support.py12 def hide_file(path): function
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/setuptools/
H A Dwindows_support.py12 def hide_file(path): function
/dports/devel/b2/B2_Command_Line_Tool-1.3.8/b2/
H A Draw_api.py80 def hide_file(self, api_url, account_auth_token, bucket_id, file_name): member in AbstractRawApi
285 def hide_file(self, api_url, account_auth_token, bucket_id, file_name): member in B2RawApi
684 raw_api.hide_file(api_url, account_auth_token, bucket_id, file_name)
H A Dbucket.py616 def hide_file(self, file_name): member in Bucket
617 response = self.api.session.hide_file(self.id_, file_name)
/dports/textproc/augeas/augeas-1.12.0/lenses/
H A Dvsftpd.aug15 …asv_address|listen_address|user_config_dir|listen_address6|cmds_allowed|hide_file|deny_file|user_s…
/dports/devel/py-b2sdk/b2sdk-1.12.0/b2sdk/
H A Dsession.py216 def hide_file(self, bucket_id, file_name): member in B2Session
217 return self._wrap_default_token(self.raw_api.hide_file, bucket_id, file_name)
/dports/devel/b2/B2_Command_Line_Tool-1.3.8/b2/sync/
H A Daction.py105 bucket.hide_file(self.b2_file_name)
/dports/devel/py-b2sdk/b2sdk-1.12.0/doc/source/
H A Dtutorial.rst129 hide_file
/dports/sysutils/dar/dar-2.5.14-bis/po/
H A DPOTFILES.in49 ./src/dar_suite/hide_file.cpp
54 ./src/dar_suite/hide_file.hpp

123