Searched +refs:history +refs:add (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dreadline.vim5 " readline_has_bash - if defined add support for bash specific
73 \ match-hidden-files history-preserve-point
84 \ accept-line previous-history
85 \ next-history beginning-of-history
86 \ end-of-history reverse-search-history
87 \ forward-search-history
88 \ non-incremental-reverse-search-history
89 \ non-incremental-forward-search-history
[all...]
H A Dcvsrc.vim21 \ start='add\|admin\|checkout\|commit\|cvs\|diff'
22 \ start='export\|history\|import\|init\|log'
H A Dtcsh.vim10 " set history=200
12 " causes history to come up as a keyword, which we want to avoid.
44 syn keyword tcshBuiltin nextgroup=tcshStatementEnd alloc bg break breaksw builtins bye case cd chdir complete continue default dirs echo echotc end endif endsw eval exec exit fg filetest foreach getspath getxvers glob goto hashstat history hup inlib jobs kill limit log login logout ls ls-F migrate newgrp nice nohup notify onintr popd printenv pushd rehash repeat rootnode sched setpath setspath settc setty setxvers shift source stop suspend switch telltc time umask uncomplete unhash universe unlimit ver wait warp watchlog where which
51 syn keyword tcshShellVar contained afsuser ampm argv autocorrect autoexpand autolist autologout backslash_quote catalog cdpath color colorcat command complete continue continue_args correct cwd dextract dirsfile dirstack dspmbyte dunique echo echo_style edit ellipsis fignore filec gid group histchars histdup histfile histlit history home ignoreeof implicitcd inputmode killdup killring listflags listjobs listlinks listmax listmaxrows loginsh logout mail matchbeep nobeep noclobber noding noglob nokanji nonomatch nostat notify oid owd path printexitvalue prompt prompt2 prompt3 promptchars pushdtohome pushdsilent recexact recognize_only_executables rmstar rprompt savedirs savehist sched shell shlvl status symlinks tcsh term time tperiod tty uid user verbose version visiblebell watch who wordchars
91 \ down-history downcase-word end-of-file end-of-line
92 \ exchange-point-and-mark expand-glob expand-history expand-line
94 \ gosmacs-transpose-chars history-search-backward
95 \ history-search-forward insert-last-word i-search-fwd
102 \ stuff-char toggle-literal-history transpose-chars
105 \ undefined-key universal-argument up-history upcas
[all...]
H A Dgdb.vim40 syn match gdbStatement "\<add-shared-symbol-files\>"
41 syn match gdbStatement "\<add-symbol-file\>"
55 syn keyword gdbSet environment gnutarget height history language listsize print prompt
59 syn match gdbSet "\<auto-solib-add\>"
H A Dzsh.vim113 \ functions getcap getln getopts hash history
135 " TODO: $[...] is the same as $((...)), so add that as well.
H A Dsh.vim72 syn cluster ErrorList add=shDTestError
89 syn cluster shFunctionList add=shRepeat
90 syn cluster shFunctionList add=shDblBrace,shDblParen
189 syn cluster shCaseList add=shRepeat
190 syn cluster shFunctionList add=shRepeat
244 syn cluster shCommandSubList add=bashSpecialVariables,bashStatement
245 syn cluster shCaseList add=bashAdminStatement,bashStatement
252 syn cluster shCommandSubList add=kshSpecialVariables,kshStatement
253 syn cluster shCaseList add=kshStatement
453 syn keyword shStatement autoload bg false fc fg functions getopts hash history intege
[all...]
H A Dtcl.vim27 syn keyword tclCommand format gets glob global history incr info interp join
98 " menu, mane add
103 syn keyword tcltkWidgetSwitch contained add clone configure delete entrycget entryconfigure index insert invoke
H A Dpine.vim136 syn keyword pineConfig remote-abook-history
288 syn keyword pineOption ldap-result-to-addrbook-add
H A Dvim.vim14 " Use the vimCommentGroup cluster to add your own.
28 syn keyword vimOption contained ai ambw ari aw backupext beval biosk brk buflisted cdpath cin cinwords cocu compatible consk cpt cscopetagorder csverb debug dict dir eb enc errorbells expandtab fdl fenc fileformat fml foldignore foldopen fs gfn grepprg guiheadroom helplang history hls imactivatekey iminsert inde insertmode iskeyword keymodel laststatus lisp lpl magic maxfuncdepth menuitems mm modifiable mousem mps number opendevice paste pex pmbcs printencoding prompt rdt revins ro runtimepath scroll sections sh shellslash shortmess showtabline slm sn spellcapcheck splitright ssop stmp swapfile syn tabstop tagstack tbs textauto tildeop titlestring top ttimeout ttym uc undolevels vb vfile visualbell wc wh wildignore window winwidth wmw writeany
75 syn keyword vimFuncName contained add argidx atan browsedir bufloaded bufwinnr call char2nr col complete_check cos cscope_connection delete diff_hlID eval exists expr8 filereadable finddir floor fnamemodify foldlevel foreground get getchar getcmdpos getfontname getftime getloclist getpos getregtype getwinposx glob has_key histadd histnr hostname index inputlist inputsecret islocked keys libcallnr lispindent log10 mapcheck matcharg matchlist
243 syn cluster vimSubstList add=vimCollection
406 syn match vimGroupAdd contained "add=" nextgroup=vimGroupList
566 syn cluster vimFuncBodyList add=vimLuaRegion
588 syn cluster vimFuncBodyList add=vimPerlRegion
609 syn cluster vimFuncBodyList add=vimRubyRegion
631 syn cluster vimFuncBodyList add=vimPythonRegion
660 syn cluster vimFuncBodyList add
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcolldata.h112 void add(uint32_t ce, UErrorCode &status);
147 * @param string - the string to add
150 void add(const UnicodeString *string, UErrorCode &status);
159 void add(const UChar *chars, int32_t count, UErrorCode &status);
277 * limit the amount of recursion, a "history" list is used to record
280 * in the history list is used.
284 * @param history - the history list. Must be at least as long as
289 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;
H A Dcolldata.cpp94 add(order, status);
107 void CEList::add(uint32_t ce, UErrorCode &status) function in class:CEList
189 void StringList::add(const UnicodeString *string, UErrorCode &status) function in class:StringList
215 void StringList::add(const UChar *chars, int32_t count, UErrorCode &status) function in class:StringList
219 add(&string, status);
299 strings->add(string, status);
505 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) const
510 if (history[offset] >= 0) {
511 return history[offset];
540 rlength = minLengthInChars(ceList, roffset, history);
639 int32_t *history = NEW_ARRAY(int32_t, clength); local
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DConsolePrompt.js33 this._element.classList.add(WebInspector.ConsolePrompt.StyleClassName);
34 this._element.classList.add(WebInspector.SyntaxHighlightedStyleClassName);
105 get history()
111 set history(history)
113 this._history = history instanceof Array ? history.slice(0, WebInspector.ConsolePrompt.MaximumHistorySize) : [{}];
249 // Replace the first history entry and push a new empty one.
253 // Trim the history length if needed.
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlcatalog.c22 #include <readline/history.h>
37 static int add = 0; variable
71 /* If the line has any text in it, save it on the history. */
214 } else if (!strcmp(command, "add")) {
217 printf("add requires 2 or 3 arguments\n");
226 printf("add command failed\n");
230 printf("add requires 2 or 3 arguments\n");
239 printf("add command failed\n");
293 printf("\tadd 'type' 'orig' 'replace' : add an entry\n");
314 \t--sgml : handle SGML Super catalogs for --add an
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlcatalog.c22 #include <readline/history.h>
37 static int add = 0; variable
71 /* If the line has any text in it, save it on the history. */
214 } else if (!strcmp(command, "add")) {
217 printf("add requires 2 or 3 arguments\n");
226 printf("add command failed\n");
230 printf("add requires 2 or 3 arguments\n");
239 printf("add command failed\n");
293 printf("\tadd 'type' 'orig' 'replace' : add an entry\n");
314 \t--sgml : handle SGML Super catalogs for --add an
[all...]
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebHistory.cpp161 gClassNameCount.add("WebHistory");
251 /* [retval][out] */ IWebHistory** history)
253 *history = sharedHistory();
254 if (*history)
255 (*history)->AddRef();
260 /* [in] */ IWebHistory* history)
262 if (sharedHistoryStorage() == history)
264 sharedHistoryStorage().query(history);
250 optionalSharedHistory( IWebHistory** history) argument
259 setOptionalSharedHistory( IWebHistory* history) argument
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp634 formValuesMap.add(textFieldValues[i].first, textFieldValues[i].second);
746 WebHistory* history = WebHistory::sharedHistory(); local
747 if (!history)
750 history->visitedURL(loader->urlForHistory(), loader->title().string(), loader->originalRequestCopy().httpMethod(), loader->urlForHistoryReflectsFailure(), !loader->clientRedirectSourceForHistory());
759 WebHistory* history = WebHistory::sharedHistory(); local
770 if (history) {
771 if (COMPtr<IWebHistoryItem> iWebHistoryItem = history->itemForURLString(loader->clientRedirectSourceForHistory())) {
785 if (history) {
786 if (COMPtr<IWebHistoryItem> iWebHistoryItem = history->itemForURLString(loader->serverRedirectSourceForHistory())) {
980 // update title in global history
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim190 " History - history.
348 let windprop = ['frames', 'closed', 'defaultStatus', 'encodeURI', 'event', 'history',
471 elseif shortcontext =~ 'history\.$'
514 call add(res, m)
516 call add(res2, m)
582 let htmldom = ['document', 'anchor', 'area', 'base', 'body', 'document', 'event', 'form', 'frame', 'frameset', 'history', 'iframe', 'image', 'input', 'link', 'location', 'meta', 'navigator', 'object', 'option', 'screen', 'select', 'table', 'tableData', 'tableHeader', 'tableRow', 'textarea', 'window']
597 call add(res, m)
599 call add(res2, m)
H A Dnetrw.vim2029 " 3: (browsing) record current directory history
2044 call add(g:netrw_bookmarklist,a:curdir)
2074 " list directory history
2098 " call Decho("(browsing) record curdir history")
2106 " u: change to the previous directory stored on the history list
2107 " call Decho("(user: <u>) chg to prev dir from history")
2129 " U: change to the subsequent directory stored on the history list
2130 " call Decho("(user: <U>) chg to next dir from history")
2167 " s:NetrwBookHistRead: this function reads bookmarks and history {{{2
2190 " s:NetrwBookHistSave: this function saves bookmarks and history {{{
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js1133 var done = doc.history.done, last = lst(done);
1303 function add(left, top, width, bottom) {
1333 add(left, leftPos.top, null, leftPos.bottom);
1335 if (leftPos.bottom < rightPos.top) add(left, leftPos.bottom, null, rightPos.top);
1343 add(left, rightPos.top, right - left, rightPos.bottom);
1358 add(leftEnd.right, leftEnd.top, null, leftEnd.bottom);
1359 add(leftSide, rightStart.top, rightStart.left, rightStart.bottom);
1361 add(leftEnd.right, leftEnd.top, rightStart.left - leftEnd.right, leftEnd.bottom);
1365 add(leftSide, leftEnd.bottom, null, rightStart.top);
1997 // Used to add method
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js1133 var done = doc.history.done, last = lst(done);
1303 function add(left, top, width, bottom) {
1333 add(left, leftPos.top, null, leftPos.bottom);
1335 if (leftPos.bottom < rightPos.top) add(left, leftPos.bottom, null, rightPos.top);
1343 add(left, rightPos.top, right - left, rightPos.bottom);
1358 add(leftEnd.right, leftEnd.top, null, leftEnd.bottom);
1359 add(leftSide, rightStart.top, rightStart.left, rightStart.bottom);
1361 add(leftEnd.right, leftEnd.top, rightStart.left - leftEnd.right, leftEnd.bottom);
1365 add(leftSide, leftEnd.bottom, null, rightStart.top);
1997 // Used to add method
[all...]
/macosx-10.10.1/CPANInternal-159.1/File-ExtAttr-1.09/lib/File/
H A DExtAttr.pm57 But users can add their own key=value pairs.
386 Support was removed in OpenBSD 3.8 -- see the CVS history
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dsql.vim16 " to override and add any of your own settings.
30 " To change the default dialect, add the following to your vimrc:
50 " NF: Adds the ability to choose the keys to control SQL completion, just add
397 " Unfortunately, this will add a entry to the search history
/macosx-10.10.1/emacs-93/emacs/etc/
H A Drefcard.tex477 \key{regexp search backward through history}{M-r}
478 \key{regexp search forward through history}{M-s}
534 \key{add global abbrev}{C-x a g}
535 \key{add mode-local abbrev}{C-x a l}
536 \key{add global expansion for this abbrev}{C-x a i g}
537 \key{add mode-local expansion for this abbrev}{C-x a i l}
H A Dpl-refcard.tex643 %\key{regexp search backward through history}{M-r}
644 %\key{regexp search forward through history}{M-s}
746 %\key{add global abbrev}{C-x a g}
747 %\key{add mode-local abbrev}{C-x a l}
748 %\key{add global expansion for this abbrev}{C-x a i g}
749 %\key{add mode-local expansion for this abbrev}{C-x a i l}
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DFastMalloc.cpp1288 char history[64];
1297 span->history[span->nexthistory] = op;
1300 if (span->nexthistory == sizeof(span->history)) span->nexthistory = 0;
2425 // If the merged span remains committed, add the deleted span's size to the free committed pages count.
3265 // Fetch memory from the system and add to the central cache freelist.
3298 // Split the block into pieces and add to the free-list
3420 // Remove some objects of class "cl" from central cache and add to thread heap
3429 // Remove some objects of class "cl" from thread heap and add to central cache
3555 // Create the heap and add it to the linked list
4859 void visit(void* ptr) { m_freeObjects.add(pt
[all...]

Completed in 328 milliseconds

12