Searched refs:rule (Results 226 - 250 of 433) sorted by relevance

1234567891011>>

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DVPNService.c90 CFDictionaryRef rule = CFArrayGetValueAtIndex(app_rules, idx); local
92 if (isA_CFDictionary(rule)) {
93 CFStringRef rule_id = CFDictionaryGetValue(rule, kSCValNetVPNAppRuleIdentifier);
283 CFDictionaryRef rule = CFArrayGetValueAtIndex(app_rules, idx); local
284 if (isA_CFDictionary(rule)) {
285 CFStringRef rule_ID = CFDictionaryGetValue(rule, kSCValNetVPNAppRuleIdentifier);
287 CFArrayAppendValue(results, CFDictionaryGetValue(rule, kSCValNetVPNAppRuleIdentifier));
335 /* Set the new rule config, replacing any existing rule */
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dcal-dst.el138 "Return daylight transition rule for ABS-DATE, UTC-DIFF sec offset from UTC.
176 ;; Scan through the next few years until only one rule remains.
182 ((rule (car rules))
185 ;; (calendar-absolute-from-gregorian (eval rule)).
186 (cond ((eq (car rule) 'calendar-nth-named-day)
187 (eval (cons 'calendar-nth-named-absday (cdr rule))))
188 ((eq (car rule) 'calendar-gregorian-from-absolute)
189 (eval (car (cdr rule))))
190 (t (let ((g (eval rule)))
197 (setq new-rules (cons rule ne
[all...]
H A Dparse-time.el191 (let* ((rule (pop rules))
192 (slots (pop rule))
193 (predicate (pop rule))
209 (let ((new-val (and rule
210 (let ((this (pop rule)))
/macosx-10.10/security_systemkeychain-55202/src/
H A Dspctl.cpp47 doAdd, // add authority rule
48 doRemove, // remove rule(s)
49 doRuleEnable, // (re)enable rule(s)
50 doRuleDisable, // disable rule(s)
65 specRule, // (removal by) rule number
175 { "rule", no_argument, NULL, optRule },
392 " spctl --add [--type type] [--path|--requirement|--anchor|--hash] spec ... # add rule(s)\n"
393 " spctl [--enable|--disable|--remove] [--type type] [--path|--requirement|--anchor|--hash|--rule] spec # change rule(s)\n"
520 fail("cannot insert by rule numbe
522 uint64_t rule = strtol(target, &end, 0); local
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dzic.c61 struct rule { struct
86 int r_todo; /* a rule to do (used in outzone) */
109 struct rule * z_rules;
112 struct rule z_untilrule;
167 static zic_t rpytime(const struct rule * rp, int wantedy);
168 static void rulesub(struct rule * rp,
173 static int stringrule(char * result, const struct rule * rp,
184 const struct rule* rule,
187 static void emit_icu_rule(FILE* f, const struct rule*
515 emit_icu_zone(FILE* f, const char* zoneName, int zoneOffset, const struct rule* rule, int ruleIndex, int startYear) argument
[all...]
/macosx-10.10/ntp-92/ntpd/
H A Dntp_io.c72 * NIC rule entry
86 * NIC rule listhead. Entries are added at the head so that the first
87 * match in the list is the last matching rule specified.
1054 * add_nic_rule() -- insert a rule entry at the head of nic_rule_list.
1064 nic_rule * rule; local
1067 rule = emalloc(sizeof(*rule));
1068 memset(rule, 0, sizeof(*rule));
1069 rule
1130 nic_rule *rule; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/language/
H A Dlao-util.el399 (defconst lao-vowel-reordering-rule
458 "Alist of Lao vowel string vs the corresponding re-ordering rule.
464 NO-MAA-SAKOD-RULE is a rule to re-order and modify VOWEL following a
468 Optional WITH-MAA-SAKOD-RULE is a rule to re-order and modify VOWEL
473 For instance, rule `(\"(1`WM(B\" (?(1`(B t ?(1W(B ?(1M(B))' tells that this vowel
527 (let (rule)
532 (setq rule (assoc lao-vowel lao-vowel-reordering-rule))
534 (setq rule (nth 1 rule))
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Drbt_set.cpp24 static void U_CALLCONV _deleteRule(void *rule) { argument
25 delete (icu::TransliterationRule *)rule;
110 inline void _debugOut(const char* msg, TransliterationRule* rule, argument
113 if (rule) {
115 rule->toRule(r, TRUE);
128 #define _debugOut(msg, rule, theText, pos)
162 * Construct a new empty rule set.
237 * Add a rule to this set. Rules are added in order, and order is
239 * a call to <code>freeze()</code> before the rule set is used.
244 * @param adoptedRule the rule t
[all...]
H A Dnfsubs.h58 const NFRule* rule,
111 * @param pos The position in toInsertInto where the owning rule's
112 * rule text begins (this value is added to this substitution's
123 * @param pos The position in toInsertInto where the owning rule's
124 * rule text begins (this value is added to this substitution's
133 * is formatted using the rule set or DecimalFormat that this
144 * is formatted using the rule set or DecimalFormat that this
158 * Parses a string using the rule set or DecimalFormat belonging
170 * @param upperBound When searching the rule set for a rule
[all...]
/macosx-10.10/ppp-786.1.1/Controller/
H A Dapp_layer.c30 CFDictionaryRef rule; local
33 rule = CFDictionaryGetValue(rules_hash, rule_id);
34 if (isDictionary(rule)) {
36 match_services = CFDictionaryGetValue(rule, kVPNAppLayerRuleMatchServices);
100 /* Create an entry in the signing identifier hash for each set of executable info in the rule */
225 CFDictionaryRef rule = CFDictionaryGetValue(rules, rule_ID); local
226 if (isDictionary(rule)) {
227 match_services = (CFMutableArrayRef)CFDictionaryGetValue(rule, kVPNAppLayerRuleMatchServices);
233 /* Figure out where to insert this service into the rule's list of services */
286 /* Here if we did not find an existing rule correspondin
367 CFDictionaryRef rule = CFDictionaryGetValue(rules, rule_id); local
405 CFDictionaryRef rule = CFDictionaryGetValue(rules, rule_id); local
[all...]
/macosx-10.10/WebCore-7600.1.25/editing/
H A DVisiblePosition.cpp65 VisiblePosition VisiblePosition::next(EditingBoundaryCrossingRule rule) const
68 ASSERT(rule == CanCrossEditingBoundary || rule == CannotCrossEditingBoundary);
71 if (rule == CanCrossEditingBoundary)
77 VisiblePosition VisiblePosition::previous(EditingBoundaryCrossingRule rule) const
80 ASSERT(rule == CanCrossEditingBoundary || rule == CannotCrossEditingBoundary);
101 if (rule == CanCrossEditingBoundary)
/macosx-10.10/xnu-2782.1.97/iokit/conf/
H A DMakefile.template10 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
H A DMakefile3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/
H A DYapp.pm132 C<%start> followed by a rule's left hand side, declaring this rule to
133 be the starting rule of your grammar. The default, when C<%start> is not
134 used, is the first rule in your grammar section.
140 a rule declaration.
142 symbol not appearing as a left hand side of a rule is considered to be
155 A rule is made of a left-hand-side symbol, followed by a C<':'> and one
174 by a token, giving the rule an explicit precedence (see yacc manuals
184 a rule name (This differs from yacc).
198 They are (usually, but see below C<In rule action
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dumachine.h163 # error int64_t is required for decimal format and rule-based number format.
/macosx-10.10/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_wacs.c92 * be the rule, but there are people who are offended by the notion that
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dto_markdown.rb114 # Adds `rule` to the output
116 def accept_rule rule
/macosx-10.10/xnu-2782.1.97/SETUP/config/
H A DMakefile3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
/macosx-10.10/xnu-2782.1.97/bsd/conf/
H A DMakefile3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A DMakefile3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DMakefile3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
/macosx-10.10/xnu-2782.1.97/libkern/conf/
H A DMakefile3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DMakefile3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
/macosx-10.10/xnu-2782.1.97/libsa/conf/
H A DMakefile3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
/macosx-10.10/xnu-2782.1.97/osfmk/atm/
H A DMakefile3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule

Completed in 219 milliseconds

1234567891011>>