Searched +refs:browse +refs:url (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DURL.pm70 # escape($url)
93 [% USE url('/cgi-bin/foo.pl') %]
95 [% url(debug = 1, id = 123) %]
98 [% USE mycgi = url('/cgi-bin/bar.pl', mode='browse', debug=1) %]
101 # ==> /cgi/bin/bar.pl?mode=browse&debug=1
107 # ==> /cgi-bin/bar.pl?mode=browse&debug=d2%20p0&id=D4-2k%5B4%5D
118 [% USE url('http://www.somewhere.com/cgi-bin/foo.pl') %]
119 [% USE url('/cgi-bin/bar.pl', mode='browse')
[all...]
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-news.el0 ;;; url-news.el --- News Uniform Resource Locator retrieval code
27 (require 'url-vars)
28 (require 'url-util)
29 (require 'url-parse)
31 (autoload 'url-warn "url")
37 (defgroup url-news nil
39 :group 'url)
41 (defun url-news-open-host (host port user pass)
50 (url
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/examples/
H A Dtkxmllint.tcl41 set state(url) {}
63 label $w.doc.url -text [mc URL:]
64 entry $w.doc.urlentry -width 60 -textvariable State${win}(url)
65 button $w.doc.browse -text [mc Browse] -command [list Browse $win]
66 grid $w.doc.url -row 0 -column 0 -sticky w
68 grid $w.doc.browse -row 0 -column 2 -sticky e
155 set state(url) file://$fname
175 set state(url) [$w.doc.urlentry get]
177 if {[catch {uri::split $state(url)} spliturl]} {
179 set fname $state(url)
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim1363 " get name of remote filename (ie. url and all)
1461 " choice = url [protocol:]//[userid@]hostname[:port]/[path-to-file]
1475 " g:netrw_choice = copy of input url (choice)
3389 " call Decho('exe silent !start rundll32 url.dll,FileProtocolHandler '.shellescape(fname,1))
3390 exe 'silent !start rundll32 url.dll,FileProtocolHandler '.shellescape(fname,1)
3392 " call Decho('exe silent !rundll32 url.dll,FileProtocolHandler '.shellescape(fname,1))
3393 exe 'silent !rundll32 url.dll,FileProtocolHandler '.shellescape(fname,1)
5555 " Yes -- write file & then browse
5570 " No -- don't worry about changed file, just browse anyway
7568 " If local browse buffe
[all...]

Completed in 202 milliseconds