Home
last modified time | relevance | path

Searched refs:attributes (Results 76 – 100 of 31516) sorted by relevance

12345678910>>...1261

/dports/devel/pear-XML_Transformer/XML_Transformer-1.1.2/XML/Transformer/Namespace/
H A DDocBook.php369 isset($attributes['id']) ? $attributes['id'] : ''
398 $emphasisRole = isset($attributes['role']) ? $attributes['role'] : '';
446 isset($attributes['id']) ? $attributes['id'] : ''
477 isset($attributes['id']) ? $attributes['id'] : ''
582 isset($attributes['srccredit']) ? $attributes['srccredit'] : '',
583 isset($attributes['fileref']) ? $attributes['fileref'] : '',
584 isset($attributes['width']) ? ' width="' . $attributes['width'] . '"' : '',
585 isset($attributes['height']) ? ' height="' . $attributes['height'] . '"' : ''
706 $this->_roles['programlisting'] = isset($attributes['role']) ? $attributes['role'] : '';
766 isset($attributes['id']) ? $attributes['id'] : ''
[all …]
/dports/sysutils/UEFITool/UEFITool-A59/common/
H A Dnvram.cpp16 UString nvarAttributesToUString(const UINT8 attributes) in nvarAttributesToUString() argument
18 if (attributes == 0x00 || attributes == 0xFF) in nvarAttributesToUString()
22 if (attributes & NVRAM_NVAR_ENTRY_RUNTIME) str += UString(", Runtime"); in nvarAttributesToUString()
23 if (attributes & NVRAM_NVAR_ENTRY_ASCII_NAME) str += UString(", AsciiName"); in nvarAttributesToUString()
24 if (attributes & NVRAM_NVAR_ENTRY_GUID) str += UString(", Guid"); in nvarAttributesToUString()
25 if (attributes & NVRAM_NVAR_ENTRY_DATA_ONLY) str += UString(", DataOnly"); in nvarAttributesToUString()
26 if (attributes & NVRAM_NVAR_ENTRY_EXT_HEADER) str += UString(", ExtHeader"); in nvarAttributesToUString()
29 if (attributes & NVRAM_NVAR_ENTRY_VALID) str += UString(", Valid"); in nvarAttributesToUString()
35 UString nvarExtendedAttributesToUString(const UINT8 attributes) in nvarExtendedAttributesToUString() argument
47 extern UString vssAttributesToUString(const UINT32 attributes) in vssAttributesToUString() argument
[all …]
/dports/editors/kakoune/kakoune-2021.11.08/test/highlight/rust/doc_comment_hidden_with_empty_line/
H A Dscript2attributes": ["final_fg","final_bg"] }, "contents": " " }, { "face": { "fg": "default", "bg": "def…
5attributes": [] }, "contents": "out 1:1 " }, { "face": { "fg": "black", "bg": "yellow", "underline…
/dports/archivers/libzip/libzip-1.7.3/lib/
H A Dzip_source_get_file_attributes.c37 zip_file_attributes_init(zip_file_attributes_t *attributes) { in zip_file_attributes_init() argument
38 attributes->valid = 0; in zip_file_attributes_init()
39 attributes->version = 1; in zip_file_attributes_init()
47 if (attributes == NULL) { in zip_source_get_file_attributes()
52 zip_file_attributes_init(attributes); in zip_source_get_file_attributes()
55 if (_zip_source_call(src, attributes, sizeof(*attributes), ZIP_SOURCE_GET_FILE_ATTRIBUTES) < 0) { in zip_source_get_file_attributes()
70 attributes->valid |= ZIP_FILE_ATTRIBUTES_HOST_SYSTEM; in zip_source_get_file_attributes()
73 attributes->ascii = lower_attributes.ascii; in zip_source_get_file_attributes()
74 attributes->valid |= ZIP_FILE_ATTRIBUTES_ASCII; in zip_source_get_file_attributes()
78 attributes->version_needed = ZIP_MAX(lower_attributes.version_needed, attributes->version_needed); in zip_source_get_file_attributes()
[all …]
/dports/games/augustus/augustus-3.1.0/src/assets/
H A Dxml.c82 while (attributes[total]) { in count_xml_attributes()
91 if (count_xml_attributes(attributes) != 2) { in xml_start_assetlist_element()
131 path = attributes[i + 1]; in xml_start_image_element()
140 group = attributes[i + 1]; in xml_start_image_element()
143 id = attributes[i + 1]; in xml_start_image_element()
170 path = attributes[i + 1]; in xml_start_layer_element()
173 group = attributes[i + 1]; in xml_start_layer_element()
176 id = attributes[i + 1]; in xml_start_layer_element()
270 path = attributes[i + 1]; in xml_start_frame_element()
279 group = attributes[i + 1]; in xml_start_frame_element()
[all …]
/dports/devel/embb/embb-1.0.0/mtapi_c/src/
H A Dmtapi_node_attributes_t.c39 MTAPI_OUT mtapi_node_attributes_t* attributes, in mtapi_nodeattr_init() argument
45 if (MTAPI_NULL != attributes) { in mtapi_nodeattr_init()
47 attributes->type = MTAPI_NODE_TYPE_SMP; in mtapi_nodeattr_init()
55 attributes->reuse_main_thread = MTAPI_TRUE; in mtapi_nodeattr_init()
56 attributes->worker_priorities = NULL; in mtapi_nodeattr_init()
58 embb_core_set_init(&attributes->core_affinity, 1); in mtapi_nodeattr_init()
59 attributes->num_cores = embb_core_set_count(&attributes->core_affinity); in mtapi_nodeattr_init()
73 MTAPI_INOUT mtapi_node_attributes_t* attributes, in mtapi_nodeattr_set() argument
82 if (MTAPI_NULL != attributes) { in mtapi_nodeattr_set()
91 attributes->num_cores = in mtapi_nodeattr_set()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/java/text/
H A DFormatCharacterIterator.java99 this.attributes = attributes; in FormatCharacterIterator()
109 if (attributes != null && attributes[attributeIndex] != null) in getAllAttributeKeys()
117 if (attributes != null && attributes[attributeIndex] != null) in getAttributes()
125 if (attributes != null && attributes[attributeIndex] != null) in getAttribute()
133 if (attributes == null) in getRunLimit()
163 if (attributes == null) in getRunLimit()
178 if (attributes == null) in getRunStart()
201 if (attributes == null) in getRunStart()
344 this.attributes[i].putAll (attributes[j]); in mergeAttributes()
426 System.arraycopy (attributes, 0, new_attributes, 0, attributes.length); in append()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/jdk/src/classes/build/tools/cldrconverter/
H A DLDMLParseHandler.java85 pushStringEntry(qName, attributes, in startElement()
89 pushStringEntry(qName, attributes, in startElement()
99 pushStringEntry(qName, attributes, in startElement()
102 attributes.getValue("type")); in startElement()
140 pushKeyContainer(qName, attributes, attributes.getValue("type")); in startElement()
259 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
446 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
453 pushContainer(qName, attributes); in startElement()
489 pushContainer(qName, attributes); in startElement()
493 pushContainer(qName, attributes); in startElement()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/make/jdk/src/classes/build/tools/cldrconverter/
H A DLDMLParseHandler.java85 pushStringEntry(qName, attributes, in startElement()
89 pushStringEntry(qName, attributes, in startElement()
99 pushStringEntry(qName, attributes, in startElement()
102 attributes.getValue("type")); in startElement()
140 pushKeyContainer(qName, attributes, attributes.getValue("type")); in startElement()
259 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
446 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
453 pushContainer(qName, attributes); in startElement()
489 pushContainer(qName, attributes); in startElement()
493 pushContainer(qName, attributes); in startElement()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil/
H A DTypeDefinition.cs20 uint attributes; field in Mono.Cecil.TypeDefinition
43 attributes = (uint) value;
348 set { attributes = attributes.SetAttributes ((uint) TypeAttributes.Abstract, value); }
353 set { attributes = attributes.SetAttributes ((uint) TypeAttributes.Sealed, value); }
358 set { attributes = attributes.SetAttributes ((uint) TypeAttributes.SpecialName, value); }
363 set { attributes = attributes.SetAttributes ((uint) TypeAttributes.Import, value); }
368 set { attributes = attributes.SetAttributes ((uint) TypeAttributes.Serializable, value); }
373 set { attributes = attributes.SetAttributes ((uint) TypeAttributes.WindowsRuntime, value); }
398 set { attributes = attributes.SetAttributes ((uint) TypeAttributes.RTSpecialName, value); }
403 set { attributes = attributes.SetAttributes ((uint) TypeAttributes.HasSecurity, value); }
[all …]
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil/
H A DTypeDefinition.cs20 uint attributes; field in Mono.Cecil.TypeDefinition
43 attributes = (uint) value;
348 set { attributes = attributes.SetAttributes ((uint) TypeAttributes.Abstract, value); }
353 set { attributes = attributes.SetAttributes ((uint) TypeAttributes.Sealed, value); }
358 set { attributes = attributes.SetAttributes ((uint) TypeAttributes.SpecialName, value); }
363 set { attributes = attributes.SetAttributes ((uint) TypeAttributes.Import, value); }
368 set { attributes = attributes.SetAttributes ((uint) TypeAttributes.Serializable, value); }
373 set { attributes = attributes.SetAttributes ((uint) TypeAttributes.WindowsRuntime, value); }
398 set { attributes = attributes.SetAttributes ((uint) TypeAttributes.RTSpecialName, value); }
403 set { attributes = attributes.SetAttributes ((uint) TypeAttributes.HasSecurity, value); }
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/make/jdk/src/classes/build/tools/cldrconverter/
H A DLDMLParseHandler.java85 pushStringEntry(qName, attributes, in startElement()
89 pushStringEntry(qName, attributes, in startElement()
99 pushStringEntry(qName, attributes, in startElement()
102 attributes.getValue("type")); in startElement()
140 pushKeyContainer(qName, attributes, attributes.getValue("type")); in startElement()
259 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
446 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
453 pushContainer(qName, attributes); in startElement()
489 pushContainer(qName, attributes); in startElement()
547 pushKeyContainer(qName, attributes, attributes.getValue("type")); in startElement()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/jdk/src/classes/build/tools/cldrconverter/
H A DLDMLParseHandler.java83 pushStringEntry(qName, attributes, in startElement()
87 pushStringEntry(qName, attributes, in startElement()
97 pushStringEntry(qName, attributes, in startElement()
100 attributes.getValue("type")); in startElement()
138 pushKeyContainer(qName, attributes, attributes.getValue("type")); in startElement()
257 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
444 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
451 pushContainer(qName, attributes); in startElement()
487 pushContainer(qName, attributes); in startElement()
491 pushContainer(qName, attributes); in startElement()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/make/jdk/src/classes/build/tools/cldrconverter/
H A DLDMLParseHandler.java83 pushStringEntry(qName, attributes, in startElement()
87 pushStringEntry(qName, attributes, in startElement()
97 pushStringEntry(qName, attributes, in startElement()
100 attributes.getValue("type")); in startElement()
138 pushKeyContainer(qName, attributes, attributes.getValue("type")); in startElement()
257 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
444 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
451 pushContainer(qName, attributes); in startElement()
487 pushContainer(qName, attributes); in startElement()
491 pushContainer(qName, attributes); in startElement()
[all …]
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourcemarkattributes.c125 attributes->priv->background = *color; in set_background()
128 attributes->priv->background_set = color != NULL; in set_background()
150 set_pixbuf (GtkSourceMarkAttributes *attributes, in set_pixbuf() argument
165 set_gicon (GtkSourceMarkAttributes *attributes, in set_gicon() argument
176 g_object_notify (G_OBJECT (attributes), "gicon"); in set_gicon()
396 set_background (attributes, background); in gtk_source_mark_attributes_set_background()
416 *background = attributes->priv->background; in gtk_source_mark_attributes_get_background()
418 return attributes->priv->background_set; in gtk_source_mark_attributes_get_background()
434 set_icon_name (attributes, icon_name); in gtk_source_mark_attributes_set_icon_name()
468 set_gicon (attributes, gicon); in gtk_source_mark_attributes_set_gicon()
[all …]
/dports/editors/kakoune/kakoune-2021.11.08/test/highlight/rust/inner_block_doc_comment1/
H A Dscript2attributes": ["final_fg","final_bg"] }, "contents": " " }, { "face": { "fg": "default", "bg": "def…
5attributes": [] }, "contents": "out 1:1 " }, { "face": { "fg": "black", "bg": "yellow", "underline…
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/make/jdk/src/classes/build/tools/cldrconverter/
H A DLDMLParseHandler.java85 pushStringEntry(qName, attributes, in startElement()
89 pushStringEntry(qName, attributes, in startElement()
99 pushStringEntry(qName, attributes, in startElement()
102 attributes.getValue("type")); in startElement()
140 pushKeyContainer(qName, attributes, attributes.getValue("type")); in startElement()
259 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
474 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
481 pushContainer(qName, attributes); in startElement()
517 pushContainer(qName, attributes); in startElement()
575 pushKeyContainer(qName, attributes, attributes.getValue("type")); in startElement()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/make/jdk/src/classes/build/tools/cldrconverter/
H A DLDMLParseHandler.java85 pushStringEntry(qName, attributes, in startElement()
89 pushStringEntry(qName, attributes, in startElement()
99 pushStringEntry(qName, attributes, in startElement()
102 attributes.getValue("type")); in startElement()
140 pushKeyContainer(qName, attributes, attributes.getValue("type")); in startElement()
259 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
474 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
481 pushContainer(qName, attributes); in startElement()
517 pushContainer(qName, attributes); in startElement()
575 pushKeyContainer(qName, attributes, attributes.getValue("type")); in startElement()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/text/
H A DFormatCharacterIterator.java97 this.attributes = attributes; in FormatCharacterIterator()
107 if (attributes != null && attributes[attributeIndex] != null) in getAllAttributeKeys()
115 if (attributes != null && attributes[attributeIndex] != null) in getAttributes()
123 if (attributes != null && attributes[attributeIndex] != null) in getAttribute()
131 if (attributes == null) in getRunLimit()
161 if (attributes == null) in getRunLimit()
176 if (attributes == null) in getRunStart()
199 if (attributes == null) in getRunStart()
340 this.attributes[i].putAll (attributes[j]); in mergeAttributes()
421 System.arraycopy (attributes, 0, new_attributes, 0, attributes.length); in append()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/text/
H A DFormatCharacterIterator.java97 this.attributes = attributes; in FormatCharacterIterator()
107 if (attributes != null && attributes[attributeIndex] != null) in getAllAttributeKeys()
115 if (attributes != null && attributes[attributeIndex] != null) in getAttributes()
123 if (attributes != null && attributes[attributeIndex] != null) in getAttribute()
131 if (attributes == null) in getRunLimit()
161 if (attributes == null) in getRunLimit()
176 if (attributes == null) in getRunStart()
199 if (attributes == null) in getRunStart()
340 this.attributes[i].putAll (attributes[j]); in mergeAttributes()
421 System.arraycopy (attributes, 0, new_attributes, 0, attributes.length); in append()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/jdk/src/classes/build/tools/cldrconverter/
H A DLDMLParseHandler.java85 pushStringEntry(qName, attributes, in startElement()
89 pushStringEntry(qName, attributes, in startElement()
99 pushStringEntry(qName, attributes, in startElement()
102 attributes.getValue("type")); in startElement()
140 pushKeyContainer(qName, attributes, attributes.getValue("type")); in startElement()
259 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
446 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
453 pushContainer(qName, attributes); in startElement()
489 pushContainer(qName, attributes); in startElement()
547 pushKeyContainer(qName, attributes, attributes.getValue("type")); in startElement()
[all …]
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/io/
H A DHomeXMLHandler.java481 this.attributes.clear(); in startDocument()
493 attributesMap.put(attributes.getQName(i), attributes.getValue(i)); in startElement()
1017 String id = attributes.get("id"); in createCamera()
1072 String id = attributes.get("id"); in createLevel()
1104 String id = attributes.get("id"); in createPieceOfFurniture()
1214 String id = attributes.get("id"); in createFurnitureGroup()
1215 float angle = attributes.get("angle") != null ? parseFloat(attributes, "angle") : 0; in createFurnitureGroup()
1354 String id = attributes.get("id"); in createWall()
1407 String id = attributes.get("id"); in createRoom()
1694 attributes.get("name"), in createMaterial()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/shared_impl/
H A Dmedia_stream_audio_track_shared_unittest.cc12 MediaStreamAudioTrackShared::Attributes attributes; in TEST() local
19 attributes.buffers = 0; in TEST()
22 attributes.buffers = 8; in TEST()
25 attributes.buffers = 1024; in TEST()
28 attributes.buffers = -1; in TEST()
35 attributes.duration = 0; in TEST()
38 attributes.duration = 10; in TEST()
41 attributes.duration = 10000; in TEST()
44 attributes.duration = 123; in TEST()
47 attributes.duration = 9; in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/shared_impl/
H A Dmedia_stream_audio_track_shared_unittest.cc12 MediaStreamAudioTrackShared::Attributes attributes; in TEST() local
19 attributes.buffers = 0; in TEST()
22 attributes.buffers = 8; in TEST()
25 attributes.buffers = 1024; in TEST()
28 attributes.buffers = -1; in TEST()
35 attributes.duration = 0; in TEST()
38 attributes.duration = 10; in TEST()
41 attributes.duration = 10000; in TEST()
44 attributes.duration = 123; in TEST()
47 attributes.duration = 9; in TEST()
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/Mono.Cecil/
H A DMethodDefinition.cs38 ushort attributes; field in Mono.Cecil.MethodDefinition
263 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Static, value); }
268 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Final, value); }
273 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Virtual, value); }
278 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.HideBySig, value); }
298 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Abstract, value); }
303 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.SpecialName, value); }
308 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.PInvokeImpl, value); }
318 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.RTSpecialName, value); }
323 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.HasSecurity, value); }
[all …]

12345678910>>...1261