Searched refs:converted (Results 76 - 100 of 123) sorted by relevance

12345

/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclExecute.c3487 * Operands must be numeric and ints get converted to floats
4022 int converted, needNew;
4026 converted = 0;
4031 converted = 1;
4041 converted = 1;
4097 converted = converted; /* lint, converted not used. */
4099 (converted? "converted"
4012 int converted, needNew; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DComplexFormat.java495 IdentityHashMap converted) {
616 (catalog, rawAccess, converted, fields, objects);
618 converted.put(rawObject, o);
1415 * we're at it, check to see if all possible classes are converted.
1462 /* All old classes will be converted. Fall through. */
492 convertRawObject(Catalog catalog, boolean rawAccess, RawObject rawObject, IdentityHashMap converted) argument
/macosx-10.9.5/CPANInternal-140/Apache-DBI/lib/Apache/
H A DAuthDBI.pm1459 Default is 'on'. When set 'off', the entered userid is converted to lower case.
1460 Also the userid in the password select-statement is converted to lower case.
1464 Default is 'on'. When set 'off', the entered password is converted to lower
/macosx-10.9.5/CPANInternal-140/Apache-DBI-1.11/lib/Apache/
H A DAuthDBI.pm1462 Default is 'on'. When set 'off', the entered userid is converted to lower case.
1463 Also the userid in the password select-statement is converted to lower case.
1467 Default is 'on'. When set 'off', the entered password is converted to lower
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-26-applicationsigning.c195 CFIndex converted = CFStringGetBytes(line, range, kCFStringEncodingUTF8, 0, false, buf, sizeof(buf), &bytesUsed); local
197 range.length -= converted;
198 range.location += converted;
/macosx-10.9.5/vim-53/src/
H A Dfileio.c112 /* When converting, a read() or write() may leave some bytes to be converted
132 char_u bw_rest[CONV_RESTLEN]; /* not converted bytes */
135 char_u *bw_conv_buf; /* buffer for writing converted chars */
318 int converted = FALSE; /* TRUE if conversion done */ local
913 * this when needed to avoid [converted] remarks all the time.
1083 mch_remove(tmpname); /* delete converted file */
1094 converted = need_conversion(fenc);
1095 if (converted)
1392 * not be converted. Truncated file?
1526 /* Include not converted byte
3204 int converted = FALSE; local
[all...]
/macosx-10.9.5/nano-11/src/
H A Dproto.h774 void edit_draw(const filestruct *fileptr, const char *converted, int
/macosx-10.9.5/CF-855.17/
H A DCFUtilities.c719 Boolean converted = CFStringGetCString(str, buf, blen, kCFStringEncodingUTF8); local
722 if (converted && !(len <= 0 || (1 << 24) < len) && !(lev < ASL_LEVEL_EMERG || ASL_LEVEL_DEBUG < lev)) {
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/Transport/
H A DHTTP.pm118 path component and converted to Perl module name with substitution
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/Transport/
H A DHTTP.pm118 path component and converted to Perl module name with substitution
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecItem.cpp94 Boolean converted = CFStringGetCString(desc, buffer, length, kCFStringEncodingUTF8); local
95 if (converted) {
424 Boolean converted = CFStringGetCString((CFStringRef) value, buffer, maxLength, kCFStringEncodingUTF8); local
425 if (converted) {
442 Boolean converted = CFStringGetCString((CFStringRef) value, buffer, maxLength, kCFStringEncodingUTF8); local
443 if (converted) {
471 Boolean converted = CFNumberGetValue((CFNumberRef) value, kCFNumberSInt32Type, buffer); local
472 if (converted) {
1747 /* If a string converted to an int isn't equal to the int printed as
3627 /* If a string converted t
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecItem.cpp94 Boolean converted = CFStringGetCString(desc, buffer, length, kCFStringEncodingUTF8); local
95 if (converted) {
424 Boolean converted = CFStringGetCString((CFStringRef) value, buffer, maxLength, kCFStringEncodingUTF8); local
425 if (converted) {
442 Boolean converted = CFStringGetCString((CFStringRef) value, buffer, maxLength, kCFStringEncodingUTF8); local
443 if (converted) {
471 Boolean converted = CFNumberGetValue((CFNumberRef) value, kCFNumberSInt32Type, buffer); local
472 if (converted) {
1747 /* If a string converted to an int isn't equal to the int printed as
3627 /* If a string converted t
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecItem.cpp94 Boolean converted = CFStringGetCString(desc, buffer, length, kCFStringEncodingUTF8); local
95 if (converted) {
424 Boolean converted = CFStringGetCString((CFStringRef) value, buffer, maxLength, kCFStringEncodingUTF8); local
425 if (converted) {
442 Boolean converted = CFStringGetCString((CFStringRef) value, buffer, maxLength, kCFStringEncodingUTF8); local
443 if (converted) {
471 Boolean converted = CFNumberGetValue((CFNumberRef) value, kCFNumberSInt32Type, buffer); local
472 if (converted) {
1747 /* If a string converted to an int isn't equal to the int printed as
3627 /* If a string converted t
[all...]
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_econv.rb15 def assert_econv(converted, eres, obuf_bytesize, ec, consumed, rest, opts=nil)
20 assert_equal([converted, eres, rest],
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_support.m1204 PyObject *converted;
1205 converted = [OC_PythonObject __pythonifyStruct:ret withType:type_real_start length:type_real_length];
1207 return converted;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_support.m1212 PyObject *converted;
1213 converted = [OC_PythonObject __pythonifyStruct:ret withType:type_real_start length:type_real_length];
1215 return converted;
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT.cpp2224 JITCompiler::JumpList converted; local
2241 converted.append(m_jit.jump());
2254 converted.append(m_jit.jump());
2259 converted.link(&m_jit);
2270 JITCompiler::JumpList converted; local
2299 converted.append(m_jit.jump());
2303 converted.append(m_jit.jump());
2314 converted.append(m_jit.jump());
2319 converted.link(&m_jit);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DServer.pm99 The list of values held by the dispatch_to table are compared only after the URI mapping table from the dispatch_with attribute has been consulted. If the request's URI or SOAPAction header don't map to a specific configuration, the path specified by the action header (or in absence, the URI) is converted to a package name and compared against this set of values.
/macosx-10.9.5/vim-53/runtime/lang/
H A Dmenu_hu_hu.utf-8.vim6 " This file was converted from menu_hu_hu.iso_8859-2.vim. See there for
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/JSON/
H A DbackportPP.pm1778 Your data usually contains UNICODE strings and you want the converted data to be encoded
2250 converted into JSON string or number sequences, while references to arrays
2253 References to the integers C<0> and C<1> are converted into C<true> and C<false>.
2572 and the numeric can be optionally converted into L<Math::BigInt> and
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/
H A DJSON.pm905 Your data usually contains UNICODE strings and you want the converted data to be encoded
1425 converted into JSON string or number sequences, while references to arrays
1428 References to the integers C<0> and C<1> are converted into C<true> and C<false>.
1766 and the numeric can be optionally converted into L<Math::BigInt> and
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/
H A DDispatch.pm327 argument that is the message to be logged. This is converted into a
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm393 with a single argument that is the message to be logged. This is converted
/macosx-10.9.5/swig-10/Source/Modules/
H A Dallegrocl.cxx926 String *converted = convert_literal(i.item, type); local
927 if (converted) {
928 Printf(result, " %s", converted);
929 Delete(converted);
/macosx-10.9.5/tcl-102/tcl/tcl/library/http/
H A Dhttp.tcl1341 set converted [string map $formMap $string]
1342 if {[string match "*\[\u0100-\uffff\]*" $converted]} {
1343 regexp {[\u0100-\uffff]} $converted badChar
1348 return $converted

Completed in 391 milliseconds

12345