Home
last modified time | relevance | path

Searched refs:isSticky (Results 1 – 25 of 262) sorted by relevance

1234567891011

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/update/
H A DDefaultSelectionPolicy.java84 return curr.getThread().equals(next.getThread()) || !isSticky(existing); in overrides()
86 return !isSticky(existing); in overrides()
90 public boolean isSticky(ISelection selection, IPresentationContext context) { in isSticky() method in DefaultSelectionPolicy
93 return isSticky(((IStructuredSelection)selection).getFirstElement()); in isSticky()
104 protected boolean isSticky(Object element) { in isSticky() method in DefaultSelectionPolicy
/dports/www/drupal9/drupal-9.2.10/core/modules/node/tests/src/Functional/Views/
H A DBulkFormTest.php129 $this->assertFalse($node->isSticky(), 'Node is not sticky');
130 … $this->assertFalse($node->getTranslation('en-gb')->isSticky(), 'Node translation is not sticky');
131 $this->assertFalse($node->getTranslation('it')->isSticky(), 'Node translation is not sticky');
138 $this->assertTrue($node->isSticky(), 'Node has been made sticky');
139 …$this->assertFalse($node->getTranslation('en-gb')->isSticky(), 'Node translation has not been made…
140 …$this->assertFalse($node->getTranslation('it')->isSticky(), 'Node translation has not been made st…
149 $this->assertFalse($node->isSticky(), 'Node is not sticky anymore');
/dports/www/drupal8/drupal-8.9.20/core/modules/node/tests/src/Functional/Views/
H A DBulkFormTest.php129 $this->assertFalse($node->isSticky(), 'Node is not sticky');
130 … $this->assertFalse($node->getTranslation('en-gb')->isSticky(), 'Node translation is not sticky');
131 $this->assertFalse($node->getTranslation('it')->isSticky(), 'Node translation is not sticky');
138 $this->assertTrue($node->isSticky(), 'Node has been made sticky');
139 …$this->assertFalse($node->getTranslation('en-gb')->isSticky(), 'Node translation has not been made…
140 …$this->assertFalse($node->getTranslation('it')->isSticky(), 'Node translation has not been made st…
149 $this->assertFalse($node->isSticky(), 'Node is not sticky anymore');
/dports/www/gregarius/gregarius/themes/default/mobile/
H A Ditem.php32 if(!$GLOBALS['rss'] -> currentItem -> isSticky ) {
37 if( $GLOBALS['rss'] -> currentItem -> isSticky ) {
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/tests/auto/ircbuffer/
H A Dtst_ircbuffer.cpp46 QVERIFY(!buffer.isSticky()); in testDefaults()
86 QVERIFY(!buffer.isSticky()); in testSticky()
92 QVERIFY(buffer.isSticky()); in testSticky()
97 QVERIFY(!buffer.isSticky()); in testSticky()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/carousel/
H A DAssistantChip.java138 public boolean isSticky() { in isSticky() method in AssistantChip
171 && this.getIcon() == that.getIcon() && this.isSticky() == that.isSticky() in equals()
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DAbstractDataPluginItem.h29 Q_PROPERTY( bool sticky READ isSticky WRITE setSticky NOTIFY stickyChanged )
51 bool isSticky() const;
/dports/devel/vcglib/vcglib-2020.09/wrap/gui/
H A Dtrackmode.h157 virtual bool isSticky();
755 bool isSticky();
937 bool isSticky();
1053 bool isSticky();
H A Dtrackball.cpp383 if ( ( modes.count (b) ) && ( modes[b] != NULL ) ) old_sticky = modes[b]->isSticky(); in ButtonDown()
387 if ( ( modes.count (b) ) && ( modes[b] != NULL ) ) new_sticky = modes[b]->isSticky(); in ButtonDown()
398 if ( ( modes.count (b) ) && ( modes[b] != NULL ) ) old_sticky = modes[b]->isSticky(); in ButtonUp()
402 if ( ( modes.count (b) ) && ( modes[b] != NULL ) ) new_sticky = modes[b]->isSticky(); in ButtonUp()
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/gui/
H A Dtrackmode.h157 virtual bool isSticky();
755 bool isSticky();
937 bool isSticky();
1053 bool isSticky();
H A Dtrackball.cpp378 if ( ( modes.count (b) ) && ( modes[b] != NULL ) ) old_sticky = modes[b]->isSticky(); in ButtonDown()
382 if ( ( modes.count (b) ) && ( modes[b] != NULL ) ) new_sticky = modes[b]->isSticky(); in ButtonDown()
393 if ( ( modes.count (b) ) && ( modes[b] != NULL ) ) old_sticky = modes[b]->isSticky(); in ButtonUp()
397 if ( ( modes.count (b) ) && ( modes[b] != NULL ) ) new_sticky = modes[b]->isSticky(); in ButtonUp()
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/windows/
H A Dminimap.cpp95 setVisible(fromBool(mShow, Visible), isSticky()); in Minimap()
145 if (!isSticky()) in setMap()
156 if (!isSticky()) in setMap()
242 if (!isSticky()) in setMap()
250 setVisible(fromBool(!isWindowVisible(), Visible), isSticky()); in toggle()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/types/
H A Djquery-hooks.ts37 … fullCalendar(method: 'renderEvents', eventInputs: EventObjectInput[], isSticky?: boolean): JQuery
38 fullCalendar(method: 'renderEvent', eventInput: EventObjectInput, isSticky?: boolean): JQuery
/dports/devel/hs-git-annex/git-annex-8.20210903/Utility/
H A DFileMode.hs145 isSticky :: FileMode -> Bool
147 isSticky _ = False function
149 isSticky = checkMode stickyMode function
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/google.golang.org/grpc/
H A Dpicker_wrapper.go136 stickyKey, isSticky := stickyKeyFromContext(ctx, mdKey)
148 if isSticky {
210 if isSticky {
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/google.golang.org/grpc/
H A Dpicker_wrapper.go136 stickyKey, isSticky := stickyKeyFromContext(ctx, mdKey)
148 if isSticky {
210 if isSticky {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/google.golang.org/grpc/
H A Dpicker_wrapper.go136 stickyKey, isSticky := stickyKeyFromContext(ctx, mdKey)
148 if isSticky {
210 if isSticky {
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/google.golang.org/grpc/
H A Dpicker_wrapper.go136 stickyKey, isSticky := stickyKeyFromContext(ctx, mdKey)
148 if isSticky {
210 if isSticky {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/google.golang.org/grpc/
H A Dpicker_wrapper.go136 stickyKey, isSticky := stickyKeyFromContext(ctx, mdKey)
148 if isSticky {
210 if isSticky {
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/google.golang.org/grpc/
H A Dpicker_wrapper.go136 stickyKey, isSticky := stickyKeyFromContext(ctx, mdKey)
148 if isSticky {
210 if isSticky {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/google.golang.org/grpc/
H A Dpicker_wrapper.go136 stickyKey, isSticky := stickyKeyFromContext(ctx, mdKey)
148 if isSticky {
210 if isSticky {
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/include/wx/fl/
H A Dnewbmpbtn.h122 bool isSticky = false
136 bool isSticky = false
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/include/wx/fl/
H A Dnewbmpbtn.h122 bool isSticky = false
136 bool isSticky = false
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/include/wx/fl/
H A Dnewbmpbtn.h122 bool isSticky = false
136 bool isSticky = false
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/include/wx/fl/
H A Dnewbmpbtn.h122 bool isSticky = false
136 bool isSticky = false

1234567891011