Searched refs:characters (Results 51 - 75 of 184) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dlegacy.c121 "SAX function characters",
241 } else if (!strcmp(name, "SAX function characters")) {
242 *((charactersSAXFunc *) result) = ctxt->sax->characters;
359 } else if (!strcmp(name, "SAX function characters")) {
360 ctxt->sax->characters = *((charactersSAXFunc *) value);
1173 * characters:
1182 characters(void *ctx, const xmlChar * ch, int len) function
1184 DEPRECATED("characters")
1195 * UNUSED: by default the DOM building will use characters
H A DtestHTML.c71 NULL, /* characters */
427 fprintf(stdout, "SAX.characters(%s, %d)\n", output, len);
H A DHTMLparser.c1355 * characters in the current element.
2727 } else if (ctxt->sax->characters != NULL) {
2728 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2749 } else if (ctxt->sax->characters != NULL) {
2750 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2795 if (ctxt->sax->characters != NULL)
2796 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2827 if (ctxt->sax->characters != NULL)
2828 ctxt->sax->characters(ctxt->userData, buf, nbchar);
3778 if ((ctxt->sax != NULL) && (ctxt->sax->characters !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtstring.tex9 arbitrary characters. The ASCII NUL character is allowed, but be aware that
13 wxString works with both ASCII (traditional, 7 or 8 bit, characters) as well as
14 Unicode (wide characters) strings.
17 dynamic memory management (string extends to accommodate new characters),
18 construction from other strings, C strings and characters, assignment operators,
19 access to individual characters, string concatenation and comparison, substring
H A Dscrolbar.tex176 of 100 characters. Your text window has a current width of 60 characters. So the view length is 60,
177 and the object length is 100. The scrollbar will then enable you to scroll to see the other 40 characters.
H A Dclipevent.tex25 removing invalid characters.
H A Dstattext.tex98 \docparam{label}{The new label to set. It may contain newline characters.}
H A Dtipwin.tex36 \docparam{text}{The text to show, may contain the new line characters}
H A Dtunicode.tex16 characters from languages other than English.
24 allows to have at least 65536 characters (what is called the BMP, or basic
63 store the characters ({\tt char} only holds 1 byte usually). This type is
67 characters ({\tt wchar\_t} type) which typically take $2$ or $4$ bytes instead
H A Duri.tex24 wxURI automatically escapes invalid characters in a string,
123 returns escape sequences to normal characters.
366 normal characters and returns the result.
373 \docparam{uri}{string with escaped characters to convert}
H A Dtokenizr.tex9 (by default, white space characters will be used).
29 the delimiters string only contains white space characters but, unlike the
H A Dtext.tex71 separated by {\tt $\backslash$n} characters, i.e. in the Unix text format even
94 colours and font for individual characters in it (note that under Windows {\tt
462 which is equal to the number of characters in the control.
509 text control is calculated by actually counting newline characters in the
592 the lines will be separated by (Unix-style) $\backslash$n characters, even
914 This function sets the maximum number of characters the user can enter into the
922 If the user tries to enter more characters into the text control when it
1002 \docparam{value}{The new value to set. It may contain newline characters if the text control is multi-line.}
1022 \docparam{value}{The new value to set. It may contain newline characters if the text control is multi-line.}
1057 are the only control characters allowe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dlegacy.c121 "SAX function characters",
241 } else if (!strcmp(name, "SAX function characters")) {
242 *((charactersSAXFunc *) result) = ctxt->sax->characters;
359 } else if (!strcmp(name, "SAX function characters")) {
360 ctxt->sax->characters = *((charactersSAXFunc *) value);
1173 * characters:
1182 characters(void *ctx, const xmlChar * ch, int len) function
1184 DEPRECATED("characters")
1195 * UNUSED: by default the DOM building will use characters
H A DHTMLparser.c1347 * characters in the current element.
2655 } else if (ctxt->sax->characters != NULL) {
2656 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2700 } else if (ctxt->sax->characters != NULL) {
2701 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2722 } else if (ctxt->sax->characters != NULL) {
2723 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2762 if (ctxt->sax->characters != NULL)
2763 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2788 if (ctxt->sax->characters !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dlegacy.c121 "SAX function characters",
241 } else if (!strcmp(name, "SAX function characters")) {
242 *((charactersSAXFunc *) result) = ctxt->sax->characters;
359 } else if (!strcmp(name, "SAX function characters")) {
360 ctxt->sax->characters = *((charactersSAXFunc *) value);
1173 * characters:
1182 characters(void *ctx, const xmlChar * ch, int len) function
1184 DEPRECATED("characters")
1195 * UNUSED: by default the DOM building will use characters
H A DtestHTML.c71 NULL, /* characters */
427 fprintf(stdout, "SAX.characters(%s, %d)\n", output, len);
H A DHTMLparser.c1355 * characters in the current element.
2727 } else if (ctxt->sax->characters != NULL) {
2728 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2749 } else if (ctxt->sax->characters != NULL) {
2750 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2795 if (ctxt->sax->characters != NULL)
2796 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2827 if (ctxt->sax->characters != NULL)
2828 ctxt->sax->characters(ctxt->userData, buf, nbchar);
3778 if ((ctxt->sax != NULL) && (ctxt->sax->characters !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dlegacy.c121 "SAX function characters",
241 } else if (!strcmp(name, "SAX function characters")) {
242 *((charactersSAXFunc *) result) = ctxt->sax->characters;
359 } else if (!strcmp(name, "SAX function characters")) {
360 ctxt->sax->characters = *((charactersSAXFunc *) value);
1173 * characters:
1182 characters(void *ctx, const xmlChar * ch, int len) function
1184 DEPRECATED("characters")
1195 * UNUSED: by default the DOM building will use characters
H A DHTMLparser.c1347 * characters in the current element.
2655 } else if (ctxt->sax->characters != NULL) {
2656 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2700 } else if (ctxt->sax->characters != NULL) {
2701 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2722 } else if (ctxt->sax->characters != NULL) {
2723 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2762 if (ctxt->sax->characters != NULL)
2763 ctxt->sax->characters(ctxt->userData, buf, nbchar);
2788 if (ctxt->sax->characters !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A DtestHTML.c71 NULL, /* characters */
427 fprintf(stdout, "SAX.characters(%s, %d)\n", output, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dregex.pl31 # if 0 output is wide characters, if 1 output is utf8 encoded
290 -w$w Output will be wide characters.
345 $instructions[1] = "Flag characters:\n$instructions[1]";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-lisp.c51 one character at a time. No need to worry about multibyte characters:
53 constituent characters, and the byte based approach will do the same.
67 up from characters (single escape, multiple escape etc.).
140 /* The characters between name and end should form a valid Lisp symbol.
191 /* ======================== Reading of characters. ======================== */
303 a_extens, /* '_^' extension characters */
355 /* A token consists of a sequence of characters with associated attribute. */
563 "A potential number cannot contain any escape characters." */
744 For portability, we convert only ASCII characters here. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dtest-6.exp23 --ignore-case Consider upper and lower case ASCII characters as
47 -7, --seven-bit Assume 7-bit characters.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dsleep.S113 @@ load UART to allow us to print the two characters for
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dparser.h551 * UNUSED: by default the DOM building will use characters.
725 charactersSAXFunc characters; member in struct:_xmlSAXHandler
766 charactersSAXFunc characters; member in struct:_xmlSAXHandlerV1

Completed in 210 milliseconds

12345678