Searched refs:formatted (Results 1 - 25 of 90) sorted by relevance

1234

/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/json/
H A Druby_events.rb5 formatted = format_time o
6 @emitter.scalar formatted, nil, nil, false, true, Nodes::Scalar::DOUBLE_QUOTED
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/detail/
H A Dui.cpp88 std::string formatted; local
90 formatted = tag + pad;
92 formatted = fullpad;
93 INV(formatted.length() == col);
106 formatted += '\n' + tag + pad;
108 formatted += '\n' + fullpad;
111 formatted += ' ';
115 formatted += word;
119 return formatted;
148 std::string formatted; local
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_corefoundation.py51 formatted = OC_TestCoreFoundation.formatUUID_(obj)
53 self.assert_( isinstance(formatted, unicode) )
56 formatted) )
67 formatted = OC_TestCoreFoundation.formatUUID_(obj)
69 self.assert_( isinstance(formatted, unicode) )
72 formatted) )
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_corefoundation.py51 formatted = OC_TestCoreFoundation.formatUUID_(obj)
53 self.assertIsInstance(formatted, unicode)
56 formatted) )
67 formatted = OC_TestCoreFoundation.formatUUID_(obj)
69 self.assertIsInstance(formatted, unicode)
72 formatted) )
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c128 atf_dynstr_t formatted; local
131 RE(atf_dynstr_init_ap(&formatted, regex, ap));
144 found = grep_string(&line, atf_dynstr_cstring(&formatted));
150 atf_dynstr_fini(&formatted);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DScriptFormatter.js161 this.formatted = [];
240 var formattedPosition = this._convertPosition(this._mapping.original, this._mapping.formatted, originalPosition || 0);
252 var originalPosition = this._convertPosition(this._mapping.formatted, this._mapping.original, formattedPosition);
H A DheapProfiler.css137 .heap-snapshot-view .console-formatted-object, .console-formatted-node {
146 .heap-snapshot-view .console-formatted-string {
150 .heap-snapshot-view .console-formatted-id {
H A DUISourceCodeFrame.js114 this._textEditor.setReadOnly(this._uiSourceCode.formatted());
H A DScriptFormatterWorker.js48 result.mapping = { original: [0], formatted: [0] };
183 this._mapping = { original: [0], formatted: [0] };
208 this._mapping.formatted.push(this._formattedContent.length);
H A DUISourceCode.js610 formatted: function()
616 * @param {boolean} formatted
618 setFormatted: function(formatted)
621 this._formatOnLoad = formatted;
625 if (this._formatted === formatted)
628 this._formatted = formatted;
644 if (!formatted)
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtufmtts.cpp68 UnicodeString formatted;
71 formatted = ((Format*)formats[style])->format(formattable, formatted, status);
75 formatted.extract(0, formatted.length(), formatResult, "UTF-8");
79 ((Format*)formats[style])->parseObject(formatted, result, status);
86 ((Format*)formats[1-style])->parseObject(formatted, result_1, status);
313 if (!assertEquals("formatted time string is not expected, locale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " units: " + (int)tunits[unitIndex], expected[counter], str)) {
H A Ddtptngts.cpp790 UnicodeString formatted; local
791 formatted = formatter.format(Calendar::getNow(), formatted, status);
793 formatted.remove();
796 formatted = formatter.format(testDate, formatted, status);
798 if ( formatted != expectedResult ) {
800 errln(UnicodeString(" Got: ")+ formatted + UnicodeString(" Expected: ") + expectedResult);
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dudatpg_test.c228 UChar pattern[40], formatted[40]; local
337 formattedCapacity = (int32_t)(sizeof(formatted)/sizeof((formatted)[0]));
338 resultLen=udat_format(formatter, ucal_getNow(), formatted, formattedCapacity,
343 resultLen=udat_format(formatter, sampleDate, formatted, formattedCapacity,
345 if ( u_memcmp(sampleFormatted, formatted, resultLen) != 0 ) {
/macosx-10.9.5/ruby-104/ruby/test/psych/visitors/
H A Dtest_to_ruby.rb119 formatted = now.strftime("%Y-%m-%d %H:%M:%S.%9N") + zone
121 assert_equal now, Nodes::Scalar.new(formatted).to_ruby
126 formatted = now.strftime("%Y-%m-%d %H:%M:%S") +
129 assert_equal now, Nodes::Scalar.new(formatted).to_ruby
134 formatted = now.strftime("%Y-%m-%d %H:%M:%S") +
137 assert_equal now, Nodes::Scalar.new(formatted).to_ruby
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/visitors/
H A Dyaml_tree.rb192 formatted = format_time o.to_time
194 register o, @emitter.scalar(formatted, nil, tag, false, false, Nodes::Scalar::ANY)
198 formatted = format_time o
199 @emitter.scalar formatted, nil, nil, true, false, Nodes::Scalar::ANY
396 formatted = time.strftime("%Y-%m-%d %H:%M:%S.%9N")
399 formatted += " Z"
402 formatted += " #{zone[0,3]}:#{zone[3,5]}"
405 formatted
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/
H A Dtc.c343 * The formatted reason is stored in out_reason. out_reason is initialized
927 atf_dynstr_t formatted; local
933 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
936 create_resfile(ctx->resfile, "expected_exit", exitcode, &formatted);
944 atf_dynstr_t formatted; local
950 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
953 create_resfile(ctx->resfile, "expected_signal", signo, &formatted);
960 atf_dynstr_t formatted; local
966 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
969 create_resfile(ctx->resfile, "expected_death", -1, &formatted);
976 atf_dynstr_t formatted; local
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/examples/
H A DMySQL.pm144 If given an improperly formatted string, this method may die.
153 formatted string.
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/examples/
H A DMySQL.pm141 If given an improperly formatted string, this method may die.
150 formatted string.
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DDate.pm7 # Plugin to generate formatted date strings.
65 # Returns a formatted time/date string for the specified time, $time,
214 Template::Plugin::Date - Plugin to generate formatted date strings
250 The C<Date> plugin provides an easy way to generate formatted time and date
272 representing the current system time, formatted by C<strftime()> according
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DDate.pm7 # Plugin to generate formatted date strings.
65 # Returns a formatted time/date string for the specified time, $time,
214 Template::Plugin::Date - Plugin to generate formatted date strings
250 The C<Date> plugin provides an easy way to generate formatted time and date
272 representing the current system time, formatted by C<strftime()> according
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DDateFormat.pm300 formatted according to the log4j spec on
343 just call C<localtime()> and C<sprintf()> once to return the formatted
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dcommand.rb405 formatted = description.split("\n\n").map do |chunk|
411 formatted.split("\n").each do |line|
/macosx-10.9.5/vim-53/runtime/syntax/
H A Drtf.vim5 " The Rich Text Format (RTF) Specification is a method of encoding formatted
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Pg/lib/DateTime/Format/
H A DPg.pm428 If given an improperly formatted string, this method may die.
451 If given an improperly formatted string, this method may die.
471 If given an improperly formatted string, this method may die.
496 If given an improperly formatted string, this method may die.
518 If given an improperly formatted string, this method may die.
534 If given an improperly formatted string, this method may die.
549 If given an improperly formatted string, this method may die.
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Pg-0.16007/lib/DateTime/Format/
H A DPg.pm437 If given an improperly formatted string, this method may die.
460 If given an improperly formatted string, this method may die.
480 If given an improperly formatted string, this method may die.
505 If given an improperly formatted string, this method may die.
527 If given an improperly formatted string, this method may die.
543 If given an improperly formatted string, this method may die.
558 If given an improperly formatted string, this method may die.

Completed in 303 milliseconds

1234