Home
last modified time | relevance | path

Searched refs:findAll (Results 1 – 25 of 2226) sorted by relevance

12345678910>>...90

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebelement/
H A Dtst_qwebelement.cpp372 collection.append(body.findAll("div")); in appendCollection()
375 collection += body.findAll("span.a"); in appendCollection()
623 QCOMPARE(body.findAll("p").count(), 2); in appendAndPrepend()
625 QCOMPARE(body.findAll("p").count(), 2); in appendAndPrepend()
630 QCOMPARE(body.findAll("p").count(), 3); in appendAndPrepend()
635 QCOMPARE(body.findAll("p").count(), 4); in appendAndPrepend()
665 QCOMPARE(body.findAll("p").count(), 2); in insertBeforeAndAfter()
669 QCOMPARE(body.findAll("p").count(), 3); in insertBeforeAndAfter()
675 QCOMPARE(body.findAll("p").count(), 4); in insertBeforeAndAfter()
708 QCOMPARE(body.findAll("p").count(), 3); in remove()
[all …]
/dports/www/grails/grails-1.3.6/src/test/org/codehaus/groovy/grails/orm/hibernate/
H A DFindAllMethodTests.groovy38 theClass.findAll("from FindAllTest where name = 'Angus'", [cache: true])
43 theClass.findAll("from FindAllTest where name = 'Angus'", [cache: true])
53 theClass.findAll("from FindAllTest where name = 'Angus'")
143 assertEquals 0, theClass.findAll(max:null).size()
149 assertEquals 0, theClass.findAll().size()
153 assertEquals 1, theClass.findAll().size()
159 assertEquals 0, theClass.findAll().size()
173 assertEquals 0, theClass.findAll().size()
179 assertEquals 3, theClass.findAll(sort:'name').size()
186 assertEquals 0, theClass.findAll().size()
[all …]
/dports/net/storj/storj-1.45.3/web/satellite/tests/unit/projectMembers/
H A DHeaderArea.spec.ts46 expect(wrapper.findAll('.header-default-state').length).toBe(1);
47 expect(wrapper.findAll('.blur-content').length).toBe(0);
48 expect(wrapper.findAll('.blur-search').length).toBe(0);
66 expect(wrapper.findAll('.blur-content').length).toBe(0);
67 expect(wrapper.findAll('.blur-search').length).toBe(0);
91 expect(wrapper.findAll('.blur-content').length).toBe(0);
92 expect(wrapper.findAll('.blur-search').length).toBe(0);
115 expect(wrapper.findAll('.blur-content').length).toBe(1);
116 expect(wrapper.findAll('.blur-search').length).toBe(1);
142 expect(wrapper.findAll('.blur-content').length).toBe(1);
[all …]
/dports/devel/spark/spark-2.1.1/streaming/src/test/scala/org/apache/spark/streaming/
H A DUISeleniumSuite.scala102 val h3Text = findAll(cssSelector("h3")).map(_.text).toSeq
106 val statTableHeaders = findAll(cssSelector("#stat-table th")).map(_.text).toSeq
112 val statTableCells = findAll(cssSelector("#stat-table td")).map(_.text).toSeq
119 val h4Text = findAll(cssSelector("h4")).map(_.text).toSeq
138 val summaryText = findAll(cssSelector("li strong")).map(_.text).toSeq
145 findAll(cssSelector("""#batch-job-table th""")).map(_.text).toSeq should be {
152 val outputOpIds = findAll(cssSelector(".output-op-id-cell")).toSeq
157 val jobIdCells = findAll(cssSelector( """#batch-job-table a""")).toSeq
168 findAll(cssSelector(""".progress-cell""")).map(_.text).toList should be (
178 val jobDetails = findAll(cssSelector("li strong")).map(_.text).toSeq
[all …]
/dports/lang/nim/nim-1.6.2/tests/stdlib/nre/
H A Dfind.nim19 check("222".findAll(re"22") == @["22"])
20 check("2222".findAll(re"22") == @["22", "22"])
23 check("".findAll(re"\ ") == newSeq[string]())
24 check("".findAll(re"") == @[""])
25 check("abc".findAll(re"") == @["", "", "", ""])
26 check("word word".findAll(re"\b") == @["", "", "", ""])
27 check("word\r\lword".findAll(re"(*ANYCRLF)(?m)$") == @["", ""])
28 check("слово слово".findAll(re"(*U)\b") == @["", "", "", ""])
40 check(smallData.findAll(expression) == newSeq[string]())
41 check(largeData.findAll(expression) == newSeq[string]())
/dports/www/drupal8/drupal-8.9.20/core/modules/views_ui/tests/src/FunctionalJavascript/
H A DViewsListingTest.php53 $enabled_rows = $page->findAll('css', 'tr.views-ui-list-enabled');
55 $disabled_rows = $page->findAll('css', 'tr.views-ui-list-disabled');
66 $enabled_rows = $page->findAll('css', 'tr.views-ui-list-enabled');
68 $disabled_rows = $page->findAll('css', 'tr.views-ui-list-disabled');
77 $enabled_rows = $page->findAll('css', 'tr.views-ui-list-enabled');
79 $disabled_rows = $page->findAll('css', 'tr.views-ui-list-disabled');
90 $enabled_rows = $page->findAll('css', 'tr.views-ui-list-enabled');
92 $disabled_rows = $page->findAll('css', 'tr.views-ui-list-disabled');
110 $enabled_rows = $page->findAll('css', 'tr.views-ui-list-enabled');
112 $disabled_rows = $page->findAll('css', 'tr.views-ui-list-disabled');
/dports/www/drupal9/drupal-9.2.10/core/modules/views_ui/tests/src/FunctionalJavascript/
H A DViewsListingTest.php53 $enabled_rows = $page->findAll('css', 'tr.views-ui-list-enabled');
55 $disabled_rows = $page->findAll('css', 'tr.views-ui-list-disabled');
66 $enabled_rows = $page->findAll('css', 'tr.views-ui-list-enabled');
68 $disabled_rows = $page->findAll('css', 'tr.views-ui-list-disabled');
77 $enabled_rows = $page->findAll('css', 'tr.views-ui-list-enabled');
79 $disabled_rows = $page->findAll('css', 'tr.views-ui-list-disabled');
90 $enabled_rows = $page->findAll('css', 'tr.views-ui-list-enabled');
92 $disabled_rows = $page->findAll('css', 'tr.views-ui-list-disabled');
110 $enabled_rows = $page->findAll('css', 'tr.views-ui-list-enabled');
112 $disabled_rows = $page->findAll('css', 'tr.views-ui-list-disabled');
/dports/multimedia/py-periscope/py38-periscope-0.2.4_4/periscope/plugins/
H A DTvSubtitles.py271 tds = soup.findAll(text=td_content)
274 imgs = td.parent.parent.findAll("td")[3].findAll("img")
296 tds = soup.findAll(text=td_content)
299 imgs = td.parent.parent.findAll("td")[3].findAll("img")
315 subs = soup2.findAll("div", {"class" : "subtitlen"})
340 releases = soup.findAll(text="release:")
342 subteams.update([releases[0].parent.parent.parent.parent.findAll("td")[2].string.lower()])
344 rips = soup.findAll(text="rip:")
346 subteams.update([rips[0].parent.parent.parent.parent.findAll("td")[2].string.lower()])
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/objects/finders/
H A DPeriodicFinder.cpp14 Size PeriodicFinder::findAll(const Size index, const Float radius, Array<NeighborRecord>& neighbors… in findAll() function in PeriodicFinder
15 return this->findAll(values[index], radius, neighbors); in findAll()
24 Size PeriodicFinder::findAll(const Vector& pos, in findAll() function in PeriodicFinder
27 Size count = actual->findAll(pos, radius, neighbors); in findAll()
31 count += actual->findAll(pos + domain.size()[i] * UNIT[i], radius, extra.local()); in findAll()
35 count += actual->findAll(pos - domain.size()[i] * UNIT[i], radius, extra.local()); in findAll()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/common/py_vulcanize/py_vulcanize/
H A Dparse_html_deps.py160 tags = self._soup.findAll('script', src=True)
166 tags = self._soup.findAll('script', src=None)
174 script_elements = self._soup.findAll('script')
184 tags = self._soup.findAll('link', rel='import')
189 tags = self._soup.findAll('link', rel='stylesheet')
194 tags = self._soup.findAll('style')
214 imports = soup.findAll('link', rel='import')
219 scripts_external = soup.findAll('script', src=True)
224 scripts_external = soup.findAll('script', src=None)
229 inline_styles = soup.findAll('style')
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/common/py_vulcanize/py_vulcanize/
H A Dparse_html_deps.py160 tags = self._soup.findAll('script', src=True)
166 tags = self._soup.findAll('script', src=None)
174 script_elements = self._soup.findAll('script')
184 tags = self._soup.findAll('link', rel='import')
189 tags = self._soup.findAll('link', rel='stylesheet')
194 tags = self._soup.findAll('style')
214 imports = soup.findAll('link', rel='import')
219 scripts_external = soup.findAll('script', src=True)
224 scripts_external = soup.findAll('script', src=None)
229 inline_styles = soup.findAll('style')
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dcapital_de.recipe61 tags = soup.findAll('li', {'class': 'tag-chain-item'})
70 for item in soup.findAll(style=True):
73 for a in soup.findAll('a', {'href': True}):
77 for div in soup.findAll('div', {'class': 'ce_text block'}):
79 for hr in div.findAll('hr'):
81 for img in div.findAll('img'):
H A Dhandelsblatt.recipe138 for cap in soup.findAll('div', {'class': re.compile('vhb-article-caption')}):
140 for row in soup.findAll('div', {'class': 'vhb-article-author-row'}):
141 for ul in row.findAll('ul'):
143 for li in ul.findAll(lambda tag: tag.name == 'li' and not tag.attrs):
145 for li in ul.findAll(lambda tag: tag.name == 'li' and tag.attrs):
149 for a in soup.findAll('a', {'href': True}):
155 for fig in soup.findAll('figcaption', {'class': 'vhb-inline-picture'}):
159 for strong in soup.findAll('strong'):
166 for div in soup.findAll('div', {'style': True}):
H A Dobserver_gb.recipe96 for item in soup.findAll(style=True):
99 for item in soup.findAll(face=True):
101 for tag in soup.findAll(name=['ul', 'li']):
115 for s in idx.findAll('strong', attrs={'class': 'book'}):
122 for ul in div.findAll('ul', attrs={'class': 'trailblock'}):
123 for li in ul.findAll('li'):
133 for da in tt.findAll('a'):
151 return soup.findAll('html')[0]
H A Dgry_online_pl.recipe30 nexturls = tag.findAll('a')
44 for r in pagetext.findAll(name='header'):
46 for r in pagetext.findAll(attrs={'itemprop': 'description'}):
51 …for r in appendtag.findAll(attrs={'class': ['n5p', 'add-info', 'twitter-share-button', 'lista list…
53 comments = appendtag.findAll(
81 for r in pagetext.findAll(name='header'):
83 for r in pagetext.findAll(attrs={'itemprop': 'description'}):
86 comments = pagetext.findAll(
91 …for r in appendtag.findAll(attrs={'class': ['n5p', 'add-info', 'twitter-share-button', 'lista list…
93 comments = appendtag.findAll(
/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/FunctionalJavascript/
H A DPaginationAJAXTest.php91 $rows = $page->findAll('css', 'tbody tr');
97 $rows = $page->findAll('css', 'tbody tr');
107 $rows = $page->findAll('css', 'tbody tr');
114 $rows = $page->findAll('css', 'tbody tr');
121 $rows = $page->findAll('css', 'tbody tr');
128 $rows = $page->findAll('css', 'tbody tr');
142 $scripts = $this->getSession()->getPage()->findAll('xpath', '//script');
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/FunctionalJavascript/
H A DPaginationAJAXTest.php91 $rows = $page->findAll('css', 'tbody tr');
97 $rows = $page->findAll('css', 'tbody tr');
107 $rows = $page->findAll('css', 'tbody tr');
114 $rows = $page->findAll('css', 'tbody tr');
121 $rows = $page->findAll('css', 'tbody tr');
128 $rows = $page->findAll('css', 'tbody tr');
142 $scripts = $this->getSession()->getPage()->findAll('xpath', '//script');
/dports/astro/qmapshack/qmapshack-V_1.16.1/test/OSX_uitest/
H A Dqmstestcase.py164 … return self.appWin().findAll('AXSplitGroup')[0].findAll('AXGroup')[1].findAll('AXGroup', match)
167 … return self.appWin().findAll('AXSplitGroup')[0].findAll('AXGroup')[0].findAll('AXGroup', match)
199 groups = self.appWin().findAll('AXGroup', '', False)
202 return group.findAll('AXGroup')[0].findAll('AXGroup', match)
211 groups = self.appWin().findAll('AXGroup', '', False)
214 return group.find('AXGroup').findAll('AXGroup', match)
220 groups = self.appWin(True).findAll('AXGroup', '', True)
/dports/textproc/markdownfmt/markdownfmt-1.1-67-g3438a10/vendor/github.com/shurcooL/go/reflectfind/
H A Dreflectfind.go64 s.findAll(reflect.ValueOf(d), query)
73 func (s *stateAll) findAll(v reflect.Value, query func(i interface{}) bool) { func
90 s.findAll(v.Field(i), query)
94 s.findAll(v.MapIndex(key), query)
98 s.findAll(v.Index(i), query)
104 s.findAll(v.Elem(), query)
109 s.findAll(v.Elem(), query)
/dports/www/moodle310/moodle/grade/tests/behat/
H A Dbehat_grade.php80 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
111 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
134 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
158 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
208 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
256 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
295 if (!$this->getSession()->getPage()->findAll('xpath', $xpathrow1)) {
304 if (!$this->getSession()->getPage()->findAll('xpath', $xpathrow2)) {
327 if (!$this->getSession()->getPage()->findAll('xpath', $xpath)) {
/dports/www/moodle311/moodle/grade/tests/behat/
H A Dbehat_grade.php80 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
111 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
134 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
158 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
208 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
256 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
295 if (!$this->getSession()->getPage()->findAll('xpath', $xpathrow1)) {
304 if (!$this->getSession()->getPage()->findAll('xpath', $xpathrow2)) {
327 if (!$this->getSession()->getPage()->findAll('xpath', $xpath)) {
/dports/www/moodle39/moodle/grade/tests/behat/
H A Dbehat_grade.php80 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
111 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
134 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
158 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
208 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
256 if ($this->getSession()->getPage()->findAll('xpath', $xpath)) {
295 if (!$this->getSession()->getPage()->findAll('xpath', $xpathrow1)) {
304 if (!$this->getSession()->getPage()->findAll('xpath', $xpathrow2)) {
327 if (!$this->getSession()->getPage()->findAll('xpath', $xpath)) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DBoolPointerImplicitConversionCheck.cpp21 ifStmt(hasCondition(findAll(implicitCastExpr( in registerMatchers()
48 if (!match(findAll( in check()
52 !match(findAll(arraySubscriptExpr(hasBase(DeclRef))), *If, in check()
57 !match(findAll(callExpr(hasAnyArgument(ignoringParenImpCasts(DeclRef)))), in check()
60 !match(findAll(cxxDeleteExpr(has(ignoringParenImpCasts(expr(DeclRef))))), in check()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DBoolPointerImplicitConversionCheck.cpp23 ifStmt(hasCondition(findAll(implicitCastExpr( in registerMatchers()
50 if (!match(findAll( in check()
54 !match(findAll(arraySubscriptExpr(hasBase(DeclRef))), *If, in check()
59 !match(findAll(callExpr(hasAnyArgument(ignoringParenImpCasts(DeclRef)))), in check()
62 !match(findAll(cxxDeleteExpr(has(ignoringParenImpCasts(expr(DeclRef))))), in check()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/bugprone/
H A DBoolPointerImplicitConversionCheck.cpp23 ifStmt(hasCondition(findAll(implicitCastExpr( in registerMatchers()
50 if (!match(findAll( in check()
54 !match(findAll(arraySubscriptExpr(hasBase(DeclRef))), *If, in check()
59 !match(findAll(callExpr(hasAnyArgument(ignoringParenImpCasts(DeclRef)))), in check()
62 !match(findAll(cxxDeleteExpr(has(ignoringParenImpCasts(expr(DeclRef))))), in check()

12345678910>>...90