• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/

Lines Matching defs:_value

470   def _value
483 val = val._value if !@type && @type != :variable && val.kind_of?(TkVariable)
535 val = val._value if !type && type != :variable && val.kind_of?(TkVariable)
559 def _value
578 val = val._value if !@type && @type != :variable && val.kind_of?(TkVariable)
652 val = val._value if !type && type != :variable && val.kind_of?(TkVariable)
682 protected :_value, :_element_value
685 _to_default_type(_value)
733 number(_value)
778 TkComm.bool(_value)
781 case _value.downcase
837 TkVarAccess.new(self._value)
870 TkComm.window(self._value)
876 win = win._value if win.kind_of?(TkVariable)
882 win = win._value if win.kind_of?(TkVariable)
902 TkComm.procedure(self._value)
913 cmd = cmd._value if cmd.kind_of?(TkVariable)
943 number(_value).to_i
951 number(_value).to_f
959 _value
970 val = val._value if val.kind_of?(TkVariable)
976 val = val._value if val.kind_of?(TkVariable)
996 _value.intern
1004 val = val._value if val.kind_of?(TkVariable)
1010 val = val._value if val.kind_of?(TkVariable)
1031 tk_split_simplelist(_value)
1115 tk_call('lindex', self._value, idx)
1162 [other._value, self._value]
1172 [other, self._value]
1202 self._value + other
1205 number(self._value) + other
1207 self._value + other.to_s
1215 number(self._value) - other
1219 num_or_str(self._value) * other
1221 # number(self._value) * other
1223 # self._value * other
1227 number(self._value) / other
1230 num_or_str(self._value) % other
1232 # number(self._value) % other
1234 # self._value % other
1238 number(self._value) ** other
1241 self._value =~ other
1248 self._value == other._value
1261 self._value == other
1264 self._value == _get_eval_string(other)
1289 other = other._value
1295 return self._value <=> other.to_s
1300 return self._value <=> other