Home
last modified time | relevance | path

Searched refs:isPinned (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities.Core.Presentation/System/Activities/Core/Presentation/
H A DExpandableItemWrapper.cs15 private bool isPinned = false; field in System.Activities.Core.Presentation.ExpandableItemWrapper
41 return this.isPinned;
46 this.isPinned = value;
57 internal void SetPinState(bool isPinned) in SetPinState() argument
59 this.isPinned = isPinned; in SetPinState()
H A DFlowDecisionDesigner.xaml.cs34 bool isPinned; field in System.Activities.Core.Presentation.FlowDecisionDesigner
143 this.isPinned = !this.isPinned; in OnExpressionButtonClicked()
162 this.isPinned = false; in Update()
167 if (this.isPinned) in Update()
194 if ((this.IsMouseOver && expressionSpecified) || this.isPinned) in Update()
213 this.isPinned = isOpen; in OnShowAllConditionsChanged()
H A DFlowSwitchDesigner.xaml.cs39 bool isPinned; field in System.Activities.Core.Presentation.FlowSwitchDesigner
153 this.isPinned = !this.isPinned; in OnExpressionButtonClicked()
220 this.isPinned = false; in Update()
225 if (this.isPinned) in Update()
252 if ((this.IsMouseOver && expressionSpecified) || this.isPinned) in Update()
271 this.isPinned = isOpen; in OnShowAllConditionsChanged()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/view/
H A DTabbedPanelTab.java78 boolean isPinned) { in TabbedPanelTab() argument
102 ap.setPinned(isPinned); in TabbedPanelTab()
110 if (ap.isPinned()) { in TabbedPanelTab()
136 setPinned(!ap.isPinned()); in TabbedPanelTab()
190 if (ap.isPinned()) { in setPinned()
199 btnClose.setEnabled(!ap.isPinned()); in setPinned()
200 btnClose.setVisible(!ap.isPinned()); in setPinned()
213 if (!ap.isPinned()) { in setLocked()
226 if (ap == null || !ap.isPinned()) { in setEnabled()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/activitystream/homepanel/model/
H A DTopStory.java15 private @Nullable Boolean isPinned; field in TopStory
53 public Boolean isPinned() { in isPinned() method in TopStory
54 return isPinned; in isPinned()
64 this.isPinned = pinned; in updatePinned()
87 isPinned = null; in onStateCommitted()
H A DHighlight.java47 private @Nullable Boolean isPinned; field in Highlight
103 isPinned = null; in updateState()
107 isPinned = null; in updateState()
203 public Boolean isPinned() { in isPinned() method in Highlight
204 return isPinned; in isPinned()
214 this.isPinned = pinned; in updatePinned()
H A DTopSite.java19 private final @Nullable boolean isPinned; field in TopSite
47 this.isPinned = type == BrowserContract.TopSites.TYPE_PINNED; in TopSite()
74 public Boolean isPinned() { in isPinned() method in TopSite
75 return isPinned; in isPinned()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest_pcache.c157 p->a[i].isPinned = 0; in testpcacheCreate()
204 if( !p->a[i].isPinned ){ in testpcacheFetch()
207 p->a[i].isPinned = 1; in testpcacheFetch()
245 p->a[j].isPinned = 1; in testpcacheFetch()
270 if( p->a[j].key>0 && p->a[j].isPinned==0 ){ in testpcacheFetch()
272 p->a[j].isPinned = 1; in testpcacheFetch()
313 assert( p->a[i].isPinned ); in testpcacheUnpin()
314 p->a[i].isPinned = 0; in testpcacheUnpin()
352 assert( p->a[i].isPinned==0 ); in testpcacheRekey()
367 assert( p->a[i].isPinned ); in testpcacheRekey()
[all …]
H A Dpcache1.c563 assert( pPage->isPinned==0 ); in pcache1PinPage()
572 pPage->isPinned = 1; in pcache1PinPage()
613 assert( p->isPinned==0 ); in pcache1EnforceMaxPage()
662 if( !pPage->isPinned ) pcache1PinPage(pPage); in pcache1TruncateUnsafe()
881 assert( pPage->isPinned==0 ); in pcache1FetchStage2()
908 pPage->isPinned = 1; in pcache1FetchStage2()
994 if( !pPage->isPinned ){ in pcache1FetchNoMutex()
1069 assert( pPage->isPinned==1 ); in pcache1Unpin()
1080 pPage->isPinned = 0; in pcache1Unpin()
1224 assert( p->isPinned==0 ); in sqlite3PcacheReleaseMemory()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_pcache.c157 p->a[i].isPinned = 0; in testpcacheCreate()
204 if( !p->a[i].isPinned ){ in testpcacheFetch()
207 p->a[i].isPinned = 1; in testpcacheFetch()
245 p->a[j].isPinned = 1; in testpcacheFetch()
270 if( p->a[j].key>0 && p->a[j].isPinned==0 ){ in testpcacheFetch()
272 p->a[j].isPinned = 1; in testpcacheFetch()
313 assert( p->a[i].isPinned ); in testpcacheUnpin()
314 p->a[i].isPinned = 0; in testpcacheUnpin()
352 assert( p->a[i].isPinned==0 ); in testpcacheRekey()
367 assert( p->a[i].isPinned ); in testpcacheRekey()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_pcache.c157 p->a[i].isPinned = 0; in testpcacheCreate()
204 if( !p->a[i].isPinned ){ in testpcacheFetch()
207 p->a[i].isPinned = 1; in testpcacheFetch()
245 p->a[j].isPinned = 1; in testpcacheFetch()
270 if( p->a[j].key>0 && p->a[j].isPinned==0 ){ in testpcacheFetch()
272 p->a[j].isPinned = 1; in testpcacheFetch()
313 assert( p->a[i].isPinned ); in testpcacheUnpin()
314 p->a[i].isPinned = 0; in testpcacheUnpin()
352 assert( p->a[i].isPinned==0 ); in testpcacheRekey()
367 assert( p->a[i].isPinned ); in testpcacheRekey()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_pcache.c157 p->a[i].isPinned = 0; in testpcacheCreate()
204 if( !p->a[i].isPinned ){ in testpcacheFetch()
207 p->a[i].isPinned = 1; in testpcacheFetch()
245 p->a[j].isPinned = 1; in testpcacheFetch()
270 if( p->a[j].key>0 && p->a[j].isPinned==0 ){ in testpcacheFetch()
272 p->a[j].isPinned = 1; in testpcacheFetch()
313 assert( p->a[i].isPinned ); in testpcacheUnpin()
314 p->a[i].isPinned = 0; in testpcacheUnpin()
352 assert( p->a[i].isPinned==0 ); in testpcacheRekey()
367 assert( p->a[i].isPinned ); in testpcacheRekey()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_pcache.c151 p->a[i].isPinned = 0; in testpcacheCreate()
198 if( !p->a[i].isPinned ){ in testpcacheFetch()
201 p->a[i].isPinned = 1; in testpcacheFetch()
239 p->a[j].isPinned = 1; in testpcacheFetch()
263 if( p->a[j].key>0 && p->a[j].isPinned==0 ){ in testpcacheFetch()
265 p->a[j].isPinned = 1; in testpcacheFetch()
305 assert( p->a[i].isPinned ); in testpcacheUnpin()
306 p->a[i].isPinned = 0; in testpcacheUnpin()
344 assert( p->a[i].isPinned==0 ); in testpcacheRekey()
359 assert( p->a[i].isPinned ); in testpcacheRekey()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gpu_utils/
H A Dgpu_utils.cu76 bool isPinned = false; in isHostMemoryPinned() local
88 isPinned = true; in isHostMemoryPinned()
90 isPinned = (memoryAttributes.type == cudaMemoryTypeHost); in isHostMemoryPinned()
96 isPinned = false; in isHostMemoryPinned()
103 return isPinned; in isHostMemoryPinned()
/dports/security/zeronet/ZeroNet-0.7.1/plugins/OptionalManager/Test/
H A DTestOptionalManager.py105 assert not site.content_manager.isPinned("data/img/zerotalk-upvote.png")
107 assert site.content_manager.isPinned("data/img/zerotalk-upvote.png")
111 assert site.content_manager.isPinned("data/img/zerotalk-upvote.png")
150 assert site.content_manager.isPinned("data/img/zerotalk-upvote.png")
156 assert not site.content_manager.isPinned("data/img/zerotalk-upvote.png")
157 assert site.content_manager.isPinned("data/img/zerotalk-upvote-new.png")
/dports/deskutils/copyq/CopyQ-5.0.0/plugins/itempinned/
H A Ditempinned.cpp43 bool isPinned(const QModelIndex &index) in isPinned() function
59 return std::any_of( std::begin(indexList), std::end(indexList), isPinned ); in containsPinnedItems()
110 bool ItemPinnedScriptable::isPinned() in isPinned() function in ItemPinnedScriptable
207 return !isPinned(index) && ItemSaverWrapper::canDropItem(index); in canDropItem()
230 if ( isPinned(index) ) in onRowsInserted()
250 if ( isPinned(index) ) in onRowsRemoved()
278 if ( isPinned(m_model->index(row, 0)) ) in onRowsMoved()
288 if ( isPinned(index) ) in onRowsMoved()
313 if ( isPinned(index) ) { in updateLastPinned()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Mirror/
H A DTimelineItem.php35 public $isPinned; variable in Google_Service_Mirror_TimelineItem
162 public function setIsPinned($isPinned) argument
164 $this->isPinned = $isPinned;
168 return $this->isPinned;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Mirror/
H A DTimelineItem.php35 public $isPinned; variable in Google_Service_Mirror_TimelineItem
162 public function setIsPinned($isPinned) argument
164 $this->isPinned = $isPinned;
168 return $this->isPinned;
/dports/www/falkon/falkon-3.2.0/src/lib/webtab/
H A Dwebtab.cpp42 : isPinned(false) in SavedTab()
54 isPinned = webTab->isPinned(); in SavedTab()
78 isPinned = false; in clear()
92 stream << tab.isPinned; in operator <<()
116 stream >> tab.isPinned; in operator >>()
414 bool WebTab::isPinned() const in isPinned() function in WebTab
480 if (tab && tab->isPinned()) { in setParentTab()
504 if (m_isPinned || !tab || tab->isPinned()) { in addChildTab()
557 setPinned(tab.isPinned); in restoreTab()
560 if (!isPinned() && qzSettings->loadTabsOnActivation) { in restoreTab()
[all …]
/dports/www/falkon/falkon-3.2.0/src/lib/tabwidget/
H A Dtabicon.cpp157 if (m_tab && m_tab->isPinned()) { in shouldBeVisible()
160 …_sitePixmap.isNull() || m_animationRunning || m_audioIconDisplayed || (m_tab && m_tab->isPinned()); in shouldBeVisible()
209 } else if (m_audioIconDisplayed && !m_tab->isPinned()) { in paintEvent()
214 } else if (m_tab && m_tab->isPinned()) { in paintEvent()
219 if (!m_animationRunning && m_audioIconDisplayed && m_tab->isPinned()) { in paintEvent()
232 if (m_tab && m_tab->isPinned() && m_tab->webView()->backgroundActivity()) { in paintEvent()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Common/
H A DLocalVariableDefinition.cs20 public LocalVariableDefinition(TypeDesc type, bool isPinned) in LocalVariableDefinition()
22 IsPinned = isPinned; in LocalVariableDefinition()
/dports/www/otter-browser/otter-browser-1.0.03/src/ui/
H A DWindow.cpp139 setPinned(!isPinned()); in triggerAction()
171 if (!isPinned()) in triggerAction()
334 setPinned(session.isPinned); in setSession()
438 void Window::setPinned(bool isPinned) in setPinned() argument
440 if (isPinned != m_isPinned) in setPinned()
442 m_isPinned = isPinned; in setPinned()
445 emit isPinnedChanged(isPinned); in setPinned()
738 session.isPinned = isPinned(); in getSession()
818 bool Window::isPinned() const in isPinned() function in Otter::Window
/dports/audio/noson-app/noson-app-4.5.0/backend/NosonMediaScanner/
H A Dmediafile.h33 bool isPinned; member
49 , isPinned(false) in MediaFile()
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/sessionstore/
H A DSessionCookies.jsm68 let isPinned = hosts[host];
74 if (PrivacyLevel.canSave({isHttps: cookie.secure, isPinned: isPinned})) {
184 * @param isPinned
188 _extractHostsFromEntry: function (entry, hosts, checkPrivacy, isPinned) {
201 this._extractHostsFromHostScheme(host, scheme, hosts, checkPrivacy, isPinned);
208 this._extractHostsFromEntry(child, hosts, checkPrivacy, isPinned);
225 * @param isPinned
230 function (host, scheme, hosts, checkPrivacy, isPinned) {
235 PrivacyLevel.canSave({isHttps: scheme == "https", isPinned: isPinned}))) {
238 hosts[host] = isPinned;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/
H A DNewPropertySheetHandler.java68 } else if(!sheet.isPinned()) { in execute()
125 if (!sheet.isPinned() in findPropertySheet()
126 || (sheet.isPinned() && sheet.getShowInContext() in findPropertySheet()

12345678910>>...18