Home
last modified time | relevance | path

Searched refs:forPage (Results 1 – 23 of 23) sorted by relevance

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DCLDRURLS.java144 public final String forPage(String locale, PathHeader.PageId page) {
145 return forPage(CLDRLocale.getInstance(locale), page);
148 public final String forPage(CLDRLocale locale, PathHeader.PageId page) {
H A DVerifyCompactNumbers.java233 … + CLDR_CONFIG.urls().forPage(cldrFile.getLocaleID(), PageId.Compact_Decimal_Formatting) in showNumbers()
H A DVettingViewer.java1323 .append(urls.forPage(locale, subsection)) in writeTables()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Concerns/
H A DBuildsQueries.php33 $results = $this->forPage($page, $count)->get();
182 $results = $this->forPage($page++, $chunkSize)->get();
/dports/www/gohugo/hugo-0.91.2/hugolib/
H A Dgitinfo.go30 func (g *gitInfo) forPage(p page.Page) *gitmap.GitInfo { func
H A Dhugo_sites.go200 return h.gitInfo.forPage(p), nil
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Concerns/
H A DBuildsQueries.php28 $results = $this->forPage($page, $count)->get();
/dports/audio/ampache/ampache-php74-5.0.0/vendor/tightenco/collect/tests/Support/
H A DSupportCollectionTest.php1116 $this->assertEquals(['one', 'two'], $c->forPage(1, 2)->all());
1117 $this->assertEquals([2 => 'three', 3 => 'four'], $c->forPage(2, 2)->all());
1118 $this->assertEquals([], $c->forPage(3, 2)->all());
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Collections/
H A DEnumerable.php691 public function forPage($page, $perPage); function
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/collections/
H A DEnumerable.php691 public function forPage($page, $perPage); function
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DHtmlIds.java496 public HtmlId forPage(Navigation.PageMode page) {
H A DHelpWriter.java453 return newHelpSection(headingContent, toc, htmlIds.forPage(pm)); in newHelpSection()
H A DNavigation.java578 … new DocLink(pathToRoot.resolve(helpfilenm), htmlIds.forPage(documentedPage).name()), in addHelpLink()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Collections/Traits/
H A DEnumeratesValues.php404 public function forPage($page, $perPage) function
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/collections/Traits/
H A DEnumeratesValues.php412 public function forPage($page, $perPage) function
/dports/audio/ampache/ampache-php74-5.0.0/vendor/tightenco/collect/src/Illuminate/Support/
H A DCollection.php662 public function forPage($page, $perPage) function in Illuminate\\Support\\Collection
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Query/
H A DBuilder.php1946 public function forPage($page, $perPage = 15) function in Illuminate\\Database\\Query\\Builder
2149 $results = $total ? $this->forPage($page, $perPage)->get($columns) : collect();
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Eloquent/
H A DBuilder.php751 ? $this->forPage($page, $perPage)->get($columns)
/dports/lang/yorick/yorick-y_2_2_04/gist/
H A Dcgmin.c65 static void ResetPalette(int forPage);
1354 static void ResetPalette(int forPage) in ResetPalette() argument
1358 if (forPage) { in ResetPalette()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Query/
H A DBuilder.php2108 public function forPage($page, $perPage = 15) function in Illuminate\\Database\\Query\\Builder
2332 $results = $total ? $this->forPage($page, $perPage)->get($columns) : collect();
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Eloquent/
H A DBuilder.php772 ? $this->forPage($page, $perPage)->get($columns)
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/support/
H A DCollection.php1365 public function forPage($page, $perPage) function in Illuminate\\Support\\Collection
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestUtilities.java966 .getInstance().urls().forPage(maltese, PageId.C_SEAsia));