Home
last modified time | relevance | path

Searched +defs:add +defs:filename (Results 1 – 25 of 2888) sorted by relevance

12345678910>>...116

/dports/www/py-sentinelhub/sentinelhub-3.4.1/sentinelhub/
H A Dio_utils.py81 def read_tar(filename): argument
88 def read_tiff_image(filename): argument
98 def read_jp2_image(filename): argument
115 def read_image(filename): argument
125 def read_text(filename): argument
136 def _read_binary(filename): argument
156 def read_json(filename): argument
167 def read_xml(filename): argument
177 def read_numpy(filename): argument
187 def write_data(filename, data, data_format=None, compress=False, add=False): argument
[all …]
/dports/www/bolt/bolt-2.2.24/src/
H A DLibrary.php61 public static function getExtension($filename)
80 public static function safeFilename($filename)
139 public static function path($path, $param = array(), $add = '')
163 public static function redirect($path, $param = array(), $add = '')
245 public static function loadSerialize($filename, $silent = false)
308 public static function saveSerialize($filename, &$data)
H A DStack.php56 public function add($filename) function in Bolt\\Stack
74 public function delete($filename)
91 public function isOnStack($filename)
112 public function isStackable($filename)
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/search-tool/
H A Dlibrary.cc72 bool Library::filter_cb (const char * filename, void *) in filter_cb()
74 bool add = false; in filter_cb() local
104 String filename = m_playlist.entry_filename (entry); in begin_add() local
119 Index<PlaylistAddItem> add; in begin_add() local
147 String filename = m_playlist.entry_filename (entry); in add_complete() local
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/search-tool-qt/
H A Dlibrary.cc72 bool Library::filter_cb (const char * filename, void *) in filter_cb()
74 bool add = false; in filter_cb() local
104 String filename = m_playlist.entry_filename (entry); in begin_add() local
119 Index<PlaylistAddItem> add; in begin_add() local
148 String filename = m_playlist.entry_filename (entry); in add_complete() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dutils.d55 FileBuffer readFile(Loc loc, const(char)* filename) in readFile()
61 FileBuffer readFile(Loc loc, const(char)[] filename) in readFile()
81 extern (D) void writeFile(Loc loc, const(char)[] filename, const void[] data) in writeFile()
236 alias add = adds; in parseDigits() local
243 alias add = addu; in parseDigits() local
249 alias add = adds; in parseDigits() local
/dports/audio/spectmorph/spectmorph-0.5.2/lib/
H A Dsmzip.cc30 ZipReader::ZipReader (const string& filename) in ZipReader()
82 ZipReader::is_zip (const string& filename) in is_zip()
177 ZipWriter::ZipWriter (const string& filename) in ZipWriter()
261 ZipWriter::add (const string& filename, const vector<uint8_t>& data, Compress compress) in add() function in ZipWriter
287 ZipWriter::add (const string& filename, const string& text, Compress compress) in add() function in ZipWriter
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pycoverage/coverage/
H A Dfiles.py19 def relative_filename(self, filename): argument
31 def canonical_filename(self, filename): argument
50 def get_zip_data(self, filename): argument
110 def actual_path(filename): argument
115 def abs_file(filename): argument
123 def isabs_anywhere(filename): argument
159 def add(self, directory): member in TreeMatcher
223 def add(self, pattern, result): member in PathAliases
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pycoverage/coverage/
H A Dfiles.py19 def relative_filename(self, filename): argument
31 def canonical_filename(self, filename): argument
50 def get_zip_data(self, filename): argument
110 def actual_path(filename): argument
115 def abs_file(filename): argument
123 def isabs_anywhere(filename): argument
159 def add(self, directory): member in TreeMatcher
223 def add(self, pattern, result): member in PathAliases
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/third_party/coverage/
H A Dfiles.py19 def relative_filename(self, filename): argument
31 def canonical_filename(self, filename): argument
50 def get_zip_data(self, filename): argument
110 def actual_path(filename): argument
115 def abs_file(filename): argument
123 def isabs_anywhere(filename): argument
159 def add(self, directory): member in TreeMatcher
223 def add(self, pattern, result): member in PathAliases
/dports/finance/prestashop/prestashop/classes/
H A DPrestaShopBackup.php52 public function __construct($filename = null)
92 public function getRealBackupPath($filename = null)
117 public static function getBackupPath($filename = '')
146 public static function backupExist($filename)
223 public function add() function in PrestaShopBackupCore
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DPrestaShopBackup.php63 public function __construct($filename = null)
85 public function getRealBackupPath($filename = null)
113 public static function getBackupPath($filename = '')
145 public static function backupExist($filename)
225 public function add() function in PrestaShopBackupCore
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/core/
H A DerrorsContainer_inl.h34 void ErrorsContainer::Error(const std::wstring& filename, Idx line, Idx col, const wchar_t* msg) { in Error()
40 ErrorsContainer::Warning(const std::wstring& filename, Idx line, Idx col, const wchar_t* msg) { in Warning()
45 void ErrorsContainer::Exception(const std::wstring& filename, const wchar_t* msg) { in Exception()
50 void ErrorsContainer::add(ParseError error) { in add() function
61 const std::string& filename, in addError()
69 const std::string& filename, in addWarning()
76 void ErrorsContainer::addException(const std::string& msg, const std::string& filename) { in addException()
/dports/ftp/curlpp/curlpp-0.8.1/src/curlpp/
H A DForm.cpp107 curlpp::FormParts::File::File(const char * name, const char * filename) in File()
115 curlpp::FormParts::File::File(const char * name, const char * filename, const char * contentType) in File()
122 const std::string & filename) in File()
128 const std::string & filename, in File()
142 curlpp::FormParts::File::add(::curl_httppost ** first, in add() function in curlpp::FormParts::File
207 curlpp::FormParts::Content::add(::curl_httppost ** first, in add() function in curlpp::FormParts::Content
/dports/devel/pecl-swoole/swoole-4.8.5/src/protocol/
H A Dmime_type.cc391 static std::string get_suffix(const std::string &filename) { in get_suffix()
399 const std::string &get(const std::string &filename) { in get()
408 bool add(const std::string &suffix, const std::string &mime_type) { in add() function
430 bool exists(const std::string &filename) { in exists()
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/mvl/
H A DHomgInterestPointSet.cxx47 HomgInterestPointSet::HomgInterestPointSet(const char* filename, const HomgMetric& c) in HomgInterestPointSet()
151 bool HomgInterestPointSet::add(vgl_homg_point_2d<double> const& c) in add() function in HomgInterestPointSet
155 bool HomgInterestPointSet::add(const HomgPoint2D& c) in add() function in HomgInterestPointSet
161 bool HomgInterestPointSet::add(const HomgInterestPoint& c) in add() function in HomgInterestPointSet
167 bool HomgInterestPointSet::add(double x, double y) in add() function in HomgInterestPointSet
251 bool HomgInterestPointSet::read(const char* filename, const HomgMetric& c) in read()
282 bool HomgInterestPointSet::read(const char* filename, vil1_image const& /*src*/, const HomgMetric& … in read() argument
/dports/devel/zziplib/zziplib-0.13.72/docs/zzipdoc/
H A Ddocbookdocument.py14 def __init__(self, o, filename = None): argument
20 def add(self, text): member in DocbookDocument
40 def _filename(self, filename): argument
49 def save(self, filename = None): argument
56 def save_text(self, filename, text): argument
69 def save_all(self, filename): argument
/dports/www/hotcrp/hotcrp-2.102/lib/
H A Dzipdocument.php7 public $filename; variable in ZipDocument
21 function __construct($filename, $mimetype = "application/zip") {
89 private function _add($doc, $filename, $check_filename) {
146 function add($doc, $filename = null) { function in ZipDocument
150 function add_as($doc, $filename) {
/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/keystate/
H A Dzonelist_update.c44 static int zonelist_update(int add, int sockfd, const char* filename, const zone_db_t* zone, int co… in zonelist_update()
228 int zonelist_update_add(int sockfd, const char* filename, const zone_db_t* zone, int comment) { in zonelist_update_add()
232 int zonelist_update_delete(int sockfd, const char* filename, const zone_db_t* zone, int comment) { in zonelist_update_delete()
/dports/math/py-plastex/plasTeX-2.1/plasTeX/Base/LaTeX/
H A Dpyuca.py56 def add(self, key, value): member in Trie
75 def __init__(self, filename): argument
80 def load(self, filename): argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/
H A Dmake_archive.py173 def open_zip_archive_for_write(filename): argument
179 def add(self, filename, arcname): member in open_zip_archive_for_write.WrappedZipFile
/dports/devel/py-pysdl2/PySDL2-0.9.9/sdl2/ext/
H A Dresources.py22 def open_zipfile(archive, filename, directory=None): argument
57 def open_tarfile(archive, filename, directory=None, ftype=None): argument
110 def open_url(filename, basepath=None): argument
141 def _scanzip(self, filename): argument
155 def _scantar(self, filename, ftype=None): argument
176 def add(self, filename): member in Resources
192 def add_file(self, filename): argument
206 def add_archive(self, filename, typehint='zip'): argument
225 def get(self, filename): argument
247 def get_filelike(self, filename): argument
[all …]
/dports/databases/pgfouine/pgfouine-1.2/tests/simpletest/
H A Derrors.php39 function add($severity, $message, $filename, $line, $super_globals) { function in SimpleErrorQueue
129 function simpleTestErrorHandler($severity, $message, $filename, $line, $super_globals) {
/dports/math/primme/primme-3.2/Python/
H A Dcompare.py19 def add(id, tags, **args): member in stats
73 def dump(filename): argument
79 def load_reference(filename): argument
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/translations/
H A Dmsgfmt.py51 def add(ctxt, id, str, fuzzy): function
108 def make(filename, outfile): argument
237 def make_with_stats(filename, outfile): argument

12345678910>>...116