Home
last modified time | relevance | path

Searched refs:first_file (Results 1 – 25 of 704) sorted by relevance

12345678910>>...29

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/requests/api/graphql/packages/
H A Dhelm_spec.rb37 'channel' => first_file.helm_file_metadatum.channel
40 'name' => first_file.helm_file_metadatum.metadata['name'],
41 'home' => first_file.helm_file_metadatum.metadata['home'],
42 'sources' => first_file.helm_file_metadatum.metadata['sources'],
43 'version' => first_file.helm_file_metadatum.metadata['version'],
45 'keywords' => first_file.helm_file_metadatum.metadata['keywords'],
47 'icon' => first_file.helm_file_metadatum.metadata['icon'],
48 'apiVersion' => first_file.helm_file_metadatum.metadata['apiVersion'],
49 'condition' => first_file.helm_file_metadatum.metadata['condition'],
50 'tags' => first_file.helm_file_metadatum.metadata['tags'],
[all …]
H A Dconan_spec.rb51 'id' => global_id_of(first_file.conan_file_metadatum),
52 'packageRevision' => first_file.conan_file_metadatum.package_revision,
53 'conanPackageReference' => first_file.conan_file_metadatum.conan_package_reference,
54 'recipeRevision' => first_file.conan_file_metadatum.recipe_revision,
55 'conanFileType' => first_file.conan_file_metadatum.conan_file_type.upcase
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/profile/
H A Dprof_set.c35 file = profile->first_file; in rw_setup()
107 k5_mutex_lock(&profile->first_file->data->lock); in profile_update_relation()
108 section = profile->first_file->data->root; in profile_update_relation()
129 k5_mutex_unlock(&profile->first_file->data->lock); in profile_update_relation()
161 section = profile->first_file->data->root; in profile_clear_relation()
213 k5_mutex_lock(&profile->first_file->data->lock); in profile_rename_section()
214 section = profile->first_file->data->root; in profile_rename_section()
235 k5_mutex_unlock(&profile->first_file->data->lock); in profile_rename_section()
271 k5_mutex_lock(&profile->first_file->data->lock); in profile_add_relation()
272 section = profile->first_file->data->root; in profile_add_relation()
[all …]
H A Dprof_init.c214 profile->first_file = new_file; in profile_init_flags()
387 if (profile->first_file) in profile_is_writable()
410 if (profile->first_file) in profile_is_modified()
428 if (profile->first_file) in profile_flush()
429 return profile_flush_file(profile->first_file); in profile_flush()
443 if (profile->first_file) in profile_flush_to_file()
444 return profile_flush_file_to_file(profile->first_file, in profile_flush_to_file()
488 for (p = profile->first_file; p; p = next) { in profile_abandon()
512 for (p = profile->first_file; p; p = next) { in profile_release()
531 for (pfp = profile->first_file; pfp; pfp = pfp->next) { in profile_ser_size()
[all …]
/dports/security/krb5/krb5-1.19.2/src/util/profile/
H A Dprof_set.c35 file = profile->first_file; in rw_setup()
107 k5_mutex_lock(&profile->first_file->data->lock); in profile_update_relation()
108 section = profile->first_file->data->root; in profile_update_relation()
129 k5_mutex_unlock(&profile->first_file->data->lock); in profile_update_relation()
161 section = profile->first_file->data->root; in profile_clear_relation()
213 k5_mutex_lock(&profile->first_file->data->lock); in profile_rename_section()
214 section = profile->first_file->data->root; in profile_rename_section()
235 k5_mutex_unlock(&profile->first_file->data->lock); in profile_rename_section()
271 k5_mutex_lock(&profile->first_file->data->lock); in profile_add_relation()
272 section = profile->first_file->data->root; in profile_add_relation()
[all …]
H A Dprof_init.c214 profile->first_file = new_file; in profile_init_flags()
387 if (profile->first_file) in profile_is_writable()
410 if (profile->first_file) in profile_is_modified()
428 if (profile->first_file) in profile_flush()
429 return profile_flush_file(profile->first_file); in profile_flush()
443 if (profile->first_file) in profile_flush_to_file()
444 return profile_flush_file_to_file(profile->first_file, in profile_flush_to_file()
488 for (p = profile->first_file; p; p = next) { in profile_abandon()
512 for (p = profile->first_file; p; p = next) { in profile_release()
531 for (pfp = profile->first_file; pfp; pfp = pfp->next) { in profile_ser_size()
[all …]
/dports/x11-fm/nautilus/nautilus-41.1/test/automated/displayless/
H A Dtest-file-utilities.c110 g_autoptr (NautilusFile) first_file = NULL; in test_multiple_files_different_medium()
124 nautilus_directory_add_file (directory, first_file); in test_multiple_files_different_medium()
125 g_assert_true (NAUTILUS_IS_FILE (first_file)); in test_multiple_files_different_medium()
133 nautilus_directory_add_file (directory, first_file); in test_multiple_files_different_medium()
136 g_assert_true (NAUTILUS_IS_FILE (first_file)); in test_multiple_files_different_medium()
138 first_selection = g_list_append (first_selection, g_object_ref (first_file)); in test_multiple_files_different_medium()
173 g_autoptr (NautilusFile) first_file = NULL; in test_multiple_files_different_large()
187 nautilus_directory_add_file (directory, first_file); in test_multiple_files_different_large()
188 g_assert_true (NAUTILUS_IS_FILE (first_file)); in test_multiple_files_different_large()
196 nautilus_directory_add_file (directory, first_file); in test_multiple_files_different_large()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/shared_examples/requests/api/graphql/packages/
H A Dpackage_details_shared_examples.rb32 'id' => global_id_of(first_file),
33 'fileName' => first_file.file_name,
34 'size' => first_file.size.to_s,
35 'downloadPath' => first_file.download_path,
36 'fileSha1' => first_file.file_sha1,
37 'fileMd5' => first_file.file_md5,
38 'fileSha256' => first_file.file_sha256
/dports/www/ilias6/ILIAS-6.14/Modules/File/classes/Sanitation/
H A DFilePathSanitizer.php104 $first_file = reset($this->fs->listContents($dirname));
110 if ($first_file instanceof \ILIAS\Filesystem\DTO\Metadata) {
112 $valid_filename = $this->santitizeFilename($first_file->getPath());
115 $this->fs->rename($first_file->getPath(), $valid_filename);
130 $first_file = $scandir[2];
131 if (is_file($first_file)) {
132 $valid_filename = $this->santitizeFilename($first_file);
133 if (rename($first_file, $valid_filename)) {
138 throw new Exception("is not a file: " . $first_file);
182 private function santitizeFilename($first_file) argument
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/File/classes/Sanitation/
H A DFilePathSanitizer.php116 $first_file = reset($this->fs->listContents($dirname));
122 if ($first_file instanceof \ILIAS\Filesystem\DTO\Metadata) {
124 $valid_filename = $this->santitizeFilename($first_file->getPath());
127 $this->fs->rename($first_file->getPath(), $valid_filename);
142 $first_file = $scandir[2];
143 if (is_file($first_file)) {
144 $valid_filename = $this->santitizeFilename($first_file);
145 if (rename($first_file, $valid_filename)) {
150 throw new Exception("is not a file: " . $first_file);
194 private function santitizeFilename($first_file) argument
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/dos/
H A Ddrive_virtual.cpp40 static VFILE_Block * first_file; variable
49 new_file->next = first_file; in VFILE_Register()
50 first_file = new_file; in VFILE_Register()
54 VFILE_Block * chan = first_file; in VFILE_Remove()
55 VFILE_Block * * where = &first_file; in VFILE_Remove()
59 if (chan == first_file) first_file = chan->next; in VFILE_Remove()
149 VFILE_Block * cur_file = first_file; in FileOpen()
185 VFILE_Block * cur_file = first_file; in FileStat()
200 VFILE_Block * cur_file = first_file; in FileExists()
209 search_file = first_file; in FindFirst()
[all …]
/dports/emulators/dosbox/dosbox-0.74-3/src/dos/
H A Ddrive_virtual.cpp39 static VFILE_Block * first_file; variable
48 new_file->next=first_file; in VFILE_Register()
49 first_file=new_file; in VFILE_Register()
53 VFILE_Block * chan=first_file; in VFILE_Remove()
54 VFILE_Block * * where=&first_file; in VFILE_Remove()
58 if(chan == first_file) first_file = chan->next; in VFILE_Remove()
145 VFILE_Block * cur_file=first_file; in FileOpen()
180 VFILE_Block * cur_file=first_file; in FileStat()
195 VFILE_Block * cur_file=first_file; in FileExists()
204 search_file=first_file; in FindFirst()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/frontend/
H A Dfrontend_salamander.c43 static void find_first_libretro_core(char *first_file, in find_first_libretro_core() argument
84 strlcpy(first_file, fname, size_of_first_file); in find_first_libretro_core()
90 strlcpy(first_file, fname, size_of_first_file); in find_first_libretro_core()
91 RARCH_LOG("First found libretro core is: \"%s\".\n", first_file); in find_first_libretro_core()
105 char first_file[PATH_MAX_LENGTH] = {0}; in find_and_set_first_file() local
106 find_first_libretro_core(first_file, sizeof(first_file), in find_and_set_first_file()
109 if (string_is_empty(first_file)) in find_and_set_first_file()
115 fill_pathname_join(s, g_defaults.dirs[DEFAULT_DIR_CORE], first_file, len); in find_and_set_first_file()
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dppmfade69 my $first_file = "undefined";
82 $first_file = $ARGV[$n];
83 if (-e $first_file) {
85 print "I can't find first file '$first_file'\n";
131 if ($first_file ne "undefined") {
132 if ((`pnmfile $first_file` =~ m{\b(\d+)\sby\s(\d+)} )) {
135 print("Unrecognized results from pnmfile on $first_file.\n");
142 print("Unrecognized results from pnmfile on $first_file.\n");
152 if ($first_file eq "undefined") {
156 print "Fading from $first_file to ";
[all …]
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/dos/
H A Ddrive_virtual.cpp42 static VFILE_Block * first_file; variable
52 new_file->next=first_file; in VFILE_Register()
53 first_file=new_file; in VFILE_Register()
57 VFILE_Block * chan=first_file; in VFILE_Remove()
58 VFILE_Block * * where=&first_file; in VFILE_Remove()
62 if(chan == first_file) first_file = chan->next; in VFILE_Remove()
149 VFILE_Block * cur_file=first_file; in FileOpen()
184 VFILE_Block * cur_file=first_file; in FileStat()
199 VFILE_Block * cur_file=first_file; in FileExists()
208 search_file=first_file; in FindFirst()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/util/
H A DAEDiagnosticsLogger.java51 private boolean first_file = true; field in AEDiagnosticsLogger
87 first_file = false; in AEDiagnosticsLogger()
91 first_file = true; in AEDiagnosticsLogger()
99 first_file = false; in AEDiagnosticsLogger()
346 first_file = !first_file; in write()
406 first_file = !first_file; in writePending()
447 return( new File( debug_dir, getName() + "_" + (first_file?"1":"2") + ".log" )); in getLogFile()
/dports/print/ansiprint/ansiprint-1.0/
H A Dansiprint.cc101 static int first_file = 0; variable
238 first_file = optind; in process_cmd_line()
297 for (counter = first_file; counter < argc; ++counter) in process_files()
329 return (counter - first_file); in process_files()
352 if (first_file > 0) in main()
/dports/lang/perl5.34/perl-5.34.0/dist/PathTools/t/
H A Dabs2rel.t19 my $first_file = shift;
39 open my $OUT1, '>', $first_file
40 or die "Unable to open $first_file for writing: $!";
42 close $OUT1 or die "Unable to close $first_file after writing: $!";
44 my $rel_path = $first_file;
/dports/lang/perl5.32/perl-5.32.1/dist/PathTools/t/
H A Dabs2rel.t19 my $first_file = shift;
39 open my $OUT1, '>', $first_file
40 or die "Unable to open $first_file for writing: $!";
42 close $OUT1 or die "Unable to close $first_file after writing: $!";
44 my $rel_path = $first_file;
/dports/lang/perl5.30/perl-5.30.3/dist/PathTools/t/
H A Dabs2rel.t19 my $first_file = shift;
39 open my $OUT1, '>', $first_file
40 or die "Unable to open $first_file for writing: $!";
42 close $OUT1 or die "Unable to close $first_file after writing: $!";
44 my $rel_path = $first_file;
/dports/devel/p5-PathTools/PathTools-3.75/t/
H A Dabs2rel.t19 my $first_file = shift;
39 open my $OUT1, '>', $first_file
40 or die "Unable to open $first_file for writing: $!";
42 close $OUT1 or die "Unable to close $first_file after writing: $!";
44 my $rel_path = $first_file;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/PathTools/t/
H A Dabs2rel.t19 my $first_file = shift;
39 open my $OUT1, '>', $first_file
40 or die "Unable to open $first_file for writing: $!";
42 close $OUT1 or die "Unable to close $first_file after writing: $!";
44 my $rel_path = $first_file;
/dports/games/julius/julius-1.7.0/src/platform/
H A Dfile_manager_cache.c49 info->first_file = 0; in platform_file_manager_cache_get_dir_info()
62 info->first_file = file_item; in platform_file_manager_cache_get_dir_info()
135 f->next = base_dir_info->first_file; in platform_file_manager_cache_add_file_info()
136 base_dir_info->first_file = f; in platform_file_manager_cache_add_file_info()
146 for (file_info *f = base_dir_info->first_file; f; f = f->next) { in platform_file_manager_cache_delete_file_info()
151 base_dir_info->first_file = f->next; in platform_file_manager_cache_delete_file_info()
/dports/games/augustus/augustus-3.1.0/src/platform/
H A Dfile_manager_cache.c49 info->first_file = 0; in platform_file_manager_cache_get_dir_info()
62 info->first_file = file_item; in platform_file_manager_cache_get_dir_info()
138 f->next = base_dir_info->first_file; in platform_file_manager_cache_add_file_info()
139 base_dir_info->first_file = f; in platform_file_manager_cache_add_file_info()
149 for (file_info *f = base_dir_info->first_file; f; f = f->next) { in platform_file_manager_cache_delete_file_info()
154 base_dir_info->first_file = f->next; in platform_file_manager_cache_delete_file_info()
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dmy.c387 t_uchar * first_file = 0; in arch_my_library_path() local
395 first_file = arch_my_default_library_file (); in arch_my_library_path()
400 first_file = arch_my_default_library_add_file (); in arch_my_library_path()
405 first_file = arch_my_default_library_file (); in arch_my_library_path()
412 first_file = arch_my_default_library_add_file (); in arch_my_library_path()
417 if (first_file && !safe_access (first_file, F_OK)) in arch_my_library_path()
421 fd = safe_open (first_file, O_RDONLY, 0); in arch_my_library_path()
422 answer = rel_read_table (fd, 1, "tla", first_file); in arch_my_library_path()
438 lim_free (0, first_file); in arch_my_library_path()

12345678910>>...29