Searched refs:attributes (Results 151 - 175 of 181) sorted by relevance

12345678

/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp460 modeInfo.width, modeInfo.height, modeInfo.bits_per_pixel, modeInfo.attributes,
478 && (modeInfo.attributes & requiredAttributes)
H A Dstage1.S179 .attributes nstruc BlockRun
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h309 xmlAttributePtr attributes; /* List of the declared attributes */ member in struct:_xmlElement
369 void *attributes; /* Hash table for attributes if any */ member in struct:_xmlDtd
502 void *ids; /* Hash table for ID attributes if any */
503 void *refs; /* Hash table for IDREFs attributes if any */
H A Dparser.h145 * elements attributes lists with the ones defaulted from the DTDs.
261 const xmlChar * *atts; /* array for the attributes callbacks */
281 xmlHashTablePtr attsDefault; /* defaulted attributes if any */
282 xmlHashTablePtr attsSpecial; /* non-CDATA attributes if any */
292 int freeAttrsNr; /* number of freed attributes nodes */
293 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */
492 * @atts: An array of name/value attributes pairs, NULL terminated
667 * @nb_attributes: the number of attributes on that node
668 * @nb_defaulted: the number of defaulted attributes. The defaulted
670 * @attributes
[all...]
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.keys275 max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
280 no_color_video ncv num NC - - ----- video attributes that can't be used with colors
365 exit_attribute_mode sgr0 str me - - YB-GE turn off all attributes
457 set_attributes sgr str sa - - YB-G- define video attributes #1-#9 (PG9)
852 set_a_attributes sgr1 str sA - - ----- Define second set of video attributes #1-#6
1143 #box_attr_1 batt1 str Bx - - ----K attributes for box1
1144 #box_attr_2 batt2 str By - - ----K attributes for box2
H A DCaps273 max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
278 no_color_video ncv num NC - - ----- video attributes that cannot be used with colors
363 exit_attribute_mode sgr0 str me - - YB-GE turn off all attributes
455 set_attributes sgr str sa - - YB-G- define video attributes #1-#9 (PG9)
762 set_a_attributes sgr1 str sA - - ----- Define second set of video attributes #1-#6
1053 #box_attr_1 batt1 str Bx - - ----K attributes for box1
1054 #box_attr_2 batt2 str By - - ----K attributes for box2
H A DCaps.hpux11275 max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
280 no_color_video ncv num NC - - ----- video attributes that cannot be used with colors
365 exit_attribute_mode sgr0 str me - - YB-GE turn off all attributes
457 set_attributes sgr str sa - - YB-G- define video attributes #1-#9 (PG9)
771 set_a_attributes sgr1 str sA - - ----- Define second set of video attributes #1-#6
1067 #box_attr_1 batt1 str Bx - - ----K attributes for box1
1068 #box_attr_2 batt2 str By - - ----K attributes for box2
H A DCaps.osf1r5278 max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
286 no_color_video ncv num NC - - ----- video attributes that can not be used with colors
347 exit_attribute_mode sgr0 str me - - YB-GE turn off all attributes
439 set_attributes sgr str sa - - YB-G- define video attributes #1-#9 (PG9)
461 box_attr_1 batt1 str Bx - - ----K attributes for box1
462 box_attr_2 batt2 str By - - ----K attributes for box2
779 set_a_attributes sgr1 str sA - - ----- Define second set of video attributes #1-#6
1063 #box_attr_1 batt1 str Bx - - ----K attributes for box1
1064 #box_attr_2 batt2 str By - - ----K attributes for box2
H A DCaps.uwin267 #max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
272 no_color_video ncv num NC - - ----- video attributes that cannot be used with colors
331 exit_attribute_mode sgr0 str me - - YB-GE turn off all attributes
423 set_attributes sgr str sa - - YB-G- define video attributes #1-#9 (PG9)
879 #box_attr_1 batt1 str Bx - - ----K attributes for box1
880 #box_attr_2 batt2 str By - - ----K attributes for box2
/haiku-fatelf/src/bin/gdb/gdb/
H A Dvarobj.c764 int attributes = 0;
767 /* FIXME: define masks for attributes */
768 attributes |= 0x00000001; /* Editable */
770 return attributes;
763 int attributes = 0; local
/haiku-fatelf/src/add-ons/kernel/drivers/disk/usb/usb_floppy/
H A Dusb_disk.cpp630 && endpoint->descr->attributes == USB_ENDPOINT_ATTR_BULK) {
635 && endpoint->descr->attributes == USB_ENDPOINT_ATTR_BULK) {
640 && endpoint->descr->attributes
/haiku-fatelf/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp302 switch (ep->descr->attributes & USB_ENDPOINT_ATTR_MASK) {
/haiku-fatelf/src/add-ons/kernel/drivers/common/
H A Dusb_modeswitch.cpp381 || endpoint->descr->attributes != USB_ENDPOINT_ATTR_BULK)
/haiku-fatelf/headers/private/system/
H A Dsyscalls.h151 struct thread_creation_attributes* attributes);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/usb_audio/
H A DAudioFunction.cpp954 fAttributes = Descriptor->attributes;
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dtransform.c45 #include "attributes.h"
837 * xsltAttributeInternal() (attributes.c), but I currently
2641 * all the attributes are directly inherited
3556 xmlChar *prop = NULL, *attributes = NULL, *namespace; local
3669 attributes = xsltEvalAttrValueTemplate(ctxt, inst,
3671 if (attributes != NULL) {
3672 xsltApplyAttributeSet(ctxt, node, inst, attributes);
3673 xmlFree(attributes);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtree.c1041 * of notations, elements, attributes and entities.
1064 if (cur->attributes != NULL)
1065 xmlFreeAttributeTable((xmlAttributeTablePtr) cur->attributes);
1993 * Note this doesn't work for namespace definition attributes
2849 /* different instance, destroy it (attributes must be unique) */
3260 /* different instance, destroy it (attributes must be unique) */
3733 * @target: the element where the attributes will be grafted
4061 if (dtd->attributes != NULL)
4062 ret->attributes = (void *) xmlCopyAttributeTable(
4063 (xmlAttributeTablePtr) dtd->attributes);
[all...]
H A Dxmlsave.c475 * Should be called in the context of attributes dumps.
484 /* Within the context of an element attributes */
501 * Should be called in the context of attributes dumps.
540 (dtd->attributes == NULL) && (dtd->notations == NULL) &&
599 * Dump a list of XML attributes
973 * Dump a list of XML attributes
H A Dxmlreader.c619 * @atts: An array of name/value attributes pairs, NULL terminated
671 * @nb_attributes: the number of attributes on that node
672 * nb_defaulted: the number of defaulted attributes.
673 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
687 const xmlChar **attributes)
698 attributes);
2088 * use the parser dictionnary to allocate all elements and attributes names
2882 * Provides the number of attributes of the current node
2884 * Returns 0 i no attributes, -1 in case of error or the attribute count
3414 * Whether the node has attributes
679 xmlTextReaderStartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
[all...]
H A Dxmlschemas.c16 * need to validate all schema attributes (ref, type, name)
3054 "%s: The attributes '%s' and '%s' are mutually exclusive.\n",
4341 fprintf(output, " attributes:\n");
6433 * @type: the hosting type where the attributes will be anchored
6495 * {any attributes with non-schema namespace . . .}>
6526 * {any attributes with non-schema namespace . . .}>
6548 * {any attributes with non-schema namespace . . .}>
6875 * Check for illegal attributes.
7018 * Check for illegal attributes.
7107 * Check for illegal attributes
26907 xmlSchemaSAXHandleStartElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix ATTRIBUTE_UNUSED, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted ATTRIBUTE_UNUSED, const xmlChar ** attributes) argument
28072 startElementNsSplit(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted, const xmlChar ** attributes) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp722 || endpoint->descr->attributes != USB_ENDPOINT_ATTR_BULK)
/haiku-fatelf/docs/develop/storage/resources/
H A DResourcesFormat.tex41 attributes resources are part of the file contents and thus do not require a
/haiku-fatelf/src/bin/bash/
H A Dexecute_cmd.c2387 new_value->attributes = old_value->attributes;
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src143 # uses magic cookies to support multiple attributes.
392 # between SVr4/XPG4's color numbers and ANSI.SYS attributes. Here are longer
529 # ansi-m -- full ANSI X3.64 with ANSI.SYS-compatible attributes, no color.
533 ansi-m|ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes,
546 # standard terminfo. Assumes ANSI.SYS-compatible attributes and color.
555 # vt100 clones. It assumes video attributes for bold, blink,
892 # Console documents only 3 attributes can be set with SGR (so we don't use sgr).
1238 # optimization. Bug: The <op> capability resets attributes.
1619 # Bug: The <op> capability resets attributes.
1620 # Bug? The ech and el1 attributes appea
[all...]
H A Dterminfo.tmp143 # uses magic cookies to support multiple attributes.
392 # between SVr4/XPG4's color numbers and ANSI.SYS attributes. Here are longer
529 # ansi-m -- full ANSI X3.64 with ANSI.SYS-compatible attributes, no color.
533 ansi-m|ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes,
546 # standard terminfo. Assumes ANSI.SYS-compatible attributes and color.
555 # vt100 clones. It assumes video attributes for bold, blink,
892 # Console documents only 3 attributes can be set with SGR (so we don't use sgr).
1238 # optimization. Bug: The <op> capability resets attributes.
1619 # Bug: The <op> capability resets attributes.
1620 # Bug? The ech and el1 attributes appea
[all...]

Completed in 429 milliseconds

12345678