Home
last modified time | relevance | path

Searched refs:get_string_attribute (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/libs/
H A DCache_Factory.cpp66 utilib::get_string_attribute(root, "default_cache_type", txt, ""); in process()
70 utilib::get_string_attribute(root, "default_indexer_type", txt, ""); in process()
77 utilib::get_string_attribute(node, "master", txt, ""); in process()
93 if ( utilib::get_string_attribute(node, "id", txt, "") ) in process()
113 utilib::get_string_attribute(root, "type", type, ""); in process()
115 utilib::get_string_attribute(root, "indexer", indexer, ""); in process()
117 utilib::get_string_attribute(root, "id", name, ""); in process()
137 utilib::get_string_attribute(root, "type", type); in process()
139 utilib::get_string_attribute(root, "base_cache", core_name, ""); in process()
141 utilib::get_string_attribute(root, "id", name, ""); in process()
[all …]
H A DApplicationMngr.cpp29 using utilib::get_string_attribute;
69 get_string_attribute(root, "type", type, ""); in process()
71 get_string_attribute(root, "application", app_name, "AnalysisCode"); in process()
73 get_string_attribute( root, "id", name, in process()
H A DSolver_Base.cpp314 utilib::get_string_attribute( node, "id", problem, "" ); in process_xml_problem()
336 cache_specified |= utilib::get_string_attribute in process_xml_initialPoint()
376 utilib::get_string_attribute in process_xml_finalPoint()
420 utilib::get_string_attribute(n, "name", name); in process_xml_options()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/dpx.imageio/
H A Ddpxoutput.cpp221 std::string software = m_spec.get_string_attribute("Software", ""); in open()
222 std::string project = m_spec.get_string_attribute("DocumentName", ""); in open()
223 std::string copyright = m_spec.get_string_attribute("Copyright", ""); in open()
224 std::string datestr = m_spec.get_string_attribute("DateTime", ""); in open()
238 std::string endian = m_spec.get_string_attribute("oiio:Endian", in open()
301 tmpstr = m_spec.get_string_attribute("dpx:FrameId", ""); in open()
304 tmpstr = m_spec.get_string_attribute("dpx:SlateInfo", ""); in open()
307 tmpstr = m_spec.get_string_attribute("dpx:SourceImageFileName", ""); in open()
310 tmpstr = m_spec.get_string_attribute("dpx:InputDevice", ""); in open()
468 m_spec.get_string_attribute("dpx:Colorimetric", "User defined")); in prep_subimage()
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/dpx.imageio/
H A Ddpxoutput.cpp221 std::string software = m_spec.get_string_attribute("Software", ""); in open()
222 std::string project = m_spec.get_string_attribute("DocumentName", ""); in open()
223 std::string copyright = m_spec.get_string_attribute("Copyright", ""); in open()
224 std::string datestr = m_spec.get_string_attribute("DateTime", ""); in open()
238 std::string endian = m_spec.get_string_attribute("oiio:Endian", in open()
301 tmpstr = m_spec.get_string_attribute("dpx:FrameId", ""); in open()
304 tmpstr = m_spec.get_string_attribute("dpx:SlateInfo", ""); in open()
307 tmpstr = m_spec.get_string_attribute("dpx:SourceImageFileName", ""); in open()
310 tmpstr = m_spec.get_string_attribute("dpx:InputDevice", ""); in open()
468 m_spec.get_string_attribute("dpx:Colorimetric", "User defined")); in prep_subimage()
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/nuke/txReader/
H A DtxReader.cpp140 val = spec.get_string_attribute("ImageDescription"); in fillMetadata()
144 val = spec.get_string_attribute("DateTime"); in fillMetadata()
148 val = spec.get_string_attribute("Software"); in fillMetadata()
152 val = spec.get_string_attribute("textureformat"); in fillMetadata()
156 val = spec.get_string_attribute("wrapmodes"); in fillMetadata()
160 val = spec.get_string_attribute("fovcot"); in fillMetadata()
164 val = spec.get_string_attribute("compression"); in fillMetadata()
169 val = spec.get_string_attribute("openexr:lineOrder"); in fillMetadata()
178 val = spec.get_string_attribute("tiff:planarconfig"); in fillMetadata()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/nuke/txReader/
H A DtxReader.cpp140 val = spec.get_string_attribute("ImageDescription"); in fillMetadata()
144 val = spec.get_string_attribute("DateTime"); in fillMetadata()
148 val = spec.get_string_attribute("Software"); in fillMetadata()
152 val = spec.get_string_attribute("textureformat"); in fillMetadata()
156 val = spec.get_string_attribute("wrapmodes"); in fillMetadata()
160 val = spec.get_string_attribute("fovcot"); in fillMetadata()
164 val = spec.get_string_attribute("compression"); in fillMetadata()
169 val = spec.get_string_attribute("openexr:lineOrder"); in fillMetadata()
178 val = spec.get_string_attribute("tiff:planarconfig"); in fillMetadata()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/targa.imageio/
H A Dtargaoutput.cpp201 m_want_rle = (m_spec.get_string_attribute("compression", "none") in open()
227 std::string id = m_spec.get_string_attribute("targa:ImageID", ""); in open()
327 fwrite_padded(m_spec.get_string_attribute("Artist"), 41); in write_tga20_data_fields()
330 fwrite_padded(m_spec.get_string_attribute("ImageDescription"), 324); in write_tga20_data_fields()
334 std::string dt = m_spec.get_string_attribute("DateTime", ""); in write_tga20_data_fields()
348 fwrite_padded(m_spec.get_string_attribute("DocumentName"), 41); in write_tga20_data_fields()
352 std::string jt = m_spec.get_string_attribute("targa:JobTime", ""); in write_tga20_data_fields()
363 fwrite_padded(m_spec.get_string_attribute("Software"), 41); in write_tga20_data_fields()
391 std::string colorspace = m_spec.get_string_attribute("oiio:ColorSpace"); in write_tga20_data_fields()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/targa.imageio/
H A Dtargaoutput.cpp201 m_want_rle = (m_spec.get_string_attribute("compression", "none") in open()
227 std::string id = m_spec.get_string_attribute("targa:ImageID", ""); in open()
327 fwrite_padded(m_spec.get_string_attribute("Artist"), 41); in write_tga20_data_fields()
330 fwrite_padded(m_spec.get_string_attribute("ImageDescription"), 324); in write_tga20_data_fields()
334 std::string dt = m_spec.get_string_attribute("DateTime", ""); in write_tga20_data_fields()
348 fwrite_padded(m_spec.get_string_attribute("DocumentName"), 41); in write_tga20_data_fields()
352 std::string jt = m_spec.get_string_attribute("targa:JobTime", ""); in write_tga20_data_fields()
363 fwrite_padded(m_spec.get_string_attribute("Software"), 41); in write_tga20_data_fields()
391 std::string colorspace = m_spec.get_string_attribute("oiio:ColorSpace"); in write_tga20_data_fields()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/colin/
H A DTinyXML.h74 utilib::get_string_attribute(child_elt, "label", label, ""); in process_fixed_vars()
87 utilib::get_string_attribute(child_elt, "type", type, "hard"); in process_fixed_vars()
158 utilib::get_string_attribute(tmp_elt, "label", label, ""); in process_bounds()
170 utilib::get_string_attribute(tmp_elt, "type", type, "hard"); in process_bounds()
197 utilib::get_string_attribute(tmp_elt, "label", label, ""); in process_bounds()
209 utilib::get_string_attribute(tmp_elt, "type", type, "hard"); in process_bounds()
236 utilib::get_string_attribute(tmp_elt, "label", label, ""); in process_bounds()
248 utilib::get_string_attribute(tmp_elt, "type", type, "hard"); in process_bounds()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/testsuite/python-imagespec/src/
H A Dtest_imagespec.py103 print ("get_string_attribute('foo_str') retrieves", s.get_string_attribute ("foo_str"))
104 print ("get_string_attribute('foo_str_no') retrieves", s.get_string_attribute ("foo_str_no"))
105 …print ("get_string_attribute('foo_str_no','xx') retrieves", s.get_string_attribute ("foo_str_no", …
144 …print ("get_string_attribute plugin_searchpath : ", oiio.get_string_attribute ("plugin_searchpath"…
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/testsuite/python-imagespec/src/
H A Dtest_imagespec.py103 print ("get_string_attribute('foo_str') retrieves", s.get_string_attribute ("foo_str"))
104 print ("get_string_attribute('foo_str_no') retrieves", s.get_string_attribute ("foo_str_no"))
105 …print ("get_string_attribute('foo_str_no','xx') retrieves", s.get_string_attribute ("foo_str_no", …
144 …print ("get_string_attribute plugin_searchpath : ", oiio.get_string_attribute ("plugin_searchpath"…
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/core-text/src/
H A Dfont_descriptor.rs198 fn get_string_attribute(&self, attribute: CFStringRef) -> Option<String> { in get_string_attribute() method
217 let value = self.get_string_attribute(kCTFontFamilyNameAttribute); in family_name()
224 let value = self.get_string_attribute(kCTFontNameAttribute); in font_name()
231 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
238 let value = self.get_string_attribute(kCTFontDisplayNameAttribute); in display_name()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/core-text-13.0.0/src/
H A Dfont_descriptor.rs200 fn get_string_attribute(&self, attribute: CFStringRef) -> Option<String> { in get_string_attribute() method
219 let value = self.get_string_attribute(kCTFontFamilyNameAttribute); in family_name()
226 let value = self.get_string_attribute(kCTFontNameAttribute); in font_name()
233 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
240 let value = self.get_string_attribute(kCTFontDisplayNameAttribute); in display_name()
/dports/www/firefox/firefox-99.0/third_party/rust/core-text/src/
H A Dfont_descriptor.rs203 fn get_string_attribute(&self, attribute: CFStringRef) -> Option<String> { in get_string_attribute() method
222 let value = self.get_string_attribute(kCTFontFamilyNameAttribute); in family_name()
229 let value = self.get_string_attribute(kCTFontNameAttribute); in font_name()
236 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
243 let value = self.get_string_attribute(kCTFontDisplayNameAttribute); in display_name()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/core-text/src/
H A Dfont_descriptor.rs203 fn get_string_attribute(&self, attribute: CFStringRef) -> Option<String> { in get_string_attribute() method
222 let value = self.get_string_attribute(kCTFontFamilyNameAttribute); in family_name()
229 let value = self.get_string_attribute(kCTFontNameAttribute); in font_name()
236 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
243 let value = self.get_string_attribute(kCTFontDisplayNameAttribute); in display_name()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/core-text-19.2.0/src/
H A Dfont_descriptor.rs203 fn get_string_attribute(&self, attribute: CFStringRef) -> Option<String> { in get_string_attribute() method
222 let value = self.get_string_attribute(kCTFontFamilyNameAttribute); in family_name()
229 let value = self.get_string_attribute(kCTFontNameAttribute); in font_name()
236 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
243 let value = self.get_string_attribute(kCTFontDisplayNameAttribute); in display_name()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/core-text/src/
H A Dfont_descriptor.rs203 fn get_string_attribute(&self, attribute: CFStringRef) -> Option<String> { in get_string_attribute() method
222 let value = self.get_string_attribute(kCTFontFamilyNameAttribute); in family_name()
229 let value = self.get_string_attribute(kCTFontNameAttribute); in font_name()
236 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
243 let value = self.get_string_attribute(kCTFontDisplayNameAttribute); in display_name()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/core-text/src/
H A Dfont_descriptor.rs199 fn get_string_attribute(&self, attribute: CFStringRef) -> Option<String> { in get_string_attribute() method
218 let value = self.get_string_attribute(kCTFontFamilyNameAttribute); in family_name()
225 let value = self.get_string_attribute(kCTFontNameAttribute); in font_name()
232 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
239 let value = self.get_string_attribute(kCTFontDisplayNameAttribute); in display_name()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/core-text-13.3.2/src/
H A Dfont_descriptor.rs199 fn get_string_attribute(&self, attribute: CFStringRef) -> Option<String> { in get_string_attribute() method
218 let value = self.get_string_attribute(kCTFontFamilyNameAttribute); in family_name()
225 let value = self.get_string_attribute(kCTFontNameAttribute); in font_name()
232 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
239 let value = self.get_string_attribute(kCTFontDisplayNameAttribute); in display_name()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/core-text-15.0.0/src/
H A Dfont_descriptor.rs199 fn get_string_attribute(&self, attribute: CFStringRef) -> Option<String> { in get_string_attribute() method
218 let value = self.get_string_attribute(kCTFontFamilyNameAttribute); in family_name()
225 let value = self.get_string_attribute(kCTFontNameAttribute); in font_name()
232 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
239 let value = self.get_string_attribute(kCTFontDisplayNameAttribute); in display_name()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/core-text-19.2.0/src/
H A Dfont_descriptor.rs203 fn get_string_attribute(&self, attribute: CFStringRef) -> Option<String> { in get_string_attribute() method
222 let value = self.get_string_attribute(kCTFontFamilyNameAttribute); in family_name()
229 let value = self.get_string_attribute(kCTFontNameAttribute); in font_name()
236 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
243 let value = self.get_string_attribute(kCTFontDisplayNameAttribute); in display_name()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/utilib/
H A DTinyXML_helper.h49 bool get_string_attribute( TiXmlElement* elt, const char* name, in get_string_attribute() function
68 void get_string_attribute(TiXmlElement* elt, const char* name, ReturnT& value) in get_string_attribute() function
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dhtmlformcontrolscollection.rs54 if elem.get_string_attribute(&local_name!("name")) == name in NamedItem()
55 || elem.get_string_attribute(&local_name!("id")) == name { in NamedItem()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dmaketexture.cpp1059 lastcmdline = in->spec().get_string_attribute("Software"); in make_texture_impl()
1061 std::string newcmdline = configspec.get_string_attribute( in make_texture_impl()
1078 = configspec.get_string_attribute("maketx:fileformatname", in make_texture_impl()
1160 configspec.get_string_attribute( in make_texture_impl()
1261 std::string channelnames = configspec.get_string_attribute( in make_texture_impl()
1385 std::string cmdline = configspec.get_string_attribute( in make_texture_impl()
1473 std::string colorconfigname = configspec.get_string_attribute( in make_texture_impl()
1475 std::string incolorspace = configspec.get_string_attribute( in make_texture_impl()
1477 std::string outcolorspace = configspec.get_string_attribute( in make_texture_impl()
1579 && (Strutil::iequals(configspec.get_string_attribute( in make_texture_impl()
[all …]

1234567