Searched +refs:snit +refs:method (Results 1 - 25 of 88) sorted by relevance

1234

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpaths.tcl18 package require snit
23 snit::type ::paths {
37 method paths {} {
41 method add {path} {
47 method remove {path} {
54 method clear {} {
H A Dconfiguration.tcl19 package require snit
24 snit::type ::configuration {
38 method names {} {
42 method get {} {
46 method set {name {value {}}} {
48 # implicit arguments snit is providing to each method.
57 method unset {args} {
H A Dpt_peg_export.tcl24 package require snit
29 snit::type ::pt::peg::export {
54 method {export object} {obj {format {}}} {
58 method {export serial} {serial {format {}}} {
72 method GetPlugin {format} {
90 method PluginSetup {mgr ip} {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/tie/
H A Dtie_log.tcl15 package require snit
22 package require snit
23 snit::type ::tie::std::log {
48 method get {} {
53 method set {dict} {
58 method unset {{pattern *}} {
63 method names {} {
68 method size {} {
73 method getv {index} {
78 method set
[all...]
H A Dtie_dsource.tcl15 package require snit
21 snit::type ::tie::std::dsource {
40 delegate method * to delegate
H A Dtie_rarray.tcl15 package require snit
21 snit::type ::tie::std::rarray {
47 method get {} {
51 method set {dict} {
56 method unset {{pattern *}} {
61 method names {} {
65 method size {} {
69 method getv {index} {
73 method setv {index value} {
78 method unset
[all...]
H A Dtie_array.tcl15 package require snit
21 snit::type ::tie::std::array {
40 # upvar 3, because we have to skip 3 snit internal levels to
49 # Now bring the variable into method scope as well, to check
63 method get {} {
68 method set {dict} {
73 method unset {{pattern *}} {
79 method names {} {
84 method size {} {
89 method get
[all...]
H A Dtie_growfile.tcl15 package require snit
21 snit::type ::tie::std::growfile {
63 method get {} {
69 method names {} {
75 method size {} {
81 method getv {index} {
89 method set {dict} {
96 method setv {index value} {
103 method unset {{pattern *}} {
108 method unset
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-snit/
H A D4_choice15 package require snit
23 snit::type ::PARSER {
33 method parse {channel} {
39 method parset {text} {
H A D5_sequence15 package require snit
23 snit::type ::PARSER {
33 method parse {channel} {
39 method parset {text} {
H A D6_optional15 package require snit
23 snit::type ::PARSER {
33 method parse {channel} {
39 method parset {text} {
H A D7_kleene15 package require snit
23 snit::type ::PARSER {
33 method parse {channel} {
39 method parset {text} {
H A D8_pkleene15 package require snit
23 snit::type ::PARSER {
33 method parse {channel} {
39 method parset {text} {
H A D10_notahead15 package require snit
23 snit::type ::PARSER {
33 method parse {channel} {
39 method parset {text} {
H A D9_ahead15 package require snit
23 snit::type ::PARSER {
33 method parse {channel} {
39 method parset {text} {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/uev/
H A Duevent_onidle.tcl8 package require snit ; #
13 snit::type uevent::onidle {
22 method request {} {
32 method RunAction {} {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dconfig.tcl19 package require snit
24 snit::type ::doctools::config {
38 method names {} {
42 method get {} {
46 method set {name {value {}}} {
48 # implicit arguments snit is providing to each method.
57 method unset {args} {
H A Dpaths.tcl18 package require snit
23 snit::type ::doctools::paths {
37 method paths {} {
41 method add {path} {
48 method remove {path} {
55 method clear {} {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/transfer/
H A Ddsource.tcl11 package require snit
16 snit::type ::transfer::data::source {
30 method type {} {}
31 method data {} {}
32 method size {} {}
33 method valid {mv} {}
35 method transmit {sock blocksize done} {}
40 method type {} {
44 method data {} {
62 method siz
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Ddiagram.tcl18 package require snit ; # Object framework.
23 snit::type ::diagram {
26 ## Public API :: Instance construction, and method routing
39 method reset {} {
45 delegate method * to core
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/term/
H A Dbind.tcl10 package require snit
16 snit::type ::term::receive::bind {
23 method map {str cmd} {
28 method default {cmd} {
36 method listen {{chan stdin}} {
42 method unlisten {{chan stdin}} {
53 method reset {} {
58 method next {c} {Next $c ; return}
59 method process {str} {
64 method eo
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_me/
H A Dme_cpu.tcl12 package require snit
18 snit::type ::grammar::me::cpu {
26 method lc {location} {return [core::lc $state $location]}
27 method tok {args} {return [eval [linsert $args 0 core::tok $state]]}
28 method pc {} {return [core::pc $state]}
29 method iseof {} {return [core::iseof $state]}
30 method at {} {return [core::at $state]}
31 method cc {} {return [core::cc $state]}
32 method sv {} {return [core::sv $state]}
33 method o
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/logger/
H A Dsnit-logger.tcl8 # $Id: snit-logger.tcl,v 1.2 2005/04/27 02:40:40 andreas_kupries Exp $
12 package require snit
15 namespace eval ::logger::snit {
17 snit::type Logger {
22 delegate method * using "%s _indirect %m"
33 method log {level args} {
37 method _indirect {cmd args} {
41 method servicenameconf {opt val} {
57 method loglevelconf {opt val} {
66 package provide ::logger::snit 0.
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport.tcl23 package require snit
28 snit::type ::doctools::idx::export {
53 method {export object} {obj {format {}}} {
57 method {export serial} {serial {format {}}} {
78 method GetPlugin {format} {
96 method PluginSetup {mgr ip} {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dexport.tcl23 package require snit
28 snit::type ::doctools::toc::export {
53 method {export object} {obj {format {}}} {
57 method {export serial} {serial {format {}}} {
78 method GetPlugin {format} {
96 method PluginSetup {mgr ip} {

Completed in 304 milliseconds

1234