Searched +refs:history +refs:remove (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcvsrc.vim22 \ start='export\|history\|import\|init\|log'
23 \ start='rdiff\|release\|remove\|rtag\|status\|tag'
H A Dscreen.vim136 \ history
183 \ remove
H A Dsh.vim409 " ksh bash : ${parameter#pattern} remove small left pattern
410 " ksh bash : ${parameter##pattern} remove large left pattern
411 " ksh bash : ${parameter%pattern} remove small right pattern
412 " ksh bash : ${parameter%%pattern} remove large right pattern
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 Dmaple.vim234 syn keyword mvLibrary EllipticModulus Quo coords history optimize sprintf
280 syn keyword mvLibrary JacobiZeta arcsec expandoff limit remove writeto
H A Dsqlanywhere.vim412 syn keyword sqlKeyword hidden high history hg hng hold holdlock host
506 syn keyword sqlStatement remote remove reorganize resignal restore resume
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebHistory.cpp169 gClassNameCount.remove("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/vim-55/runtime/
H A Dvimrc_example.vim29 set history=50 " keep 50 lines of command line history
34 " For Win32 GUI: remove 't' flag from 'guioptions': no tearoff menu entries
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlcatalog.c22 #include <readline/history.h>
71 /* If the line has any text in it, save it on the history. */
294 printf("\tdel 'values' : remove values\n");
320 \t--del 'values' : remove values\n\
401 fprintf(stderr, "No catalog entry specified to remove from\n");
461 fprintf(stderr, "Failed to remove entry from %s\n",
474 "Failed to remove entry from %s\n",
485 remove(argv[i + 1]);
500 remove(XML_SGML_DEFAULT_CATALOG);
539 fprintf(stderr, "Failed to remove entr
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlcatalog.c22 #include <readline/history.h>
71 /* If the line has any text in it, save it on the history. */
294 printf("\tdel 'values' : remove values\n");
320 \t--del 'values' : remove values\n\
401 fprintf(stderr, "No catalog entry specified to remove from\n");
461 fprintf(stderr, "Failed to remove entry from %s\n",
474 "Failed to remove entry from %s\n",
485 remove(argv[i + 1]);
500 remove(XML_SGML_DEFAULT_CATALOG);
539 fprintf(stderr, "Failed to remove entr
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtstnorm.cpp665 char history[64]; local
666 uprv_strcpy(history, moves);
667 history[move-moves]=0;
670 name, history, c1, c2);
677 char history[64]; local
678 uprv_strcpy(history, moves);
679 history[move-moves]=0;
682 name, history, iter.getIndex(), expectIndex[iter32.getIndex()]);
1365 // System.out.format("remove U+%04x (tccc=%d) + U+%04x (cc=%d)\n", c, tccc, c2, cc2);
1366 skipSets[UNORM_NFC].remove(
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/History/
H A DWebHistory.mm255 // remove this date entirely if there are no other entries on it
257 _entriesByDate->remove(it);
315 LOG(History, "Updating global history entry %@", entry);
323 LOG(History, "Adding new global history entry for %@", url);
385 // We keep a reference to the entries for rebuilding the history after the notification.
399 // Next, we rebuild the history, restore the states, and notify the clients.
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 file version can't be determined, therefore not loading");
601 LOG_ERROR("history fil
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js1133 var done = doc.history.done, last = lst(done);
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.
3348 var hist = doc.history, event, selAfter = doc.sel;
3374 // Build up a reverse change object to add to the opposite history
3400 if (!sharedHist && indexOf(rebased, doc.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);
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.
3348 var hist = doc.history, event, selAfter = doc.sel;
3374 // Build up a reverse change object to add to the opposite history
3400 if (!sharedHist && indexOf(rebased, doc.history)
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim190 " History - history.
295 let selemeth = ['blur', 'focus', 'remove', 'onBlur', 'onChange', 'onFocus']
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.vim477 " netrw#NetrwClean: remove netrw {{{2
478 " supports :NetrwClean -- remove netrw from first directory on runtimepath
479 " :NetrwClean! -- remove netrw from all directories on runtimepath
496 if s:NetrwDelete(dir."/plugin/netrwPlugin.vim") |call netrw#ErrorMsg(1,"unable to remove ".dir."/plugin/netrwPlugin.vim",55) |endif
497 if s:NetrwDelete(dir."/autoload/netrwFileHandlers.vim")|call netrw#ErrorMsg(1,"unable to remove ".dir."/autoload/netrwFileHandlers.vim",55)|endif
498 if s:NetrwDelete(dir."/autoload/netrwSettings.vim") |call netrw#ErrorMsg(1,"unable to remove ".dir."/autoload/netrwSettings.vim",55) |endif
499 if s:NetrwDelete(dir."/autoload/netrw.vim") |call netrw#ErrorMsg(1,"unable to remove ".dir."/autoload/netrw.vim",55) |endif
500 if s:NetrwDelete(dir."/syntax/netrw.vim") |call netrw#ErrorMsg(1,"unable to remove ".dir."/syntax/netrw.vim",55) |endif
501 if s:NetrwDelete(dir."/syntax/netrwlist.vim") |call netrw#ErrorMsg(1,"unable to remove ".dir."/syntax/netrwlist.vim",55) |endif
1119 " remove ene
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dsubr.el93 "Return the first element of LISTNAME's value, and remove it from the list.
253 "Modifies LIST to remove the last N elements."
262 "Destructively remove `equal' duplicates from LIST.
408 (defun remove (elt seq)
1083 (defun remove-hook (hook function &optional local)
1163 ELEMENT. If ORDER has any other value, remove the numeric order
1186 (defun add-to-history (history-var newelt &optional maxelt keep-all)
1187 "Add NEWELT to the history list stored in the variable HISTORY-VAR.
1188 Return the new history lis
404 (defun remove (elt seq) function
[all...]
H A Dinfo.el46 (defvar Info-history nil
50 (defvar Info-history-forward nil
51 "Stack of Info nodes user has visited with `Info-history-back' command.
54 (defvar Info-history-list nil
235 This refilling may accidentally remove explicit line breaks in the Info
568 (null Info-history))
675 (and (member filename '(apropos history toc)) filename)))
688 (setq Info-history
690 Info-history)))
725 (old-history Inf
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/mh-e/
H A Dmh-thread.el119 (defvar mh-thread-history ()
125 (make-variable-buffer-local 'mh-thread-history)
319 (mh-remove-all-notation)
338 (mh-remove-all-notation)
374 (setq mh-thread-history ()))
387 (defsubst mh-thread-remove-parent-link (child)
411 (mh-thread-remove-parent-link child-container)
422 (mh-thread-remove-parent-link child-container))))
426 (while mh-thread-history
427 (let ((action (pop mh-thread-history)))
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dapplehelpers.c2244 char *history = NULL; local
2273 Debug(LDAP_DEBUG_ANY, "%s: history attribute lacks values for %s\n", __func__, dn->bv_val, 0);
2279 Debug(LDAP_DEBUG_ANY, "%s: history data is larger than expected for %s\n", __func__, dn->bv_val, 0);
2284 history = a->a_nvals[0].bv_val;
2286 if(memcmp(&crammd5state, history, sizeof(crammd5state)) == 0) { /* If the password already exists in the history, return success */
2289 } else if (memcmp(&empytcrammd5state, history, sizeof(crammd5state)) == 0) { /* history list is null padded - halt on first empty entry */
2294 history += sizeof(crammd5state);
2297 history
3108 odusers_joingroup(const char *group, struct berval *dn, bool remove) argument
[all...]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dsql.vim118 " filename with nothing (ie remove it)
143 " So check for an remove any settings that prevent the
397 " Unfortunately, this will add a entry to the search history
/macosx-10.10.1/emacs-93/emacs/etc/
H A Drefcard.tex304 \key{remove help window}{C-x 1}
477 \key{regexp search backward through history}{M-r}
478 \key{regexp search forward through history}{M-s}
H A DviperCard.tex680 Ex commands can be made to have history. See the manual for details.
723 \key{remove macro expansion associated with {\it x}}{:unma {\it x}}
725 \key{remove macro expansion associated with {\it x} in insert state}{:unma!\ {\it x}}
H A Dpl-refcard.tex358 %\key{remove help window}{C-x 1}
643 %\key{regexp search backward through history}{M-r}
644 %\key{regexp search forward through history}{M-s}
H A Dgnus-refcard.tex638 G o & Pop an article off the summary history and go to it.\\
706 W E m & Replace blank lines with empty lines and remove {\bf multiple}
776 C-o & Prompt for a filename to save the MIME object to and remove it.\\
847 These commands set and remove the process mark (\#). You only need to use
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dpcomplete.c68 #include <readline/history.h>
690 /* remove backslashes quoting special characters in filenames. */
698 here, and we don't want to remove backslashes inside

Completed in 193 milliseconds

12