Searched refs:from (Results 76 - 100 of 3428) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DPageGroupIndexedDatabase.cpp49 PageGroupIndexedDatabase* PageGroupIndexedDatabase::from(PageGroup& group) function in class:WebCore::PageGroupIndexedDatabase
51 PageGroupIndexedDatabase* supplement = static_cast<PageGroupIndexedDatabase*>(Supplement<PageGroup>::from(&group, supplementName()));
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Dfilemapper.h10 * license is obtained from Japan Network Information Center ("JPNIC"),
28 * derived from this Software without specific prior written approval of
106 * Each character in the string 'from' is examined and if it
116 idn__filemapper_map(idn__filemapper_t ctx, const unsigned long *from,
130 idn__filemapper_mapproc(void *ctx, const unsigned long *from,
/macosx-10.9.5/procmail-14/procmail/src/
H A Dfrom.h1 /* $Id: from.h,v 1.2 2000/10/27 20:03:59 guenther Exp $ */
8 makeFrom P((const char*from,const char*const invoker)),
/macosx-10.9.5/vim-53/src/proto/
H A Dos_mac_conv.pro4 int enc2macroman __ARGS((char_u *from, size_t fromlen, char_u *to, int *tolenp, int maxtolen, char_u *rest, int *restlenp));
7 char_u *mac_utf16_to_enc __ARGS((unsigned short *from, size_t fromLen, size_t *actualLen));
8 unsigned short *mac_enc_to_utf16 __ARGS((char_u *from, size_t fromLen, size_t *actualLen));
9 void * mac_enc_to_cfstring __ARGS((char_u *from, size_t fromLen));
/macosx-10.9.5/zsh-60/zsh/StartupFiles/
H A Dzlogin8 # msgs, from, etc).
21 from 2>/dev/null
/macosx-10.9.5/rsync-42/rsync/zlib/
H A Dinffast.c78 unsigned dmax; /* maximum distance from zlib header */
95 unsigned char FAR *from; /* where to copy match from */ local
187 if (dist > op) { /* see if copy from window */
194 from = window - OFF;
196 from += wsize - op;
197 if (op < len) { /* some from window */
200 PUP(out) = PUP(from);
202 from = out - dist; /* rest from outpu
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dinffast.c106 unsigned dmax; /* maximum distance from zlib header */
123 unsigned char FAR *from; /* where to copy match from */ local
215 if (dist > op) { /* see if copy from window */
222 from = window - OFF;
224 from += wsize - op;
225 if (op < len) { /* some from window */
228 PUP(out) = PUP(from);
230 from = out - dist; /* rest from outpu
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dutil.c14 * license is obtained from Japan Network Information Center ("JPNIC"),
32 * derived from this Software without specific prior written approval of
70 char *from, char *to, int tolen)
81 r = idn_selectiveencode_findregion(from, &region_start,
87 if (tolen <= strlen(from))
89 (void)strcpy(to, from);
102 len = region_start - from;
108 (void)memcpy(to, from, len);
135 from = region_end;
141 char *from, cha
69 selective_encode(idn_resconf_t conf, idn_action_t actions, char *from, char *to, int tolen) argument
140 selective_decode(idn_resconf_t conf, idn_action_t actions, char *from, char *to, int tolen) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/stringprep/tools/
H A Dgen_stringprep_data.tcl8 # It can be downloaded from http://www.ietf.org/rfc/rfc3454.txt
26 variable pMap; # map from page to page index, each entry is
29 variable pages; # map from page index to page info, each
178 temp from to]} {
179 scan $from %x from
181 if {$from <= 0x10ffff && $to <= 0x10ffff} {
182 set casemap($from) [expr {$to - $from}]
185 temp from to
[all...]
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCMoveGenerator.h3 Contains: Generate all legal moves from a position
23 derived from the Apple Software without specific prior written
24 permission from Apple. Except as expressly stated in this notice, no
49 * An MBCMoveGenerator generates all legal moves from a position (for various
51 * an object of a class derived from MBCMoveBuilder.
58 - (void) validMove:(MBCPiece)piece from:(MBCSquare)from to:(MBCSquare)to;
59 - (void) validMove:(MBCPiece)piece from:(MBCSquare)from to:(MBCSquare)to
114 void AddMove(bool unambig, MBCPiece piece, MBCSquare from, MBCSquar
[all...]
/macosx-10.9.5/man-16/man/src/
H A Dman-iconv.c11 * Conversion is to the users locale. Conversion is from the
129 is_conversion_supported (char *from, char *to) { argument
132 if (!from || !*from || !to || !*to || !strcmp(from,to))
134 if ((cd = iconv_open(to, from)) != (iconv_t) -1) {
143 char *from, *to, *iconv_path; local
146 from = get_man_charset(path);
149 fprintf(stderr, "get_converter: iconv_path=%s from=%s to=%s\n",
150 iconv_path, from, t
[all...]
/macosx-10.9.5/groff-38/groff/src/preproc/eqn/
H A Dlimit.cpp27 box *from; member in class:limit_box
44 : p(pp), from(qq), to(rr)
52 delete from;
64 if (from != 0) {
65 res = from->compute_metrics(cramped_style(script_style(style)));
67 mark_uid = from->uid;
90 if (from != 0)
92 p->uid, from->uid);
100 if (from != 0)
102 p->uid, from
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DDataFormat.h96 inline bool needDataFormatConversion(DataFormat from, DataFormat to) argument
98 ASSERT(from != DataFormatNone);
100 switch (from) {
103 return to != from;
136 inline bool needDataFormatConversion(DataFormat from, DataFormat to) argument
138 ASSERT(from != DataFormatNone);
140 switch (from) {
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Fortune.wdgt/
H A DFortune.js35 endorse or promote products derived from the
37 permission from Apple. Except as expressly
79 var line = FortunePlugin.getFortune(); // get a fortune from the widget plugin
89 // Performs the transition from the current fortune to the next one.
104 var animation = {duration:0, starttime:0, to:1.0, now:1.0, from:0.0, firstElement:null, timer:null};
121 animation.from = animation.now; // beginning opacity (not ness. 0)
143 animation.from = animation.now;
168 animation.now = computeNextFloat (animation.from, animation.to, ease);
182 function computeNextFloat (from, to, ease)
184 return from
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Difdef.c30 lin from, upto; /* start and limit lines for this group of lines */ member in struct:group
89 Lines BEG0 up to END0 are from the first file;
90 lines BEG1 up to END1 are from the second file. */
98 groups[0].from = beg0;
101 groups[1].from = beg1;
171 /* Print lines deleted from first file. */
181 /* Print lines inserted from second file. */
219 case 'e': return translate_line_number (g->file, g->from) - 1;
220 case 'f': return translate_line_number (g->file, g->from);
223 case 'n': return g->upto - g->from;
236 lin from = group->from, upto = group->upto; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimatedNumber.cpp71 void SVGAnimatedNumberAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) argument
73 ASSERT(from->type() == AnimatedNumber);
74 ASSERT(from->type() == to->type());
76 to->number() += from->number();
86 void SVGAnimatedNumberAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
91 float fromNumber = m_animationElement->animationMode() == ToAnimation ? animated->number() : from->number();
106 float from = 0; local
108 parseNumberFromString(fromString, from);
110 return fabsf(to - from);
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Admin/
H A DTypes.pm1 package # hide from PAUSE
19 from JSON,
23 from JSON,
30 from JSON,
34 from Str,
38 from HashRef,
/macosx-10.9.5/CPANInternal-140/Path-Class/lib/Path/Class/
H A DEntity.pm18 my $from = shift;
19 my ($class, $fs_class) = (ref($from)
20 ? (ref $from, $from->{file_spec_class})
21 : ($from, $Path::Class::Foreign));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DCustomFilterTransformParameter.h56 const TransformOperations& from = fromTransformParameter->operations(); local
58 if (from == to)
62 if (from.size() && to.size())
63 result->setOperations(to.blend(from, progress, size));
65 result->setOperations(progress > 0.5 ? to : from);
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dreadmsg.c18 * may be used to endorse or promote products derived from this software
48 * LOOKAT checks if the message is of the requested type and comes from
65 struct sockaddr_in from; variable in typeref:struct:sockaddr_in
95 fprintf(fd, "readmsg: looking for %s from %s, %s\n",
128 from = ptr->addr;
137 if ((ntp->mask & from.sin_addr.s_addr) ==
147 print(&msgin, &from);
155 == from.sin_addr.s_addr
172 * coming from the network. Set the timer and wait
210 length = sizeof(from);
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dcanohost.c50 struct sockaddr_storage from; local
57 fromlen = sizeof(from);
58 memset(&from, 0, sizeof(from));
59 if (getpeername(sock, (struct sockaddr *)&from, &fromlen) < 0) {
64 if (from.ss_family == AF_INET)
67 ipv64_normalise_mapped(&from, &fromlen);
69 if (from.ss_family == AF_INET6)
72 if (getnameinfo((struct sockaddr *)&from, fromlen, ntop, sizeof(ntop),
81 if (getnameinfo((struct sockaddr *)&from, fromle
372 struct sockaddr_storage from; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Drace.c14 * license is obtained from Japan Network Information Center ("JPNIC"),
32 * derived from this Software without specific prior written approval of
94 static idn_result_t race_decode_decompress(const char *from,
104 const char *from, unsigned long *to, size_t tolen) {
113 TRACE(("idn__race_decode(from=\"%s\", tolen=%d)\n",
114 idn__debug_xstring(from, 50), (int)tolen));
116 if (!idn__util_asciihaveaceprefix(from, IDN_RACE_PREFIX)) {
117 if (*from == '\0') {
118 r = idn_ucs4_utf8toucs4(from, to, tolen);
124 from
103 idn__race_decode(idn_converter_t ctx, void *privdata, const char *from, unsigned long *to, size_t tolen) argument
168 race_decode_decompress(const char *from, unsigned short *buf, size_t buflen) argument
242 idn__race_encode(idn_converter_t ctx, void *privdata, const unsigned long *from, char *to, size_t tolen) argument
[all...]
H A Ducsset.c13 * license is obtained from Japan Network Information Center ("JPNIC"),
31 * derived from this Software without specific prior written approval of
73 unsigned long from; member in struct:__anon6469
124 static idn_result_t addrange(idn_ucsset_t ctx, unsigned long from,
180 idn_ucsset_addrange(idn_ucsset_t ctx, unsigned long from, argument
185 TRACE(("idn_ucsset_addrange(from=U+%lX, to=U+%lX)\n",
186 from, to));
188 return (addrange(ctx, from, to, "idn_ucsset_addrange"));
226 if (ranges[i].to + 1 >= ranges[j].from) {
242 int fidx = SEG_INDEX(ranges[i].from);
308 addrange(idn_ucsset_t ctx, unsigned long from, unsigned long to, char *func_name) argument
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/ResultSource/
H A DTable.pm19 Table object that inherits from L<DBIx::Class::ResultSource>.
23 =head2 from
29 sub from { shift->name; } subroutine
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dtztrans.h38 * @param from The time zone rule used before the transition.
42 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to);
120 * @param from The time zone rule used before the transition.
123 void setFrom(const TimeZoneRule& from);
128 * @param from The time zone rule used before the transition.
131 void adoptFrom(TimeZoneRule* from);
164 * a return value from getDynamicClassID(). For example:

Completed in 226 milliseconds

1234567891011>>