Searched refs:to_time (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/json/
H A Druby_events.rb10 visit_Time o.to_time
/macosx-10.10/ruby-106/ruby/test/date/
H A Dtest_date_conv.rb8 assert_instance_of(Time, o.to_time)
16 t2 = t.to_time
21 t2 = t.to_time.utc
28 t = d.to_time
35 t = d.to_time
42 t = d.to_time.utc
48 t = d.to_time.utc
55 t = d.to_time.utc
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dkey_create.c44 do_key_create_pair(const char *keychainName, SecAccessRef access, CSSM_ALGORITHMS algorithm, uint32 keySizeInBits, CFAbsoluteTime from_time, CFAbsoluteTime to_time, Boolean print_hash) argument
183 CFAbsoluteTime from_time = 0.0, to_time = 0.0; local
249 result = parse_time(optarg, &to_time);
261 to_time = from_time + days * 86400.0;
308 result = do_key_create_pair(keychainName, access, algorithm, keySizeInBits, from_time, to_time, print_hash);
479 CFAbsoluteTime from_time = 0.0, to_time = 0.0;
547 result = parse_time(optarg, &to_time);
559 to_time = from_time + days * 86400.0;
607 result = do_csr_create(keychainName, access, algorithm, keySizeInBits, from_time, to_time);
/macosx-10.10/ruby-106/ruby/lib/xmlrpc/
H A Ddatetime.rb93 def to_time method in class:XMLRPC.DateTime
/macosx-10.10/ruby-106/ruby/test/xmlrpc/
H A Dtest_datetime.rb118 time = dt.to_time
134 assert_nil(dt.to_time)
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/visitors/
H A Dyaml_tree.rb192 formatted = format_time o.to_time

Completed in 181 milliseconds