Home
last modified time | relevance | path

Searched +refs:find +refs:tag (Results 1 – 25 of 88153) sorted by relevance

12345678910>>...3527

/dports/www/domoticz/domoticz-2020.2/plugins/examples/
H A DRAVEn.py70 if xmltree.tag == 'ConnectionStatus':
83 elif xmltree.tag == 'DeviceInfo':
87 elif xmltree.tag == 'NetworkInfo':
90 elif xmltree.tag == 'MeterList':
95 elif xmltree.tag == 'MeterInfo':
98 elif xmltree.tag == 'ScheduleInfo':
127 elif xmltree.tag == 'TimeCluster':
129 elif xmltree.tag == 'PriceCluster':
131 elif xmltree.tag == 'CurrentPeriodUsage':
133 elif xmltree.tag == 'LastPeriodUsage':
[all …]
/dports/finance/py-ofxparse/ofxparse-0.20/ofxparse/
H A Dofxparse.py590 tag = ofx.find('uniqueid')
593 tag = ofx.find('units')
599 tag = ofx.find('mktval')
613 tag = ofx.find('fitid')
616 tag = ofx.find('memo')
619 tag = ofx.find('dttrade')
626 tag = ofx.find('dtsettle')
633 tag = ofx.find('uniqueid')
639 tag = ofx.find('units')
648 tag = ofx.find('fees')
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/brad/
H A Dbrad_image_metadata.cxx378 if (tag.find("Basic") == std::string::npos && tag.find("Stereo") == std::string::npos) in parse_from_imd()
543 if (tag.find("Basic") == std::string::npos && tag.find("Stereo") == std::string::npos) in parse_from_imd_only()
1461 if (img_info.find("IKONOS") != std::string::npos || nitf_filename.find("IK") != std::string::npos) in parse()
1463 …else if (img_info.find("GeoEye-1") != std::string::npos || img_info.find("GEOEYE1") != std::string… in parse()
1464 …satellite_name_.find("OV-5") != std::string::npos || satellite_name_.find("GE01") != std::string::… in parse()
1472 …else if (img_info.find("WorldView") != std::string::npos || img_info.find("WV01") != std::string:… in parse()
1475 …else if (img_info.find("WorldView2") != std::string::npos || img_info.find("WV02") != std::string:… in parse()
1478 …else if (img_info.find("WorldView3") != std::string::npos || img_info.find("WV03") != std::string:… in parse()
1589 …satellite_name_.find("GEOEYE1") != std::string::npos || satellite_name_.find("GE01") != std::strin… in parse_from_meta_file()
1591 …else if (satellite_name_.find("QB02") != std::string::npos || satellite_name_.find("QuickBird") !=… in parse_from_meta_file()
[all …]
/dports/www/dtse/dtse-1.3/
H A DProcessor.cpp159 open, close)), lowerTag(tolower(tag)); in process()
218 description = tag.substr(start, finish - start); in process()
229 string link(getLink(tag.substr(start, finish - in process()
238 string link(getLink(tag.substr(start, finish - in process()
250 string link(getLink(tag.substr(start, finish - in process()
257 string link(getLink(tag.substr(start, close - in process()
273 text += tag.substr(start, finish - start) + ' '; in process()
275 if (inHeading) heading += tag.substr(start, finish - in process()
285 text += tag.substr(start, finish - start) + ' '; in process()
287 if (inHeading) heading += tag.substr(start, finish in process()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/unordered/examples/
H A Dcase_insensitive_test.cpp11 int tag; member
12 explicit word_info(int t = 0) : tag(t) {} in word_info()
24 idictionary.find("ONE") == idictionary.find("one")); in test1()
29 idictionary.find("ONE")->first == "one" && in test1()
30 idictionary.find("ONE")->second.tag == 1); in test1()
36 idictionary.find("ONE")->second.tag == 3); in test1()
42 idictionary.find("Two")->second.tag == 4); in test1()
56 idictionary.find(L"ONE") == idictionary.find(L"one")); in test2()
62 idictionary.find(L"ONE")->second.tag == 1); in test2()
68 idictionary.find(L"ONE")->second.tag == 3); in test2()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/unordered/examples/
H A Dcase_insensitive_test.cpp11 int tag; member
12 explicit word_info(int t = 0) : tag(t) {} in word_info()
24 idictionary.find("ONE") == idictionary.find("one")); in test1()
29 idictionary.find("ONE")->first == "one" && in test1()
30 idictionary.find("ONE")->second.tag == 1); in test1()
36 idictionary.find("ONE")->second.tag == 3); in test1()
42 idictionary.find("Two")->second.tag == 4); in test1()
56 idictionary.find(L"ONE") == idictionary.find(L"one")); in test2()
62 idictionary.find(L"ONE")->second.tag == 1); in test2()
68 idictionary.find(L"ONE")->second.tag == 3); in test2()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/unordered/examples/
H A Dcase_insensitive_test.cpp11 int tag; member
12 explicit word_info(int t = 0) : tag(t) {} in word_info()
24 idictionary.find("ONE") == idictionary.find("one")); in test1()
29 idictionary.find("ONE")->first == "one" && in test1()
30 idictionary.find("ONE")->second.tag == 1); in test1()
36 idictionary.find("ONE")->second.tag == 3); in test1()
42 idictionary.find("Two")->second.tag == 4); in test1()
56 idictionary.find(L"ONE") == idictionary.find(L"one")); in test2()
62 idictionary.find(L"ONE")->second.tag == 1); in test2()
68 idictionary.find(L"ONE")->second.tag == 3); in test2()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/unordered/examples/
H A Dcase_insensitive_test.cpp11 int tag; member
12 explicit word_info(int t = 0) : tag(t) {} in word_info()
24 idictionary.find("ONE") == idictionary.find("one")); in test1()
29 idictionary.find("ONE")->first == "one" && in test1()
30 idictionary.find("ONE")->second.tag == 1); in test1()
36 idictionary.find("ONE")->second.tag == 3); in test1()
42 idictionary.find("Two")->second.tag == 4); in test1()
56 idictionary.find(L"ONE") == idictionary.find(L"one")); in test2()
62 idictionary.find(L"ONE")->second.tag == 1); in test2()
68 idictionary.find(L"ONE")->second.tag == 3); in test2()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/unordered/examples/
H A Dcase_insensitive_test.cpp11 int tag; member
12 explicit word_info(int t = 0) : tag(t) {} in word_info()
24 idictionary.find("ONE") == idictionary.find("one")); in test1()
29 idictionary.find("ONE")->first == "one" && in test1()
30 idictionary.find("ONE")->second.tag == 1); in test1()
36 idictionary.find("ONE")->second.tag == 3); in test1()
42 idictionary.find("Two")->second.tag == 4); in test1()
56 idictionary.find(L"ONE") == idictionary.find(L"one")); in test2()
62 idictionary.find(L"ONE")->second.tag == 1); in test2()
68 idictionary.find(L"ONE")->second.tag == 3); in test2()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/unordered/examples/
H A Dcase_insensitive_test.cpp11 int tag; member
12 explicit word_info(int t = 0) : tag(t) {} in word_info()
24 idictionary.find("ONE") == idictionary.find("one")); in test1()
29 idictionary.find("ONE")->first == "one" && in test1()
30 idictionary.find("ONE")->second.tag == 1); in test1()
36 idictionary.find("ONE")->second.tag == 3); in test1()
42 idictionary.find("Two")->second.tag == 4); in test1()
56 idictionary.find(L"ONE") == idictionary.find(L"one")); in test2()
62 idictionary.find(L"ONE")->second.tag == 1); in test2()
68 idictionary.find(L"ONE")->second.tag == 3); in test2()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/unordered/examples/
H A Dcase_insensitive_test.cpp11 int tag; member
12 explicit word_info(int t = 0) : tag(t) {} in word_info()
24 idictionary.find("ONE") == idictionary.find("one")); in test1()
29 idictionary.find("ONE")->first == "one" && in test1()
30 idictionary.find("ONE")->second.tag == 1); in test1()
36 idictionary.find("ONE")->second.tag == 3); in test1()
42 idictionary.find("Two")->second.tag == 4); in test1()
56 idictionary.find(L"ONE") == idictionary.find(L"one")); in test2()
62 idictionary.find(L"ONE")->second.tag == 1); in test2()
68 idictionary.find(L"ONE")->second.tag == 3); in test2()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/unordered/examples/
H A Dcase_insensitive_test.cpp11 int tag; member
12 explicit word_info(int t = 0) : tag(t) {} in word_info()
24 idictionary.find("ONE") == idictionary.find("one")); in test1()
29 idictionary.find("ONE")->first == "one" && in test1()
30 idictionary.find("ONE")->second.tag == 1); in test1()
36 idictionary.find("ONE")->second.tag == 3); in test1()
42 idictionary.find("Two")->second.tag == 4); in test1()
56 idictionary.find(L"ONE") == idictionary.find(L"one")); in test2()
62 idictionary.find(L"ONE")->second.tag == 1); in test2()
68 idictionary.find(L"ONE")->second.tag == 3); in test2()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/unordered/examples/
H A Dcase_insensitive_test.cpp11 int tag; member
12 explicit word_info(int t = 0) : tag(t) {} in word_info()
24 idictionary.find("ONE") == idictionary.find("one")); in test1()
29 idictionary.find("ONE")->first == "one" && in test1()
30 idictionary.find("ONE")->second.tag == 1); in test1()
36 idictionary.find("ONE")->second.tag == 3); in test1()
42 idictionary.find("Two")->second.tag == 4); in test1()
56 idictionary.find(L"ONE") == idictionary.find(L"one")); in test2()
62 idictionary.find(L"ONE")->second.tag == 1); in test2()
68 idictionary.find(L"ONE")->second.tag == 3); in test2()
[all …]
/dports/graphics/py-pycollada/pycollada-0.6/collada/
H A Dlight.py29 tecnode = node.find( tag('technique_common') )
93 colornode = node.find( '%s/%s/%s'%(tag('technique_common'),tag('directional'),
261 pnode = self.xmlnode.find( '%s/%s'%(tag('technique_common'),tag('point')) )
262 colornode = pnode.find( tag('color') )
271 pnode = node.find('%s/%s' % (tag('technique_common'), tag('point')))
272 colornode = pnode.find( tag('color') )
283 zfarnode = pnode.find( tag('zfar') )
387 colornode = pnode.find(tag('color'))
397 pnode = node.find( '%s/%s'%(tag('technique_common'),tag('spot')) )
398 colornode = pnode.find( tag('color') )
[all …]
H A Dmaterial.py155 initnode = node.find( tag('init_from') )
218 surfacenode = node.find( tag('surface') )
223 formatnode = surfacenode.find( tag('format') )
302 samplernode = node.find( tag('sampler2D') )
304 sourcenode = samplernode.find( tag('source') )
603 shadnode = tecnode.find(tag(shad))
610 pnode = shadnode.find( tag(key) )
639 bumpnode = node.find('.//%s//%s' % (tag('extra'), tag('texture')))
722 shadnode = tecnode.find(tag(shader))
749 propnode = shadnode.find(tag(prop))
[all …]
/dports/textproc/py-wordnet/pywordnet-2.0.1/
H A Dconcordance.py21 s = string.find(msg, str)
26 tag = ""
30 n = string.find(msg, '<', s)
37 e = string.find(msg, '>', n)
40 tag = msg[n+1]
54 s = string.find(tag, '%')
56 type = tag[s+1]
59 c = string.find(tag, ':', c + 1)
60 c = string.find(tag, ' ', c + 1)
64 d = string.find(tag, ' ', c) # file separator
[all …]
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/nxapi_plumbing/
H A Dtest_build_payload.py67 assert xml_root.tag == "ins_api"
70 sid = xml_root.find("./sid")
71 api_cmd = xml_root.find("./input")
73 assert version.tag == "version"
75 assert api_method.tag == "type"
77 assert sid.tag == "sid"
79 assert api_cmd.tag == "input"
81 assert output_format.tag == "output_format"
92 assert xml_root.tag == "ins_api"
99 assert version.tag == "version"
[all …]
/dports/net-mgmt/py-nxapi-plumbing/nxapi_plumbing-0.5.2/test/
H A Dtest_build_payload.py70 assert xml_root.tag == "ins_api"
73 sid = xml_root.find("./sid")
76 assert version.tag == "version"
78 assert api_method.tag == "type"
80 assert sid.tag == "sid"
82 assert api_cmd.tag == "input"
84 assert output_format.tag == "output_format"
95 assert xml_root.tag == "ins_api"
98 sid = xml_root.find("./sid")
102 assert version.tag == "version"
[all …]
/dports/security/zeronet/ZeroNet-0.7.1/plugins/Sidebar/media/
H A DSidebar.coffee178 @tag = @container.find(".sidebar")
392 @tag.find("#button-update").addClass("loading")
400 @tag.find("#button-pause").addClass("hidden")
406 @tag.find("#button-resume").addClass("hidden")
485 menu = new Menu(@tag.find("#menu-sign-publish"))
488 inner_path = @tag.find("#input-contents").val()
506 inner_path = @tag.find("#input-contents").val()
527 inner_path = @tag.find("#input-contents").val()
568 if @tag.find(".globe").hasClass("loading")
590 @tag?.find(".globe").removeClass("loading")
[all …]
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/tests/scanner/annotationparser/
H A Dtest_parser.py222 if tag.annotations:
244 if tag.value:
246 if tag.description:
322 expected += ' <name>%s</name>\n' % (tag.find(ns('{}name')).text, )
323 annotations = tag.find(ns('{}annotations'))
341 if tag.find(ns('{}value')) is not None:
342 expected += ' <value>%s</value>\n' % (tag.find(ns('{}value')).text, )
343 if tag.find(ns('{}description')) is not None:
344 … expected += ' <description>%s</description>\n' % (tag.find(ns('{}description')).text, )
362 for tag, i1, i2, j1, j2 in group:
[all …]
/dports/misc/py-mffpy/mffpy-0.6.3/mffpy/
H A Dxml_files.py127 def find(self, tag, root=None): member in XML
129 return root.find(self._xmlns+tag)
453 tag = self.nsstrip(e.tag)
554 el = self.find('name', self.find('sensorLayout'))
574 tag = self.nsstrip(e.tag)
762 tag: self._event_type_converter[tag](el)
973 val = converter(self.find(tag, seg_el))
974 ret[tag] = converter(self.find(tag, seg_el))
977 el = self.find(tag, seg_el)
1212 tag = self.nsstrip(attr.tag)
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/build/scripts/
H A Dcodex.py64 if sub.find(': ') < 0: return
154 pos = subject.find(': ')
167 p = subject.find(':')
169 p = subject.find('.')
194 pos = logText.find('[[Author]]', pos)
199 pos = logText.find('[[Date]]', pos)
200 end = logText.find('[[/Date]]', pos)
204 pos = logText.find('[[Link]]', pos)
205 end = logText.find('[[/Link]]', pos)
209 pos = logText.find('[[Hash]]', pos)
[all …]
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/logd/
H A DLogTags.cpp141 tag2total_const_iterator itot = tag2total.find(tag); in AddEventLogTags()
146 newOne = tag2name.find(tag) == tag2name.end(); in AddEventLogTags()
157 tag2uid_const_iterator ut = tag2uid.find(tag); in AddEventLogTags()
366 it = tag2name.find(tag); in tagToName()
414 iform = tag2format.find(tag); in tagToFormat()
505 tag2total_const_iterator itot = tag2total.find(tag); in WritePmsgEventLogTags()
524 tag2format_const_iterator iform = tag2format.find(tag); in WritePmsgEventLogTags()
579 tag2uid_const_iterator ut = tag2uid.find(tag); in WritePmsgEventLogTags()
814 tag2format_const_iterator iform = tag2format.find(tag); in formatEntry_locked()
819 tag2uid_const_iterator ut = tag2uid.find(tag); in formatEntry_locked()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/logd/
H A DLogTags.cpp144 tag2total_const_iterator itot = tag2total.find(tag); in AddEventLogTags()
149 newOne = tag2name.find(tag) == tag2name.end(); in AddEventLogTags()
160 tag2uid_const_iterator ut = tag2uid.find(tag); in AddEventLogTags()
371 it = tag2name.find(tag); in tagToName()
419 iform = tag2format.find(tag); in tagToFormat()
510 tag2total_const_iterator itot = tag2total.find(tag); in WritePmsgEventLogTags()
529 tag2format_const_iterator iform = tag2format.find(tag); in WritePmsgEventLogTags()
596 tag2uid_const_iterator ut = tag2uid.find(tag); in WritePmsgEventLogTags()
831 tag2format_const_iterator iform = tag2format.find(tag); in formatEntry_locked()
836 tag2uid_const_iterator ut = tag2uid.find(tag); in formatEntry_locked()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/tests/nonreg_tests/
H A Dbug_3554.tst15 // The function 'findobj' can not find figures
16 // The function 'findobj' can not find submenus
18 // Try to find a figure
19 f=figure("tag","test figure");
23 // Try to find a menu
24 f=figure("tag","test figure");
29 // Try to find a submenu
30 f=figure("tag","test figure");
36 // Try to find an uicontrol
37 f=figure("tag","test figure");
[all …]

12345678910>>...3527