Home
last modified time | relevance | path

Searched refs:file (Results 17876 – 17900 of 1678729) sorted by relevance

1...<<711712713714715716717718719720>>...67150

/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/fs2-0.4.3/src/
H A Dunix.rs14 pub fn duplicate(file: &File) -> Result<File> { in duplicate()
16 let fd = libc::dup(file.as_raw_fd()); in duplicate()
26 pub fn lock_shared(file: &File) -> Result<()> { in lock_shared()
27 flock(file, libc::LOCK_SH) in lock_shared()
31 flock(file, libc::LOCK_EX) in lock_exclusive()
35 flock(file, libc::LOCK_SH | libc::LOCK_NB) in try_lock_shared()
42 pub fn unlock(file: &File) -> Result<()> { in unlock()
43 flock(file, libc::LOCK_UN) in unlock()
109 let stat = try!(file.metadata()); in allocate()
132 file.set_len(len) in allocate()
[all …]
/dports/devel/p5-Test2-Harness/Test2-Harness-1.000082/t/integration/
H A Dpreload.t29 like($out->{output}, qr{PASSED.*no_preload\.tx}, 'Ran file "no_preload.tx"');
30 like($out->{output}, qr{PASSED.*aaa\.tx}, 'Ran file "aaa.tx"');
31 like($out->{output}, qr{PASSED.*bbb\.tx}, 'Ran file "bbb.tx"');
32 like($out->{output}, qr{PASSED.*ccc\.tx}, 'Ran file "ccc.tx"');
33 like($out->{output}, qr{PASSED.*simple_test\.tx}, 'Ran file "simple_test.tx"');
34 like($out->{output}, qr{PASSED.*preload_test\.tx}, 'Ran file "preload_test.tx"');
35 like($out->{output}, qr{PASSED.*fast\.tx}, 'Ran file "fast.tx"');
36 like($out->{output}, qr{PASSED.*slow\.tx}, 'Ran file "slow.tx"');
68 like($out->{output}, qr{PASSED.*aaa\.tx}, 'Ran file "aaa.tx"');
69 like($out->{output}, qr{PASSED.*bbb\.tx}, 'Ran file "bbb.tx"');
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/
H A Dtyping.rs65 let file = &db.parse(position.file_id); in on_char_typed() localVariable
69 let edit = on_char_typed_inner(file, position.offset, char_typed)?; in on_char_typed()
74 file: &Parse<SourceFile>, in on_char_typed_inner()
82 '.' => on_dot_typed(&file.tree(), offset), in on_char_typed_inner()
83 '=' => on_eq_typed(&file.tree(), offset), in on_char_typed_inner()
84 '>' => on_arrow_typed(&file.tree(), offset), in on_char_typed_inner()
85 '{' => on_opening_brace_typed(file, offset), in on_char_typed_inner()
107 let file = file.reparse(&Indel::delete(range)); in on_opening_brace_typed() localVariable
109 if let Some(edit) = brace_expr(&file.tree(), offset) { in on_opening_brace_typed()
113 if let Some(edit) = brace_use_path(&file.tree(), offset) { in on_opening_brace_typed()
[all …]
/dports/security/opensc/OpenSC-0.22.0/src/pkcs15init/
H A Drutoken_ecp.profile75 file-id = 0002;
85 file-id = 1000;
88 file-id = 1000;
112 file-id = 1001;
115 file-id = 1002;
118 file-id = 1003;
121 file-id = 1004;
127 file-id = 2F00;
135 file-id = 5000;
140 file-id = 5031;
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/doc/user/plugins-files/audio-midi-files/
H A Dfile-browser.rst3 See the file index.rst for copying conditions.
14 .. image:: /_static/img/file-browser.png
21 show its contents in the file list below.
26 :file:`Home` and :file:`Desktop`, which correspond
33 a directory in the file list and selecting
76 :ref:`file browser preferences <plugins-files/audio-midi-files/file-browser:Preferences>`.
83 :ref:`file browser preferences <plugins-files/audio-midi-files/file-browser:Preferences>`.
89 file list.
99 Stop playback of the selected file.
119 for the file browser.
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/myisam/
H A Drt_test.c92 MI_INFO *file; in run_test() local
175 error=mi_write(file,record); in run_test()
176 print_record(record,mi_position(file),"\n"); in run_test()
188 if ((error=read_with_pos(file,silent))) in run_test()
229 error=mi_delete(file,read_record); in run_test()
259 print_record(record,mi_position(file),"\n"); in run_test()
260 error=mi_update(file,read_record,record); in run_test()
268 if ((error=read_with_pos(file,silent))) in run_test()
303 error=mi_rfirst(file,read_record,0); in run_test()
314 if ((error=mi_rnext(file,read_record,0))) in run_test()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/myisam/
H A Drt_test.c92 MI_INFO *file; in run_test() local
175 error=mi_write(file,record); in run_test()
176 print_record(record,mi_position(file),"\n"); in run_test()
188 if ((error=read_with_pos(file,silent))) in run_test()
229 error=mi_delete(file,read_record); in run_test()
259 print_record(record,mi_position(file),"\n"); in run_test()
260 error=mi_update(file,read_record,record); in run_test()
268 if ((error=read_with_pos(file,silent))) in run_test()
303 error=mi_rfirst(file,read_record,0); in run_test()
314 if ((error=mi_rnext(file,read_record,0))) in run_test()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/myisam/
H A Drt_test.c92 MI_INFO *file; in run_test() local
175 error=mi_write(file,record); in run_test()
176 print_record(record,mi_position(file),"\n"); in run_test()
188 if ((error=read_with_pos(file,silent))) in run_test()
229 error=mi_delete(file,read_record); in run_test()
259 print_record(record,mi_position(file),"\n"); in run_test()
260 error=mi_update(file,read_record,record); in run_test()
268 if ((error=read_with_pos(file,silent))) in run_test()
303 error=mi_rfirst(file,read_record,0); in run_test()
314 if ((error=mi_rnext(file,read_record,0))) in run_test()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/myisam/
H A Drt_test.c92 MI_INFO *file; in run_test() local
176 error=mi_write(file,record); in run_test()
177 print_record(record,mi_position(file),"\n"); in run_test()
189 if ((error=read_with_pos(file,silent))) in run_test()
230 error=mi_delete(file,read_record); in run_test()
260 print_record(record,mi_position(file),"\n"); in run_test()
261 error=mi_update(file,read_record,record); in run_test()
269 if ((error=read_with_pos(file,silent))) in run_test()
304 error=mi_rfirst(file,read_record,0); in run_test()
315 if ((error=mi_rnext(file,read_record,0))) in run_test()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/myisam/
H A Drt_test.c92 MI_INFO *file; in run_test() local
175 error=mi_write(file,record); in run_test()
176 print_record(record,mi_position(file),"\n"); in run_test()
188 if ((error=read_with_pos(file,silent))) in run_test()
229 error=mi_delete(file,read_record); in run_test()
259 print_record(record,mi_position(file),"\n"); in run_test()
260 error=mi_update(file,read_record,record); in run_test()
268 if ((error=read_with_pos(file,silent))) in run_test()
303 error=mi_rfirst(file,read_record,0); in run_test()
314 if ((error=mi_rnext(file,read_record,0))) in run_test()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/myisam/
H A Drt_test.c98 MI_INFO *file; in run_test() local
179 error=mi_write(file,record); in run_test()
180 print_record(record,mi_position(file),"\n"); in run_test()
192 if ((error=read_with_pos(file,silent))) in run_test()
233 error=mi_delete(file,read_record); in run_test()
258 print_record(record,mi_position(file),"\n"); in run_test()
259 error=mi_update(file,read_record,record); in run_test()
267 if ((error=read_with_pos(file,silent))) in run_test()
301 error=mi_rfirst(file,read_record,0); in run_test()
312 if ((error=mi_rnext(file,read_record,0))) in run_test()
[all …]
/dports/www/nextcloud/nextcloud/lib/private/
H A DURLGenerator.php124 * @param string $file file
138 if (substr($file, -3) === 'php') {
143 $urlLinkTo .= ($file !== 'index.php') ? '/' . $file : '';
151 if (file_exists(\OC::$SERVERROOT . '/core/' . $file)) {
152 $urlLinkTo = \OC::$WEBROOT . '/core/' . $file;
157 $urlLinkTo = \OC::$WEBROOT . '/' . $file;
173 * @param string $file image name
181 $cacheKey = $appName.'-'.$file;
190 $basename = substr(basename($file),0,-4);
228 $path = \OC::$WEBROOT . "/$appName/img/$file";
[all …]
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/
H A Dmem.c312 malloc_debug_func(NULL, num, file, line, 0); in CRYPTO_malloc_locked()
314 ret = malloc_locked_ex_func(num, file, line); in CRYPTO_malloc_locked()
319 malloc_debug_func(ret, num, file, line, 1); in CRYPTO_malloc_locked()
355 malloc_debug_func(NULL, num, file, line, 0); in CRYPTO_malloc()
357 ret = malloc_ex_func(num, file, line); in CRYPTO_malloc()
362 malloc_debug_func(ret, num, file, line, 1); in CRYPTO_malloc()
380 return CRYPTO_malloc(num, file, line); in CRYPTO_realloc()
387 ret = realloc_ex_func(str, num, file, line); in CRYPTO_realloc()
404 return CRYPTO_malloc(num, file, line); in CRYPTO_realloc_clean()
418 ret = malloc_ex_func(num, file, line); in CRYPTO_realloc_clean()
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/seq_io/
H A Dtest_stream_record_reader_fasta.h162 file->close(); in SEQAN_DEFINE_TEST()
176 file->close(); in SEQAN_DEFINE_TEST()
190 file->close(); in SEQAN_DEFINE_TEST()
204 file->close(); in SEQAN_DEFINE_TEST()
213 file->close(); in SEQAN_DEFINE_TEST()
231 file->close(); in SEQAN_DEFINE_TEST()
249 file->close(); in SEQAN_DEFINE_TEST()
267 file->close(); in SEQAN_DEFINE_TEST()
285 file->close(); in SEQAN_DEFINE_TEST()
303 file->close(); in SEQAN_DEFINE_TEST()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/myisam/
H A Drt_test.c92 MI_INFO *file; in run_test() local
176 error=mi_write(file,record); in run_test()
177 print_record(record,mi_position(file),"\n"); in run_test()
189 if ((error=read_with_pos(file,silent))) in run_test()
230 error=mi_delete(file,read_record); in run_test()
260 print_record(record,mi_position(file),"\n"); in run_test()
261 error=mi_update(file,read_record,record); in run_test()
269 if ((error=read_with_pos(file,silent))) in run_test()
304 error=mi_rfirst(file,read_record,0); in run_test()
315 if ((error=mi_rnext(file,read_record,0))) in run_test()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/myisam/
H A Drt_test.c91 MI_INFO *file; in run_test() local
172 error=mi_write(file,record); in run_test()
173 print_record(record,mi_position(file),"\n"); in run_test()
185 if ((error=read_with_pos(file,silent))) in run_test()
226 error=mi_delete(file,read_record); in run_test()
251 print_record(record,mi_position(file),"\n"); in run_test()
252 error=mi_update(file,read_record,record); in run_test()
260 if ((error=read_with_pos(file,silent))) in run_test()
294 error=mi_rfirst(file,read_record,0); in run_test()
305 if ((error=mi_rnext(file,read_record,0))) in run_test()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/myisammrg/
H A Dha_myisammrg.cc423 (long) file, file->tables)); in open()
453 DBUG_ASSERT(this->file); in add_children_list()
766 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
886 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
1080 rc= myrg_close(file); in close()
1081 file= 0; in close()
1091 if (file->merge_insert_method == MERGE_INSERT_DISABLED || !file->tables) in write_row()
1272 for (table= file->open_tables; table != file->end_table; table++) in truncate()
1329 if (file->tables) in info()
1384 return(file && file->tables && file->children_attached); in extra()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/myisammrg/
H A Dha_myisammrg.cc423 (long) file, file->tables)); in open()
453 DBUG_ASSERT(this->file); in add_children_list()
766 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
886 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
1080 rc= myrg_close(file); in close()
1081 file= 0; in close()
1091 if (file->merge_insert_method == MERGE_INSERT_DISABLED || !file->tables) in write_row()
1272 for (table= file->open_tables; table != file->end_table; table++) in truncate()
1329 if (file->tables) in info()
1384 return(file && file->tables && file->children_attached); in extra()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/myisammrg/
H A Dha_myisammrg.cc423 (long) file, file->tables)); in open()
453 DBUG_ASSERT(this->file); in add_children_list()
766 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
886 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
1080 rc= myrg_close(file); in close()
1081 file= 0; in close()
1091 if (file->merge_insert_method == MERGE_INSERT_DISABLED || !file->tables) in write_row()
1272 for (table= file->open_tables; table != file->end_table; table++) in truncate()
1329 if (file->tables) in info()
1384 return(file && file->tables && file->children_attached); in extra()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/myisammrg/
H A Dha_myisammrg.cc363 assert(!this->file); in open()
421 (long) file, file->tables)); in open()
451 assert(this->file); in add_children_list()
768 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
815 assert(this->file); in attach_children()
888 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
966 assert(this->file); in detach_children()
1084 file= 0; in close()
1332 if (file->tables) in info()
1377 return(file && file->tables && file->children_attached); in extra()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/myisammrg/
H A Dha_myisammrg.cc363 assert(!this->file); in open()
421 (long) file, file->tables)); in open()
451 assert(this->file); in add_children_list()
768 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
815 assert(this->file); in attach_children()
888 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
966 assert(this->file); in detach_children()
1084 file= 0; in close()
1332 if (file->tables) in info()
1377 return(file && file->tables && file->children_attached); in extra()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/myisammrg/
H A Dha_myisammrg.cc363 assert(!this->file); in open()
421 (long) file, file->tables)); in open()
451 assert(this->file); in add_children_list()
768 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
815 assert(this->file); in attach_children()
888 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
966 assert(this->file); in detach_children()
1084 file= 0; in close()
1332 if (file->tables) in info()
1377 return(file && file->tables && file->children_attached); in extra()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/myisammrg/
H A Dha_myisammrg.cc363 assert(!this->file); in open()
421 (long) file, file->tables)); in open()
451 assert(this->file); in add_children_list()
768 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
815 assert(this->file); in attach_children()
888 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
966 assert(this->file); in detach_children()
1084 file= 0; in close()
1332 if (file->tables) in info()
1377 return(file && file->tables && file->children_attached); in extra()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/myisammrg/
H A Dha_myisammrg.cc421 (long) file, file->tables)); in open()
451 DBUG_ASSERT(this->file); in add_children_list()
768 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
888 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
1083 rc= myrg_close(file); in close()
1084 file= 0; in close()
1094 if (file->merge_insert_method == MERGE_INSERT_DISABLED || !file->tables) in write_row()
1275 for (my_table= file->open_tables; my_table != file->end_table; my_table++) in truncate()
1332 if (file->tables) in info()
1377 return(file && file->tables && file->children_attached); in extra()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/myisammrg/
H A Dha_myisammrg.cc423 (long) file, file->tables)); in open()
453 DBUG_ASSERT(this->file); in add_children_list()
766 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
886 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
1080 rc= myrg_close(file); in close()
1081 file= 0; in close()
1091 if (file->merge_insert_method == MERGE_INSERT_DISABLED || !file->tables) in write_row()
1272 for (table= file->open_tables; table != file->end_table; table++) in truncate()
1329 if (file->tables) in info()
1384 return(file && file->tables && file->children_attached); in extra()
[all …]

1...<<711712713714715716717718719720>>...67150