Searched refs:mode (Results 176 - 200 of 3483) sorted by relevance

1234567891011>>

/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Dunorm.h149 /** One more than the highest normalization mode constant. @stable ICU 2.0 */
189 * The string will be normalized according the specified normalization mode
195 * @param mode The normalization mode; one of UNORM_NONE,
208 UNormalizationMode mode, int32_t options,
225 * @param mode which normalization form to test for
234 UNormalizationMode mode,
243 * @param mode Which normalization form to test for.
255 UNormalizationMode mode, int32_t options,
260 * This is semantically equivalent to source.equals(normalize(source, mode))
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/cloak/
H A DMakefile10 $(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) -c $?
13 $(LIBTOOL) --mode=link $(CC) -version-info 0:0:0 \
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Dunorm.h149 /** One more than the highest normalization mode constant. @stable ICU 2.0 */
189 * The string will be normalized according the specified normalization mode
195 * @param mode The normalization mode; one of UNORM_NONE,
208 UNormalizationMode mode, int32_t options,
225 * @param mode which normalization form to test for
234 UNormalizationMode mode,
243 * @param mode Which normalization form to test for.
255 UNormalizationMode mode, int32_t options,
260 * This is semantically equivalent to source.equals(normalize(source, mode))
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGPathSegListBuilder.cpp52 void SVGPathSegListBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode) argument
56 if (mode == AbsoluteCoordinates)
62 void SVGPathSegListBuilder::lineTo(const FloatPoint& targetPoint, PathCoordinateMode mode) argument
66 if (mode == AbsoluteCoordinates)
72 void SVGPathSegListBuilder::lineToHorizontal(float x, PathCoordinateMode mode) argument
76 if (mode == AbsoluteCoordinates)
82 void SVGPathSegListBuilder::lineToVertical(float y, PathCoordinateMode mode) argument
86 if (mode == AbsoluteCoordinates)
92 void SVGPathSegListBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode) argument
96 if (mode
102 curveToCubicSmooth(const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode) argument
112 curveToQuadratic(const FloatPoint& point1, const FloatPoint& targetPoint, PathCoordinateMode mode) argument
122 curveToQuadraticSmooth(const FloatPoint& targetPoint, PathCoordinateMode mode) argument
132 arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, const FloatPoint& targetPoint, PathCoordinateMode mode) argument
[all...]
H A DSVGPathStringBuilder.cpp39 void SVGPathStringBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode) argument
41 if (mode == AbsoluteCoordinates)
47 void SVGPathStringBuilder::lineTo(const FloatPoint& targetPoint, PathCoordinateMode mode) argument
49 if (mode == AbsoluteCoordinates)
55 void SVGPathStringBuilder::lineToHorizontal(float x, PathCoordinateMode mode) argument
57 if (mode == AbsoluteCoordinates)
63 void SVGPathStringBuilder::lineToVertical(float y, PathCoordinateMode mode) argument
65 if (mode == AbsoluteCoordinates)
71 void SVGPathStringBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode) argument
73 if (mode
85 curveToCubicSmooth(const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode) argument
97 curveToQuadratic(const FloatPoint& point1, const FloatPoint& targetPoint, PathCoordinateMode mode) argument
109 curveToQuadraticSmooth(const FloatPoint& targetPoint, PathCoordinateMode mode) argument
117 arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, const FloatPoint& targetPoint, PathCoordinateMode mode) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Dunorm.h149 /** One more than the highest normalization mode constant. @stable ICU 2.0 */
189 * The string will be normalized according the specified normalization mode
195 * @param mode The normalization mode; one of UNORM_NONE,
208 UNormalizationMode mode, int32_t options,
225 * @param mode which normalization form to test for
234 UNormalizationMode mode,
243 * @param mode Which normalization form to test for.
255 UNormalizationMode mode, int32_t options,
260 * This is semantically equivalent to source.equals(normalize(source, mode))
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dpaxerror.c28 pax_decode_mode (mode_t mode, char *string) argument
30 *string++ = mode & S_IRUSR ? 'r' : '-';
31 *string++ = mode & S_IWUSR ? 'w' : '-';
32 *string++ = (mode & S_ISUID
33 ? (mode & S_IXUSR ? 's' : 'S')
34 : (mode & S_IXUSR ? 'x' : '-'));
35 *string++ = mode & S_IRGRP ? 'r' : '-';
36 *string++ = mode & S_IWGRP ? 'w' : '-';
37 *string++ = (mode & S_ISGID
38 ? (mode
88 chmod_error_details(char const *name, mode_t mode) argument
[all...]
/macosx-10.9.5/gpatch-3/patch/
H A Dmkdir.c54 rpl_mkdir (char const *dir, mode_t mode) argument
70 ret_val = mkdir (tmp_dir, mode);
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dopen_lock.c9 /* VSTREAM *open_lock(path, flags, mode, why)
12 /* mode_t mode;
20 /* .IP "path, flags, mode"
58 VSTREAM *open_lock(const char *path, int flags, mode_t mode, VSTRING *why) argument
67 if ((fp = safe_open(path, flags, mode, (struct stat *) 0, -1, -1, why)) == 0)
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/
H A DPyStorage.h24 PyStorage(const char *fnm, int mode): PyHead(PyStoragetype), c4_Storage(fnm, argument
25 mode){}
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DSystemUI.c48 * Gets or sets the system UI mode.
64 SystemUIMode mode; local
76 * Get current mode & options.
79 GetSystemUIMode( &mode, &options );
82 switch (mode) {
124 * Set current mode & options.
134 mode = kUIModeNormal;
138 mode = kUIModeContentSuppressed;
142 mode = kUIModeContentHidden;
146 mode
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_to_container.tcl43 variable mode bulk
52 variable mode
60 -mode $mode \
70 return -code error "Expected one of -file, -mode, -name, -template, or -user, got \"$option\""
76 return -code error "Expected one of -file, -mode, -name, -template, or -user, got \"$option\""
82 mode {
107 variable mode
138 @mode@ $mode \
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A DtclLoadDld.c44 VOID *dlopen(path, mode)
46 int mode;
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dmp_events.h72 extern void i386_signal_cpu(int cpu, mp_event_t event, mp_sync_t mode);
73 extern void i386_signal_cpus(mp_event_t event, mp_sync_t mode);
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dtset.c139 static TTY mode, oldmode, original; variable
730 * Reset the terminal mode bits to a sensible state. Very useful after
731 * a child program dies in raw mode.
737 tcgetattr(STDERR_FILENO, &mode);
739 stty(STDERR_FILENO, &mode);
744 mode.c_cc[VDISCARD] = CHK(mode.c_cc[VDISCARD], CDISCARD);
746 mode.c_cc[VEOF] = CHK(mode.c_cc[VEOF], CEOF);
747 mode
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/vmalloc/
H A Dvmstat.c54 if(!(vd->mode&VM_TRUST))
66 st->mode = vd->mode;
68 if(vd->mode&VM_MTLAST)
70 else if((vd->mode&VM_MTPOOL) && (s = vd->pool) > 0)
83 if(vd->mode&(VM_MTDEBUG|VM_MTBEST|VM_MTPROFILE))
93 { if(vd->mode&VM_MTDEBUG)
98 else if(vd->mode&VM_MTPROFILE)
109 else if(vd->mode&VM_MTLAST)
119 else if((vd->mode
[all...]
/macosx-10.9.5/zlib-53/zlib/contrib/iostream3/
H A Dzfstream.h62 * @param mode Open mode flags.
67 std::ios_base::openmode mode);
72 * @param mode Open mode flags.
77 std::ios_base::openmode mode);
88 * @brief Convert ios open mode int to mode string used by zlib.
89 * @return True if valid mode flag combination.
92 open_mode(std::ios_base::openmode mode,
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dfringe.el94 (defvar fringe-mode)
96 (defun set-fringe-mode-1 (ignore value)
97 "Call `set-fringe-mode' with VALUE.
98 See `fringe-mode' for valid values and their effect.
99 This is usually invoked when setting `fringe-mode' via customize."
100 (set-fringe-mode value))
102 (defun set-fringe-mode (value)
103 "Set `fringe-mode' to VALUE and put the new value into effect.
104 See `fringe-mode' for possible values and their effect."
105 (setq fringe-mode valu
[all...]
/macosx-10.9.5/file_cmds-230/chmod/
H A Dchmod.c80 char *ep, *mode; local
125 * causes chmod to change the mode of the symbolic
174 * "-[rwx]" are valid mode commands. If they are the entire
297 mode = (char *) malloc(MAX_ACL_TEXT_SIZE);
299 if (mode == NULL)
300 err(1, "Unable to allocate mode string");
304 readval = read(STDIN_FILENO, mode + readtotal,
311 mode[readtotal - 1] = '\0';
316 mode = *argv;
331 acl_input = parse_acl_entries(mode);
[all...]
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dulimit.c233 int c, limind, mode, opt, all_limits; local
235 mode = 0;
268 mode |= LIMIT_SOFT;
272 mode |= LIMIT_HARD;
299 return (set_all_limits (mode == 0 ? LIMIT_SOFT|LIMIT_HARD : mode, RLIM_INFINITY));
302 print_all_limits (mode == 0 ? LIMIT_SOFT : mode);
328 if (ulimit_internal (cmdlist[c].cmd, cmdlist[c].arg, mode, ncmd > 1) == EXECUTION_FAILURE)
335 ulimit_internal (cmd, cmdarg, mode, multipl
[all...]
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael/
H A DRijndael.xs19 int mode;
106 new(class, key, mode=MODE_ECB)
109 int mode
121 if (mode != MODE_ECB && mode != MODE_CBC && mode != MODE_CFB && mode != MODE_OFB && mode != MODE_CTR)
122 croak ("illegal mode, see documentation for valid modes");
125 RETVAL->ctx.mode
[all...]
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael-1.10/
H A DRijndael.xs39 int mode;
126 new(class, key, mode=MODE_ECB)
129 int mode
141 if (mode != MODE_ECB && mode != MODE_CBC && mode != MODE_CFB && mode != MODE_OFB && mode != MODE_CTR)
142 croak ("illegal mode, see documentation for valid modes");
145 RETVAL->ctx.mode
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.h62 int BDecComponentOtherName PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentOtherName **v, AsnLen *bytesDecoded, int mode));
65 int GDecComponentOtherName PROTO (( void* mem_op, GenBuf * b, ComponentOtherName **v, AsnLen *bytesDecoded, int mode));
86 int BDecComponentORAddress PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentORAddress **v, AsnLen *bytesDecoded, int mode));
89 int GDecComponentORAddress PROTO (( void* mem_op, GenBuf * b, ComponentORAddress **v, AsnLen *bytesDecoded, int mode));
109 int BDecComponentAttributeTypeAndValue PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentAttributeTypeAndValue **v, AsnLen *bytesDecoded, int mode));
112 int GDecComponentAttributeTypeAndValue PROTO (( void* mem_op, GenBuf * b, ComponentAttributeTypeAndValue **v, AsnLen *bytesDecoded, int mode));
146 int BDecComponentDirectoryString PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentDirectoryString **v, AsnLen *bytesDecoded, int mode));
149 int GDecComponentDirectoryString PROTO (( void* mem_op, GenBuf * b, ComponentDirectoryString **v, AsnLen *bytesDecoded, int mode));
169 int BDecComponentEDIPartyName PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentEDIPartyName **v, AsnLen *bytesDecoded, int mode));
172 int GDecComponentEDIPartyName PROTO (( void* mem_op, GenBuf * b, ComponentEDIPartyName **v, AsnLen *bytesDecoded, int mode));
[all...]
/macosx-10.9.5/Libc-997.90.3/include/
H A Dmonitor.h40 extern void moncontrol (int mode);
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dsigact.c67 sigprocmask (int mode, sigset_t *mask, sigset_t *omask) argument
79 if (mode == SIG_BLOCK)
81 else if (mode == SIG_UNBLOCK)
83 else if (mode == SIG_SETMASK)

Completed in 388 milliseconds

1234567891011>>