Home
last modified time | relevance | path

Searched defs:quiet (Results 126 – 150 of 6592) sorted by relevance

12345678910>>...264

/dports/news/golded+/golded-plus/golded+/goldlib/gcfg/
H A Dgxquick.cpp59 if (not quiet) in ReadQ260() local
147 if (not quiet) in ReadQ276() local
163 if (not quiet) in ReadQ276() local
H A Dgxqfront.cpp71 if (not quiet) in ReadQFront() local
87 if (not quiet) in ReadQFront() local
H A Dgxwmail.cpp78 if (not quiet) in ReadWMail() local
133 if (not quiet) in ReadWMail() local
H A Dgxraecho.cpp83 if (not quiet) in ReadRaEcho() local
94 if (not quiet) in ReadRaEcho() local
/dports/www/py-instabot/instabot-0.117.0/instabot/bot/
H A Dbot_support.py15 def check_if_file_exists(file_path, quiet=False): argument
23 def read_list_from_file(file_path, quiet=False): argument
/dports/games/zdoom/zdoom-2.8.1/src/resourcefiles/
H A Dfile_lump.cpp70 bool FLumpFile::Open(bool quiet) in Open()
97 FResourceFile *CheckLump(const char *filename, FileReader *file, bool quiet) in CheckLump()
/dports/www/sogo2/SOGo-2.4.1/Tests/Integration/
H A Dpropfind.py15 quiet = False variable
22 quiet = True variable
/dports/devel/py-userpath/userpath-1.7.0/userpath/
H A Dcli.py54 def prepend(locations, shells, all_shells, home, force, quiet): argument
109 def append(locations, shells, all_shells, home, force, quiet): argument
163 def verify(locations, shells, all_shells, home, quiet): argument
/dports/multimedia/tstools/tstools-1.11/
H A Dtsserve.c531 int quiet, in play_normal()
1162 int quiet, in play_stripped()
1247 int quiet, in play_filtered()
1590 int quiet, in play_reverse()
1663 int quiet, in obey_command()
1932 int quiet, in play()
2161 int quiet, in test_play()
2319 int quiet, in test_skip()
2811 int quiet; member
2821 int quiet = args->quiet; in tsserve_child_process() local
[all …]
H A Desfilter.c83 int quiet) in copy_h262()
171 int quiet) in strip_h262()
290 int quiet) in filter_h262()
428 int quiet) in copy_nal_units()
497 int quiet) in strip_access_units()
593 int quiet) in filter_access_units()
723 int quiet) in do_action()
857 int quiet = FALSE; in main() local
/dports/textproc/uni/uni-2.4.0/
H A Duni.go355 func identify(ins []string, format string, quiet, raw, asJSON bool) error { argument
377 func search(args []string, format string, quiet, raw, asJSON, or bool) error { argument
426 func print(args []string, format string, quiet, raw, asJSON bool) error { argument
526 func emoji(args []string, format string, quiet, raw, asJSON, or bool, tones, genders []string) erro… argument
/dports/devel/R-cran-tibble/tibble/R/
H A Dtidy_names.R45 tidy_names <- function(name, syntactic = FALSE, quiet = FALSE) { argument
76 describe_tidying <- function(orig_name, name, quiet) { argument
100 set_tidy_names <- function(x, syntactic = FALSE, quiet = FALSE) { argument
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pymol/
H A Dsetting.py117 state=0, updates=1, log=0, quiet=1, _self=cmd): argument
202 quiet=1,_self=cmd): argument
306 def unset(name, selection='', state=0, updates=1, log=0, quiet=1, _self=cmd): argument
364 def unset_bond(name,selection1,selection2=None,state=0,updates=1,log=0,quiet=1,_self=cmd): argument
403 def get(name, selection='', state=0, quiet=1, _self=cmd): argument
500 state=0, updates=1, quiet=1, _self=cmd): argument
580 def unset_deep(settings='', object='*', updates=1, quiet=1, _self=cmd): argument
H A Dselecting.py48 def select(name, selection="", enable=-1, quiet=1, merge=0, state=0, domain='',_self=cmd): argument
97 def pop(name, source, enable=-1, quiet=1, _self=cmd): argument
148 def select_list(name,object,id_list,state=0,mode='id',quiet=1,_self=cmd): argument
/dports/sysutils/py-salt/salt-3004.1/salt/runners/
H A Dvirt.py38 def _find_vm(name, data, quiet=False): argument
56 def query(host=None, quiet=False): argument
96 def list(host=None, quiet=False, hyper=None): # pylint: disable=redefined-builtin argument
326 def vm_info(name, quiet=False): argument
/dports/sysutils/linrename/util-linux-2.25.2/sys-utils/
H A Dswapoff.c27 static int do_swapoff(const char *orig_special, int quiet, int canonic) in do_swapoff()
52 static int swapoff_by_label(const char *label, int quiet) in swapoff_by_label()
58 static int swapoff_by_uuid(const char *uuid, int quiet) in swapoff_by_uuid()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/addons/
H A Dy2038.py153 def check_y2038_safe(dumpfile, quiet=False): argument
239 quiet = not any((args.quiet, args.cli)) variable
/dports/devel/cppcheck/cppcheck-2.6.3/addons/
H A Dy2038.py153 def check_y2038_safe(dumpfile, quiet=False): argument
239 quiet = not any((args.quiet, args.cli)) variable
/dports/games/ecwolf/ecwolf-1.3.3-src/src/resourcefiles/
H A Dfile_lump.cpp68 bool FLumpFile::Open(bool quiet) in Open()
99 FResourceFile *CheckLump(const char *filename, FileReader *file, bool quiet) in CheckLump()
/dports/lang/gcc8/gcc-8.5.0/libgfortran/runtime/
H A Dminimal.c213 stop_numeric (int code, bool quiet) in stop_numeric()
227 stop_string (const char *string, size_t len, bool quiet) in stop_string()
252 error_stop_string (const char *string, size_t len, bool quiet) in error_stop_string()
271 error_stop_numeric (int code, bool quiet) in error_stop_numeric()
/dports/devel/R-cran-devtools/devtools/R/
H A Dcheck-win.R22 check_win_devel <- function(pkg = ".", args = NULL, manual = TRUE, email = NULL, quiet = FALSE, ...… argument
33 check_win_release <- function(pkg = ".", args = NULL, manual = TRUE, email = NULL, quiet = FALSE, .… argument
44 check_win_oldrelease <- function(pkg = ".", args = NULL, manual = TRUE, email = NULL, quiet = FALSE… argument
54 args = NULL, manual = TRUE, email = NULL, quiet = FALSE, ...) { argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgfortran/runtime/
H A Dminimal.c213 stop_numeric (int code, bool quiet) in stop_numeric()
227 stop_string (const char *string, size_t len, bool quiet) in stop_string()
252 error_stop_string (const char *string, size_t len, bool quiet) in error_stop_string()
271 error_stop_numeric (int code, bool quiet) in error_stop_numeric()
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_delta/
H A Dvdelta-test.c41 const char *tag, int quiet, FILE *stream) in print_delta_window()
53 int quiet, apr_pool_t *pool, in do_one_diff()
90 int quiet, apr_pool_t *pool) in do_one_test_cycle()
200 int quiet = 0; in main() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgfortran/runtime/
H A Dminimal.c213 stop_numeric (int code, bool quiet) in stop_numeric()
227 stop_string (const char *string, size_t len, bool quiet) in stop_string()
252 error_stop_string (const char *string, size_t len, bool quiet) in error_stop_string()
271 error_stop_numeric (int code, bool quiet) in error_stop_numeric()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgfortran/runtime/
H A Dminimal.c213 stop_numeric (int code, bool quiet) in stop_numeric()
227 stop_string (const char *string, size_t len, bool quiet) in stop_string()
252 error_stop_string (const char *string, size_t len, bool quiet) in error_stop_string()
271 error_stop_numeric (int code, bool quiet) in error_stop_numeric()

12345678910>>...264