Searched refs:identity (Results 276 - 300 of 372) sorted by relevance

<<1112131415

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dvc-hooks.el183 (mapconcat 'identity stay-local "\\|")))
H A Dxml.el825 (concat (mapconcat 'identity
H A Dsubr.el476 (butlast (mapcar 'identity key)))))
2327 (mapconcat 'identity args " ")))))
2359 (mapconcat 'identity (cons command args) " ")))))
H A Dfilesets.el1084 (error (mapconcat 'identity args " ")))
1108 (function identity)))
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/tests/
H A Ddefs.tcl849 encoding convertfrom identity $string
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxslt/test/
H A Ddefs.tcl849 encoding convertfrom identity $string
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/tests/
H A Ddefs.tcl849 encoding convertfrom identity $string
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Sybase/
H A DASE.pm316 $type =~ s/\s* identity//x;
356 # try to insert explicit 'DEFAULT's instead (except for identity, timestamp
517 # select max(col) to get the identity for inserting blobs.
569 # identity data will be 'undef' if not $is_identity_insert
577 # bcp identity index is 1-based
986 no concurrency issues with getting the inserted identity value using
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el3633 "<?\\(" (mapconcat 'identity org-link-types "\\|") "\\):"
3641 "<?\\(" (mapconcat 'identity org-link-types "\\|") "\\):"
3649 "<\\(" (mapconcat 'identity org-link-types "\\|") "\\):"
3656 "\\(" (mapconcat 'identity org-link-types "\\|") "\\):"
3667 "\\(\\(" (mapconcat 'identity org-link-types "\\|") "\\):\\)?"
5004 (setq extractfun (if with-case 'identity 'downcase)
5679 (insert " :" (mapconcat 'identity (nreverse current) ":") ":"))
8718 (fun (if (= i0 2) 'cdr 'identity))
8886 (mapconcat 'identity line (org-get-param p h i :sep :hsep))
8893 (mapconcat 'identity (nrevers
[all...]
H A Dbibtex.el647 :type '(choice (const :tag "Preserve case" identity)
653 (lambda (x) (memq x '(upcase downcase capitalize identity))))
722 :type '(choice (const :tag "Preserve case" identity)
2113 (concat (mapconcat 'identity name-list
2587 (let* ((bibtex-autokey-name-case-convert-function 'identity)
2598 (bibtex-autokey-titleword-case-convert-function 'identity)
H A Dispell.el1169 (fset 'ispell-int-char 'identity))
2578 (error "%s" (mapconcat 'identity ispell-filter "\n"))))
3360 (mapconcat (function identity)
H A Dreftex-index.el483 (section-chars (mapcar 'identity reftex-index-section-letters))
1702 (insert (mapconcat 'identity lines1 "\n"))))
1763 (mapconcat 'identity (split-string phrase) " "))
H A Dreftex.el1145 (mapconcat 'identity
2214 (setq string (mapconcat 'identity words sep))
2228 string (mapconcat 'identity words sep)))
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dtramp.el168 (defalias 'warnings 'identity) ; Pacify Emacs byte-compiler
1999 ;; (identity . tramp-sh-file-name-handler) should always be the last
2000 ;; entry, since `identity' always matches.
2001 '((identity . tramp-sh-file-name-handler))
2262 (mapconcat 'identity
2269 (mapconcat 'identity
2311 (mapconcat 'identity (cons "" result) "/")
3374 (mapconcat 'identity (nth 3 x) " ")))
3449 (setq switches (mapconcat 'identity switches " ")))
5281 (mapconcat 'identity (del
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dmessage.c2924 dns_name_t *identity; local
2950 identity = dns_tsigkey_identity(msg->tsigkey);
2951 if (identity == NULL) {
2954 identity = &msg->tsigkey->name;
2956 dns_name_clone(identity, signer);
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dgud.el2120 (mapconcat 'identity
3043 (mapconcat 'identity
3085 (replace-match (mapconcat 'identity nclass "$")
/macosx-10.9.5/securityd-55199.3/src/
H A Dtransition.cpp224 kern_return_t ucsp_server_setup(UCSP_ARGS, mach_port_t taskPort, ClientSetupInfo info, const char *identity) argument
232 Syslog::notice("setup(%s) failed rcode=%d", identity ? identity : "<NULL>", *rcode);
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-graph.el1296 (insert "set " (mapconcat 'identity (cons cmd args) " ") "\n"))))
1387 (let ((cmd (concat (mapconcat 'identity args " ") "\n")))
H A Dcalc-misc.el455 (identity 1) ; this forces a call to QUIT; in bytecode.c.
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dadvice.el1877 not be considered anymore. (ad-substitute-tree 'atom 'identity tree)
1926 'identity body)
3025 (mapconcat 'identity (nreverse paragraphs) "\n\n")))
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnimap.el842 'identity)
1644 (mapconcat 'identity flag " ")
H A Dnnmail.el1273 (mapconcat 'identity nnmail-list-identifiers " *\\|")
1615 (mapconcat 'identity nnmail-cache-ignore-groups
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEvent.cpp671 event->identity = 2; // Multitouch interprets this as 'finger', hard code to 2 or index finger
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderObject.cpp3233 static const AffineTransform identity; local
3234 return identity;
3239 static const AffineTransform identity; local
3240 return identity;
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Durldata.h418 SEC_WINNT_AUTH_IDENTITY identity; member in struct:ntlmdata

Completed in 625 milliseconds

<<1112131415