Searched +refs:pr +refs:path +refs:command (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dquotavfs.tcl48 same command line could be used on Unix or Windows, for example. Nonexistent quantities have no effect
53 list of glob patterns as used by the "string match" command: if the quantity value matches all the
113 upvar path path root root relative relative
121 set file [file join $path $relative]
218 # take real and virtual directories from command line args.
221 set path [::file normalize [lindex $args end-1]]
224 ::file mkdir $path
236 foreach afile [globfind $path] {
249 globfind $path QuotaAd
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl219 ## You can set this from the command line with -exec ""
220 ## A side effect is that all tkcon command line args will be used
274 ## Handle command line arguments before sourcing resource file to
299 ## Handle rest of command line arguments after sourcing resource file
418 ## Source extra command line argument files into slave executable
467 if {[interp eval $slave info command source] == ""} {
513 if {![llength [info command bgerror]]} {
615 set PRIV(X) [button $sbar.deltab -text "X" -command ::tkcon::DeleteTab \
653 set sy [scrollbar $w.sy -takefocus 0 -command [list $con yview]]
718 foreach path [lis
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/extra/
H A Dconsole1_1.tcl142 ## Returns the true widget path of the specified widget. Valid
177 if [string match {} [set arg [info command ${class}_$method]]] {
178 set arg [info command ${class}_$method*]
399 scrollbar $data(scrolly) -takefocus 0 -bd 1 -command "$c yview"
504 ## ConsoleEvalCmd) in turn. Any uncompleted command will not be eval'ed.
521 ## ConsoleEvalCmd - evaluates a single command, adding it to history
523 # cmd - the command to evaluate
525 # Outputs: result of command to stdout (or stderr if error occured)
588 ## the command line (not like to 'eval').
589 # ARGS: args - the command an
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dvim.vim19 syn keyword vimCommand contained abc[lear] argdo argu[ment] bel[owright] bN[ext] breakd[el] b[uffer] caddb[uffer] cb[uffer] cex[pr] cg[etfile] checkt[ime] cnew[er] col[der] con[tinue] cq[uit] delc[ommand] diffoff diffu[pdate] dr[op] echom[sg] em[enu] endt[ry] exi[t] fina[lly] fix[del] foldd[oopen] go[to] hid[e] ij[ump] isp[lit] k laddb[uffer] la[st] lch[dir] lex[pr] lgete[xpr] l[ist] lmak[e] lN[ext] loc[kmarks] lpf[ile] lt[ag] lv[imgrep] ma[rk] mk[exrc] mkv[imrc] mz[scheme] new noh[lsearch] on[ly] ped[it] popu prev[ious] prof[ile] pta[g] ptn[ext] pts[elect] py[thon] r[ead] redr[aw] ret[ab] rightb[elow] rundo san[dbox] sbf[irst] sbN[ext] scripte[ncoding] setg[lobal] sh[ell] sla[st] sme sni[ff] sor[t] spelli[nfo] sp[lit] startg[replace] st[op] sunme syncbind tabd[o] tabl[ast] tabN[ext] tabs tcld[o] th[row] tm[enu] tp[revious] tu undoj[oin] uns[ilent] vert[ical] vi[sual] wa[ll] winp[os] wp[revious] ws[verb] xa[ll] xmenu xnoremenu
32 syn keyword vimOption contained allowrevins arab autoread backup balloonexpr bh bl bsk cc ch cino cmp com concealcursor cp cscopeprg csqf cursorcolumn delcombine diffopt ea efm ep et fdc fdo ffs fk foldcolumn foldmethod formatoptions gd go guifont guitabtooltip hid hkp iconstring imd include inex isi js kp linebreak lm lz matchpairs maxmemtot mkspellmem mod mousef mouset nf oft pa path pheader previewheight printmbcharset pvw remap rl ruf sc scrollopt selectmode shellpipe shiftround showfulltag sidescrolloff smarttab sp spf srr startofline suffixes switchbuf tabline tagrelative tbidi termencoding tgst titlelen toolbar tsl ttybuiltin tw undodir ur verbose viminfo warn wfh wildchar wim winminheight wmh wrapscan ww
202 syn keyword vimUserAttrbCmplt contained augroup buffer command dir environment event expression file function help highlight mapping menu option shellcmd something tag tag_listfiles var
286 " Set command and associated set-options (vimOptions) with comment {{{2
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim491 au BufNewFile,BufRead ~/.cmus/{autosave,rc,command-history,*.theme} setf cmusrc
718 " GDB command files
1514 " Ratpoison config/command files
1647 au BufNewFile,BufRead *.sdl,*.pr setf sdl
1760 " For shell-like file types, check for an "exec" command hidden in a comment,
1870 let path = expand('<amatch>:p')
1871 if path =~ '^/etc/udev/\%(rules\.d/\)\=.*\.rules$'
1875 if path =~ '^/etc/ufw/'
1955 " Sratus VOS command macro
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm198 # concatenate a path and file basename
212 my $path = join '/', @_;
213 my $test_file = $path . $name;
219 $test_file = $path . '/' . $name;
282 # decisions on the default rules as modified by any command-line options.
492 # handle command line options
548 # dump from command line
616 if ( defined( $rOpts->{'output-path'} ) ) {
730 # add option to change path here
731 if ( defined( $rOpts->{'output-path'} ) ) {
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm211 # concatenate a path and file basename
225 my $path = join '/', @_;
226 my $test_file = $path . $name;
232 $test_file = $path . '/' . $name;
292 # decisions on the default rules as modified by any command-line options.
489 # get command line options
553 # dump from command line
646 if ( defined( $rOpts->{'output-path'} ) ) {
772 # add option to change path here
773 if ( defined( $rOpts->{'output-path'} ) ) {
[all...]

Completed in 162 milliseconds