Searched +refs:define +refs:auto +refs:insert (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A DTextDisplay.itk13 option add *TextDisplay.scrollbar auto widgetDefault
57 itk_option define -scrollbar scrollbar Scrollbar "on" {
59 on - off - auto {
75 eval $itk_component(text) insert 1.0 $args
82 eval $itk_component(text) insert end $args
95 $itk_component(text) insert $index $newword
109 auto {
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dtabnotebook.itk22 # A special option may be provided to the Tabnotebook. The -auto
80 option add *Tabnotebook.auto true widgetDefault
105 itk_option define -borderwidth borderWidth BorderWidth 2
106 itk_option define -state state State normal
107 itk_option define \
109 itk_option define -scrollcommand scrollCommand ScrollCommand {}
110 itk_option define -equaltabs equalTabs EqualTabs true
111 itk_option define -font font Font \
113 itk_option define -width width Width 300
114 itk_option define
[all...]
H A Dnotebook.itk18 # A special option may be provided to the Notebook. The -auto option
60 option add *Notebook.auto true widgetDefault
77 itk_option define -background background Background #d9d9d9
78 itk_option define -auto auto Auto true
79 itk_option define -scrollcommand scrollCommand ScrollCommand {}
85 public method insert { args }
150 # OPTION -auto
155 itcl::configbody iwidgets::Notebook::auto {
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A DviperCard.tex284 Viper has four states: {\it emacs state}, {\it vi state}, {\it insert state},
288 This card explains only vi state and insert state (replace state is similar
289 to insert state).
296 \metax{from vi state to insert state}{i, I, a, A, o, O}
298 \key{from insert or replace state to vi state}{ESC}
299 \key{from insert state to vi state for 1 command}{C-z}
303 You can do editing in insert state.
362 \key{{\bf insert} at point}{i}
364 \key{{\bf insert} before first non-white}{I}
387 \metax{{\bf insert}
[all...]
H A Dorgcard.tex276 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
277 (define-key global-map "\\C-cl" 'org-store-link)$^1$
278 (define-key global-map "\\C-ca" 'org-agenda)$^1$
303 \key{insert new heading/item at current level}{M-RET}
304 \key{insert new TODO entry/checkbox item}{M-S-RET}
344 %\metax{insert a new Org-mode table}{M-x org-table-create}
366 \key{insert new column to left of cursor position}{M-S-RIGHT}
371 \key{insert new row above the current row}{M-S-DOWN}
372 \key{insert hline below (\kbd{C-u} : above) current row}{C-c -}
420 \key{insert
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dprogress.vim62 syn keyword ProgressReserved authorization auto-ret[urn] avail[able] back[ground] before-h[ide] begins bell between blank break btos by call can-do can-find
72 syn keyword ProgressReserved go-pend[ing] grant graphic-e[dge] group having header help hide import in index indicator input input-o[utput] insert
132 syn keyword ProgressOperator attach[ment] auto-end-key auto-endkey auto-go auto-ind[ent] auto-resize auto-z[ap] available-formats ave[rage] avg backward[s] base-key batch[-mode] bgc[olor] binary
141 syn keyword ProgressOperator dcolor dde-error dde-i[d] dde-item dde-name dde-topic debu[g] dec[imal] default-b[utton] default-extensio[n] defer-lob-fetch define defined delete-char delete-current-row
153 syn keyword ProgressOperator initial-filter initiate inner inner-chars inner-lines insert
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Dmenu.vim1 " Vim support file to define the default menus
231 an 20.440.130.60 &Edit.&Global\ Settings.&Virtual\ Edit.Insert\ mode :set ve=insert<CR>
232 an 20.440.130.70 &Edit.&Global\ Settings.&Virtual\ Edit.Block\ and\ Insert :set ve=block,insert<CR>
284 an 20.440.170 &Edit.F&ile\ Settings.Toggle\ &auto-indent<Tab>:set\ ai! :set ai! ai?<CR>
349 " define all the submenu entries
724 " insert a buffer name into the buffer menu:
H A Dmakemenu.vim1 " Script to define the syntax menu in synmenu.vim
13 " Use the SynMenu command and function to define all menu entries
38 " When starting a new letter, insert a menu separator.
167 SynMenu DE.DocBook.auto-detect:docbk
H A Doptwin.vim230 call append("$", "paste\tpaste mode, insert typed text literally")
278 call append("$", "define\tpattern for a macro definition line")
811 call append("$", "shiftwidth\tnumber of spaces used for each step of (auto)indent")
816 call append("$", "softtabstop\tif non-zero, number of spaces to insert for a <Tab>")
1232 call append("$", "virtualedit\twhen to use virtual editing: \"block\", \"insert\" and/or \"all\"")
/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js13 else if (typeof define == "function" && define.amd) // AMD
14 return define([], mod);
165 // Behavior of elts with overflow: auto and padding is
2269 // When pasing N lines into N selections, insert one line per selection
2272 // Normal behavior is to insert the new text into every selection
2794 // and insert it.
3009 var startMap = getKeyMap(cm.options.keyMap), next = startMap.auto;
4408 // load a mode. (Preferred mechanism is the require/define calls.)
4686 // default. User code or addons can define the
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js13 else if (typeof define == "function" && define.amd) // AMD
14 return define([], mod);
165 // Behavior of elts with overflow: auto and padding is
2269 // When pasing N lines into N selections, insert one line per selection
2272 // Normal behavior is to insert the new text into every selection
2794 // and insert it.
3009 var startMap = getKeyMap(cm.options.keyMap), next = startMap.auto;
4408 // load a mode. (Preferred mechanism is the require/define calls.)
4686 // default. User code or addons can define the
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm3382 -sil=n set starting indentation level to n; use if auto detection fails
3502 -extrude insert as many newlines as possible
6714 # define: space count of leading string which would apply if it
6721 # define $level, a possibly reduced level for whitespace
6992 # Now we have to define how much extra incremental space
8543 # main loop over all tokens to define the whitespace flags
9075 # insert a new token into the output stream. use same level as
9266 # We will insert an empty qw string at the start of the token list
9616 # insert any needed whitespace
10756 # insert
[all...]

Completed in 800 milliseconds