Searched refs:append (Results 1 - 25 of 2827) sorted by relevance

1234567891011>>

/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Drfc4518.py54 t.append(" 00AD; ; Map to nothing")
55 t.append(" 1806; ; Map to nothing")
56 t.append(" 034F; ; Map to nothing")
58 t.append(" 180B; ; Map to nothing")
59 t.append(" 180C; ; Map to nothing")
60 t.append(" 180D; ; Map to nothing")
62 t.append(" FE00; ; Map to nothing")
63 t.append(" FE01; ; Map to nothing")
64 t.append(" FE02; ; Map to nothing")
65 t.append(" FE0
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/clib/
H A Dstrcat.c46 strcat(char *s, const char *append) argument
51 while ((*s++ = *append++));
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Plugins/unix/
H A DPluginInfoStoreUnix.cpp46 result.append(homeDirectoryPath() + "/.mozilla/plugins");
47 result.append(homeDirectoryPath() + "/.netscape/plugins");
48 result.append("/usr/lib/browser/plugins");
49 result.append("/usr/local/lib/mozilla/plugins");
50 result.append("/usr/lib/firefox/plugins");
51 result.append("/usr/lib64/browser-plugins");
52 result.append("/usr/lib/browser-plugins");
53 result.append("/usr/lib/mozilla/plugins");
54 result.append("/usr/local/netscape/plugins");
55 result.append("/op
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGRect.h36 builder.append(String::number(type.x()));
37 builder.append(' ');
38 builder.append(String::number(type.y()));
39 builder.append(' ');
40 builder.append(String::number(type.width()));
41 builder.append(' ');
42 builder.append(String::number(type.height()));
/macosx-10.9.5/WebKit2-7537.78.2/Scripts/webkit2/
H A Dmessages.py123 result.append('struct %s : %s' % (message.name, base_class(message)))
124 result.append(' {\n')
125 result.append(' static CoreIPC::StringReference receiverName() { return messageReceiverName(); }\n')
126 result.append(' static CoreIPC::StringReference name() { return CoreIPC::StringReference("%s"); }\n' % message.name)
127 result.append(' static const bool isSync = %s;\n' % ('false', 'true')[message.reply_parameters != None])
128 result.append('\n')
132 result.append(' struct DelayedReply : public ThreadSafeRefCounted<DelayedReply> {\n')
133 result.append(' DelayedReply(PassRefPtr<CoreIPC::Connection>, PassOwnPtr<CoreIPC::MessageEncoder>);\n')
134 result.append(' ~DelayedReply();\n')
135 result.append('\
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/cgi-bin/
H A Drpclog47 append html "<html>\n<head>\n<title>TclSOAP CGI Log</title>\n</head>\n"
48 append html "<body bgcolor=\"white\" text=\"black\">\n"
49 append html "<ul>\n"
52 append html "<li>"
54 append html "[clock format $time -format {%a %d %b %Y %H:%M:%S}] $protocol "
56 append html "$info $where $who <br>"
58 append html "<font size=\"-1\" color=\"red\">$result $info</font>"
60 append html "</li>\n"
63 append html "</ul>\n</body>\n</html>\n"
69 append htm
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/
H A DLoopBlinnPathCache.cpp43 m_vertices.append(x);
44 m_vertices.append(y);
45 m_texcoords.append(k);
46 m_texcoords.append(l);
47 m_texcoords.append(m);
62 m_interiorVertices.append(x);
63 m_interiorVertices.append(y);
81 m_interiorEdgeVertices.append(x);
82 m_interiorEdgeVertices.append(y);
H A DShader.cpp141 builder.append(
146 builder.append(
151 builder.append(
160 builder.append(
165 builder.append(
169 builder.append(
172 builder.append(
175 builder.append(
181 builder.append(
185 builder.append(
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dfixline122 append header "# \\\n"
23 append header "exec $tail "; append header {"$0" ${1+"$@"}}
/macosx-10.9.5/Libc-997.90.3/secure/
H A Dstrcat_chk.c30 __strcat_chk (char *__restrict dest, const char *__restrict append, argument
34 size_t len2 = strlen(append);
40 __chk_overlap(dest, len1 + len2 + 1, append, len2 + 1);
42 memcpy(dest + len1, append, len2 + 1);
H A Dstrncat_chk.c29 __strncat_chk (char *restrict dest, const char *restrict append, argument
33 size_t len2 = strnlen(append, len);
39 __chk_overlap(dest, len1 + len2 + 1, append, len2 + 1);
42 memcpy(dest + len1, append, len2);
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSSupportsRule.cpp53 result.append("@supports ");
54 result.append(conditionText());
55 result.append(" {\n");
57 result.append('}');
H A DFontValue.cpp36 result.append(style->cssText());
39 result.append(' ');
40 result.append(variant->cssText());
44 result.append(' ');
45 result.append(weight->cssText());
49 result.append(' ');
50 result.append(size->cssText());
54 result.append(' ');
55 result.append('/');
56 result.append(lineHeigh
[all...]
H A DShadowValue.cpp51 text.append(color->cssText());
54 text.append(' ');
55 text.append(x->cssText());
59 text.append(' ');
60 text.append(y->cssText());
64 text.append(' ');
65 text.append(blur->cssText());
69 text.append(' ');
70 text.append(spread->cssText());
74 text.append(' ');
[all...]
H A DCSSBorderImage.cpp30 list->append(image);
35 listSlash->append(imageSlice);
38 listSlash->append(borderSlice);
41 listSlash->append(outset);
43 list->append(listSlash);
45 list->append(imageSlice);
47 list->append(repeat);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DAboutData.cpp72 builder.append(writeHeader("Configuration"));
76 builder.append("<tr><td>_MSC_VER</td><td>" + String::number(_MSC_VER) + "</td></tr>");
77 builder.append("<tr><td>_MSC_FULL_VER</td><td>" + String::number(_MSC_FULL_VER) + "</td></tr>");
78 builder.append("<tr><td>_MSC_BUILD</td><td>" + String::number(_MSC_BUILD) + "</td></tr>");
81 builder.append("<tr><td>__ARMCC_VERSION</td><td>" + String::number(__ARMCC_VERSION) + "</td></tr>");
86 builder.append("<tr><td>GCC</td><td>" + String::number(__GNUC__) + "." + String::number(__GNUC_MINOR__) + "." + String::number(__GNUC_PATCHLEVEL__) + "</td></tr>");
92 builder.append(String("</table></div><br><div class='box'><div class='box-title'>CPU Information</div><table class='fixed-table'><col width=75%><col width=25%>"));
97 builder.append("<tr><td>ARM_ARCH_VERSION</td><td>" + String::number(WTF_ARM_ARCH_VERSION) + "</td></tr>");
98 builder.append("<tr><td>THUMB_ARCH_VERSION</td><td>" + String::number(WTF_THUMB_ARCH_VERSION) + "</td></tr>");
99 builder.append("<t
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DProxyServer.cpp37 builder.append("DIRECT");
41 builder.append("PROXY");
44 builder.append("SOCKS");
48 builder.append(' ');
51 builder.append(proxyServer.hostName());
53 builder.append(':');
66 stringBuilder.append("; ");
H A DFormDataBuilder.cpp43 static inline void append(Vector<char>& buffer, char string) function in namespace:WebCore
45 buffer.append(string);
48 static inline void append(Vector<char>& buffer, const char* string) function in namespace:WebCore
50 buffer.append(string, strlen(string));
53 static inline void append(Vector<char>& buffer, const CString& string) function in namespace:WebCore
55 buffer.append(string.data(), string.length());
69 append(buffer, "%0A");
72 append(buffer, "%0D");
75 append(buffer, "%22");
78 append(buffe
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/rss/
H A DRSSGenerator.cpp49 builder.append(feed->m_title);
51 builder.append(feed->m_link);
53 builder.append(s_defaultFeedTitle);
60 builder.append(feed->m_link);
64 builder.append(feed->m_title);
66 builder.append(s_defaultFeedTitle);
75 builder.append(feed->m_description);
83 builder.append(articleName);
86 builder.append(item->m_link);
89 builder.append(ite
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DDateConversion.cpp46 builder.append('-');
53 builder.append('0');
54 builder.append(valueString);
61 builder.append(static_cast<char>('0' + value / 10));
62 builder.append(static_cast<char>('0' + value % 10));
73 builder.append(weekdayName[(t.weekDay() + 6) % 7]);
78 builder.append(' ');
79 builder.append(monthName[t.month()]);
81 builder.append(' ');
82 builder.append(monthNam
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtestutil.cpp19 buf.append(HEX[0xF&(ch>>20)]);
21 buf.append(HEX[0xF&(ch>>16)]);
23 buf.append(HEX[0xF&(ch>>12)]);
24 buf.append(HEX[0xF&(ch>>8)]);
25 buf.append(HEX[0xF&(ch>>4)]);
26 buf.append(HEX[0xF&ch]);
47 result.append(sep);
57 buf.append(HEX[0x0F & (bytes[i] >> 4)]);
58 buf.append(HEX[0x0F & bytes[i]]);
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DWebKitBlobBuilder.h51 void append(Blob*);
52 void append(const String& text, const String& ending);
54 void append(ArrayBuffer*);
55 void append(ArrayBufferView*);
/macosx-10.9.5/WebCore-7537.78.1/loader/archive/mhtml/
H A DMHTMLArchive.cpp72 stringBuilder.append("----=_NextPart_000_");
75 stringBuilder.append('_');
77 stringBuilder.append('.');
78 stringBuilder.append(lowerNibbleToASCIIHexDigit(randomValues[i]));
79 stringBuilder.append(upperNibbleToASCIIHexDigit(randomValues[i]));
89 stringBuilder.append(text[i]);
91 stringBuilder.append('?');
159 stringBuilder.append("From: <Saved by WebKit>\r\n");
160 stringBuilder.append("Subject: ");
162 stringBuilder.append(replaceNonPrintableCharacter
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DWebMemorySampler.mac.mm144 webKitMemoryStats.keys.append(String("Timestamp"));
145 webKitMemoryStats.values.append(now);
146 webKitMemoryStats.keys.append(String("Total Bytes of Memory In Use"));
147 webKitMemoryStats.values.append(totalBytesInUse);
148 webKitMemoryStats.keys.append(String("Fast Malloc Zone Bytes"));
149 webKitMemoryStats.values.append(fastMallocBytesInUse);
150 webKitMemoryStats.keys.append(String("Default Malloc Zone Bytes"));
151 webKitMemoryStats.values.append(defaultMallocZoneBytesInUse);
152 webKitMemoryStats.keys.append(String("Dispatch Continuation Malloc Zone Bytes"));
153 webKitMemoryStats.values.append(dispatchContinuationMallocZoneBytesInUs
[all...]
H A DRemoteLayerTreeTransaction.mm174 builder.append(' ');
183 builder.append("(changed-layers\n");
194 builder.append("(layer ");
198 builder.append('\n');
200 builder.append("(name \"");
201 builder.append(layerProperties.name);
202 builder.append("\")");
206 builder.append('\n');
208 builder.append("(children (");
211 builder.append(' ');
[all...]

Completed in 222 milliseconds

1234567891011>>