Home
last modified time | relevance | path

Searched refs:selectcmd (Results 1 – 25 of 56) sorted by relevance

123

/dports/x11-toolkits/py-tktreectrl/TkinterTreectrl-2.0.2/TkTreectrl/
H A DMultiListbox.py47 def __init__(self, master=None, columns=(' ',), selectcmd=None, argument
51 self._multilistbox_opts = {'selectcmd' : selectcmd,
73 selectcmd=selectcmd, command=command)
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/BWidget/
H A Dtree.tcl218 set selectcmd Tree::_mouse_select
219 Tree::bindText $path <Button-1> [list $selectcmd $path set]
220 Tree::bindImage $path <Button-1> [list $selectcmd $path set]
221 Tree::bindText $path <Control-Button-1> [list $selectcmd $path toggle]
222 Tree::bindImage $path <Control-Button-1> [list $selectcmd $path toggle]
724 set selectcmd [Widget::getoption $path -selectcommand]
725 if {[llength $selectcmd]} {
726 lappend selectcmd $path
727 lappend selectcmd $data(selnodes)
728 uplevel \#0 $selectcmd
/dports/x11-toolkits/bwidget/bwidget-1.9.14/
H A Dtree.tcl219 set selectcmd Tree::_mouse_select
220 Tree::bindText $path <Button-1> [list $selectcmd $path set]
221 Tree::bindImage $path <Button-1> [list $selectcmd $path set]
222 Tree::bindText $path <Control-Button-1> [list $selectcmd $path toggle]
223 Tree::bindImage $path <Control-Button-1> [list $selectcmd $path toggle]
748 set selectcmd [Widget::getoption $path -selectcommand]
749 if {[llength $selectcmd]} {
750 lappend selectcmd $path
751 lappend selectcmd $data(selnodes)
752 uplevel \#0 $selectcmd
/dports/cad/astk-client/astk-2020.0/ASTK_CLIENT/lib/BWidget-1.7.0/
H A Dtree.tcl218 set selectcmd Tree::_mouse_select
219 Tree::bindText $path <Button-1> [list $selectcmd $path set]
220 Tree::bindImage $path <Button-1> [list $selectcmd $path set]
221 Tree::bindText $path <Control-Button-1> [list $selectcmd $path toggle]
222 Tree::bindImage $path <Control-Button-1> [list $selectcmd $path toggle]
724 set selectcmd [Widget::getoption $path -selectcommand]
725 if {[llength $selectcmd]} {
726 lappend selectcmd $path
727 lappend selectcmd $data(selnodes)
728 uplevel \#0 $selectcmd
/dports/cad/astk-serveur/astk-2020.0/ASTK_CLIENT/lib/BWidget-1.7.0/
H A Dtree.tcl218 set selectcmd Tree::_mouse_select
219 Tree::bindText $path <Button-1> [list $selectcmd $path set]
220 Tree::bindImage $path <Button-1> [list $selectcmd $path set]
221 Tree::bindText $path <Control-Button-1> [list $selectcmd $path toggle]
222 Tree::bindImage $path <Control-Button-1> [list $selectcmd $path toggle]
724 set selectcmd [Widget::getoption $path -selectcommand]
725 if {[llength $selectcmd]} {
726 lappend selectcmd $path
727 lappend selectcmd $data(selnodes)
728 uplevel \#0 $selectcmd
/dports/x11-toolkits/py-tktreectrl/TkinterTreectrl-2.0.2/demo/
H A Dmultilistbox.py28 m.configure(selectcmd=select_cmd, command=dblclick_cmd, selectmode='extended')
/dports/databases/redis5/redis-5.0.14/src/
H A Dreplication.c196 robj *selectcmd; in replicationFeedSlaves() local
200 selectcmd = shared.select[dictid]; in replicationFeedSlaves()
205 selectcmd = createObject(OBJ_STRING, in replicationFeedSlaves()
212 if (server.repl_backlog) feedReplicationBacklogWithObject(selectcmd); in replicationFeedSlaves()
219 addReply(slave,selectcmd); in replicationFeedSlaves()
223 decrRefCount(selectcmd); in replicationFeedSlaves()
/dports/deskutils/pet/pet-0.4.0/
H A DREADME.md227 selectcmd = "fzf" # selector command for edit command (fzf or peco)
254 selectcmd = "fzf"
263 selectcmd = "fzf --ansi"
/dports/databases/pgaccess/pgaccess-1.00.20140902/lib/widgets/BWidget-1.6.0/
H A Dtree.tcl684 set selectcmd [Widget::getoption $path -selectcommand]
685 if {[llength $selectcmd]} {
686 lappend selectcmd $path
687 lappend selectcmd $data(selnodes)
688 uplevel \#0 $selectcmd
/dports/databases/redis6/redis-6.0.16/src/
H A Dreplication.c230 robj *selectcmd; in replicationFeedSlaves() local
234 selectcmd = shared.select[dictid]; in replicationFeedSlaves()
239 selectcmd = createObject(OBJ_STRING, in replicationFeedSlaves()
246 if (server.repl_backlog) feedReplicationBacklogWithObject(selectcmd); in replicationFeedSlaves()
253 addReply(slave,selectcmd); in replicationFeedSlaves()
257 decrRefCount(selectcmd); in replicationFeedSlaves()
/dports/databases/libgda5/libgda-5.2.10/libgda/sql-parser/
H A Dparser.y548 compound(C) ::= selectcmd(S). {
573 %type selectcmd {GdaSqlStatement *}
574 %destructor selectcmd {gda_sql_statement_free ($$);}
575 selectcmd(C) ::= SELECT distinct(D) selcollist(W) from(F) where_opt(Y)
/dports/databases/libgda5/libgda-5.2.10/providers/firebird/
H A Dparser.y546 compound(C) ::= selectcmd(S). { in compound()
571 %type selectcmd {GdaSqlStatement *}
572 %destructor selectcmd {gda_sql_statement_free ($$);}
573 selectcmd(C) ::= SELECT distinct(D) selcollist(W) from(F) where_opt(Y) in selectcmd() function
/dports/databases/libgda5/libgda-5.2.10/providers/reuseable/postgres/
H A Dparser.y548 compound(C) ::= selectcmd(S). {
573 %type selectcmd {GdaSqlStatement *}
574 %destructor selectcmd {gda_sql_statement_free ($$);}
575 selectcmd(C) ::= SELECT distinct(D) selcollist(W) from(F) where_opt(Y)
/dports/databases/libgda5/libgda-5.2.10/providers/skel-implementation/capi/
H A Dparser.y546 compound(C) ::= selectcmd(S). { in compound()
571 %type selectcmd {GdaSqlStatement *}
572 %destructor selectcmd {gda_sql_statement_free ($$);}
573 selectcmd(C) ::= SELECT distinct(D) selcollist(W) from(F) where_opt(Y) in selectcmd() function
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/reuseable/mysql/
H A Dparser.y546 compound(C) ::= selectcmd(S). { in compound()
571 %type selectcmd {GdaSqlStatement *}
572 %destructor selectcmd {gda_sql_statement_free ($$);}
573 selectcmd(C) ::= SELECT distinct(D) selcollist(W) from(F) where_opt(Y) in selectcmd() function
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sql-parser/
H A Dparser.y548 compound(C) ::= selectcmd(S). { in compound()
573 %type selectcmd {GdaSqlStatement *}
574 %destructor selectcmd {gda_sql_statement_free ($$);}
575 selectcmd(C) ::= SELECT distinct(D) selcollist(W) from(F) where_opt(Y) in selectcmd() function
/dports/databases/libgda5-ui/libgda-5.2.10/providers/firebird/
H A Dparser.y546 compound(C) ::= selectcmd(S). { in compound()
571 %type selectcmd {GdaSqlStatement *}
572 %destructor selectcmd {gda_sql_statement_free ($$);}
573 selectcmd(C) ::= SELECT distinct(D) selcollist(W) from(F) where_opt(Y) in selectcmd() function
/dports/databases/libgda5-ui/libgda-5.2.10/providers/reuseable/mysql/
H A Dparser.y546 compound(C) ::= selectcmd(S). { in compound()
571 %type selectcmd {GdaSqlStatement *}
572 %destructor selectcmd {gda_sql_statement_free ($$);}
573 selectcmd(C) ::= SELECT distinct(D) selcollist(W) from(F) where_opt(Y) in selectcmd() function
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/skel-implementation/capi/
H A Dparser.y546 compound(C) ::= selectcmd(S). {
571 %type selectcmd {GdaSqlStatement *}
572 %destructor selectcmd {gda_sql_statement_free ($$);}
573 selectcmd(C) ::= SELECT distinct(D) selcollist(W) from(F) where_opt(Y)
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/firebird/
H A Dparser.y546 compound(C) ::= selectcmd(S). { in compound()
571 %type selectcmd {GdaSqlStatement *}
572 %destructor selectcmd {gda_sql_statement_free ($$);}
573 selectcmd(C) ::= SELECT distinct(D) selcollist(W) from(F) where_opt(Y) in selectcmd() function
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/reuseable/mysql/
H A Dparser.y546 compound(C) ::= selectcmd(S). { in compound()
571 %type selectcmd {GdaSqlStatement *}
572 %destructor selectcmd {gda_sql_statement_free ($$);}
573 selectcmd(C) ::= SELECT distinct(D) selcollist(W) from(F) where_opt(Y) in selectcmd() function
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/reuseable/mysql/
H A Dparser.y546 compound(C) ::= selectcmd(S). { in compound()
571 %type selectcmd {GdaSqlStatement *}
572 %destructor selectcmd {gda_sql_statement_free ($$);}
573 selectcmd(C) ::= SELECT distinct(D) selcollist(W) from(F) where_opt(Y) in selectcmd() function
/dports/databases/libgda5-ui/libgda-5.2.10/providers/oracle/
H A Dparser.y546 compound(C) ::= selectcmd(S). { in compound()
571 %type selectcmd {GdaSqlStatement *}
572 %destructor selectcmd {gda_sql_statement_free ($$);}
573 selectcmd(C) ::= SELECT distinct(D) selcollist(W) from(F) where_opt(Y) in selectcmd() function
/dports/databases/libgda5-ui/libgda-5.2.10/providers/reuseable/postgres/
H A Dparser.y548 compound(C) ::= selectcmd(S). {
573 %type selectcmd {GdaSqlStatement *}
574 %destructor selectcmd {gda_sql_statement_free ($$);}
575 selectcmd(C) ::= SELECT distinct(D) selcollist(W) from(F) where_opt(Y)
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sql-parser/
H A Dparser.y548 compound(C) ::= selectcmd(S). { in compound()
573 %type selectcmd {GdaSqlStatement *}
574 %destructor selectcmd {gda_sql_statement_free ($$);}
575 selectcmd(C) ::= SELECT distinct(D) selcollist(W) from(F) where_opt(Y) in selectcmd() function

123