Home
last modified time | relevance | path

Searched +refs:warn +refs:save (Results 1 – 25 of 20050) sorted by relevance

12345678910>>...802

/dports/sysutils/conan/conan-1.44.0/conans/client/
H A Dmigrations.py23 from conans.util.files import list_folder_subdirs, load, save
45 save(new_path, get_default_settings_yml())
46 self.out.warn("*" * 40)
59 save(cache.settings_path, get_default_settings_yml())
130 save(new_path, cacert)
131 out.warn("*" * 40)
134 out.warn("*" * 40)
248 save(metadata_path, metadata.dumps())
313 save(conf_path, new_conf)
316 save(conf_path, new_conf)
[all …]
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dsession.c113 warn("load_err: "); in load_err()
118 warn("\n"); in load_err()
131 warn("runtime error: "); in rt_err()
136 warn("\n"); in rt_err()
146 warn("save_err: "); in save_err()
151 warn("\n"); in save_err()
177 entry->save = save; in session_add()
590 warn("save file indentation left at %d; possible "\ in save_del()
606 warn("session_save: could not open %s: %s\n", fname, in session_save()
627 save->write(save, "\n"); in session_save()
[all …]
H A Ddtable.c65 warn("dtable_check: invalid faction=%d\n", faction); in dtable_check()
105 warn("dtable_get: defaulting to neutral\n"); in dtable_get()
123 void dtable_save(struct dtable *dtable, struct save *save) in dtable_save() argument
129 save->enter(save, "(kern-mk-dtable\n"); in dtable_save()
133 save->write(save, "(list "); in dtable_save()
135 save->write(save, "%2d ", dtable->table[index]); in dtable_save()
138 save->append(save, ")\n"); in dtable_save()
141 save->exit(save, ")\n"); in dtable_save()
/dports/comms/gnuradio/gnuradio-3.8.4.0/cmake/Modules/
H A DGrBuildTypes.cmake33 # - NoOptWithASM: -O0 -g -save-temps
34 # - O2WithASM: -O2 -g -save-temps
35 # - O3WithASM: -O3 -g -save-temps
83 "-Wl,--warn-unresolved-symbols,--warn-once,-lgcov" CACHE STRING
86 "-Wl,--warn-unresolved-symbols,--warn-once,-lgcov" CACHE STRING
114 "-Wl,--warn-unresolved-symbols,--warn-once" CACHE STRING
117 "-Wl,--warn-unresolved-symbols,--warn-once" CACHE STRING
147 "-Wl,--warn-unresolved-symbols,--warn-once" CACHE STRING
150 "-Wl,--warn-unresolved-symbols,--warn-once" CACHE STRING
179 "-Wl,--warn-unresolved-symbols,--warn-once" CACHE STRING
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/t/Image/
H A DStream.t24 print "1..1 load/save to streams";
25 skip("skipping load/save to streams");
48 warn("Cannot open $name:$!");
53 unless ( $xi-> save( \*F, codecID => $ci-> {codecID})) {
54 warn("Cannot save: $@");
55 fail("save ".$ci->{fileShortType});
56 skip "skipping save ".$ci->{fileShortType}, 2;
61 pass("save ".$ci->{fileShortType});
64 warn("Cannot open $name:$! / $ci->{versionMajor}.$ci->{versionMinor}");
75 warn("Cannot load:$@");
/dports/devel/volk/volk-2.2.1/cmake/Modules/
H A DVolkBuildTypes.cmake33 # - NoOptWithASM: -O0 -g -save-temps
34 # - O2WithASM: -O2 -g -save-temps
35 # - O3WithASM: -O3 -g -save-temps
84 "-Wl,--warn-unresolved-symbols,--warn-once" CACHE STRING
87 "-Wl,--warn-unresolved-symbols,--warn-once" CACHE STRING
115 "-Wl,--warn-unresolved-symbols,--warn-once" CACHE STRING
118 "-Wl,--warn-unresolved-symbols,--warn-once" CACHE STRING
147 "-Wl,--warn-unresolved-symbols,--warn-once" CACHE STRING
150 "-Wl,--warn-unresolved-symbols,--warn-once" CACHE STRING
179 "-Wl,--warn-unresolved-symbols,--warn-once" CACHE STRING
[all …]
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/t/
H A Dview_config.t5 warn "\n No tests here - just output (if any) from any configuration\n",
8 $save = open RD, '<', 'save_config.txt';
10 warn "Couldn't open save_config.txt for reading: $!\n"
11 unless $save;
13 if($save) {
16 warn "$_\n";
/dports/net/p5-Net-SFTP-Foreign/Net-SFTP-Foreign-1.93/lib/Net/SFTP/Foreign/
H A DCompat.pm69 my $warn;
71 $warn = delete($opts{warn}) || sub {};
74 $warn = sub { warn(CORE::join '', @_, "\n") };
79 $sftp->{_compat_warn} = $warn;
108 my $save = defined(wantarray);
111 if (defined $cb or $save) {
115 push @content, $data if $save
125 if ($save) {
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/
H A DMakefile.PL34 my $save = open $SAVE, '>', 'save_config.txt';
36 warn "Couldn't open save_config.txt for writing: $!" unless $save;
72 if($save) {print $SAVE "checklib build: $out\n"}
77 if($save) {print $SAVE "checklib.exe: $out\n"}
80 warn "\n Could not resolve '-lmpfr' and/or '-lgmp'\n",
109 if($save) {print $SAVE "try_64 build: $out\n"}
126 if($save) {print $SAVE "try_dec64.exe: $out\n"}
161 if($save) {print $SAVE "try_128 build: $out\n"}
207 print $SAVE "\n\n" if $save;
215 if($save) {print $SAVE "have_f128 build: $out\n"}
[all …]
/dports/devel/p5-Data-ObjectDriver/Data-ObjectDriver-0.21/t/
H A Dtxn-common.pl15 ok($recipe->save, 'Object saved successfully');
23 ok($ingredient->save, 'Ingredient saved successfully');
43 ok($recipe->save, 'Object saved successfully');
51 ok($ingredient->save, 'Ingredient saved successfully');
79 my $warn = 0;
80 local $SIG{__WARN__} = sub { $warn++ };
83 $warn ? pass($msg) : fail($msg);
100 ok($recipe->save, 'Object saved successfully');
132 ok($recipe->save, 'Object saved successfully');
/dports/news/inn/inn-2.6.4/expire/
H A Dmakedbz.c95 char *save; in Rebuild() local
113 warn("no size specified, using %ld", (unsigned long) size); in Rebuild()
168 if ((save = strchr(p, HIS_FIELDSEP)) == NULL) { in Rebuild()
169 warn("bad line #%lu: %.40s", (unsigned long) count, p); in Rebuild()
174 *save = '\0'; in Rebuild()
178 warn("invalid length for hash %s, skipping", p); in Rebuild()
184 warn("invalid message ID %s in history text", p); in Rebuild()
189 warn("duplicate message ID %s in history text", p); in Rebuild()
208 warn("line %lu is too long", (unsigned long) count); in Rebuild()
/dports/news/inn-current/inn-2.7-20211226/expire/
H A Dmakedbz.c93 char *save; in Rebuild() local
111 warn("no size specified, using %ld", (unsigned long) size); in Rebuild()
164 if ((save = strchr(p, HIS_FIELDSEP)) == NULL) { in Rebuild()
165 warn("bad line #%lu: %.40s", (unsigned long) count, p); in Rebuild()
170 *save = '\0'; in Rebuild()
174 warn("invalid length for hash %s, skipping", p); in Rebuild()
180 warn("invalid message ID %s in history text", p); in Rebuild()
185 warn("duplicate message ID %s in history text", p); in Rebuild()
204 warn("line %lu is too long", (unsigned long) count); in Rebuild()
/dports/sysutils/shlock/inn-2.6.4/expire/
H A Dmakedbz.c95 char *save; in Rebuild() local
113 warn("no size specified, using %ld", (unsigned long) size); in Rebuild()
168 if ((save = strchr(p, HIS_FIELDSEP)) == NULL) { in Rebuild()
169 warn("bad line #%lu: %.40s", (unsigned long) count, p); in Rebuild()
174 *save = '\0'; in Rebuild()
178 warn("invalid length for hash %s, skipping", p); in Rebuild()
184 warn("invalid message ID %s in history text", p); in Rebuild()
189 warn("duplicate message ID %s in history text", p); in Rebuild()
208 warn("line %lu is too long", (unsigned long) count); in Rebuild()
/dports/www/osticket/upload/scp/
H A Ddepartments.php66 $warn=sprintf(__( variable
85 $warn = sprintf(__( variable
106 if($d->save()) {
118 $warn = sprintf(__('%1$d of %2$d %3$s enabled'), $num, $count, variable
136 if($d->save()) {
147 $warn = sprintf(__('%1$d of %2$d %3$s disabled'), $num, $count, variable
165 if($d->save()) {
176 $warn = sprintf(__('%1$d of %2$d %3$s archived'), $num, $count, variable
203 $warn = sprintf(__( variable
229 …$warn = sprintf(__('%s is assigned a %s that is not active.'), __('Department'), __('Parent Depart… variable
H A Dfilters.php67 if ($F->save())
76 $warn = sprintf(__('%1$d of %2$d %3$s enabled'), $num, $count, variable
89 if ($F->save())
98 $warn = sprintf(__('%1$d of %2$d %3$s disabled'), $num, $count, variable
116 $warn = sprintf(__('%1$d of %2$d %3$s deleted'), $i, $count, variable
148 …$warn = sprintf(__('%s is assigned a %s that is not active.'), __('Ticket Filter'), __('Department… variable
151 …$warn = sprintf(__('%s is assigned a %s that is not active.'), __('Ticket Filter'), __('Help Topic… variable
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Ducd_compat.c125 snmp_set_mib_warnings(int warn) in snmp_set_mib_warnings() argument
128 NETSNMP_DS_LIB_MIB_WARNINGS, warn); in snmp_set_mib_warnings()
132 snmp_set_save_descriptions(int save) in snmp_set_save_descriptions() argument
135 NETSNMP_DS_LIB_SAVE_MIB_DESCRS, save); in snmp_set_save_descriptions()
139 snmp_set_mib_comment_term(int save) in snmp_set_mib_comment_term() argument
145 NETSNMP_DS_LIB_MIB_COMMENT_TERM, save); in snmp_set_mib_comment_term()
149 snmp_set_mib_parse_label(int save) in snmp_set_mib_parse_label() argument
155 NETSNMP_DS_LIB_MIB_PARSE_LABEL, save); in snmp_set_mib_parse_label()
/dports/biology/figtree/figtree-1.4.4/packaging_tools/windows/launch4j/src/net/sf/launch4j/formimpl/
H A DMainFrame.java184 warn(e.getMessage()); in warn()
202 private boolean save() { in save() method in MainFrame
210 ConfigPersister.getInstance().save(f); in save()
217 warn(ex); in save()
220 warn(ex.getMessage()); in save()
223 warn(ex.getMessage()); in save()
287 warn(ex.getMessage()); in actionPerformed()
289 warn(ex.getMessage()); in actionPerformed()
296 save(); in actionPerformed()
305 && !save()) { in actionPerformed()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/ctanupload/
H A Dctanupload.pl83 my $warn = shift;
84 if ($warn) {
85 print STDERR "Unknown option '$warn'\n";
133 exit ($warn ? 1 : 0);
529 print {$save} "$header\n" if $header;
532 print {$save} "$field = ", $FIELDS{DoNotAnnounce} ? '1' : '0', "\n";
535 print {$save} "$field = ", $FIELDS{$field} || '', "\n";
540 print {$save} "\n# $file (", (-s $file), "):\n";
543 print {$save} map { "# $_" } <$TAR>;
544 print {$save} "\n";
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/jacl/
H A Dglk_saver.cpp55 bool save_game(strid_t save) { in save_game() argument
62 write_integer(save, objects); in save_game()
63 write_integer(save, integers); in save_game()
65 write_integer(save, strings); in save_game()
97 write_integer(save, player); in save_game()
98 write_integer(save, noun[3]); in save_game()
113 bool restore_game(strid_t save, bool warn) { in restore_game() argument
131 if (warn == FALSE) { in restore_game()
167 player = read_integer(save); in restore_game()
168 noun[3] = read_integer(save); in restore_game()
[all …]
/dports/devel/p5-SPOPS/SPOPS-0.87/t/
H A D31_dbi_multifield.t98 eval { $obj->save({ is_add => 1, db => $db, skip_cache => 1 }) };
101 warn "Error saving object: $@\n", Dumper( SPOPS::Error->get ), "\n";
111 warn "Cannot fetch object: $@\n";
118 eval { $obj->save({ db => $db, skip_cache => 1 }) };
121 warn "Cannot update object: $@\n", Dumper( SPOPS::Error->get ), "\n";
128 # Fetch an object then clone it and save it
139 eval { $new_obj->save( { is_add => 1, db => $db, skip_cache => 1 } ) };
142 warn "Cannot save object: $@\n", Dumper( SPOPS::Error->get ), "\n";
154 eval { $obj->save({ is_add => 1, db => $db, skip_cache => 1 }) };
164 warn "Cannot retrieve objects: $@\n", Dumper( SPOPS::Error->get ), "\n";
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/tests/
H A Dtest_filehandles.py9 from warnings import warn
21 from ..loadsave import load, save
35 warn('It would take too long to test file handles, aborting')
43 save(img, fname)
/dports/multimedia/gpodder/gpodder-3.10.17/src/gpodder/
H A Dconfig.py287 self.save()
315 logger.warn('Observer already added: %s', repr(callback))
324 logger.warn('Observer not added: %s', repr(callback))
336 self.save()
340 self.save()
342 def save(self, filename=None): member in Config
369 logger.warn('Cannot parse config file: %s',
375 self.save()
/dports/www/py-django-filer/django-filer-1.7.0/filer/fields/
H A Dmultistorage_file.py122 def save(self, name, content, save=True): member in MultiStorageFieldFile
124 super(MultiStorageFieldFile, self).save(name, content, save)
136 warnings.warn("MultiStorageFileField can handle only File objects;"
155 …warnings.warn('The checksum for "%s" diverges. Check for file consistency!' % obj.original_filenam…
160 …warnings.warn('The payload for "%s" is missing. No such file on disk: %s!' % (obj.original_filenam…
173 self.storage.save(filename, ContentFile(payload))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasmlib.c25 char save; in nasm_readnum() local
88 save = *q; in nasm_readnum()
108 *q = save; in nasm_readnum()
115 yasm_intnum *nasm_readstrnum (char *str, size_t length, int *warn) in nasm_readstrnum() argument
117 char save; in nasm_readstrnum() local
120 *warn = FALSE; in nasm_readstrnum()
122 save = str[length]; in nasm_readstrnum()
125 str[length] = save; in nasm_readstrnum()
/dports/devel/yasm/yasm-1.3.0/modules/preprocs/nasm/
H A Dnasmlib.c25 char save; in nasm_readnum() local
88 save = *q; in nasm_readnum()
108 *q = save; in nasm_readnum()
115 yasm_intnum *nasm_readstrnum (char *str, size_t length, int *warn) in nasm_readstrnum() argument
117 char save; in nasm_readstrnum() local
120 *warn = FALSE; in nasm_readstrnum()
122 save = str[length]; in nasm_readstrnum()
125 str[length] = save; in nasm_readstrnum()

12345678910>>...802