Searched refs:urlvar (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/tools/
H A Dhtdocs_get_sf_stats20 foreach {urlvar destination} {
24 puts "Retrieving [set $urlvar] --> $destination"
25 exec /usr/bin/wget -q -O $destination [set $urlvar] >/dev/null
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A Dhtdocs_get_sf_stats20 foreach {urlvar destination} {
24 puts "Retrieving [set $urlvar] --> $destination"
25 exec /usr/bin/wget -q -O $destination [set $urlvar] >/dev/null
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/uri/
H A Duri.tcl553 proc ::uri::GetUPHP {urlvar} {
555 # @c variable <a urlvar>.
559 # @a urlvar: Name of the variable containing the url to parse.
567 upvar $urlvar url
615 proc ::uri::GetHostPort {urlvar} {
616 # @c Parse host and port out of the url stored in variable <a urlvar>.
620 # @a urlvar: Name of the variable containing the url to parse.
626 upvar $urlvar url
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/uri/
H A Duri.tcl553 proc ::uri::GetUPHP {urlvar} {
555 # @c variable <a urlvar>.
559 # @a urlvar: Name of the variable containing the url to parse.
567 upvar $urlvar url
615 proc ::uri::GetHostPort {urlvar} {
616 # @c Parse host and port out of the url stored in variable <a urlvar>.
620 # @a urlvar: Name of the variable containing the url to parse.
626 upvar $urlvar url

Completed in 627 milliseconds