Home
last modified time | relevance | path

Searched refs:temp_attrs (Results 1 – 11 of 11) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/
H A Dgvf_write_data.cpp438 if ( priority != temp_attrs.end() ) { in StrAttributes()
440 temp_attrs.erase( priority ); in StrAttributes()
442 priority = temp_attrs.find("Parent"); in StrAttributes()
443 if ( priority != temp_attrs.end() ) { in StrAttributes()
445 temp_attrs.erase( priority ); in StrAttributes()
447 priority = temp_attrs.find("Name"); in StrAttributes()
448 if ( priority != temp_attrs.end() ) { in StrAttributes()
450 temp_attrs.erase( priority ); in StrAttributes()
455 temp_attrs.erase( priority ); in StrAttributes()
460 temp_attrs.erase( priority ); in StrAttributes()
[all …]
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYStyle.c149 char *temp_attrs = NULL; in parse_either() local
151 if (StrAllocCopy(temp_attrs, attrs) != NULL) { in parse_either()
152 char *to_free = temp_attrs; in parse_either()
154 while (*temp_attrs != '\0') { in parse_either()
155 char *next = StrChr(temp_attrs, '+'); in parse_either()
159 next = temp_attrs + strlen(temp_attrs); in parse_either()
163 if ((value = string_to_attr(temp_attrs)) != 0) in parse_either()
166 && (value = check_color(temp_attrs, dft_color)) != ERR_COLOR) in parse_either()
169 temp_attrs = next; in parse_either()
171 *temp_attrs++ = save; in parse_either()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DLYStyle.c149 char *temp_attrs = NULL; in parse_either() local
151 if (StrAllocCopy(temp_attrs, attrs) != NULL) { in parse_either()
152 char *to_free = temp_attrs; in parse_either()
154 while (*temp_attrs != '\0') { in parse_either()
155 char *next = StrChr(temp_attrs, '+'); in parse_either()
159 next = temp_attrs + strlen(temp_attrs); in parse_either()
163 if ((value = string_to_attr(temp_attrs)) != 0) in parse_either()
166 && (value = check_color(temp_attrs, dft_color)) != ERR_COLOR) in parse_either()
169 temp_attrs = next; in parse_either()
171 *temp_attrs++ = save; in parse_either()
/dports/textproc/py-pyjade/pyjade-4.0.0/pyjade/
H A Dcompiler.py358 temp_attrs = []
361 if temp_attrs:
362 self.visitDynamicAttributes(temp_attrs)
363 temp_attrs = []
376 temp_attrs.append(attr)
378 if temp_attrs: self.visitDynamicAttributes(temp_attrs)
/dports/devel/py-pypugjs/pypugjs-5.9.9/pypugjs/
H A Dcompiler.py428 temp_attrs = []
431 if temp_attrs:
432 self.visitDynamicAttributes(temp_attrs)
433 temp_attrs = []
446 temp_attrs.append(attr)
448 if temp_attrs:
449 self.visitDynamicAttributes(temp_attrs)
/dports/lang/micropython/micropython-1.17/ports/nrf/examples/
H A Dubluepy_temp.py86 temp_attrs = Characteristic.ATTR_CCCD variable
87 char_temp = Characteristic(uuid_temp, props=temp_props, attrs=temp_attrs)
/dports/devel/py-pytest/pytest-4.6.11/src/_pytest/
H A Djunitxml.py153 temp_attrs = {}
156 temp_attrs[key] = self.attrs[key]
157 self.attrs = temp_attrs
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Djunitxml.py143 temp_attrs = {}
146 temp_attrs[key] = self.attrs[key]
147 self.attrs = temp_attrs
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Djunitxml.py143 temp_attrs = {}
146 temp_attrs[key] = self.attrs[key]
147 self.attrs = temp_attrs
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Djunitxml.py143 temp_attrs = {}
146 temp_attrs[key] = self.attrs[key]
147 self.attrs = temp_attrs
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/icsf_stdll/
H A Dicsf_specific.c1367 CK_ATTRIBUTE_PTR temp_attrs; in icsftok_copy_object() local
1406 temp_attrs = get_attribute_by_type(attrs, attrs_len, CKA_PRIVATE); in icsftok_copy_object()
1407 if (temp_attrs != NULL) { in icsftok_copy_object()
1408 priv_attrs[0].pValue = temp_attrs->pValue; in icsftok_copy_object()
1409 priv_attrs[0].ulValueLen = temp_attrs->ulValueLen; in icsftok_copy_object()
1413 temp_attrs = get_attribute_by_type(attrs, attrs_len, CKA_TOKEN); in icsftok_copy_object()
1414 if (temp_attrs != NULL) { in icsftok_copy_object()
1415 priv_attrs[1].pValue = temp_attrs->pValue; in icsftok_copy_object()