Searched refs:unlimited (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-limits.conf47 #maindb#limits dn.exact="cn=Unlimited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.pr=unlimited
52 limits dn.exact="cn=Unlimited User,ou=People,dc=example,dc=com" size=unlimited time=unlimited
53 limits dn.exact="cn=Soft Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=unlimited
/macosx-10.10.1/sudo-73/src/
H A Dfixman.sh19 # Replace "0 minutes" with "unlimited"
23 s/^\\fR0\\fR\nminutes\.$/unlimited./
H A Dsudo.man.pl35 s/([^ ]*\@password_timeout\@[^ ]* minutes.$)/\n.ie \\n(PT $1\n.el unlimited./;
H A Dfixmdoc.sh10 # Replace "0 minutes" with "unlimited"
14 s/^\.Li 0\nminutes\.$/unlimited./
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DAccess.cpp94 // unlimited entry
95 SecPointer<ACL> unlimited = new ACL(*this, descriptor, ACL::defaultSelector); local
97 unlimited->authorizations().clear();
98 unlimited->authorizations().insert(CSSM_ACL_AUTHORIZATION_ENCRYPT);
100 unlimited->authorizations() = freeRights;
101 unlimited->form(ACL::allowAllForm);
102 add(unlimited);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DAccess.cpp94 // unlimited entry
95 SecPointer<ACL> unlimited = new ACL(*this, descriptor, ACL::defaultSelector); local
97 unlimited->authorizations().clear();
98 unlimited->authorizations().insert(CSSM_ACL_AUTHORIZATION_ENCRYPT);
100 unlimited->authorizations() = freeRights;
101 unlimited->form(ACL::allowAllForm);
102 add(unlimited);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DAccess.cpp94 // unlimited entry
95 SecPointer<ACL> unlimited = new ACL(*this, descriptor, ACL::defaultSelector); local
97 unlimited->authorizations().clear();
98 unlimited->authorizations().insert(CSSM_ACL_AUTHORIZATION_ENCRYPT);
100 unlimited->authorizations() = freeRights;
101 unlimited->form(ACL::allowAllForm);
102 add(unlimited);
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dflexwiki.vim20 " Allow lines of unlimited length. Do NOT want automatic linebreaks,
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dora.vim194 syn keyword oraValue nested_loops merge hash unlimited
H A Dsqlanywhere.vim465 syn keyword sqlKeyword unenforced unicode unique union unistr unknown unlimited unload
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/extensions/tdomhtml/
H A Dconfigure8 # gives unlimited permission to copy, distribute and modify it.
1262 gives unlimited permission to copy, distribute and modify it.
2382 gives unlimited permission to copy, distribute and modify it."
/macosx-10.10.1/cxxfilt-11/cxxfilt/etc/
H A Dconfigure7 # gives unlimited permission to copy, distribute and modify it.
881 gives unlimited permission to copy, distribute and modify it.
1784 gives unlimited permission to copy, distribute and modify it."
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1145 "uniform" "union" "unique" "unlimited" "unlock" "unquiesce"
1357 "unlimited" "unlisted" "user" "utf8" "value" "varying" "volumes"
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A Dconfigure8 # gives unlimited permission to copy, distribute and modify it.
853 gives unlimited permission to copy, distribute and modify it.
1686 gives unlimited permission to copy, distribute and modify it."
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/
H A Dconfigure7 # gives unlimited permission to copy, distribute and modify it.
881 gives unlimited permission to copy, distribute and modify it.
1787 gives unlimited permission to copy, distribute and modify it."
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldaptcl/
H A Dconfigure13 # gives unlimited permission to copy, distribute and modify it.
1371 gives unlimited permission to copy, distribute and modify it.
3616 gives unlimited permission to copy, distribute and modify it."
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/
H A Dconfigure8 # gives unlimited permission to copy, distribute and modify it.
1289 gives unlimited permission to copy, distribute and modify it.
2568 gives unlimited permission to copy, distribute and modify it."
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/
H A Dconfigure8 # gives unlimited permission to copy, distribute and modify it.
1313 gives unlimited permission to copy, distribute and modify it.
3029 gives unlimited permission to copy, distribute and modify it."
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dtable.el4902 (defun table--measure-max-width (&optional unlimited)
4919 (if unlimited width
/macosx-10.10.1/ICU-531.30/icuSources/
H A Dconfigure14 # gives unlimited permission to copy, distribute and modify it.
1504 gives unlimited permission to copy, distribute and modify it.
8089 gives unlimited permission to copy, distribute and modify it."
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/unix/
H A Dconfigure8 # gives unlimited permission to copy, distribute and modify it.
933 gives unlimited permission to copy, distribute and modify it.
3538 gives unlimited permission to copy, distribute and modify it."
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/win/
H A Dconfigure8 # gives unlimited permission to copy, distribute and modify it.
923 gives unlimited permission to copy, distribute and modify it.
3351 gives unlimited permission to copy, distribute and modify it."
/macosx-10.10.1/Chess-310.6/sjeng/
H A Dconfigure8 # gives unlimited permission to copy, distribute and modify it.
935 gives unlimited permission to copy, distribute and modify it.
4312 gives unlimited permission to copy, distribute and modify it."
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_compile.c290 "operand of unlimited repeat could match the empty string\0" /** DEAD **/
1783 below and from compile_branch() when checking for an unlimited repeat of a
2310 /* This function is called for unlimited repeats of certain items, to see
3888 /* If the repetition is unlimited, it pays to see if the next thing on
3992 maximum is unlimited, we use OP_PLUS. Otherwise, the original item is
4017 /* If the maximum is unlimited, insert an OP_STAR. Before doing so,
4162 /* If the maximum repeat count is unlimited, find the end of the bracket
4198 If the maximum is 1 or unlimited, we just have to stick in the BRAZERO
4205 if (repeat_max <= 1) /* Covers 0, 1, and unlimited */
4380 /* If the maximum is unlimited, se
[all...]
/macosx-10.10.1/gpatch-3/patch/
H A Dconfigure10 # gives unlimited permission to copy, distribute and modify it.
923 gives unlimited permission to copy, distribute and modify it.
8003 gives unlimited permission to copy, distribute and modify it."

Completed in 518 milliseconds

12