Searched refs:cons (Results 1 - 25 of 759) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/
H A Dsite-start.el2 (setcdr command-line-args (cons "--no-splash" (cdr command-line-args))))
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPConnection.h48 * @param cons Default constraints to use with operations over
52 LDAPConstraints* cons=new LDAPConstraints());
91 LDAPConstraints* cons=0);
95 const LDAPConstraints *cons=0);
115 * @param cons A set of constraints that should be used with this
122 LDAPConstraints* cons=0);
132 * @param cons A set of constraints that should be used with this
135 void del(const std::string& dn, const LDAPConstraints* cons=0);
144 * @param cons A set of constraints that should be used with this
147 void add(const LDAPEntry* le, const LDAPConstraints* cons
[all...]
H A DLDAPAsynConnection.h68 * @param cons Default constraints to use with operations over
72 int port=0, LDAPConstraints *cons=new LDAPConstraints() );
119 const LDAPConstraints *cons=0);
123 const LDAPConstraints *cons=0);
128 const LDAPConstraints *cons=0);
146 * @param cons A set of constraints that should be used with this
153 const LDAPConstraints *cons=0);
162 * @param cons A set of constraints that should be used with this
165 LDAPMessageQueue* del(const std::string& dn, const LDAPConstraints *cons=0);
177 * @param cons
[all...]
H A DLDAPAsynConnection.cpp30 LDAPConstraints *cons ){
43 this->setConstraints(cons);
87 const string& passwd, const LDAPConstraints *cons){
91 LDAPBindRequest *req = new LDAPBindRequest(dn,passwd,this,cons);
103 const LDAPConstraints *cons)
106 LDAPSaslBindRequest *req = new LDAPSaslBindRequest(mech, cred, this, cons);
121 const LDAPConstraints *cons)
126 new LDAPSaslInteractiveBind(mech, flags, sih, this, cons);
140 const LDAPConstraints *cons){
146 attrsOnly, this, cons);
86 bind(const string& dn, const string& passwd, const LDAPConstraints *cons) argument
101 saslBind(const std::string &mech, const std::string &cred, const LDAPConstraints *cons) argument
117 saslInteractiveBind( const std::string &mech, int flags, SaslInteractionHandler *sih, const LDAPConstraints *cons) argument
136 search(const string& base,int scope, const string& filter, const StringList& attrs, bool attrsOnly, const LDAPConstraints *cons) argument
156 del(const string& dn, const LDAPConstraints *cons) argument
170 compare(const string& dn, const LDAPAttribute& attr, const LDAPConstraints *cons) argument
185 add( const LDAPEntry* le, const LDAPConstraints *cons) argument
199 modify(const string& dn, const LDAPModList *mod, const LDAPConstraints *cons) argument
278 setConstraints(LDAPConstraints *cons) argument
[all...]
H A DLDAPConnection.cpp21 LDAPConstraints* cons) :
22 LDAPAsynConnection(hostname, port, cons){
33 LDAPConstraints* cons){
38 msg = LDAPAsynConnection::bind(dn,passwd,cons);
66 const LDAPConstraints *cons)
72 msg = LDAPAsynConnection::saslInteractiveBind(mech, flags, sih, cons);
102 LDAPConstraints* cons){
107 msg = LDAPAsynConnection::compare(dn,attr,cons);
142 void LDAPConnection::del(const string& dn, const LDAPConstraints* cons){ argument
147 msg = LDAPAsynConnection::del(dn,cons);
20 LDAPConnection(const string& hostname, int port, LDAPConstraints* cons) argument
32 bind(const string& dn, const string& passwd, LDAPConstraints* cons) argument
63 saslInteractiveBind( const std::string &mech, int flags, SaslInteractionHandler *sih, const LDAPConstraints *cons) argument
101 compare(const string& dn, const LDAPAttribute& attr, LDAPConstraints* cons) argument
177 add(const LDAPEntry* le, const LDAPConstraints* cons) argument
211 modify(const string& dn, const LDAPModList* mods, const LDAPConstraints* cons) argument
247 rename(const string& dn, const string& newRDN, bool delOldRDN, const string& newParentDN, const LDAPConstraints* cons) argument
284 search(const string& base, int scope, const string& filter, const StringList& attrs, bool attrsOnly, const LDAPConstraints* cons) argument
330 extOperation(const string& oid, const string& value, const LDAPConstraints *cons) argument
372 setConstraints(LDAPConstraints* cons) argument
[all...]
H A DLDAPAddRequest.h20 const LDAPConstraints *cons, bool isReferral=false,
H A DLDAPDeleteRequest.h17 const LDAPConstraints *cons, bool isReferral=false,
/macosx-10.10/emacs-93/emacs/leim/quail/
H A Dviqr.el39 (cons 'quail-define-rules
43 (setq rules (cons (list (cdr (car l)) (car (car l))) rules))
/macosx-10.10/emacs-93/emacs/lisp/erc/
H A Derc-imenu.el89 (push (cons notice-text pos) notice-alist)
92 (push (cons (match-string 1 notice-text) pos) join-alist))
94 (push (cons (match-string 1 notice-text) pos) left-alist))
96 (push (cons (concat (match-string 1 notice-text)
103 (push (cons (concat (match-string 1 notice-text) ": "
110 (push (cons (concat (match-string 1 notice-text) ": "
116 (push (cons (concat from ": " message-text) (point))
118 (and notice-alist (push (cons "notices" notice-alist) index-alist))
119 (and join-alist (push (cons "joined" join-alist) index-alist))
120 (and left-alist (push (cons "parte
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dbackquote.el49 ;; (if list (cons first (apply 'backquote-list*-function list)) first))
52 (let* ((rest list) (newlist (cons first nil)) (last newlist))
54 (setcdr last (cons (car rest) nil))
66 ;; (if list (list 'cons first (cons 'backquote-list*-macro list)) first))
68 (setq list (nreverse (cons first list))
74 (newlist (list 'cons second first)))
76 (setq newlist (list 'cons (car rest) newlist)
126 (cons 0 s)
127 (cons
[all...]
H A Deasymenu.el178 (cons 'menu-item
179 (cons (car menu)
182 (cons (symbol-function keymap)
196 ;; If it's a cons but not a keymap, then it can't be right
229 (setq prop (cons :visible (cons visible prop))))
231 (setq prop (cons :enable (cons enable prop))))
232 (if filter (setq prop (cons :filter (cons filte
[all...]
H A Dmacroexp.el38 (defun maybe-cons (car cdr original-cons)
40 (if (and (eq car (car original-cons)) (eq cdr (cdr original-cons)))
41 original-cons
42 (cons car cdr)))
46 ;; `maybe-cons' results in excessively deep recursion for very long
116 (maybe-cons fun (macroexpand-all-clauses (cdr form)) form))
118 (maybe-cons
120 (maybe-cons (cad
[all...]
H A Dtq.el86 (let ((tq (cons nil (cons process
97 (cons (cons question (cons re (cons closure fn))) nil)))
/macosx-10.10/ruby-106/ruby/misc/
H A Drubydb2x.el11 (cons "-I" (cons "." (cons "-r" (cons "debug" (cons file args))))))
33 (cons (substring gud-marker-acc (match-beginning 1) (match-end 1))
H A Drubydb3x.el12 (cons "-r" (cons "debug" (cons file args))))
14 (cons "-r" (cons "debug" args))))
36 (cons (substring gud-rubydb-marker-acc (match-beginning 1) (match-end 1))
/macosx-10.10/emacs-93/emacs/lisp/
H A Dfacemenu.el125 :type '(repeat (cons face string))
173 (define-key map "o" (cons "Other..." 'facemenu-set-face))
183 (define-key map "o" (cons "Other..." 'facemenu-set-foreground))
193 (define-key map "o" (cons "Other..." 'facemenu-set-background))
207 (define-key map [?s] (cons (purecopy "Remove Special")
209 (define-key map [?t] (cons (purecopy "Intangible")
211 (define-key map [?v] (cons (purecopy "Invisible")
213 (define-key map [?r] (cons (purecopy "Read-Only")
223 (define-key map [?c] (cons (purecopy "Center") 'set-justification-center))
224 (define-key map [?b] (cons (purecop
[all...]
H A Dwidget.el89 (put name 'widget-type (cons class args))
H A Dbattery.el61 Its cons cells are of the form
265 (list (cons ?v (or driver-version "N/A"))
266 (cons ?V (or bios-version "N/A"))
267 (cons ?I (or bios-interface "N/A"))
268 (cons ?L (or line-status "N/A"))
269 (cons ?B (or battery-status "N/A"))
270 (cons ?b (or battery-status-symbol ""))
271 (cons ?p (or load-percentage "N/A"))
272 (cons ?s (or (and seconds (number-to-string seconds)) "N/A"))
273 (cons
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/examples/
H A Dmain.cpp22 LDAPConstraints* cons=new LDAPConstraints; local
25 cons->setServerControls(ctrls);
27 lc->setConstraints(cons);
30 lc->bind("cn=Manager,o=Organisation,c=DE" , "secret",cons);
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcc-menus.el41 (cons (file-name-directory byte-compile-dest-file) load-path)
350 (setq clist (cons (cons str (match-beginning langnum)) clist)))
357 (setq methodlist (cons (cons str
363 (setq methodlist (cons (cons str
381 (setq methodlist (cons (cons str2
384 (setq toplist (cons ni
[all...]
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dtramp-ftp.el80 (cons '("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)
87 (cons '("^/[^/:]*\\'" . ange-ftp-completion-hook-function)
95 (cons '("^[a-zA-Z]:/[^/:]*\\'" .
108 (add-to-list 'tramp-methods (cons tramp-ftp-method nil))
168 (cons 'tramp-ftp-file-name-p 'tramp-ftp-file-name-handler))
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dprofile.el172 (setq profile-call-stack (cons fun profile-call-stack)
212 (setq body (cons (list 'interactive (nth 5 contents)) body)))
217 (setq body (cons (documentation function) body)))
218 (fset function (cons 'lambda (cons (car contents) body)))))))
233 (cons (cons fun (cons 0 (cons 0 0))) profile-time-list))
235 (cons (con
[all...]
/macosx-10.10/emacs-93/emacs/lisp/language/
H A Dethiopic.el55 (cons (cons "ethiopic" ccl-encode-ethio-font) font-ccl-encoder-alist))
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Disearch-x.el119 (cons 'with-input-method
120 (cons last-char unread-command-events))
136 (cons 'with-keyboard-coding
137 (cons last-char unread-command-events))
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-auth.el85 (cons (list server
86 (cons path
111 (cons (cons path retval) (cdr byserv))))))
167 (cons (list server
168 (cons path
170 (cons user
194 (cons user
201 (cons (cons pat
[all...]

Completed in 139 milliseconds

1234567891011>>