Home
last modified time | relevance | path

Searched refs:openState (Results 1 – 16 of 16) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tunnel/
H A Dchannel_test.go186 openState := newChannel(0, protocol.ChannelStatus_OPEN)
212 conn.NotifyStatus(ToChannelStatus(openState))
228 openState := newChannel(1, protocol.ChannelStatus_OPEN)
260 conn.NotifyStatus(ToChannelStatus(openState))
343 openState := newChannel(0, protocol.ChannelStatus_OPEN)
349 conn.NotifyStatus(ToChannelStatus(openState))
352 conn.NotifyStatus(ToChannelStatus(openState))
370 openState := newChannel(0, protocol.ChannelStatus_OPEN)
376 conn.NotifyStatus(ToChannelStatus(openState))
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/notes/components/
H A Dcomment_form.vue74 'openState',
101 return this.openState === constants.OPENED || this.openState === constants.REOPENED;
146 this.openState !== constants.MERGED &&
273 message: constants.toggleStateErrorMessage[this.noteableType][this.openState],
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/gopkg.in/djherbis/stream.v1/
H A Dsync.go19 openState streamState = iota const
47 for b.state == openState && off >= b.size && b.rs.has(r) {
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_text/
H A DSimpleTextObjectView.cpp92 …: GObjectView(SimpleTextObjectViewFactory::ID, name), textObject(to), openState(_state), selection… in SimpleTextObjectView()
125 updateView(openState); in eventFilter()
H A DSimpleTextObjectView.h91 QVariantMap openState; variable
/dports/science/gtamsanalyzer/GTAMSAnalyzer.src.0.42/Source/
H A DMWFakeDoc.m22 openState = NO;
64 -(BOOL) isOpen{return openState;}
67 if(openState) return NO;
69 openState = YES;
91 openState = NO;
H A DMWFakeDoc.h14 BOOL openState; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/android/bottomsheet/internal/java/src/org/chromium/components/browser_ui/bottomsheet/
H A DBottomSheetControllerImpl.java338 int openState = mContentWhenSuppressed == getCurrentSheetContent() in doUnsuppression() local
341 mBottomSheet.setSheetState(openState, true); in doUnsuppression()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/MagnumPlugins/AssimpImporter/Test/
H A DAssimpImporterTest.cpp116 void openState();
181 &AssimpImporterTest::openState, in AssimpImporterTest()
818 void AssimpImporterTest::openState() { in openState() function in Magnum::Trade::Test::__anonf6e87c320111::AssimpImporterTest
824 importer->openState(sc); in openState()
867 CORRADE_VERIFY(importer->openState(sc, ASSIMPIMPORTER_TEST_DIR)); in openStateTexture()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/issues/show/components/
H A Dheader_actions.vue103 ...mapGetters(['openState', 'getBlockedByIssues']),
105 return this.openState === IssuableStatus.Closed;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DSecurityChannelListener.cs596 bool openState; in OpenListenerStateAsyncResult()
602 openState = false; in OpenListenerStateAsyncResult()
606 openState = true; in OpenListenerStateAsyncResult()
610 if (openState) in OpenListenerStateAsyncResult()
/dports/security/wolfssh/wolfssh-1.4.8/src/
H A Dwolfsftp.c624 if (ssh->openState) { in wolfSSH_SFTP_ClearState()
625 wolfSSH_SFTP_buffer_free(ssh, &ssh->openState->buffer); in wolfSSH_SFTP_ClearState()
626 WFREE(ssh->openState, ssh->ctx->heap, DYNTYPE_SFTP_STATE); in wolfSSH_SFTP_ClearState()
627 ssh->openState = NULL; in wolfSSH_SFTP_ClearState()
6524 state = ssh->openState; in wolfSSH_SFTP_Open()
6533 ssh->openState = state; in wolfSSH_SFTP_Open()
6617 if (ssh->openState != NULL) { in wolfSSH_SFTP_Open()
6619 WFREE(ssh->openState, ssh->ctx->heap, DYNTYPE_SFTP_STATE); in wolfSSH_SFTP_Open()
6620 ssh->openState = NULL; in wolfSSH_SFTP_Open()
/dports/security/wolfssh/wolfssh-1.4.8/wolfssh/
H A Dinternal.h681 struct WS_SFTP_OPEN_STATE* openState; member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqgtkstyle.cpp821 GtkExpanderStyle openState = GTK_EXPANDER_EXPANDED; in drawPrimitive() local
832 … option->state & State_Open ? openState : closedState , gtkTreeView->style); in drawPrimitive()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/
H A Dqgtkstyle.cpp1016 GtkExpanderStyle openState = GTK_EXPANDER_EXPANDED; in drawPrimitive() local
1027 … option->state & State_Open ? openState : closedState , gtk_widget_get_style(gtkTreeView)); in drawPrimitive()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/MediaPlayer/
H A Dmod.rs4354 pub unsafe fn openState(&self, pwmpos: *mut WMPOpenState) -> ::windows::runtime::Result<()> { in openState() method
4543 pub unsafe fn openState(&self, pwmpos: *mut WMPOpenState) -> ::windows::runtime::Result<()> { in openState() method
4757 pub unsafe fn openState(&self, pwmpos: *mut WMPOpenState) -> ::windows::runtime::Result<()> { in openState() method
9449 pub unsafe fn openState(&self, pwmpos: *mut WMPOpenState) -> ::windows::runtime::Result<()> { in openState() method
9694 pub unsafe fn openState(&self, pwmpos: *mut WMPOpenState) -> ::windows::runtime::Result<()> { in openState() method
9955 pub unsafe fn openState(&self, pwmpos: *mut WMPOpenState) -> ::windows::runtime::Result<()> { in openState() method
10241 pub unsafe fn openState(&self, pwmpos: *mut WMPOpenState) -> ::windows::runtime::Result<()> { in openState() method