Searched +refs:history +refs:clear (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dreadline.vim73 \ match-hidden-files history-preserve-point
83 \ clear-screen redraw-current-line
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 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
86 \ change-till-end-of-line clear-screen complete-word
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 transpos
[all...]
H A Dscreen.vim84 \ clear
136 \ history
H A Dgdb.vim10 syntax clear
23 syn keyword gdbStatement contained actions apply attach awatch backtrace break bt call catch cd clear collect commands
55 syn keyword gdbSet environment gnutarget height history language listsize print prompt
H A Dcsh.vim11 syntax clear
22 syn match cshSetVariables contained "cdpath\|history\|mail\|nonomatch\|savehist\|time"
48 syn keyword cshStatement alias end history onintr setenv unalias
H A Dbtm.vim17 syntax clear
168 syn keyword btmCommand graftabl graphics help history
H A Dmupad.vim11 syntax clear
101 syn keyword mupadFunction history hold hull hypergeom icontent id
H A Dsisu.vim7 syntax clear
38 syn match sisu_sub_header_notes "^\s\+:\(comment\|abstract\|description\|history\|prefix\|prefix_[ab]\):\s"
H A Dpine.vim9 syntax clear
136 syn keyword pineConfig remote-abook-history
H A Dtcl.vim18 syntax clear
27 syn keyword tclCommand format gets glob global history incr info interp join
H A Dsh.vim14 syntax clear
247 syn keyword bashStatement chmod clear complete du egrep expr fgrep find gnufind gnugrep grep install less ls mkdir mv rm rmdir rpm sed sleep sort strip tail touch
255 syn keyword kshStatement cat chmod clear cp du egrep expr fgrep find grep install killall less ls mkdir mv nice printenv rm rmdir sed sort strip stty tail touch tput
453 syn keyword shStatement autoload bg false fc fg functions getopts hash history integer jobs let nohup printf r stop suspend times true type unalias whence
H A Dsqlanywhere.vim17 syntax clear
412 syn keyword sqlKeyword hidden high history hg hng hold holdlock host
499 syn keyword sqlStatement checkpoint clear close commit configure connect
H A Dmuttrc.vim13 syntax clear
229 syn keyword muttrcVarNum skipwhite contained connect_timeout history imap_keepalive imap_pipeline_depth mail_check nextgroup=muttrcSetNumAssignment,muttrcVPrefix,muttrcVarBool,muttrcVarQuad,muttrcVarNum,muttrcVarStr
439 syn match muttrcFunction contained "\<history-\%(up\|down\)\>"
452 syn match muttrcFunction contained "\<\%(backspace\|backward-char\|bol\|bottom\|bottom-page\|buffy-cycle\|clear-flag\|complete\%(-query\)\?\|copy-file\|create-alias\|detach-file\|eol\|exit\|extract-keys\|\%(imap-\)\?fetch-mail\|forget-passphrase\|forward-char\|group-reply\|help\|ispell\|jump\|limit\|list-reply\|mail\|mail-key\|mark-as-new\|middle-page\|new-mime\|noop\|pgp-menu\|query\|query-append\|quit\|quote-char\|read-subthread\|redraw-screen\|refresh\|rename-file\|reply\|select-new\|set-flag\|shell-escape\|skip-quoted\|sort\|subscribe\|sync-mailbox\|top\|top-page\|transpose-chars\|unsubscribe\|untag-pattern\|verify-key\|what-key\|write-fcc\)\>"
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebHistory.cpp251 /* [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);
324 m_entriesByURL.clear();
250 optionalSharedHistory( IWebHistory** history) argument
259 setOptionalSharedHistory( IWebHistory* history) argument
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DJavaScriptLogViewController.js40 this._prompt.history = this._promptHistorySetting.value;
87 clear: function()
193 this._promptHistorySetting.value = this.prompt.history;
242 this.clear();
H A DCodeMirrorCompletionController.js305 var history = this._codeMirror.getHistory();
307 // We don't expect a undone history. But if there is one clear it. If could lead to undefined behavior.
308 console.assert(!history.undone.length);
309 history.undone = [];
311 // Pop the last item from the done history.
312 console.assert(history.done.length);
313 history.done.pop();
315 this._codeMirror.setHistory(history);
329 this._completionHintMarker.clear();
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/History/
H A DWebHistory.mm315 LOG(History, "Updating global history entry %@", entry);
323 LOG(History, "Adding new global history entry for %@", url);
384 // We clear all the values to present a consistent state when sending the notifications.
385 // We keep a reference to the entries for rebuilding the history after the notification.
388 _entriesByDate->clear();
399 // Next, we rebuild the history, restore the states, and notify the clients.
441 _entriesByDate->clear();
555 // Return a date that marks the age limit for history entries saved to or
576 LOG_ERROR("unable to read history from file %@; perhaps contents are corrupted", [URL path]);
596 LOG_ERROR("history fil
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKContentViewInteraction.mm584 rects.clear();
1017 // We don't want to clear the selection if it is in editable content.
2340 - (UITextInputArrowKeyHistory *)_moveUp:(BOOL)extending withHistory:(UITextInputArrowKeyHistory *)history
2346 - (UITextInputArrowKeyHistory *)_moveDown:(BOOL)extending withHistory:(UITextInputArrowKeyHistory *)history
2352 - (UITextInputArrowKeyHistory *)_moveLeft:(BOOL) extending withHistory:(UITextInputArrowKeyHistory *)history
2358 - (UITextInputArrowKeyHistory *)_moveRight:(BOOL) extending withHistory:(UITextInputArrowKeyHistory *)history
2364 - (UITextInputArrowKeyHistory *)_moveToStartOfWord:(BOOL)extending withHistory:(UITextInputArrowKeyHistory *)history
2370 - (UITextInputArrowKeyHistory *)_moveToStartOfParagraph:(BOOL) extending withHistory:(UITextInputArrowKeyHistory *)history
2376 - (UITextInputArrowKeyHistory *)_moveToStartOfLine:(BOOL) extending withHistory:(UITextInputArrowKeyHistory *)history
2382 - (UITextInputArrowKeyHistory *)_moveToStartOfDocument:(BOOL) extending withHistory:(UITextInputArrowKeyHistory *)history
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js1133 var done = doc.history.done, last = lst(done);
2239 // possible when it is clear that nothing happened. hasSelection
2482 // Might be a text scaling operation, clear size caches.
2711 // if the clear happens after their scheduled firing time).
2740 doc.history.lastSelOrigin = null;
3304 // history, and propagating it to all linked documents.
3336 if (!sharedHist && indexOf(rebased, doc.history) == -1) {
3337 rebaseHist(doc.history, change);
3338 rebased.push(doc.history);
3344 // Revert a change stored in a document's history
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js1133 var done = doc.history.done, last = lst(done);
2239 // possible when it is clear that nothing happened. hasSelection
2482 // Might be a text scaling operation, clear size caches.
2711 // if the clear happens after their scheduled firing time).
2740 doc.history.lastSelOrigin = null;
3304 // history, and propagating it to all linked documents.
3336 if (!sharedHist && indexOf(rebased, doc.history) == -1) {
3337 rebaseHist(doc.history, change);
3338 rebased.push(doc.history);
3344 // Revert a change stored in a document's history
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim190 " History - history.
309 \ 'clear', 'clip', 'clipBottom', 'clipLeft', 'clipRight', 'clipTop', 'content',
348 let windprop = ['frames', 'closed', 'defaultStatus', 'encodeURI', 'event', 'history',
471 elseif shortcontext =~ 'history\.$'
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']
H A Dnetrw.vim2029 " 3: (browsing) record current directory history
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 {{{2
2666 " call Decho(" clear buffe
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Ddoctor.el59 (defvar history) (defvar howareyoulst) (defvar howdyflag) function
135 (make-local-variable 'history)
136 (setq history nil)
381 ((doc$ describe)(doc$ something) about your sexual history \.)
418 (setq remlst '( (earlier you said (doc$ history) \?)
419 (you mentioned that (doc$ history) \?)
420 ((doc$ whysay)(doc$ history) \? ) ))
1026 "Delete the last element of the history list."
1027 (setq history (reverse (cdr (reverse history)))))
[all...]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dsql.vim151 syntax clear
397 " Unfortunately, this will add a entry to the search history
/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;
4949 m_coalescedSpans.clear();
4988 m_coalescedSpans.clear();
5059 m_pendingRegions.clear();

Completed in 235 milliseconds

12