Searched refs:Pop (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/des/
H A Ddes.tcl138 proc ::DES::Pop {varname {nth 0}} {
161 set M [Pop args 1]
175 -dir { set opts(-dir) [SetOneOf $dirs [Pop args 1]] }
176 -iv { set opts(-iv) [Pop args 1] }
177 -key { set opts(-key) [Pop args 1] }
178 -in { set opts(-in) [Pop args 1] }
179 -out { set opts(-out) [Pop args 1] }
180 -chunksize { set opts(-chunksize) [Pop args 1] }
183 -- { Pop args ; break }
190 Pop arg
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A DGoogle.tcl58 -start {set opts(start) [Pop args 1]}
59 -max {set opts(max) [Pop args 1]}
60 -filter {set opts(filter) [Pop args 1]}
61 -restrict {set opts(filter) [Pop args 1]}
62 -safe {set opts(safe) [Pop args 1]}
63 -lang* {set opts(lang) [Pop args 1]}
64 -- { Pop args; break }
71 Pop args
80 proc Pop {varname {nth 0}} { procedure
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/crc/
H A Dcrc16.tcl173 # Pop the nth element off a list. Used in options processing.
175 proc ::crc::Pop {varname {nth 0}} {
231 -fi* { set opts(filename) [Pop args 1] }
232 -cha* { set opts(channel) [Pop args 1] }
233 -chu* { set opts(chunksize) [Pop args 1] }
234 -fo* { set opts(format) [Pop args 1] }
235 -i* { set opts(impl) [uplevel 1 namespace origin [Pop args 1]] }
236 -s* { set opts(seed) [Pop args 1] }
237 -- { Pop args ; break }
244 Pop arg
[all...]
H A Dcksum.tcl122 # crc::Pop --
124 # Pop the nth element off a list. Used in options processing.
126 proc ::crc::Pop {varname {nth 0}} {
145 -file* { set opts(-filename) [Pop args 1] }
146 -chan* { set opts(-channel) [Pop args 1] }
147 -chunk* { set opts(-chunksize) [Pop args 1] }
148 -for* { set opts(-format) [Pop args 1] }
149 -command { set opts(-command) [Pop args 1] }
152 if {[string compare $option "--"] == 0} { Pop args ; break }
157 Pop arg
[all...]
H A Dsum.tcl140 # Pop the nth element off a list. Used in options processing.
142 proc ::crc::Pop {varname {nth 0}} {
202 -file* { set opts(-filename) [Pop args 1] }
203 -for* { set opts(-format) [Pop args 1] }
204 -chan* { set opts(-channel) [Pop args 1] }
205 -chunk* { set opts(-chunksize) [Pop args 1] }
206 -time* { set opts(-timeout) [Pop args 1] }
207 -- { Pop args ; break }
214 Pop args
H A Dcrc32.tcl284 # crc::Pop --
286 # Pop the nth element off a list. Used in options processing.
288 proc ::crc::Pop {varname {nth 0}} {
310 -file* { set opts(-filename) [Pop args 1] }
311 -for* { set opts(-format) [Pop args 1] }
312 -chan* { set opts(-channel) [Pop args 1] }
313 -chunk* { set opts(-chunksize) [Pop args 1] }
314 -time* { set opts(-timeout) [Pop args 1] }
315 -seed { set opts(-seed) [Pop args 1] }
316 -impl* { set junk [Pop arg
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/base64/
H A Dyencode.tcl156 # Pop the nth element off a list. Used in options processing.
158 proc ::yencode::Pop {varname {nth 0}} {
171 -f* { set opts(filename) [Pop args 1] }
172 -m* { set opts(mode) [Pop args 1] }
173 -n* { set opts(name) [Pop args 1] }
174 -l* { set opts(line) [Pop args 1] }
175 -c* { set opts(crc32) [Pop args 1] }
176 -- { Pop args ; break }
183 Pop args
241 -f* { set opts(filename) [Pop arg
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/ntp/
H A Dtime.tcl99 set options(-loglevel) [Pop args 1]
105 -- { Pop args ; break }
111 Pop args
124 set options($option) [Pop args 1]
158 -port { set State(-port) [Pop args 1] }
159 -timeout { set State(-timeout) [Pop args 1] }
160 -proto* { set State(-protocol) [Pop args 1] }
161 -command { set State(-command) [Pop args 1] }
162 -- { Pop args ; break }
169 Pop arg
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGBinarySwitch.cpp108 case Pop:
150 m_branches.append(BranchCode(Pop));
163 m_branches.append(BranchCode(Pop));
186 m_branches.append(BranchCode(Pop));
189 m_branches.append(BranchCode(Pop));
H A DDFGBinarySwitch.h105 Pop, enumerator in enum:JSC::DFG::BinarySwitch::BranchKind
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/otp/
H A Dotp.tcl343 # Pop the nth element off a list. Used in options processing.
345 proc ::otp::Pop {varname {nth 0}} {
359 -hash { set opts(-hash) [Pop args 1] }
360 -seed { set opts(-seed) [Pop args 1] }
361 -count { set opts(-count) [Pop args 1] }
364 if {[string compare $option "--"] == 0} { Pop args; break }
370 Pop args
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/sha1/
H A Dsha1.tcl636 # Pop the nth element off a list. Used in options processing.
638 proc ::sha1::Pop {varname {nth 0}} {
671 -file* { set opts(-filename) [Pop args 1] }
672 -channel { set opts(-channel) [Pop args 1] }
673 -chunksize { set opts(-chunksize) [Pop args 1] }
676 if {[string compare $option "--"] == 0} { Pop args; break }
682 Pop args
732 -key { set opts(-key) [Pop args 1] }
735 -file* { set opts(-filename) [Pop args 1] }
736 -channel { set opts(-channel) [Pop arg
[all...]
H A Dsha1v1.tcl536 # Pop the nth element off a list. Used in options processing.
538 proc ::sha1::Pop {varname {nth 0}} {
571 -file* { set opts(-filename) [Pop args 1] }
572 -channel { set opts(-channel) [Pop args 1] }
573 -chunksize { set opts(-chunksize) [Pop args 1] }
576 if {[string compare $option "--"] == 0} { Pop args; break }
582 Pop args
632 -key { set opts(-key) [Pop args 1] }
635 -file* { set opts(-filename) [Pop args 1] }
636 -channel { set opts(-channel) [Pop arg
[all...]
H A Dsha256.tcl651 # Pop the nth element off a list. Used in options processing.
653 proc ::sha2::Pop {varname {nth 0}} {
686 -file* { set opts(-filename) [Pop args 1] }
687 -channel { set opts(-channel) [Pop args 1] }
688 -chunksize { set opts(-chunksize) [Pop args 1] }
691 if {[string compare $option "--"] == 0} { Pop args; break }
697 Pop args
751 -key { set opts(-key) [Pop args 1] }
754 -file* { set opts(-filename) [Pop args 1] }
755 -channel { set opts(-channel) [Pop arg
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dchecker_toc.tcl117 proc Pop {} {Log* " pop" ; global state stack ; set state [lindex $stack end] ; set stack [lrange $stack 0 end-1] ; Log " \\\\\[$state\]" ; return} procedure
201 Pop
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/rc4/
H A Drc4.tcl253 # Pop the nth element off a list. Used in options processing.
255 proc ::rc4::Pop {varname {nth 0}} {
307 -key { set opts(-key) [Pop args 1] }
309 -infile { set opts(-infile) [Pop args 1] }
310 -in { set opts(-in) [Pop args 1] }
311 -out { set opts(-out) [Pop args 1] }
312 -chunksize { set opts(-chunksize) [Pop args 1] }
313 -command { set opts(-command) [Pop args 1] }
316 if {[string compare $option "--"] == 0} { Pop args; break }
322 Pop arg
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Drpcvar.tcl63 -n* { set xmlns [Pop args 1] }
64 -a* { array set attr [Pop args 1] }
65 -h* { set head [concat $head [Pop args 1]] }
67 -- { Pop args ; break }
70 Pop args
101 # Pop the nth element off a list. Used in options processing.
103 proc ::rpcvar::Pop {varname {nth 0}} {
480 -n* { set opts(namespace) [Pop args 1] }
500 -- { Pop args ; break }
507 Pop arg
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/md4/
H A Dmd4.tcl408 # Pop the nth element off a list. Used in options processing.
410 proc ::md4::Pop {varname {nth 0}} {
441 -file* { set opts(-filename) [Pop args 1] }
442 -channel { set opts(-channel) [Pop args 1] }
443 -chunksize { set opts(-chunksize) [Pop args 1] }
446 if {[string compare $option "--"] == 0 } { Pop args; break }
452 Pop args
499 -key { set opts(-key) [Pop args 1] }
501 -file* { set opts(-filename) [Pop args 1] }
502 -channel { set opts(-channel) [Pop arg
[all...]
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/autoproxy/
H A Dautoproxy.tcl101 -proxy_h* { set options(proxy_host) [Pop args 1]}
103 -proxy_p* { set options(proxy_port) [Pop args 1]}
104 -no* { set options(no_proxy) [Pop args 1] }
105 -basic { Pop args; configure:basic $args ; break }
106 -authProc { set options(authProc) [Pop args] }
107 -- { Pop args; break }
114 Pop args
243 # Pop the nth element off a list. Used in options processing.
244 proc ::autoproxy::Pop {varname {nth 0}} {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/http/
H A Dautoproxy.tcl101 -proxy_h* { set options(proxy_host) [Pop args 1]}
103 -proxy_p* { set options(proxy_port) [Pop args 1]}
104 -no* { set options(no_proxy) [Pop args 1] }
105 -basic { Pop args; configure:basic $args ; break }
106 -authProc { set options(authProc) [Pop args] }
107 -- { Pop args; break }
114 Pop args
243 # Pop the nth element off a list. Used in options processing.
244 proc ::autoproxy::Pop {varname {nth 0}} {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/smtpd/
H A Dsmtpd.tcl138 -loglevel {${log}::setlevel [Pop args 1]}
139 -deliverMIME {set options(deliverMIME) [Pop args 1]}
140 -deliver {set options(deliver) [Pop args 1]}
141 -validate_host {set options(validate_host) [Pop args 1]}
142 -validate_sender {set options(validate_sender) [Pop args 1]}
143 -validate_recipient {set options(validate_recipient) [Pop args 1]}
145 set usetls [Pop args 1]
152 -- { Pop args; break }
157 [concat $options(tlsopts) $option [Pop args 1]]
170 Pop arg
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A Ddns.tcl118 set options(nameserver) [Pop args 1]
125 set options(port) [Pop args 1]
132 set options(timeout) [Pop args 1]
139 set proto [string tolower [Pop args 1]]
152 set options(search) [Pop args 1]
159 set options(loglevel) [Pop args 1]
163 -- { Pop args ; break }
170 Pop args
226 -ser* { set state(-nameserver) [Pop args 1] }
227 -po* { set state(-port) [Pop arg
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/sasl/
H A Dsasl.tcl149 set ctx(service) [Pop args 1]
152 set ctx(server) [Pop args 1]
155 set mech [string toupper [Pop args 1]]
174 set ctx(callback) [Pop args 1]
177 set type [Pop args 1]
194 Pop args
206 proc ::SASL::Pop {varname {nth 0}} {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/md5/
H A Dmd5x.tcl552 # Pop the nth element off a list. Used in options processing.
554 proc ::md5::Pop {varname {nth 0}} {
583 -file* { set opts(-filename) [Pop args 1] }
584 -channel { set opts(-channel) [Pop args 1] }
585 -chunksize { set opts(-chunksize) [Pop args 1] }
588 if {[string compare $option "--"] == 0} { Pop args; break }
594 Pop args
641 -key { set opts(-key) [Pop args 1] }
643 -file* { set opts(-filename) [Pop args 1] }
644 -channel { set opts(-channel) [Pop arg
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/ripemd/
H A Dripemd128.tcl557 # Pop the nth element off a list. Used in options processing.
559 proc ::ripemd::ripemd128::Pop {varname {nth 0}} {
590 -file* { set opts(-filename) [Pop args 1] }
591 -channel { set opts(-channel) [Pop args 1] }
592 -chunksize { set opts(-chunksize) [Pop args 1] }
595 if {[string compare $option "--"] == 0} { Pop args; break }
601 Pop args
648 -key { set opts(-key) [Pop args 1] }
650 -file* { set opts(-filename) [Pop args 1] }
651 -channel { set opts(-channel) [Pop arg
[all...]

Completed in 293 milliseconds

12