Home
last modified time | relevance | path

Searched refs:override (Results 1 – 25 of 178) sorted by relevance

12345678

/mirbsd/src/gnu/usr.bin/perl/lib/CGI/t/
Dform.t60 -override => 1),
79 -override => 1),
106 -override=>1),
113 -override => 1),
123 -override=>1),
Dno_tabindex.t58 -override => 1),
77 -override => 1),
104 -override=>1),
111 -override => 1),
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/ucm/
DmacHebrew.ucm60 <U0030> \xB0 |0 # DIGIT ZERO, right-left (need override)
61 <U0031> \xB1 |0 # DIGIT ONE, right-left (need override)
62 <U0032> \xB2 |0 # DIGIT TWO, right-left (need override)
63 <U0033> \xB3 |0 # DIGIT THREE, right-left (need override)
64 <U0034> \xB4 |0 # DIGIT FOUR, right-left (need override)
65 <U0035> \xB5 |0 # DIGIT FIVE, right-left (need override)
66 <U0036> \xB6 |0 # DIGIT SIX, right-left (need override)
67 <U0037> \xB7 |0 # DIGIT SEVEN, right-left (need override)
68 <U0038> \xB8 |0 # DIGIT EIGHT, right-left (need override)
69 <U0039> \xB9 |0 # DIGIT NINE, right-left (need override)
DmacFarsi.ucm229 <U06F0> \xB0 |0 # EXTENDED ARABIC-INDIC DIGIT ZERO, right-left (need override)
230 <U06F1> \xB1 |0 # EXTENDED ARABIC-INDIC DIGIT ONE, right-left (need override)
231 <U06F2> \xB2 |0 # EXTENDED ARABIC-INDIC DIGIT TWO, right-left (need override)
232 <U06F3> \xB3 |0 # EXTENDED ARABIC-INDIC DIGIT THREE, right-left (need override)
233 <U06F4> \xB4 |0 # EXTENDED ARABIC-INDIC DIGIT FOUR, right-left (need override)
234 <U06F5> \xB5 |0 # EXTENDED ARABIC-INDIC DIGIT FIVE, right-left (need override)
235 <U06F6> \xB6 |0 # EXTENDED ARABIC-INDIC DIGIT SIX, right-left (need override)
236 <U06F7> \xB7 |0 # EXTENDED ARABIC-INDIC DIGIT SEVEN, right-left (need override)
237 <U06F8> \xB8 |0 # EXTENDED ARABIC-INDIC DIGIT EIGHT, right-left (need override)
238 <U06F9> \xB9 |0 # EXTENDED ARABIC-INDIC DIGIT NINE, right-left (need override)
DmacArabic.ucm217 <U0660> \xB0 |0 # ARABIC-INDIC DIGIT ZERO, right-left (need override)
218 <U0661> \xB1 |0 # ARABIC-INDIC DIGIT ONE, right-left (need override)
219 <U0662> \xB2 |0 # ARABIC-INDIC DIGIT TWO, right-left (need override)
220 <U0663> \xB3 |0 # ARABIC-INDIC DIGIT THREE, right-left (need override)
221 <U0664> \xB4 |0 # ARABIC-INDIC DIGIT FOUR, right-left (need override)
222 <U0665> \xB5 |0 # ARABIC-INDIC DIGIT FIVE, right-left (need override)
223 <U0666> \xB6 |0 # ARABIC-INDIC DIGIT SIX, right-left (need override)
224 <U0667> \xB7 |0 # ARABIC-INDIC DIGIT SEVEN, right-left (need override)
225 <U0668> \xB8 |0 # ARABIC-INDIC DIGIT EIGHT, right-left (need override)
226 <U0669> \xB9 |0 # ARABIC-INDIC DIGIT NINE, right-left (need override)
/mirbsd/src/usr.sbin/config/
Dcmd.c342 int *override = NULL; in Xrootdev() local
348 override = (int *)adjust((caddr_t)(nl[I_ROOTDEV_OV].n_value)); in Xrootdev()
369 if (override) in Xrootdev()
370 *override = (*dt == NODEV) ? 0 : 1; in Xrootdev()
/mirbsd/src/usr.bin/vi/catalog/
Denglish.base114 120 "File modified since last complete write; write or use ! to override"
131 137 "%s exists, not written; use ! to override"
236 244 "Read-only file, not written; use ! to override"
238 246 "%s exists, not written; use ! to override"
240 248 "Partial file, not written; use ! to override"
242 250 "%s: file modified more recently than this copy; use ! to override"
254 262 "File modified since last complete write; write or use ! to override"
255 263 "File modified since last complete write; write or use :edit! to override"
256 264 "File modified since last complete write; write or use ! to override"
/mirbsd/src/lib/libssl/src/crypto/dso/
DREADME15 (c) overriden per-DSO by setting the override callback
16 (d) a mix of (b) and (c) - eg. implement an override callback that;
/mirbsd/src/sbin/isakmpd/
Dconf.c69 int override; member
181 conf_set_now(char *section, char *tag, char *value, int override, in conf_set_now() argument
186 if (override) in conf_set_now()
353 else if (node->override) in conf_get_trans_str()
905 conf_set(int transaction, char *section, char *tag, char *value, int override, in conf_set() argument
928 node->override = override; in conf_set()
1007 node->value, node->override, in conf_end()
/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_core.c130 conf->override = dir ? OR_UNSET : OR_UNSET|OR_ALL; in create_core_dir_config()
209 if (!(new->override & OR_UNSET)) { in merge_core_dir_configs()
210 conf->override = new->override; in merge_core_dir_configs()
512 return conf->override; in ap_allow_overrides()
1109 d->override = OR_NONE; in set_override()
1113 d->override |= OR_LIMIT; in set_override()
1116 d->override |= OR_OPTIONS; in set_override()
1119 d->override |= OR_FILEINFO; in set_override()
1122 d->override |= OR_AUTHCFG; in set_override()
1125 d->override |= OR_INDEXES; in set_override()
[all …]
Dhttp_config.c812 if ((parms->override & cmd->req_override) == 0) in invoke_cmd()
1204 parms.override = (RSRC_CONF | OR_ALL) & ~(OR_AUTHCFG | OR_LIMIT); in process_command_config()
1341 parms.override = (RSRC_CONF | OR_ALL) & ~(OR_AUTHCFG | OR_LIMIT); in ap_process_resource_config()
1362 CORE_EXPORT(int) ap_parse_htaccess(void **result, request_rec *r, int override, in ap_parse_htaccess() argument
1375 if (cache->override == override && strcmp(cache->dir, d) == 0) { in ap_parse_htaccess()
1382 parms.override = override; in ap_parse_htaccess()
1427 new->override = override; in ap_parse_htaccess()
/mirbsd/src/etc/ppp/
Dppp.secret.sample21 # used as a placeholder if you do not wish to override the IP
26 # can be used as a placeholder if you do not wish to override the
/mirbsd/src/usr.bin/sudo/
Dcheck.c84 check_user(override) in check_user() argument
85 int override; in check_user()
97 if (override || status != TS_CURRENT) {
/mirbsd/src/gnu/usr.bin/binutils/config/
Dmh-interix4 # We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
/mirbsd/src/gnu/usr.bin/perl/lib/CGI/eg/
Dcookie.cgi62 -override=>1,
/mirbsd/src/usr.sbin/httpd/src/include/
Dhttp_config.h154 int override; /* Which allow-override bits are set */ member
412 CORE_EXPORT(int) ap_parse_htaccess(void **result, request_rec *r, int override,
Dhttp_core.h225 overrides_t override; member
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-mips.texi28 * MIPS ISA:: Directives to override the ISA level
29 * MIPS symbol sizes:: Directives to override the size of symbols
84 override the ISA level}.
313 @section Directives to override the size of symbols
368 @section Directives to override the ISA level
370 @cindex MIPS ISA override
438 @cindex MIPS MIPS-3D instruction generation override
446 @cindex MIPS MDMX instruction generation override
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_mime.c721 int override = 0; in find_ct() local
733 if (!override) { in find_ct()
737 override = 1; in find_ct()
748 if (charset && !override) { in find_ct()
/mirbsd/src/gnu/usr.sbin/sendmail/cf/cf/
Dmailertable5 # The sendmail(8) mailer table is used to override routing for particular
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlbot.pod74 difficult for someone to override that method. See L<THINKING OF CODE REUSE>.
203 The following example demonstrates how to override a superclass method and
300 that it is impossible to override the BAZ() method.
324 Now we try to override the BAZ() method. We would like FOO::bar() to call
403 methods. A subclass may want to override that data and replace it with new
/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_set_verify_result.pod5 SSL_set_verify_result - override result of peer certificate verification
/mirbsd/src/gnu/usr.bin/cvs/
DMakefile.bsd-wrapper26 --enable-config-override=no \
/mirbsd/src/gnu/usr.bin/rcs/src/
Dci.c249 int override; member
1044 if (addsymbol(num, p->ssymbol, p->override) < 0)
1271 pt->override = flag;
/mirbsd/src/gnu/usr.bin/cvs/m4/
Dbison.m422 dnl useful to override the description of YACC in the --help output, re

12345678