Home
last modified time | relevance | path

Searched refs:blockAccess (Results 1 – 25 of 41) sorted by relevance

12

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/tuplediscretefunction/
H A Ddofvector.hh139 return blockAccess( index, std::integral_constant< std::size_t, 0 >() ); in operator []()
143 return blockAccess( index, std::integral_constant< std::size_t, 0 >() ); in operator []()
205 FieldType *blockAccess ( std::size_t index, std::integral_constant< std::size_t, i > ) in blockAccess() function in Dune::Fem::TupleDofVector
212 return blockAccess( index - offset, std::integral_constant< std::size_t, i +1 >() ); in blockAccess()
215 …FieldType *blockAccess ( std::size_t index, std::integral_constant< std::size_t, sizeof ... ( DofV… in blockAccess() function in Dune::Fem::TupleDofVector
221 … const FieldType *blockAccess ( std::size_t index, std::integral_constant< std::size_t, i > ) const in blockAccess() function in Dune::Fem::TupleDofVector
228 return blockAccess( index - offset, std::integral_constant< std::size_t, i +1 >() ); in blockAccess()
231 …const FieldType *blockAccess ( std::size_t index, std::integral_constant< std::size_t, sizeof ... … in blockAccess() function in Dune::Fem::TupleDofVector
/dports/www/drupal8/drupal-8.9.20/core/modules/block/tests/modules/block_test/src/Plugin/Block/
H A DTestContextAwareBlock.php40 protected function blockAccess(AccountInterface $account) { function in Drupal\\block_test\\Plugin\\Block\\TestContextAwareBlock
45 return parent::blockAccess($account);
H A DTestBlockInstantiation.php32 protected function blockAccess(AccountInterface $account) { function in Drupal\\block_test\\Plugin\\Block\\TestBlockInstantiation
H A DTestAccessBlock.php60 protected function blockAccess(AccountInterface $account) { function in Drupal\\block_test\\Plugin\\Block\\TestAccessBlock
/dports/www/drupal9/drupal-9.2.10/core/modules/block/tests/modules/block_test/src/Plugin/Block/
H A DTestContextAwareBlock.php40 protected function blockAccess(AccountInterface $account) { function in Drupal\\block_test\\Plugin\\Block\\TestContextAwareBlock
45 return parent::blockAccess($account);
H A DTestBlockInstantiation.php32 protected function blockAccess(AccountInterface $account) { function in Drupal\\block_test\\Plugin\\Block\\TestBlockInstantiation
H A DTestAccessBlock.php60 protected function blockAccess(AccountInterface $account) { function in Drupal\\block_test\\Plugin\\Block\\TestAccessBlock
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/matrix/
H A Distlmatrix.hh489 auto blockAccess = [ this ] ( const std::pair< Index, Index > &index ) -> LittleBlockType& in init() local
493 initBlocks( blockAccess, domainEntity, rangeEntity ); in init()
497 auto blockAccess = [ this ] ( const std::pair< Index, Index > &index ) -> LittleBlockType& in init() local
501 initBlocks( blockAccess, domainEntity, rangeEntity ); in init()
506 …void initBlocks( BlockAccess& blockAccess, const DomainEntityType &domainEntity, const RangeEntity… in initBlocks() argument
508 …auto functor = [ this, &blockAccess ] ( std::pair< int, int > local, const std::pair< Index, Index… in initBlocks()
510 matrices_[ local.first ][ local.second ] = &blockAccess( index ); in initBlocks()
1054 auto blockAccess = [ this ] ( const std::pair< Index, Index > &index ) -> LittleBlockType& in applyToLocalMatrix() local
1060 LittleBlockType& block = blockAccess( index ); in applyToLocalMatrix()
1069 auto blockAccess = [ this ] ( const std::pair< Index, Index > &index ) -> LittleBlockType& in applyToLocalMatrix() local
[all …]
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Block/
H A DBlockPluginTrait.php120 $access = $this->blockAccess($account);
139 protected function blockAccess(AccountInterface $account) { function
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Block/
H A DBlockPluginTrait.php120 $access = $this->blockAccess($account);
139 protected function blockAccess(AccountInterface $account) { function
/dports/www/drupal8/drupal-8.9.20/core/modules/node/src/Plugin/Block/
H A DSyndicateBlock.php32 protected function blockAccess(AccountInterface $account) { function in Drupal\\node\\Plugin\\Block\\SyndicateBlock
/dports/www/drupal8/drupal-8.9.20/core/modules/shortcut/src/Plugin/Block/
H A DShortcutsBlock.php32 protected function blockAccess(AccountInterface $account) { function in Drupal\\shortcut\\Plugin\\Block\\ShortcutsBlock
/dports/www/drupal9/drupal-9.2.10/core/modules/shortcut/src/Plugin/Block/
H A DShortcutsBlock.php32 protected function blockAccess(AccountInterface $account) { function in Drupal\\shortcut\\Plugin\\Block\\ShortcutsBlock
/dports/www/drupal9/drupal-9.2.10/core/modules/node/src/Plugin/Block/
H A DSyndicateBlock.php33 protected function blockAccess(AccountInterface $account) { function in Drupal\\node\\Plugin\\Block\\SyndicateBlock
/dports/www/drupal8/drupal-8.9.20/core/modules/forum/src/Plugin/Block/
H A DForumBlockBase.php57 protected function blockAccess(AccountInterface $account) { function in Drupal\\forum\\Plugin\\Block\\ForumBlockBase
/dports/www/drupal9/drupal-9.2.10/core/modules/forum/src/Plugin/Block/
H A DForumBlockBase.php57 protected function blockAccess(AccountInterface $account) { function in Drupal\\forum\\Plugin\\Block\\ForumBlockBase
/dports/www/drupal8/drupal-8.9.20/core/modules/language/src/Plugin/Block/
H A DLanguageBlock.php76 protected function blockAccess(AccountInterface $account) { function in Drupal\\language\\Plugin\\Block\\LanguageBlock
/dports/www/drupal9/drupal-9.2.10/core/modules/language/src/Plugin/Block/
H A DLanguageBlock.php76 protected function blockAccess(AccountInterface $account) { function in Drupal\\language\\Plugin\\Block\\LanguageBlock
/dports/www/drupal8/drupal-8.9.20/core/modules/search/src/Plugin/Block/
H A DSearchBlock.php73 protected function blockAccess(AccountInterface $account) { function in Drupal\\search\\Plugin\\Block\\SearchBlock
/dports/www/drupal9/drupal-9.2.10/core/modules/search/src/Plugin/Block/
H A DSearchBlock.php73 protected function blockAccess(AccountInterface $account) { function in Drupal\\search\\Plugin\\Block\\SearchBlock
/dports/www/drupal8/drupal-8.9.20/core/modules/user/src/Plugin/Block/
H A DUserLoginBlock.php73 protected function blockAccess(AccountInterface $account) { function in Drupal\\user\\Plugin\\Block\\UserLoginBlock
/dports/www/drupal9/drupal-9.2.10/core/modules/user/src/Plugin/Block/
H A DUserLoginBlock.php73 protected function blockAccess(AccountInterface $account) { function in Drupal\\user\\Plugin\\Block\\UserLoginBlock
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/Plugin/Block/
H A DExtraFieldBlock.php183 protected function blockAccess(AccountInterface $account) { function in Drupal\\layout_builder\\Plugin\\Block\\ExtraFieldBlock
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/src/Plugin/Block/
H A DExtraFieldBlock.php179 protected function blockAccess(AccountInterface $account) { function in Drupal\\layout_builder\\Plugin\\Block\\ExtraFieldBlock
/dports/www/drupal8/drupal-8.9.20/core/modules/aggregator/src/Plugin/Block/
H A DAggregatorFeedBlock.php87 protected function blockAccess(AccountInterface $account) { function in Drupal\\aggregator\\Plugin\\Block\\AggregatorFeedBlock

12