Searched refs:edit (Results 1 - 25 of 291) sorted by relevance

1234567891011>>

/macosx-10.10.1/emacs-93/emacs/etc/
H A Demacs.csh9 ## This defines a csh command named `edit' which resumes an
25 alias edit 'set emacs_command=("emacs -nw \!*" "fg %emacs" "emacs -i \!* &"\
H A Demacs.bash27 ## This defines a bash command named `edit' which contacts/resumes an
40 function edit () function
53 echo "edit: starting emacs in background..." 1>&2
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DBreakpoint.css26 .popover .edit-breakpoint-popover-content {
31 .popover .edit-breakpoint-popover-content.wide {
35 .popover .edit-breakpoint-popover-content > label.toggle {
42 .popover .edit-breakpoint-popover-content > table {
46 .popover .edit-breakpoint-popover-content > table > tr > th {
55 .popover .edit-breakpoint-popover-content > table > tr > td {
59 #edit-breakpoint-popover-condition {
63 #edit-breakpoint-popoover-auto-continue {
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/scripts/
H A Dcr_stripper.sh4 cmp -s $$ "$f" || (p4 edit "$f" && mv $$ "$f" && echo "$f Fixed")
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dtokenacl.cpp105 void TokenAcl::changeAcl(const AclEdit &edit, const AccessCredentials *cred, Database *db) argument
111 if (edit.mode() == CSSM_ACL_EDIT_MODE_REPLACE)
112 if (const AclEntryInput *input = edit.newEntry()) {
115 pinChange(pin, edit.handle(), *tokenDb);
122 token().tokend().changeAcl(aclKind(), tokenHandle(), Required(cred), edit); local
165 AclEdit edit(CSSM_ACL_EDIT_MODE_REPLACE, handle, &input);
169 safer_cast<TokenDatabase &>(database).token().tokend().changeAcl(dbAcl, noDb, cred, edit);
H A Dtokenacl.h50 void changeAcl(const AclEdit &edit, const AccessCredentials *cred,
H A Dacls.h72 virtual void changeAcl(const AclEdit &edit, const AccessCredentials *cred,
144 virtual void changeAcl(const AclEdit &edit, const AccessCredentials *cred) argument
145 { return acl().changeAcl(edit, cred, relatedDatabase()); }
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/demos/
H A Ditkedit12 option add *edit.width 5i startupFile
13 option add *edit.height 4i startupFile
70 set win [.edit childsite $pane]
93 set win [.edit childsite $pane]
137 lappend areas [.edit childsite $pane]
163 .edit add $pane -minimum 100
166 set win [.edit childsite $pane]
216 iwidgets::panedwindow .edit -orient horizontal
217 pack .edit -expand yes -fill both
/macosx-10.10.1/mail_cmds-30/mail/
H A Dedit.c36 static char sccsid[] = "@(#)edit.c 8.1 (Berkeley) 6/6/93";
40 "$FreeBSD: src/usr.bin/mail/edit.c,v 1.9 2002/06/30 05:25:06 obrien Exp $";
155 char *edit, tempname[PATHSIZE]; local
195 if ((edit = value(type == 'e' ? "EDITOR" : "VISUAL")) == NULL)
196 edit = type == 'e' ? _PATH_EX : _PATH_VI;
198 if (*edit=='\0')
199 edit = type == 'e' ? _PATH_EX : _PATH_VI;
201 if (run_command(edit, 0, -1, -1, tempname, NULL, NULL) < 0) {
/macosx-10.10.1/OpenSSL098-52/src/crypto/threads/
H A Dpthreads-vms.com9 $ arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
/macosx-10.10.1/ncurses-44/ncurses/include/
H A DMKparametrized.sh41 * Note: this file is generated using MKparametrized.sh, do not edit by hand.
H A Dedit_cfg.sh40 TMP=edit$$
55 echo '** edit: '$name $value
/macosx-10.10.1/ruby-106/ruby/
H A Doptunifs.inc11 If you want to fix something, you must edit 'template/optunifs.inc.tmpl'
H A Dopt_sc.inc11 If you want to fix something, you must edit 'template/opt_sc.inc.tmpl'
H A Doptinsn.inc11 If you want to fix something, you must edit 'template/optinsn.inc.tmpl'
/macosx-10.10.1/system_cmds-643.1.1/chpass.tproj/
H A Dchpass.h103 /* edit.c */
106 CFDictionaryRef edit(const char *tfn, CFDictionaryRef pw);
115 struct passwd *edit(const char *, struct passwd *);
/macosx-10.10.1/bc-21/bc/bc/
H A Dmain.c242 edit = el_init ("bc", stdin, stdout, stderr);
244 el_set (edit, EL_EDITOR, "emacs");
245 el_set (edit, EL_HIST, history, hist);
246 el_set (edit, EL_PROMPT, null_prompt);
247 el_source (edit, NULL);
/macosx-10.10.1/nano-12/src/
H A Dwinio.c315 /* If we read from the edit window, blank the statusbar if we need
317 if (win == edit)
1286 if (win == edit) {
1585 if (win == edit)
1690 * topwin, edit, and the first line of bottomwin subtracted
1839 * edit window. */
1845 blank_line(edit, i, 0, COLS);
1876 wnoutrefresh(edit);
2238 wnoutrefresh(edit);
2300 wnoutrefresh(edit);
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dhist.c31 # include "edit.h"
51 char *edit = 0; /* name of editor */ local
65 edit = opt_info.arg;
77 edit = "-";
171 range[1] = ((lflag && !edit)?hist_max(hp)-1:range[0]);
177 if(edit && *edit=='-' && range[0]!=range[1])
216 arg = edit;
/macosx-10.10.1/CPANInternal-159.1/Text-LevenshteinXS-0.03/
H A DLevenshteinXS.pm31 Text::LevenshteinXS - An XS implementation of the Levenshtein edit distance
46 This module implements the Levenshtein edit distance in a XS way.
48 The Levenshtein edit distance is a measure of the degree of proximity between two strings.
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dread.c90 int raw, edit, nchars, silent, have_timeout, fd; local
113 USE_VAR(edit);
128 raw = edit = 0; /* Not reading raw input by default. */
158 edit = 1;
254 if ((prompt || edit || silent) && input_is_tty == 0)
257 edit = silent = 0;
261 if (edit)
265 if (prompt && edit == 0)
295 if (edit)
307 if (edit)
[all...]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dgitrebase.vim25 call s:choose(get({'s':'edit','p':'squash','e':'reword','r':'fixup'},getline('.')[0],'pick'))
30 command! -buffer -bar Edit :call s:choose('edit')
/macosx-10.10.1/WebInspectorUI-7600.1.17/Scripts/
H A Dupdate-codemirror-resources.rb34 addon/edit/closebrackets.js
35 addon/edit/matchbrackets.js
/macosx-10.10.1/Security-57031.1.35/securityd/tests/
H A Dtestacls.cpp99 AclEdit edit(infos[0].handle(), input);
103 ss.changeKeyAcl(tester.keyRef, nullCred, edit);
108 ss.changeKeyAcl(tester.keyRef, cred, edit);
163 AclEdit edit(input);
164 ss.changeKeyAcl(tester.keyRef, cred, edit);
251 AclEdit edit(newInput);
255 ss.changeKeyAcl(tester.keyRef, nullCred, edit);
260 ss.changeKeyAcl(tester.keyRef, cred, edit);
/macosx-10.10.1/apache-793/httpd/support/
H A Dapachectl.in108 echo Please edit httpd.conf to include the SSL configuration settings

Completed in 178 milliseconds

1234567891011>>