Searched refs:output (Results 76 - 100 of 1481) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/tool/
H A Dgeneric_erb.rb10 output = nil
15 o.on('-o', '--output=PATH') {|v| output = v}
24 if output
25 if ifchange and (vpath.open(output) {|f| f.read} rescue nil) == result
26 puts "#{output} unchanged"
28 open(output, "wb") {|f| f.print result}
29 puts "#{output} updated"
33 dir, base = File.split(output)
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_document.rb120 output = ""
121 @document.write(output)
122 assert_equal(<<-EOX, output)
129 output = ""
131 @document.write(output, indent)
132 assert_equal(<<-EOX.chomp, output)
141 output = ""
144 @document.write(output, indent, transitive)
145 assert_equal(<<-EOX, output)
154 output
[all...]
/macosx-10.10.1/basic_cmds-55/uuencode/
H A Duuencode.c50 * uuencode [input] output
74 FILE *output; variable
127 output = fopen(outfile, "w+");
128 if (output == NULL)
129 err(1, "unable to open %s for output", outfile);
131 output = stdout;
136 if (ferror(output))
161 fprintf(output, "begin-base64 %o %s\n", mode, *av);
167 fprintf(output, "%s%s", buf2, (sequence % GROUPS) ? "" : "\n");
170 fprintf(output, "\
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dtmc41 # Path to where the output goes to. An empty string signals that
42 # the output is written to stdout. Otherwise it goes to the
47 variable output ""
77 variable output
81 set output ""
92 set output [lindex $argv 1]
115 if {$output ne ""} {
149 ## Check existence and permissions of an input/output file or
162 variable output
164 if {$output e
[all...]
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dtests.com134 $ write sys$output "test normal x509v1 certificate"
136 $ write sys$output "test first x509v3 certificate"
138 $ write sys$output "test second x509v3 certificate"
171 $ write sys$output "starting big number library test, could take a while..."
179 $ type/output=foo: sys$input:
181 $ define/user sys$output bntest-vms.tmp
185 $ type/output=foo: sys$input:
188 $ write sys$output "-- copy the [.test]bntest-vms.sh and [.test]bctest files to a Unix system and"
189 $ write sys$output "-- run bntest-vms.sh through sh or bash to verify that the bignum operations"
190 $ write sys$output "
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/bind/tuple/
H A DTupleBase.java15 * over the allocation of the output buffer.
31 * Initializes the initial output buffer size to zero.
42 * Sets the initial byte size of the output buffer that is allocated by the
48 * @param byteSize the initial byte size of the output buffer, or zero to
56 * Returns the initial byte size of the output buffer.
58 * @return the initial byte size of the output buffer.
80 * @param object is the object to be written to the tuple output, and may
81 * be used by subclasses to determine the size of the output buffer.
98 * output object.
100 * @param output i
104 outputToEntry(TupleOutput output, DatabaseEntry entry) argument
[all...]
H A DTupleTupleKeyCreator.java56 TupleOutput output = getTupleOutput(null);
59 if (createSecondaryKey(primaryKeyInput, dataInput, output)) {
60 outputToEntry(output, indexKeyEntry);
72 TupleOutput output = getTupleOutput(null);
73 if (nullifyForeignKey(entryToInput(dataEntry), output)) {
74 outputToEntry(output, dataEntry);
103 * <p>The secondary key should be output or removed by this method such
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced1.java63 public void bdbWritePriKeyField(EntityOutput output, Format format) { argument
64 output.writeKeyObject(f1, format);
71 public void bdbWriteSecKeyFields(EntityOutput output) { argument
73 output.registerPriKeyObject(f1);
75 output.writeInt(f2);
76 output.writeObject(f3, null);
77 output.writeObject(f4, null);
101 public void bdbWriteNonKeyFields(EntityOutput output) { argument
102 output.writeInt(f5);
103 output
[all...]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/t/test/plugin/MyPlugs/
H A DBar.pm13 sub output { subroutine
H A DFoo.pm13 sub output { subroutine
/macosx-10.10.1/WebKit-7600.1.25/WebKit.vcxproj/WebKitExportGenerator/
H A Dmake-export-file-generator58 File.open(output_file, "w") do |output|
61 output << renderer.result(binding)
65 STDERR.puts "Wrote output to #{output_file}"
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dftp-wildcard.c26 FILE *output; member in struct:callback_data
118 data->output = fopen(finfo->filename, "w");
119 if(!data->output) {
129 if(data->output) {
131 fclose(data->output);
132 data->output = 0x0;
142 if(data->output)
143 written = fwrite(buff, size, nmemb, data->output);
145 /* listing output */
/macosx-10.10.1/file_cmds-242/xcodescripts/
H A Dhardlink.sh2 # Link input files to output files (in order).
7 echo input and output file counts differ
/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dextconf.rb13 $cleanfiles.concat %w(ripper.y ripper.c ripper.E ripper.output y.output eventids1.c eventids2table.c)
/macosx-10.10.1/ruby-106/ruby/misc/
H A Drubydb2x.el24 (let ((output ""))
38 ;; Append any text before the marker to the output we're going
40 output (concat output
53 ;; Everything before the potential marker start can be output.
54 (setq output (concat output (substring gud-marker-acc
61 (setq output (concat output gud-marker-acc)
64 output)))
[all...]
H A Drubydb3x.el27 (let ((output ""))
41 ;; Append any text before the marker to the output we're going
43 output (concat output
56 ;; Everything before the potential marker start can be output.
57 (setq output (concat output (substring gud-rubydb-marker-acc
64 (setq output (concat output gud-rubydb-marker-acc)
67 output))
[all...]
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Djavascript.pl13 $self->{output} .= $text;
14 $self->{output} .= "YOUR JAVASCRIPT HERE" if $tag eq 'body';
21 $self->{output} .= $text;
27 # that is the reason why we had to copy everything into $self->{output}
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Djavascript.pl13 $self->{output} .= $text;
14 $self->{output} .= "YOUR JAVASCRIPT HERE" if $tag eq 'body';
21 $self->{output} .= $text;
27 # that is the reason why we had to copy everything into $self->{output}
/macosx-10.10.1/curl-83.1.2/curl/tests/unit/
H A Dunit1309.c37 static void splayprint(struct Curl_tree * t, int d, char output) argument
45 splayprint(t->larger, d+1, output);
47 if(output)
50 if(output) {
58 if(output) {
65 splayprint(t->smaller, d+1, output);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dctests.m151 struct Struct1 output;
160 r = PyObjC_PythonToObjC(@encode(struct Struct1), input, &output);
165 ASSERT_EQUALS(output.f1, 1, "%d");
166 ASSERT_EQUALS(output.f2, 2.0, "%g");
174 struct Struct2 output;
191 r = PyObjC_PythonToObjC(@encode(struct Struct2), input, &output);
196 ASSERT_EQUALS(output.f1, 1, "%d");
197 ASSERT_EQUALS(output.f2, 2.0, "%g");
198 ASSERT_EQUALS(output.s[0], 10, "%d");
199 ASSERT_EQUALS(output
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DSimpleFormat.java84 void writePrimitiveArray(Object o, EntityOutput output) { argument
98 void writePrimitiveField(Object o, EntityOutput output, Field field) argument
141 void writeObject(Object o, EntityOutput output, boolean rawAccess) { argument
142 output.writeBoolean(((Boolean) o).booleanValue());
151 void copySecKey(RecordInput input, RecordOutput output) { argument
152 output.writeFast(input.readFast());
165 void writePrimitiveArray(Object o, EntityOutput output) { argument
168 output.writeArrayLength(len);
170 output.writeBoolean(a[i]);
187 void writePrimitiveField(Object o, EntityOutput output, Fiel argument
213 writeObject(Object o, EntityOutput output, boolean rawAccess) argument
223 copySecKey(RecordInput input, RecordOutput output) argument
237 writePrimitiveArray(Object o, EntityOutput output) argument
259 writePrimitiveField(Object o, EntityOutput output, Field field) argument
290 writeObject(Object o, EntityOutput output, boolean rawAccess) argument
300 copySecKey(RecordInput input, RecordOutput output) argument
315 writePrimitiveArray(Object o, EntityOutput output) argument
337 writePrimitiveField(Object o, EntityOutput output, Field field) argument
368 writeObject(Object o, EntityOutput output, boolean rawAccess) argument
378 copySecKey(RecordInput input, RecordOutput output) argument
395 writePrimitiveArray(Object o, EntityOutput output) argument
417 writePrimitiveField(Object o, EntityOutput output, Field field) argument
448 writeObject(Object o, EntityOutput output, boolean rawAccess) argument
458 copySecKey(RecordInput input, RecordOutput output) argument
474 writePrimitiveArray(Object o, EntityOutput output) argument
496 writePrimitiveField(Object o, EntityOutput output, Field field) argument
527 writeObject(Object o, EntityOutput output, boolean rawAccess) argument
537 copySecKey(RecordInput input, RecordOutput output) argument
554 writePrimitiveArray(Object o, EntityOutput output) argument
576 writePrimitiveField(Object o, EntityOutput output, Field field) argument
602 writeObject(Object o, EntityOutput output, boolean rawAccess) argument
612 copySecKey(RecordInput input, RecordOutput output) argument
628 writePrimitiveArray(Object o, EntityOutput output) argument
650 writePrimitiveField(Object o, EntityOutput output, Field field) argument
676 writeObject(Object o, EntityOutput output, boolean rawAccess) argument
686 copySecKey(RecordInput input, RecordOutput output) argument
701 writePrimitiveArray(Object o, EntityOutput output) argument
723 writePrimitiveField(Object o, EntityOutput output, Field field) argument
749 writeObject(Object o, EntityOutput output, boolean rawAccess) argument
759 copySecKey(RecordInput input, RecordOutput output) argument
786 writeObject(Object o, EntityOutput output, boolean rawAccess) argument
796 copySecKey(RecordInput input, RecordOutput output) argument
823 writeObject(Object o, EntityOutput output, boolean rawAccess) argument
833 copySecKey(RecordInput input, RecordOutput output) argument
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbase64.c78 The encoding process represents 24-bit groups of input bits as output
86 output string.
122 output will be an integral multiple of 4 characters
125 here, the final unit of encoded output will be two
128 here, the final unit of encoded output will be three
138 u_char output[4]; local
147 output[0] = input[0] >> 2;
148 output[1] = ((input[0] & 0x03) << 4) + (input[1] >> 4);
149 output[2] = ((input[1] & 0x0f) << 2) + (input[2] >> 6);
150 output[
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Ddoctype.rb98 # output::
108 def write( output, indent=0, transitive=false, ie_hack=false )
110 indent( output, indent )
111 output << START
112 output << ' '
113 output << @name
114 output << " #@external_id" if @external_id
115 output << " #{@long_name.inspect}" if @long_name
116 output << " #{@uri.inspect}" if @uri
118 output << ' ['
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dproc_call_arg_valid.test71 -result "" -output ""
76 -returnCodes error -result "*Argument 'int' has to be one of the following elements:*" -output "" -match glob
81 -result "" -output ""
86 -returnCodes error -result "*Argument 'double' has to be one of the following elements:*" -output "" -match glob
92 -result "" -output ""
97 -returnCodes error -result "*Argument 'm_int' has to be one of the following elements:*" -output "" -match glob
102 -result "" -output ""
107 -returnCodes error -result "*Argument 'm_double' has to be one of the following elements:*" -output "" -match glob
127 -result "" -output ""
132 -returnCodes error -result "*Argument 'int' has to be between*" -output ""
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DInspectorValues.cpp264 bool decodeString(const UChar* start, const UChar* end, StringBuilder* output) argument
269 output->append(c);
311 output->append(c);
316 bool decodeString(const UChar* start, const UChar* end, String* output) argument
319 *output = "";
328 *output = buffer.toString();
533 bool InspectorValue::asValue(RefPtr<InspectorValue>* output) argument
535 *output = this;
580 void InspectorValue::writeJSON(StringBuilder* output) const
583 output
704 asObject(RefPtr<InspectorObject>* output) argument
799 asArray(RefPtr<InspectorArray>* output) argument
[all...]

Completed in 297 milliseconds

1234567891011>>