Home
last modified time | relevance | path

Searched defs:file_type (Results 1 – 25 of 2637) sorted by relevance

12345678910>>...106

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/files/
H A DFileType.cpp11 FileType get_file_type(const td_api::FileType &file_type) { in get_file_type()
51 tl_object_ptr<td_api::FileType> get_file_type_object(FileType file_type) { in get_file_type_object()
98 FileType get_main_file_type(FileType file_type) { in get_main_file_type()
111 CSlice get_file_type_name(FileType file_type) { in get_file_type_name()
157 StringBuilder &operator<<(StringBuilder &string_builder, FileType file_type) { in operator <<()
161 FileDirType get_file_dir_type(FileType file_type) { in get_file_dir_type()
179 bool is_file_big(FileType file_type, int64 expected_size) { in is_file_big()
/dports/sysutils/lsd/lsd-0.20.1/src/meta/
H A Dindicator.rs45 let file_type = Indicator::from(FileType::Directory { uid: false }); in test_directory_indicator() localVariable
55 let file_type = Indicator::from(FileType::File { in test_executable_file_indicator() localVariable
68 let file_type = Indicator::from(FileType::Socket); in test_socket_indicator() localVariable
78 let file_type = Indicator::from(FileType::SymLink { is_dir: false }); in test_symlink_indicator() localVariable
81 let file_type = Indicator::from(FileType::SymLink { is_dir: true }); in test_symlink_indicator() localVariable
91 let file_type = Indicator::from(FileType::File { in test_not_represented_indicator() localVariable
H A Dfiletype.rs27 let file_type = meta.file_type(); in new() localVariable
62 let file_type = meta.file_type(); in new() localVariable
136 let file_type = FileType::new(&meta, None, &Permissions::from(&meta)); in test_file_type() localVariable
149 let file_type = FileType::new(&metadata, None, &meta.permissions); in test_dir_type() localVariable
171 let file_type = FileType::new(&meta, Some(&meta), &Permissions::from(&meta)); in test_symlink_type_file() localVariable
193 let file_type = FileType::new(&meta, Some(&meta), &Permissions::from(&meta)); in test_symlink_type_dir() localVariable
214 let file_type = FileType::new(&meta, None, &Permissions::from(&meta)); in test_pipe_type() localVariable
239 let file_type = FileType::new(&meta, None, &Permissions::from(&meta)); in test_char_device_type() localVariable
255 let file_type = FileType::new(&meta, None, &Permissions::from(&meta)); in test_socket_type() localVariable
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/files/
H A Dfile_enumerator_posix.cc34 bool ShouldShowSymLinks(int file_type) { in ShouldShowSymLinks()
38 bool ShouldShowSymLinks(int file_type) { in ShouldShowSymLinks()
44 bool ShouldTrackVisitedDirectories(int file_type) { in ShouldTrackVisitedDirectories()
48 bool ShouldTrackVisitedDirectories(int file_type) { in ShouldTrackVisitedDirectories()
81 int file_type) in FileEnumerator()
90 int file_type, in FileEnumerator()
100 int file_type, in FileEnumerator()
112 int file_type, in FileEnumerator()
H A Dfile_enumerator_win.cc68 int file_type) in FileEnumerator()
77 int file_type, in FileEnumerator()
87 int file_type, in FileEnumerator()
99 int file_type, in FileEnumerator()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/files/
H A Dfile_enumerator_posix.cc34 bool ShouldShowSymLinks(int file_type) { in ShouldShowSymLinks()
38 bool ShouldShowSymLinks(int file_type) { in ShouldShowSymLinks()
44 bool ShouldTrackVisitedDirectories(int file_type) { in ShouldTrackVisitedDirectories()
48 bool ShouldTrackVisitedDirectories(int file_type) { in ShouldTrackVisitedDirectories()
81 int file_type) in FileEnumerator()
90 int file_type, in FileEnumerator()
100 int file_type, in FileEnumerator()
112 int file_type, in FileEnumerator()
H A Dfile_enumerator_win.cc67 int file_type) in FileEnumerator()
76 int file_type, in FileEnumerator()
86 int file_type, in FileEnumerator()
98 int file_type, in FileEnumerator()
/dports/textproc/py-pyexcel-io/pyexcel-io-0.6.5/pyexcel_io/
H A Dmanager.py18 def register_stream_type(file_type, stream_type): argument
28 def get_io(file_type): argument
48 def get_io_type(file_type): argument
68 def register_a_file_type(file_type, stream_type, mime_type): argument
H A Dio.py25 def iget_data(afile, file_type=None, **keywords): argument
58 def get_data(afile, file_type=None, streaming=None, **keywords): argument
92 def _get_data(afile, file_type=None, **keywords): argument
108 def save_data(afile, data, file_type=None, **keywords): argument
150 file_type=None, argument
233 file_type=None, argument
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/image/
H A Dimage_io.cpp69 TypedImage LoadImage(std::istream& in, ImageFileType file_type) in LoadImage()
93 TypedImage LoadImage(const std::string& filename, ImageFileType file_type) in LoadImage()
117 ImageFileType file_type = FileType(filename); in LoadImage() local
121 …ar>& image, const pangolin::PixelFormat& fmt, std::ostream& out, ImageFileType file_type, bool top… in SaveImage()
143 …, const pangolin::PixelFormat& fmt, const std::string& filename, ImageFileType file_type, bool top… in SaveImage()
168 const ImageFileType file_type = FileTypeExtension(ext); in SaveImage() local
/dports/textproc/py-pyexcel-io/pyexcel-io-0.6.5/tests/
H A Dtest_new_csv_book.py14 file_type = "csv" variable in TestCSVReaders
49 file_type = "csv" variable in TestNewCSVReaders
81 file_type = "tsv" variable in TestTSVReaders
86 file_type = "csv" variable in TestReadMultipleSheets
158 file_type = "tsv" variable in TestTSVBookReaders
163 file_type = "csv" variable in TestWriteMultipleSheets
280 file_type = "tsv" variable in TestTSVWriteMultipleSheets
325 file_type = "csv" variable in TestWriter
356 file_type = "tsv" variable in TestTSVWriters
368 file_type = "csv" variable in TestMemoryWriter
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/serializers/
H A Dmerge_request_widget_entity.rb188 def head_pipeline_downloadable_path_for_report_type(file_type) argument
193 def base_pipeline_downloadable_path_for_report_type(file_type) argument
198 def merge_base_pipeline_downloadable_path_for_report_type(file_type) argument
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/bbmap/
H A Dbbmap.py71 def parse_logs(self, file_type, root, s_name, fn, f, **kw): argument
145 def plot(self, file_type): argument
154 def make_basic_table(self, file_type): argument
/dports/devel/ros-rosdistro/rosdistro-0.7.5/src/rosdistro/
H A Dverify.py98 def _reformat_files(index, dist_name, loader_function, yaml_url, file_type): argument
124 def _check_files_identical(index, dist_name, loader_function, yaml_url, file_type): argument
135 def _check_file_identical(dist_file, yaml_url, file_type): argument
160 def _yaml_header_lines(file_type, version): argument
/dports/www/netsurf/netsurf-3.10/frontends/riscos/
H A Dfiletype.c34 bits file_type; member
71 bits file_type, temp; in fetch_filetype() local
245 int file_type; in ro_content_filetype() local
288 int file_type, index; in ro_content_filetype_from_mime_type() local
331 bits file_type; in ro_filetype_from_unix_path() local
/dports/devel/py-trimesh/trimesh-3.5.25/trimesh/exchange/
H A Dload.py81 file_type=None, argument
175 file_type=None, argument
240 file_type=None, argument
456 file_type, argument
/dports/biology/bio-mocha/bcftools-1.14/
H A Dversion.c64 const char *hts_bcf_wmode(int file_type) in hts_bcf_wmode()
72 const char *hts_bcf_wmode2(int file_type, char *fname) in hts_bcf_wmode2()
83 void set_wmode(char dst[8], int file_type, char *fname, int clevel) in set_wmode()
/dports/biology/bcftools/bcftools-1.14/
H A Dversion.c64 const char *hts_bcf_wmode(int file_type) in hts_bcf_wmode()
72 const char *hts_bcf_wmode2(int file_type, char *fname) in hts_bcf_wmode2()
83 void set_wmode(char dst[8], int file_type, char *fname, int clevel) in set_wmode()
/dports/biology/py-pysam/pysam-0.18.0/bcftools/
H A Dversion.c64 const char *hts_bcf_wmode(int file_type) in hts_bcf_wmode()
72 const char *hts_bcf_wmode2(int file_type, char *fname) in hts_bcf_wmode2()
83 void set_wmode(char dst[8], int file_type, char *fname, int clevel) in set_wmode()
H A Dversion.c.pysam.c66 const char *hts_bcf_wmode(int file_type) in hts_bcf_wmode()
74 const char *hts_bcf_wmode2(int file_type, char *fname) in hts_bcf_wmode2()
85 void set_wmode(char dst[8], int file_type, char *fname, int clevel) in set_wmode()
/dports/audio/spectmorph/spectmorph-0.5.2/lib/
H A Dsmpcg32rng.hh14 * At the core, this pseudo random number generator uses the well known in OutFile()
21 * chooses the position of the genrator and the seed @a sequence parameter in OutFile()
42 /// Initialize and seed from @a seed_sequence. in OutFile()
43 template<class SeedSeq> in OutFile()
/dports/textproc/py-pyexcel-io/pyexcel-io-0.6.5/pyexcel_io/readers/
H A Dcsv_content.py9 def __init__(self, file_content, file_type, **keywords): argument
16 def convert_content_to_stream(file_content, file_type, **keywords): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/printing/
H A Dprint_dialog_cloud_win.cc50 const std::string& file_type) in PrintDataSetter()
91 const std::string& file_type, in CreatePrintDialog()
131 const std::string& file_type) { in CreatePrintDialogForFile()
153 std::string file_type = in CreatePrintDialogFromCommandLine() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud_win.cc50 const std::string& file_type) in PrintDataSetter()
91 const std::string& file_type, in CreatePrintDialog()
131 const std::string& file_type) { in CreatePrintDialogForFile()
153 std::string file_type = in CreatePrintDialogFromCommandLine() local
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/ci/
H A Dpipeline_artifact.rb45 def report_exists?(file_type) argument
51 def find_by_file_type(file_type) argument

12345678910>>...106