Home
last modified time | relevance | path

Searched refs:gettags (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/dports/x11-toolkits/tk85/tk8.5.19/tests/
H A DcanvImg.test254 .c gettags [.c find closest {*}$testPoint]
263 .c gettags [.c find overlapping 60 0 70 99]
269 .c gettags [.c find overlapping 60 0 70 101]
290 .c gettags [.c find overlapping 0 105 49 115]
296 .c gettags [.c find overlapping 0 105 51 115]
302 .c gettags [.c find overlapping 0 0 51 101]
323 .c gettags [.c find enclosed 0 0 200 200]
329 .c gettags [.c find enclosed 51 100 80 115]
332 .c gettags [.c find enclosed 50 101 80 115]
335 .c gettags [.c find enclosed 50 100 79 115]
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/tests/
H A DcanvImg.test398 .c gettags [.c find closest 70 90]
407 .c gettags [.c find closest {*}{70 90}]
416 .c gettags [.c find closest {*}{90 90}]
425 .c gettags [.c find closest {*}{90 90}]
434 .c gettags [.c find closest {*}{90 110}]
443 .c gettags [.c find closest {*}{90 110}]
452 .c gettags [.c find closest {*}{90 125}]
461 .c gettags [.c find closest {*}{90 125}]
470 .c gettags [.c find closest {*}{70 125}]
524 .c gettags [.c find closest {*}{40 90}]
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/tests/
H A DcanvImg.test398 .c gettags [.c find closest 70 90]
407 .c gettags [.c find closest {*}{70 90}]
416 .c gettags [.c find closest {*}{90 90}]
425 .c gettags [.c find closest {*}{90 90}]
434 .c gettags [.c find closest {*}{90 110}]
443 .c gettags [.c find closest {*}{90 110}]
452 .c gettags [.c find closest {*}{90 125}]
461 .c gettags [.c find closest {*}{90 125}]
470 .c gettags [.c find closest {*}{70 125}]
524 .c gettags [.c find closest {*}{40 90}]
[all …]
/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/
H A Dcanvasex.tcl77 set gid [lsearch -inline -regexp [$w gettags current] {^group#[0-9]+$}]
163 set gid [lsearch -inline -regexp [$w gettags $id] $groupRE]
182 set gid [lsearch -inline -regexp [$w gettags $id] $groupRE]
223 if {[lsearch -regexp [$wcan gettags $args] $groupRE]} {
243 set tags [$wcan gettags $id]
258 set tags [$wcan gettags $id]
278 set tags [$priv(canvas) gettags $id]
/dports/x11-toolkits/p5-Tk-GBARR/Tk-GBARR-2.08/
H A DCloth.pm116 foreach ($item->gettags) {
137 sub gettags { $_[0]->cloth->gettags(@_) } subroutine
359 foreach $parent ($item->gettags) {
380 foreach $tag ($item->gettags) {
400 sub gettags { subroutine
402 my @tag = $cloth->SUPER::gettags(shift->tag);
/dports/x11-toolkits/p5-Tk/Tk-804.035/demos/demos/widget_lib/
H A Dcscroll.pl54 $id++ if ($c->gettags('current'))[0] ne 'text';
64 $id-- if ($c->gettags('current'))[0] eq 'text';
80 $id-- if ($c->gettags('current'))[0] eq 'text';
/dports/textproc/tkxmlive/tkxmlive/library/
H A Drichtext-status.tcl39 set wXML [lindex [%W gettags $wNode] 0]
45 set wXML [lindex [%W gettags $wNode] 0]
55 set wXML [lindex [%W gettags $wNode] 0]
67 set wXML [lindex [%W gettags $wNode] 0]
/dports/science/jstrack/jstrack/tracker/lib/
H A Dbindings.tk19 foreach i [.c gettags current] {
44 foreach i [.c gettags current] {
62 foreach i [.c gettags current] {
80 foreach i [.c gettags current] {
148 foreach i [lsort [.c gettags $cidx]] {
225 foreach i [lsort [.c gettags $cidx]] {
/dports/german/BBBike/BBBike-3.18/ext/BBBikeXS/t/
H A Dutf8.t71 is(($c->gettags($item))[1], "Dudenstra�e", "iso-8859-1 OK");
129 my(@tags) = $c->gettags($item);
144 is(($c->gettags($item))[2], "Pl�tz der L�ftbr�cke", "Point item with correct name");
/dports/www/getleft/Getleft-v1.2/scripts/help1.5/
H A Dhelp.tcl168 $w.text insert end "\n" [gettags]
178 $w.text insert end "\n" [gettags]
258 $w.text insert end "\n" [gettags]
273 $w.text insert end "\n" [gettags]
293 $w.text insert end "\n" [gettags]
306 $w.text insert end "\n" [gettags]
322 $w.text insert end "\n" [gettags]
349 $w.text insert end "\n" [gettags]
352 $w.text insert end "\n" [gettags]
626 $w.text insert end "\n" [gettags]
[all …]
/dports/german/BBBike/BBBike-3.18/
H A DBBBikeScribble.pm165 my @tags = $c->gettags($item);
196 my(@tags) = $c->gettags('current');
201 my(@tags) = $c->gettags('current');
253 if (grep {$_ eq 'scribble'} $c->gettags($item)) {
/dports/shells/ksh93/ast-93u/src/lib/libtk/library/demos/
H A Dcscroll.tcl63 if {[lsearch [$canvas gettags current] text] >= 0} {
78 if {[lsearch [$canvas gettags current] text] >= 0} {
88 if {[lsearch [$canvas gettags current] text] < 0} {
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/library/demos/
H A Dcscroll.tcl63 if {[lsearch [$canvas gettags current] text] >= 0} {
78 if {[lsearch [$canvas gettags current] text] >= 0} {
88 if {[lsearch [$canvas gettags current] text] < 0} {
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/library/demos/
H A Dcscroll.tcl63 if {[lsearch [$canvas gettags current] text] >= 0} {
78 if {[lsearch [$canvas gettags current] text] >= 0} {
88 if {[lsearch [$canvas gettags current] text] < 0} {
/dports/net-im/coccinella/Coccinella-0.96.20Src/bin/windows/intel/tkdnd/
H A DtkDND_Utils.tcl90 foreach _tag [concat $_id [$win gettags $_id]] {
128 foreach tag [concat $id [$win gettags $id]] {
140 foreach _tag [concat $_id [$win gettags $_id]] {
166 foreach _tag [concat $_id [$win gettags $_id]] {
/dports/x11-toolkits/tk85/tk8.5.19/library/demos/
H A Dcscroll.tcl79 if {[lsearch [$canvas gettags current] text] >= 0} {
94 if {[lsearch [$canvas gettags current] text] >= 0} {
104 if {[lsearch [$canvas gettags current] text] < 0} {
/dports/net-im/coccinella/Coccinella-0.96.20Src/bin/unix/Linux/i686/tkdnd/
H A Dtkdnd.tcl91 foreach _tag [concat $_id [$win gettags $_id]] {
136 foreach tag [concat $id [$win gettags $id]] {
149 foreach _tag [concat $_id [$win gettags $_id]] {
182 foreach _tag [concat $_id [$win gettags $_id]] {
/dports/net-im/coccinella/Coccinella-0.96.20Src/bin/unix/NetBSD/i686/tkdnd/
H A Dtkdnd.tcl91 foreach _tag [concat $_id [$win gettags $_id]] {
136 foreach tag [concat $id [$win gettags $id]] {
149 foreach _tag [concat $_id [$win gettags $_id]] {
182 foreach _tag [concat $_id [$win gettags $_id]] {
/dports/net-im/coccinella/Coccinella-0.96.20Src/plugins/applets/CardGame/
H A DCardGame.itcl398 -image $imback -anchor nw -tags [$tkCanvas gettags $idcard]]
509 -tags [$tkCanvas gettags $idcard]]
522 set tags [$tkCanvas gettags $idpopup]
533 set tags [$tkCanvas gettags $idpopup]
544 set tags [$tkCanvas gettags $idpopup]
569 set tags [$tkCanvas gettags $id]
593 set ctags [$tkCanvas gettags $idc]
/dports/graphics/graphviz/graphviz-2.44.1/tclpkg/tclpathplan/demo/
H A Dpathplan.tcl114 $vc coords [lindex [$c gettags $id] 0] [$c coords $id]
151 [$vc center [lindex [$c gettags $id] 0]] {break}
162 foreach {oldx oldy} [$vc center [lindex [$c gettags $id] 0]] {
201 $vc remove [lindex [$c gettags current] 0]
253 set t [lindex [$c gettags $id] 0]
325 set t [lindex [$c gettags $id] 0]
332 set t [lindex [$c gettags $id] 0]
351 if {[$c type $i] == "polygon"} {$vc remove [lindex [$c gettags $i] 0]}
/dports/x11-toolkits/tk87/tk8.7a5/library/demos/
H A Dcscroll.tcl144 if {[lsearch [$canvas gettags current] text] >= 0} {
160 if {[lsearch [$canvas gettags current] text] >= 0} {
168 if {[lsearch [$canvas gettags current] text] < 0} {
/dports/x11-toolkits/tk86/tk8.6.12/library/demos/
H A Dcscroll.tcl144 if {[lsearch [$canvas gettags current] text] >= 0} {
160 if {[lsearch [$canvas gettags current] text] >= 0} {
168 if {[lsearch [$canvas gettags current] text] < 0} {
/dports/german/BBBike/BBBike-3.18/plugins/
H A DBBBikeRuler.pm217 my(@tags) = $c->gettags($c->current_item(-ignorerx => "^ruler\$"));
283 my(@tags) = $c->gettags($c->current_item(-ignorerx => "^ruler\$"));
322 my(@tags) = $c->gettags($c->current_item(-ignorerx => "^ruler\$"));
380 my(@tags) = $c->gettags($c->current_item(-ignorerx => "^ruler\$"));
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/infra/util/vendor-manifest-parser/
H A DREADME.md19 cat ../../manifest | gettags --uid "bcorrie@vmware.com" --pwd "foobedoo" > 1.json
23 cat ../../manifest | gettags --uid "bcorrie@vmware.com" --pwd "foobedoo" | groupbyrepo | report --e…
/dports/math/scilab/scilab-6.1.1/scilab/modules/tclsci/demos/tk/
H A Dcscroll65 if {[lsearch [$canvas gettags current] text] >= 0} {
80 if {[lsearch [$canvas gettags current] text] >= 0} {
90 if {[lsearch [$canvas gettags current] text] < 0} {

12345678910>>...14