Searched refs:verbose (Results 126 - 150 of 1314) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Dsftp-badcmds.sh15 verbose "$tid: get nonexistent"
21 verbose "$tid: glob get to nonexistent directory"
29 verbose "$tid: put nonexistent"
35 verbose "$tid: glob put to nonexistent directory"
43 verbose "$tid: rename nonexistent"
51 verbose "$tid: rename target exists (directory)"
61 verbose "$tid: glob put files to local file"
H A Dscp.sh31 verbose "$tid: simple copy local file to local file"
36 verbose "$tid: simple copy local file to remote file"
41 verbose "$tid: simple copy remote file to local file"
46 verbose "$tid: simple copy local file to remote dir"
52 verbose "$tid: simple copy local file to local dir"
58 verbose "$tid: simple copy remote file to local dir"
64 verbose "$tid: recursive local dir to remote dir"
71 verbose "$tid: recursive local dir to local dir"
78 verbose "$tid: recursive remote dir to local dir"
85 verbose "
[all...]
H A Dhost-expand.sh14 verbose "test $tid: proto $p"
H A Dkey-options.sh14 verbose "key option proto $p $c"
28 verbose "key option proto $p no-pty"
39 verbose "key option proto $p environment"
58 verbose "key option proto $p $from"
H A Dsftp-batch.sh39 verbose "$tid: good commands"
43 verbose "$tid: bad commands"
47 verbose "$tid: comments and blanks"
51 verbose "$tid: junk command"
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dconfig_file.rb28 # +:verbose+:: See #verbose
123 attr_accessor :verbose
186 @verbose = DEFAULT_VERBOSITY
209 @verbose = @hash[:verbose] if @hash.key? :verbose
348 hash.delete :verbose
353 yield :verbose, @verbose
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_stream_ui.rb131 @cfg.verbose = nil
137 @cfg.verbose = false
144 @cfg.verbose = true
151 @cfg.verbose = 0
158 @cfg.verbose = nil
166 @cfg.verbose = false
174 @cfg.verbose = 0
180 @cfg.verbose = true
187 @cfg.verbose = true
195 @cfg.verbose
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Drename34 v) verbose=true;;
90 if [ -n "$verbose" ]; then
117 if [ -n "$verbose" ]; then
/macosx-10.10.1/libclosure-65/tests/
H A Dimport_byref.c28 int import_byref_real(int verbose) { argument
37 if (error_found("import byref", globalValue, desiredValue, verbose)) return 1;
45 if (error_found("import byref copy", globalValue, desiredValue, verbose)) return 1;
107 int import_byref(int verbose) { argument
138 if (error_found("import byref", globalValue, desiredValue, verbose)) return 1;
145 if (error_found("import byref copy", globalValue, desiredValue, verbose)) return 1;
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dfile_utils.rb14 OPT_TABLE['sh'] = %w(noop verbose)
15 OPT_TABLE['ruby'] = %w(noop verbose)
38 Rake.rake_check_options options, :noop, :verbose
39 Rake.rake_output_message cmd.join(" ") if options[:verbose]
59 unless options.key? :verbose
60 options[:verbose] =
/macosx-10.10.1/system_cmds-643.1.1/mkfile.tproj/
H A Dmkfile.c64 int verbose = 0; local
76 case 'v': /* Turn on verbose setting */
77 verbose = 1;
128 create_file(*argv, file_size*multiplier, empty, verbose);
140 create_file(file_name, size, empty, verbose)
144 int verbose;
192 if (verbose)
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dmultixterm12 # [-xv] (enable verbose mode)
58 # The optional -xv flag puts multixterm into a verbose mode
60 # internally. The verbose output is not intended to be
333 # set up verbose mechanism early
335 set verbose 0
336 proc verbose {msg} {
337 if {$::verbose} {
358 verbose "$argname"
364 verbose "set $var $v"
378 [-xv] (enable verbose mod
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DClassEnhancer.java71 private boolean verbose; field in class:ClassEnhancer
90 boolean verbose = false;
96 verbose = true;
106 enhancer.setVerbose(verbose);
133 boolean verbose = false;
141 verbose = true;
152 enhancer.setVerbose(verbose);
163 * Sets verbose mode.
168 public void setVerbose(boolean verbose) { argument
169 this.verbose
[all...]
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Druntests.pl274 my $verbose;
321 stopservers($verbose);
393 logmsg "startnew: $cmd\n" if ($verbose);
420 logmsg "startnew: $pidfile faked with pid=$child\n" if($verbose);
428 logmsg "startnew: child process has failed to start\n" if($verbose);
449 if($verbose);
506 print "CMD ($ret): $cmd\n" if($verbose && !$torture);
541 logmsg " CMD: $testcmd\n" if($verbose);
568 if($verbose) {
628 stopservers($verbose);
[all...]
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/bin/
H A Dpod2projdocs10 my($out, $lib, $title, $lang, $desc, $charset, $index, $verbose, $forcegen, $except);
22 'verbose|v' => \$verbose,
39 verbose => $verbose,
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGEdgeDominates.h36 static const bool verbose = false; member in class:JSC::DFG::EdgeDominates
49 if (verbose) {
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dcms-examples.pl59 my $verbose = 1;
218 print "\tReencode passed\n" if $verbose;
235 print "\tCertificate output passed\n" if $verbose;
255 print "\tDataout passed\n" if $verbose;
288 print "\tVerify passed\n" if $verbose;
318 print "\tDecrypt passed\n" if $verbose;
342 print "\tDigest verify passed\n" if $verbose;
365 print "\tEncryptedData verify passed\n" if $verbose;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A DcssmErrStr.cpp44 if(testParams->verbose) {
54 if(testParams->verbose) {
/macosx-10.10.1/Security-57031.1.35/certificates/CertificateTool/BuildiOSAsset/
H A DBuildAsset.rb19 attr :verbose
29 return if !@verbose
41 def initialize(input_dir, output_directory, project_path, staging_directory, verbose = false)
43 @verbose = verbose
167 @verbose = false
170 return if !@verbose
204 b = BuildPKIAsset.new(input_path, output_path, project_dir, staging_path, @verbose)
H A DBuildPListFiles.rb8 @verbose = false
11 return if !@verbose
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/windres/
H A Dwindres.exp85 verbose "$wr -J rc -O res $res tmpdir/$broot.res" 1
90 verbose "$err" 1
119 verbose "$OBJDUMP -b binary -s tmpdir/$broot.res > tmpdir/$broot.dump" 1
124 verbose "$err" 1
/macosx-10.10.1/msdosfs-209.1.1/
H A DHexDump.py6 def HexDump(bytes, offset=0, bytesPerLine=32, offsetFormat="%08X: ", verbose=False):
20 if line == lastLine and not verbose:
/macosx-10.10.1/ntp-92/scripts/monitoring/
H A Dntploopwatch44 -v +verbose[=<level>]
102 $verbose = 1;
117 (/^-v(\d*)$/ || /^\+verbose=?(\d*)$/) &&
118 ($verbose=($1 eq "") ? 1 : $1, next);
121 ($PrintIt = $1, $verbose==1 && ($verbose = 0), next);
248 print "starting plot command (" . join(" ",@plotcmd) . ")\n" if $verbose > 1;
279 print "reading configuration from \"$config\"\n" if $verbose;
293 print "processing \"$c=$v\"\n" if $verbose > 3;
399 ($c eq 'verbose')
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/
H A Dpkg_checker.rb14 verbose = false
37 verbose = true
91 def check_pkg(file, verbose=false)
122 if verbose
143 def subdir_check(dir, verbose=false)
150 suc, err = check_pkg(path, verbose)
175 suc, err = check_pkg(f, verbose)
183 subdir_check(subdir, verbose) if File.directory?(subdir)
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dunwrap.tcl30 set argv [list -verbose 0 -noerror 0 skdb $odir]

Completed in 406 milliseconds

1234567891011>>