Searched refs:inspect (Results 1 - 25 of 274) sorted by relevance

1234567891011

/macosx-10.10/ruby-106/ruby/ext/tk/sample/tcltklib/
H A Dsample0.rb12 print ip1._return_value().inspect, "\n"
13 print ip1._eval("puts {abc}").inspect, "\n"
16 print ip1._return_value().inspect, "\n"
17 print ip1._eval("button .lab -text exit -command \"destroy .\"").inspect,
19 print ip1._return_value().inspect, "\n"
20 print ip1._eval("pack .lab").inspect, "\n"
21 print ip1._return_value().inspect, "\n"
24 # print ip1._eval(%q/ruby {print "print by ruby\n"}/).inspect, "\n"
25 print ip1._eval(%q+puts [ruby {print "print by ruby\n"; "puts by tcl/tk"}]+).inspect, "\n"
26 print ip1._return_value().inspect, "\
[all...]
/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Dtest_finalizer.rb4 ObjectSpace.define_finalizer(b1,proc{b1.inspect})
6 ObjectSpace.define_finalizer(a2,proc{a1.inspect})
H A Dpending.rb38 r.inspect
H A Dtest_objectspace.rb12 o.inspect if defined?(o.inspect)
/macosx-10.10/ruby-106/ruby/sample/
H A Dlist3.rb2 # using inspect
17 print("list1: ", list1.inspect, "\n")
18 print("list2: ", list2.inspect, "\n")
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dattr_changer.rb17 def inspect # :nodoc: method in class:RDoc
H A Dspecial.rb30 def inspect # :nodoc: method in class:RDoc
/macosx-10.10/emacs-93/emacs/etc/
H A Demacs.py23 import os, sys, traceback, inspect, rlcompleter, __main__
50 if inspect.isbuiltin (func):
57 if inspect.ismethod (func):
59 if not inspect.isfunction (func):
61 (args, varargs, varkw, defaults) = inspect.getargspec (func)
64 func.__name__ + inspect.formatargspec (args, varargs, varkw,
99 if globals().has_key(mod) and inspect.ismodule (eval (mod)):
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Dinspector.rb2 # irb/inspector.rb - inspect methods
16 # Convenience method to create a new Inspector, using the given +inspect+
23 def IRB::Inspector(inspect, init = nil)
24 Inspector.new(inspect, init)
59 # Inspector.def_inspector(key, init_p=nil){|v| v.inspect}
60 # Inspector.def_inspector([key1,..], init_p=nil){|v| v.inspect}
104 @inspect = inspect_proc
115 @inspect.call(v)
120 Inspector.def_inspector([true, :p, :inspect]){|v|
122 v.inspect
[all...]
H A Doutput-method.rb66 # Prints the given +objs+ calling Object#inspect on each.
70 puts(*objs.collect{|obj| obj.inspect})
73 # Prints the given +objs+ calling Object#inspect on each and appending the
78 puts(*objs.collect{|obj| prefix+obj.inspect})
H A Dslex.rb79 D_DETAIL.exec_if{D_DETAIL.printf "match end: %s:%s\n", ret, token.inspect}
83 def inspect method in class:IRB.SLex
84 format("<SLex: @head = %s>", @head.inspect)
184 DOUT.printf(D_DETAIL, "op2: %s\n", op.inspect)
227 DOUT.exec_if{D_DETAIL.printf "op2: %s\n", op.inspect}
254 print "0: ", tr.inspect, "\n"
256 print "1: ", tr.inspect, "\n"
258 print "2: ", tr.inspect, "\n"
269 print "0: ", tr.inspect, "\n"
271 print "1: ", tr.inspect, "\
[all...]
/macosx-10.10/ruby-106/ruby/test/-ext-/
H A Dtest_printf.rb9 def inspect method in class:Test_SPrintf
34 assert_equal({to_s: true, inspect: true},
37 inspect: Bug::Printf.v(obj).tainted?,
43 assert_equal({to_s: true, inspect: true},
46 inspect: Bug::Printf.v(obj).untrusted?,
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/regress/
H A Dregress-7703.js54 function inspect(object) { function
62 inspect(o);
64 AddTestCase( "inspect(o),length", 2, types.length );
65 AddTestCase( "inspect(o)[0]", "number", types[0] );
66 AddTestCase( "inspect(o)[1]", "number", types[1] );
/macosx-10.10/ruby-106/ruby/lib/irb/ext/
H A Dmath-mode.rb42 def inspect?
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_notimp.rb49 assert_not_match(/not-implemented/, m.inspect)
51 assert_match(/not-implemented/, m.inspect)
58 assert_not_match(/not-implemented/, m.inspect)
60 assert_match(/not-implemented/, m.inspect)
H A Dtest_backtrace.rb67 # STDERR.puts [t, lev, n, r].inspect
69 assert_equal(0, r, [t, lev, n, r].inspect)
71 assert_equal(nil, r, [t, lev, n, r].inspect)
74 assert_equal(n, r, [t, lev, n, r].inspect)
76 assert_equal(t - lev, r, [t, lev, n, r].inspect)
110 assert_equal(str.inspect, loc.inspect)
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DCommandLineAPIHost.idl40 [Custom] void inspect(any objectId, any hints);
/macosx-10.10/ruby-106/ruby/ext/digest/sha2/lib/
H A Dsha2.rb35 raise ArgumentError, "unsupported bit length: %s" % bitlen.inspect
103 def inspect # :nodoc: method in class:Digest.SHA2
/macosx-10.10/ruby-106/ruby/test/
H A Dtest_pp.rb35 def inspect method in class:PPTestModule.HasInspect
36 return "<inspect:#{@a.inspect}>"
57 def inspect method in class:PPTestModule.HasBoth
58 return "<inspect:#{@a.inspect}>"
69 alias inspect pretty_print_inspect
73 alias inspect pretty_print_inspect
79 assert_equal("<inspect:1>\n", PP.pp(a, ''))
94 assert_equal("<pretty_print:1>", a.inspect)
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorAgent.cpp73 inspect(m_pendingInspectData.first, m_pendingInspectData.second);
90 void InspectorAgent::inspect(PassRefPtr<TypeBuilder::Runtime::RemoteObject> objectToInspect, PassRefPtr<InspectorObject> hints) function in class:Inspector::InspectorAgent
93 m_frontendDispatcher->inspect(objectToInspect, hints);
/macosx-10.10/ruby-106/ruby/sample/webrick/
H A Ddemo-app.rb55 ret << make_tr("val", val.inspect)
56 ret << make_tr("val.to_a", val.to_a.inspect)
57 ret << make_tr("val.to_ary", val.to_ary.inspect)
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/
H A Dpkg_checker.rb64 print "\n $LOAD_PATH :: #{$LOAD_PATH.inspect}\n"
152 print 'Ready : ', path, ' : require->', suc.inspect, "\n"
154 print '*LACK : ', path, ' : require->', suc.inspect,
155 ' FAIL->', err.inspect, "\n"
177 print 'Ready : ', f, ' : require->', suc.inspect, "\n"
179 print '*LACK : ', f, ' : require->', suc.inspect,
180 ' FAIL->', err.inspect, "\n"
/macosx-10.10/ruby-106/ruby/lib/
H A Dpp.rb114 if Thread.current[:__recursive_key__][:inspect] == nil
115 Thread.current[:__recursive_key__][:inspect] = {}.untrust
118 save = Thread.current[:__recursive_key__][:inspect]
121 Thread.current[:__recursive_key__][:inspect] = {}.untrust
124 Thread.current[:__recursive_key__][:inspect] = save
130 Thread.current[:__recursive_key__][:inspect] &&
131 Thread.current[:__recursive_key__][:inspect].include?(id)
134 Thread.current[:__recursive_key__][:inspect][id] = true
137 Thread.current[:__recursive_key__][:inspect].delete id
170 case Object.new.inspect
[all...]
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Drequire.rb21 def inspect # :nodoc: method in class:RDoc
/macosx-10.10/ruby-106/ruby/lib/cgi/session/
H A Dpstore.rb109 puts session['key'].inspect
110 fail unless session['key'].inspect == '{"k"=>"v"}'

Completed in 135 milliseconds

1234567891011