Searched refs:tk (Results 1 - 25 of 168) sorted by relevance

1234567

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/tools/
H A Dtkmanpages20 {bell.n tk/control/bell}
21 {bind.n tk/control/bind}
22 {bindtags.n tk/control/bindtags}
23 {bitmap.n tk/images/bitmap}
24 {button.n tk/widgets/button}
25 {canvas.n tk/widgets/canvas}
26 {checkbutton.n tk/widgets/checkbutton}
27 {chooseColor.n tk/widgets/tk_chooseColor}
28 {clipboard.n tk/control/clipboard}
29 {destroy.n tk/contro
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/parser/
H A Druby_tools.rb21 tk = nil
24 tk = @scanner.token
26 puts "get_tk1 => #{tk.inspect}" if $TOKEN_DEBUG
29 tk = @tokens.shift
30 puts "get_tk2 => #{tk.inspect}" if $TOKEN_DEBUG
33 tk = nil if TkEND_OF_SCRIPT === tk
35 if TkSYMBEG === tk then
36 set_token_position tk.line_no, tk
[all...]
H A Druby.rb184 tk = get_tk
186 while TkCOMMENT === tk
187 if first_line and tk.text =~ /\A#!/ then
189 tk = get_tk
190 elsif first_line and tk.text =~ /\A#\s*-\*-/ then
193 tk = get_tk
196 comment << tk.text << "\n"
197 tk = get_tk
199 if TkNL === tk then
201 tk
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/include/values/
H A Danchor.inc4 http://www.tcl.tk/man/tcl8.5/TkLib/GetAnchor.htm \
H A Dstyle.inc4 http://www.tcl.tk/man/tcl8.5/TkLib/GetDash.htm \
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A DtkSnack.py21 Tkroot.tk.call('eval', 'package require snack')
22 Tkroot.tk.call('snack::createIcons')
23 Tkroot.tk.call('snack::setUseOldObjAPI')
57 return self.tk.getboolean(astring)
61 return tuple(map(int, self.tk.splitlist(astring)))
65 return tuple(map(float, self.tk.splitlist(astring)))
91 for x in self.tk.split(
92 self.tk.call(self.name, 'configure')):
96 x = self.tk.split(self.tk
[all...]
H A Doggplay.py16 Tk().tk.eval('package require snackogg')
H A Dsphere.py12 Tk().tk.eval('package require snacksphere')
H A Dmixplay.py29 filename = root.tk.call('eval', 'snack::getOpenFile')
33 filename = root.tk.call('eval', 'snack::getOpenFile')
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/python/
H A DtkSnack.py21 Tkroot.tk.call('eval', 'package require snack')
22 Tkroot.tk.call('snack::createIcons')
23 Tkroot.tk.call('snack::setUseOldObjAPI')
57 return self.tk.getboolean(astring)
61 return tuple(map(int, self.tk.splitlist(astring)))
65 return tuple(map(float, self.tk.splitlist(astring)))
91 for x in self.tk.split(
92 self.tk.call(self.name, 'configure')):
96 x = self.tk.split(self.tk
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/
H A Dconfig_list.in5 with tk-old-extconf
7 with tk-shlib-search-path
11 enable tk-h-ver-check
13 with tk-build-dir
15 with tk-config
23 with tk-dir
25 with tk-include
27 with tk-lib
32 with tk-framework-dir
34 with tk
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dtktable.py72 master.tk.call('package', 'require', 'Tktable')
74 master.tk.call('load', '', 'Tktable')
96 tk = self.tk
101 e.c = tk.getint(c)
102 e.i = tk.getint(i)
103 e.r = tk.getint(r)
105 try: e.s = tk.getint(s)
107 try: e.S = tk.getint(S)
133 self.tk
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/library/
H A Dtktable.py61 self._tk = self._master.tk
117 master.tk.eval('global auto_path; '
119 master.tk.call('package', 'require', 'Tktable')
148 tk = self.tk
153 e.c = tk.getint(c)
154 e.i = tk.getint(i)
155 e.r = tk.getint(r)
174 self.tk.call(self._w, 'activate', index)
181 return self._getints(self.tk
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/data/lang/
H A Dreslocal.mk7 ms_Arab.txt tg.txt tg_Cyrl.txt tg_Cyrl_TJ.txt tk.txt\
/macosx-10.10.1/ICU-531.30/icuSources/data/region/
H A Dreslocal.mk7 ms_Arab.txt tg.txt tg_Cyrl.txt tg_Cyrl_TJ.txt tk.txt\
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWin.h19 #include <tk.h>
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A Dtk.spec1 # $Id: tk.spec,v 1.15.2.19 2008/04/07 19:17:57 dgp Exp $
8 Name: tk
13 Source: http://prdownloads.sourceforge.net/tcl/tk%{version}-src.tar.gz
14 URL: http://www.tcl.tk/
41 # to create the tcl files list, comment out tk in the install section above,
44 # then to create the files list for tk, uncomment tk, comment out tcl,
47 %files -n tk
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A Drijndael-alg-ref.c114 word8 tk[4][MAXKC]; local
140 tk[i][j] = k[i][j];
144 for(i = 0; i < 4; i++) W[t / BC][i][t % BC] = tk[i][j];
149 tk[i][0] ^= S[tk[(i+1)%4][KC-1]];
150 tk[0][0] ^= rcon[rconpointer++];
154 for(i = 0; i < 4; i++) tk[i][j] ^= tk[i][j-1];
157 for(i = 0; i < 4; i++) tk[i][j] ^= tk[
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_parser_ruby.rb255 tk = @parser.get_tk
257 alas = @parser.parse_alias klass, RDoc::Parser::Ruby::NORMAL, tk, 'comment'
274 tk = @parser.get_tk
276 alas = @parser.parse_alias klass, RDoc::Parser::Ruby::SINGLE, tk, 'comment'
293 tk = @parser.get_tk
295 @parser.parse_alias klass, RDoc::Parser::Ruby::NORMAL, tk, 'comment'
307 tk = @parser.get_tk
309 alas = @parser.parse_alias klass, RDoc::Parser::Ruby::NORMAL, tk, 'comment'
322 tk = @parser.get_tk
324 @parser.parse_attr klass, RDoc::Parser::Ruby::NORMAL, tk, commen
2981 def tk klass, scan, line, char, name, text method in class:test_sanity_interpolation.test_sanity_interpolation_format.test_sanity_symbol_interpolation.test_scan_cr.C.test_scan_meta_method_block
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A Drijndael-alg-ref.c208 word8 tk[4][MAXKC]; local
234 tk[i][j] = k[i][j];
238 for(i = 0; i < 4; i++) W[t / BC][i][t % BC] = tk[i][j];
243 tk[i][0] ^= S[tk[(i+1)%4][KC-1]];
244 tk[0][0] ^= rcon[rconpointer++];
248 for(i = 0; i < 4; i++) tk[i][j] ^= tk[i][j-1];
251 for(i = 0; i < 4; i++) tk[i][j] ^= tk[
509 word8 tk[4][KC_128_OPT]; local
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dsignature.c58 unsigned char tk[16]; local
68 CC_MD5_Final(tk, &tctx);
70 key = tk;
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A Dtk.spec6 Name: tk
12 Source: http://prdownloads.sourceforge.net/tcl/tk%{version}-src.tar.gz
13 URL: http://www.tcl.tk/
45 %files -n tk
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dmktime.c338 check_result (tk, tmk, tl, tml)
339 time_t tk;
344 if (tk != tl || not_equal_tm (&tmk, &tml))
350 printf (") == %ld, should be %ld\n", (long) tl, (long) tk);
364 time_t tk, tl;
397 tk = mktime (&tmk);
398 status |= check_result (tk, tmk, tl, tml);
406 tk = tl;
407 status |= check_result (tk, tmk, tl, tml);
363 time_t tk, tl; local
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Druby_token.rb251 if (tk = TkReading2Token[token]).nil?
255 tk = Token(tk[0], value)
257 if tk.kind_of?(TkOp) then
258 tk.name = token
261 if (tk = TkSymbol2Token[token]).nil?
265 tk = Token(tk[0], value)
268 tk = token.new(@prev_seek, @prev_line_no, @prev_char_no)
269 tk
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dradiobutton.rb2 # tk/radiobutton.rb : treat radiobutton widget
4 require 'tk'
5 require 'tk/button'
72 Tk.__set_loaded_toplevel_aliases__('tk/radiobutton.rb', :Tk, Tk::RadioButton,

Completed in 293 milliseconds

1234567