Home
last modified time | relevance | path

Searched refs:getPager (Results 1 – 25 of 52) sorted by relevance

123

/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/sean-/conswriter/
H A Dconswriter.go16 getPager() *pager.Pager methodSpec
40 gp := globalTerm.getPager()
79 if p := t.getPager(); p != nil {
87 if p := t.getPager(); p != nil {
94 func (t *terminal) getPager() *pager.Pager { func
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Pager/
H A DLayout.php99 public function getPager() function in Doctrine_Pager_Layout
128 return $this->getPager()->execute($params, $hydrationMode);
154 $this->getPagerRange()->setPager($this->getPager());
417 if ($options['page_number'] == $this->getPager()->getPage()) {
H A DRange.php70 public function getPager() function in Doctrine_Pager_Range
/dports/games/flightgear/flightgear-2020.3.11/utils/fgai/
H A DAIManager.hxx44 const AIBVHPager& getPager() const;
45 AIBVHPager& getPager();
H A DAIManager.cxx217 AIManager::getPager() const in getPager() function in fgai::AIManager
223 AIManager::getPager() in getPager() function in fgai::AIManager
H A Dfgai.cxx346 setGroundCache(getPhysics(), manager.getPager(), dt); in update()
489 setGroundCache(getPhysics(), manager.getPager(), dt); in update()
591 manager->getPager().setScenery(fg_root, fg_scenery); in main()
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Pager/
H A DPagerManager.php65 public function getPager($element = 0) { function in Drupal\\Core\\Pager\\PagerManager
86 $currentPage = ($pager = $this->getPager($i)) ? $pager->getCurrentPage() : NULL;
H A DPagerManagerInterface.php121 public function getPager($element = 0); function
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Pager/
H A DPagerManager.php58 public function getPager($element = 0) { function in Drupal\\Core\\Pager\\PagerManager
72 $currentPage = ($pager = $this->getPager($i)) ? $pager->getCurrentPage() : NULL;
H A DPagerManagerInterface.php127 public function getPager($element = 0); function
/dports/devel/gitlist/gitlist/src/Util/
H A DView.php32 public function getPager($pageNumber, $totalCommits) function in GitList\\Util\\View
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Pager/Range/
H A DJumping.php90 $pager = $this->getPager();
H A DSliding.php95 $pager = $this->getPager();
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/modules/pager_test/
H A Dpager_test.module16 $pager = $pager_manager->getPager($element);
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/modules/pager_test/
H A Dpager_test.module16 $pager = $pager_manager->getPager($element);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/dialog/
H A DHistoryStrategy.java62 AbstractPager getPager(); in getPager() method
/dports/games/flightgear/flightgear-2020.3.11/src/Scenery/
H A Dscenery.hxx142 flightgear::SceneryPager* getPager() { return _pager.get(); } in getPager() function in FGScenery
/dports/devel/gitlist/gitlist/src/Controller/
H A DNetworkController.php26 … $pager = $app['util.view']->getPager($page, $repository->getTotalCommits($commitishPath));
H A DCommitController.php38 … $pager = $app['util.view']->getPager($request->get('page'), $repository->getTotalCommits($type));
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialContributions.php299 $pager = $this->getPager( $target );
419 …( IPUtils::isValidRange( $userObj ) && $this->getPager( $targetName )->isQueryableRange( $userObj …
834 private function getPager( $target ) { function in SpecialContributions
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialContributions.php293 $pager = $this->getPager( $userObj );
415 …( IPUtils::isValidRange( $userObj ) && $this->getPager( $userObj )->isQueryableRange( $userObj ) );
831 private function getPager( $targetUser ) { function in SpecialContributions
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/git/dialog/
H A DGitHistoryStrategy.java151 public AbstractPager getPager() in getPager() method in GitHistoryStrategy
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/svn/dialog/
H A DSVNHistoryStrategy.java151 public AbstractPager getPager() in getPager() method in SVNHistoryStrategy
/dports/www/bolt/bolt-2.2.24/src/Twig/Handler/
H A DRecordHandler.php278 $pager = &$this->app['storage']->getPager();
/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Kernel/
H A DViewExecutableTest.php173 $pager_plugin = $view->getPager();
176 …$this->assertIdentical($pager_plugin, $view->getPager(), 'The same pager plugin instance was retur…

123