Home
last modified time | relevance | path

Searched refs:getBlockType (Results 1 – 25 of 109) sorted by relevance

12345

/dports/www/ilias/ILIAS-5.4.25/Services/News/classes/
H A Dclass.ilNewsForContextBlockGUI.php277 $this->getBlockType(),
291 $this->getBlockType(),
371 $this->getBlockType(),
410 $this->getBlockType(),
1048 $this->getBlockType(),
1075 $this->getBlockType(),
1121 $this->getBlockType(),
1127 $this->getBlockType(),
1133 $this->getBlockType(),
1139 $this->getBlockType(),
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Classification/classes/
H A Dclass.ilClassificationBlockGUI.php61 public function getBlockType() : string function in ilClassificationBlockGUI
115 unset($_SESSION[self::getBlockType()]);
154 $ajax_block_id = "block_" . $this->getBlockType() . "_0";
199 if (!$_SESSION[self::getBlockType()]) {
207 $current = $_SESSION[self::getBlockType()][$id];
354 $current = $provider->importPostData($_SESSION[self::getBlockType()][$id]);
356 $_SESSION[self::getBlockType()][$id] = $current;
358 unset($_SESSION[self::getBlockType()][$id]);
365 $current = $_SESSION[self::getBlockType()][$id];
/dports/math/sdpa/sdpa-7.3.8/libexample/
H A Dexample6.cpp138 if (Problem1.getBlockType(l+1) == SDPA::SDP) { in printResult()
143 else if (Problem1.getBlockType(l+1) == SDPA::SOCP) { in printResult()
146 if (Problem1.getBlockType(l+1) == SDPA::LP) { in printResult()
156 if (Problem1.getBlockType(l+1) == SDPA::SDP) { in printResult()
161 else if (Problem1.getBlockType(l+1) == SDPA::SOCP) { in printResult()
164 if (Problem1.getBlockType(l+1) == SDPA::LP) { in printResult()
H A Dexample4.cpp189 if (Problem1.getBlockType(l+1) == SDPA::SDP) { in printResult()
194 else if (Problem1.getBlockType(l+1) == SDPA::SOCP) { in printResult()
197 if (Problem1.getBlockType(l+1) == SDPA::LP) { in printResult()
207 if (Problem1.getBlockType(l+1) == SDPA::SDP) { in printResult()
212 else if (Problem1.getBlockType(l+1) == SDPA::SOCP) { in printResult()
215 if (Problem1.getBlockType(l+1) == SDPA::LP) { in printResult()
H A Dexample1.cpp133 if (Problem1.getBlockType(l+1) == SDPA::SDP) { in main()
138 else if (Problem1.getBlockType(l+1) == SDPA::SOCP) { in main()
141 if (Problem1.getBlockType(l+1) == SDPA::LP) { in main()
151 if (Problem1.getBlockType(l+1) == SDPA::SDP) { in main()
156 else if (Problem1.getBlockType(l+1) == SDPA::SOCP) { in main()
159 if (Problem1.getBlockType(l+1) == SDPA::LP) { in main()
H A Dexample3.cpp153 if (Problem1.getBlockType(l+1) == SDPA::SDP) { in main()
158 else if (Problem1.getBlockType(l+1) == SDPA::SOCP) { in main()
161 if (Problem1.getBlockType(l+1) == SDPA::LP) { in main()
171 if (Problem1.getBlockType(l+1) == SDPA::SDP) { in main()
176 else if (Problem1.getBlockType(l+1) == SDPA::SOCP) { in main()
179 if (Problem1.getBlockType(l+1) == SDPA::LP) { in main()
H A Dexample2.cpp317 if (Problem1.getBlockType(l+1) == SDPA::SDP) { in main()
322 else if (Problem1.getBlockType(l+1) == SDPA::SOCP) { in main()
325 if (Problem1.getBlockType(l+1) == SDPA::LP) { in main()
335 if (Problem1.getBlockType(l+1) == SDPA::SDP) { in main()
340 else if (Problem1.getBlockType(l+1) == SDPA::SOCP) { in main()
343 if (Problem1.getBlockType(l+1) == SDPA::LP) { in main()
/dports/www/ilias6/ILIAS-6.14/Services/News/classes/
H A Dclass.ilNewsForContextBlockGUI.php275 $this->getBlockType(),
286 $this->getBlockType(),
345 $this->getBlockType(),
384 $this->getBlockType(),
955 $this->getBlockType(),
982 $this->getBlockType(),
1028 $this->getBlockType(),
1034 $this->getBlockType(),
1040 $this->getBlockType(),
1046 $this->getBlockType(),
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Block/classes/
H A Dclass.ilBlockGUI.php27 abstract public function getBlockType() : string; function in ilBlockGUI
437 return $this->getBlockType() . "_" . $this->getBlockId() . "_blnav";
442 return $this->getBlockType() . "_" . $this->getBlockId() . "_blconf";
447 return $this->getBlockType() . "_" . $this->getBlockId() . "_blmove";
686 "block_" . $this->getBlockType() . "_" . $this->block_id
835 "block_" . $this->getBlockType() . "_" . $this->block_id
837 $block_id = "block_" . $this->getBlockType() . "_" . $this->block_id;
879 "block_" . $this->getBlockType() . "_" . $this->block_id
882 $block_id = "block_" . $this->getBlockType() . "_" . $this->block_id;
1062 "block_" . $this->getBlockType() . "_" . $this->block_id
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Block/classes/
H A Dclass.ilBlockGUI.php17 abstract public function getBlockType() : string; function in ilBlockGUI
545 return $this->getBlockType() . "_" . $this->getBlockId() . "_blnav";
550 return $this->getBlockType() . "_" . $this->getBlockId() . "_bldet";
555 return $this->getBlockType() . "_" . $this->getBlockId() . "_blconf";
560 return $this->getBlockType() . "_" . $this->getBlockId() . "_blmove";
699 $this->getBlockType(),
710 $this->getBlockType(),
1041 "block_" . $this->getBlockType() . "_" . $this->block_id
1054 "block_" . $this->getBlockType() . "_" . $this->block_id
1199 "block_" . $this->getBlockType() . "_" . $this->block_id
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Calendar/classes/
H A Dclass.ilCalendarBlockGUI.php107 … isset($_SESSION["il_cal_block_" . $this->getBlockType() . "_" . $this->getBlockId() . "_seed"])) {
108 …$seed_str = $_SESSION["il_cal_block_" . $this->getBlockType() . "_" . $this->getBlockId() . "_seed…
114 $_SESSION["il_cal_block_" . $this->getBlockType() . "_" . $this->getBlockId() . "_seed"]
147 public function getBlockType() : string function in ilCalendarBlockGUI
500 … "$('#" . $id . "').click(function() { ilBlockJSHandler('block_" . $blockgui->getBlockType() .
515 … "$('#" . $id . "').click(function() { ilBlockJSHandler('block_" . $blockgui->getBlockType() .
777 $_SESSION["il_cal_block_" . $this->getBlockType() . "_" . $this->getBlockId() . "_seed"] =
891 "block_" . $this->getBlockType() . "_" . $this->block_id,
901 "block_" . $this->getBlockType() . "_" . $this->block_id,
914 "block_" . $this->getBlockType() . "_" . $this->block_id,
[all …]
H A Dclass.ilPDCalendarBlockGUI.php62 public function getBlockType() : string function in ilPDCalendarBlockGUI
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/
H A DTestHFileDataBlockEncoder.java96 if (BlockType.ENCODED_DATA != returnedBlock.getBlockType()) { in testEncodingWithCacheInternals()
99 assertEquals(BlockType.ENCODED_DATA, returnedBlock.getBlockType()); in testEncodingWithCacheInternals()
151 assertEquals(BlockType.ENCODED_DATA, blockOnDisk.getBlockType()); in testEncodingInternals()
155 assertEquals(BlockType.DATA, blockOnDisk.getBlockType()); in testEncodingInternals()
199 return new HFileBlock(context.getBlockType(), size, size, -1, ByteBuffer.wrap(encodedBytes), in createBlockOnDisk()
H A DTestCacheOnWrite.java280 boolean shouldBeCached = cowType.shouldBeCached(block.getBlockType()); in readStoreFile()
289 if (cacheConf.shouldCacheCompressed(fromCache.getBlockType().getCategory())) { in readStoreFile()
299 assertEquals(block.getBlockType(), fromCache.getBlockType()); in readStoreFile()
300 assertNotEquals(block.getBlockType(), BlockType.ENCODED_DATA); in readStoreFile()
308 BlockType bt = block.getBlockType(); in readStoreFile()
444 assertNotEquals(BlockType.ENCODED_DATA, block.getBlockType()); in testNotCachingDataBlocksDuringCompactionInternals()
445 assertNotEquals(BlockType.DATA, block.getBlockType()); in testNotCachingDataBlocksDuringCompactionInternals()
H A DTestPrefetch.java91 if (block.getBlockType() == BlockType.DATA || in readStoreFile()
92 block.getBlockType() == BlockType.ROOT_INDEX || in readStoreFile()
93 block.getBlockType() == BlockType.INTERMEDIATE_INDEX) { in readStoreFile()
H A DTestCacheConfig.java93 public BlockType getBlockType() { in getBlockType() method in TestCacheConfig.IndexCacheEntry
113 return "size=" + SIZE + ", type=" + getBlockType(); in toString()
137 public BlockType getBlockType() { in getBlockType() method in TestCacheConfig.DataCacheEntry
144 public BlockType getBlockType() { in getBlockType() method in TestCacheConfig.MetaCacheEntry
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/GNSSCore/
H A DSVNumXRef_T.cpp106 svNumXRef.getBlockType(72)); in main()
109 svNumXRef.getBlockType(0); in main()
/dports/www/ilias6/ILIAS-6.14/Services/Calendar/classes/
H A Dclass.ilCalendarBlockGUI.php94 … isset($_SESSION["il_cal_block_" . $this->getBlockType() . "_" . $this->getBlockId() . "_seed"])) {
95 …$seed_str = $_SESSION["il_cal_block_" . $this->getBlockType() . "_" . $this->getBlockId() . "_seed…
101 $_SESSION["il_cal_block_" . $this->getBlockType() . "_" . $this->getBlockId() . "_seed"]
136 public function getBlockType() : string function in ilCalendarBlockGUI
488 … "$('#" . $id . "').click(function() { ilBlockJSHandler('block_" . $blockgui->getBlockType() .
497 …(el, id, month) { var m = month.split('-'); ilBlockJSHandler('block_" . $blockgui->getBlockType() .
503 … "$('#" . $id . "').click(function() { ilBlockJSHandler('block_" . $blockgui->getBlockType() .
687 $_SESSION["il_cal_block_" . $this->getBlockType() . "_" . $this->getBlockId() . "_seed"] =
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/
H A DBlockCacheUtil.java117 BlockType bt = cb.getBlockType(); in toJSON()
158 ", type=" + cb.getBlockType() + in toStringMinusFileName()
223 BlockType bt = cb.getBlockType(); in update()
H A DHFileReaderV2.java274 if (cacheConf.shouldCacheCompressed(cachedBlock.getBlockType().getCategory())) { in getCachedBlock()
287 if (cachedBlock.getBlockType().isData() && in getCachedBlock()
418 if (cachedBlock.getBlockType().isData()) { in readBlock()
449 BlockType.BlockCategory category = hfileBlock.getBlockType().getCategory(); in readBlock()
458 if (updateCacheMetrics && hfileBlock.getBlockType().isData()) { in readBlock()
491 BlockType actualBlockType = block.getBlockType(); in validateBlockType()
726 } while (!curBlock.getBlockType().isData()); in readNextDataBlock()
946 if (block.getBlockType() != BlockType.DATA) { in updateCurrBlock()
948 "blocks, got " + block.getBlockType() + "; " + in updateCurrBlock()
1205 if (block.getBlockType() != BlockType.ENCODED_DATA) { in updateCurrentBlock()
[all …]
H A DCachedBlock.java25 BlockType getBlockType(); in getBlockType() method
H A DCacheable.java62 BlockType getBlockType(); in getBlockType() method
/dports/www/ilias/ILIAS-5.4.25/Services/Bookmarks/classes/
H A Dclass.ilBookmarkBlockGUI.php48 public function getBlockType() : string function in ilBookmarkBlockGUI
180 "block_" . $this->getBlockType() . "_" . $this->block_id,
194 "block_" . $this->getBlockType() . "_" . $this->block_id,
/dports/www/ilias/ILIAS-5.4.25/Services/PersonalDesktop/ItemsBlock/classes/
H A Dclass.ilPDSelectedItemsBlockGUI.php156 public function getBlockType() : string function in ilPDSelectedItemsBlockGUI
322 "block_" . $this->getBlockType() . "_" . $this->block_id,
332 "block_" . $this->getBlockType() . "_" . $this->block_id,
343 "block_" . $this->getBlockType() . "_" . $this->block_id,
356 "block_" . $this->getBlockType() . "_" . $this->block_id
/dports/www/ilias/ILIAS-5.4.25/Modules/Chatroom/classes/
H A Dclass.ilChatroomBlockGUI.php103 …$this->ctrl->setParameterByClass('ilcolumngui', 'block_id', 'block_' . $this->getBlockType() . '_'…
235 public function getBlockType() : string function in ilChatroomBlockGUI

12345