Home
last modified time | relevance | path

Searched refs:Interactive (Results 1 – 25 of 3597) sorted by relevance

12345678910>>...144

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_geotrans/
H A DGEOTRANS_Base.cpp855 Get_Datum(Interactive, Input, &Datum_Input); in Set_Transformation_Inverse()
856 Get_Datum(Interactive, Output, &Datum_Output); in Set_Transformation_Inverse()
926 Set_Bonne_Params(Interactive, dir, params); in Set_Projection_Parameters()
943 Set_Cassini_Params(Interactive, dir, params); in Set_Projection_Parameters()
968 Set_Eckert4_Params(Interactive, dir, params); in Set_Projection_Parameters()
980 Set_Eckert6_Params(Interactive, dir, params); in Set_Projection_Parameters()
1020 Set_Geodetic_Params(Interactive, dir, params); in Set_Projection_Parameters()
1037 Set_Gnomonic_Params(Interactive, dir, params); in Set_Projection_Parameters()
1093 Set_Mercator_Params(Interactive, dir, params); in Set_Projection_Parameters()
1146 Set_Neys_Params(Interactive, dir, params); in Set_Projection_Parameters()
[all …]
/dports/devel/gh/cli-2.4.0/pkg/cmd/pr/comment/
H A Dcomment_test.go38 Interactive: true,
54 Interactive: true,
64 Interactive: true,
74 Interactive: true,
84 Interactive: false,
95 Interactive: false,
105 Interactive: false,
115 Interactive: false,
125 Interactive: false,
201 assert.Equal(t, tt.output.Interactive, gotOpts.Interactive)
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Ix/NET/Ix_Xamarin/
H A DIx_Xamarin_android.sln4 …3-BF4B-00C04F79EFBC}") = "android_System.Interactive", "android\ix\System.Interactive\android_Syst…
6 …-00C04F79EFBC}") = "android_System.Interactive.Async", "android\ix\System.Interactive.Async\androi…
8 …04F79EFBC}") = "android_System.Interactive.Providers", "android\ix\System.Interactive.Providers\an…
34 StartupItem = android\ix\System.Interactive\android_System.Interactive.csproj
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Core/
H A DXmlCharCheckingReaderAsync.cs20 state = State.Interactive; in ReadAsync()
22 goto case State.Interactive; in ReadAsync()
31 state = State.Interactive; in ReadAsync()
32 goto case State.Interactive; in ReadAsync()
34 case State.Interactive: in ReadAsync()
184 if (ReadState != ReadState.Interactive) { in ReadContentAsBase64Async()
209 state = State.Interactive; in ReadContentAsBase64Async()
245 state = State.Interactive; in ReadContentAsBinHexAsync()
295 state = State.Interactive; in ReadElementContentAsBase64Async()
344 state = State.Interactive; in ReadElementContentAsBinHexAsync()
[all …]
H A DXmlSubtreeReaderAsync.cs28 state = State.Interactive; in ReadAsync()
32 case State.Interactive: in ReadAsync()
66 state = State.Interactive; in ReadAsync()
95 case State.Interactive: in SkipAsync()
247 case State.Interactive: in ReadContentAsBase64Async()
278 case State.Interactive: in ReadElementContentAsBase64Async()
365 case State.Interactive: in ReadContentAsBinHexAsync()
396 case State.Interactive: in ReadElementContentAsBinHexAsync()
468 case State.Interactive: in ReadValueChunkAsync()
526 state = State.Interactive; in FinishReadElementContentAsBinaryAsync()
[all …]
H A DXmlCharCheckingReader.cs152 state = State.Interactive; in Read()
154 goto case State.Interactive; in Read()
163 state = State.Interactive; in Read()
164 goto case State.Interactive; in Read()
166 case State.Interactive: in Read()
323 case State.Interactive:
369 state = State.Interactive; in ReadContentAsBase64()
405 state = State.Interactive; in ReadContentAsBinHex()
455 state = State.Interactive; in ReadElementContentAsBase64()
504 state = State.Interactive; in ReadElementContentAsBinHex()
[all …]
H A DXmlSubtreeReader.cs46 Interactive = ReadState.Interactive, enumerator
382 case State.Interactive: in Read()
474 case State.Interactive: in Skip()
723 case State.Interactive: in ReadContentAsBase64()
754 case State.Interactive: in ReadElementContentAsBase64()
841 case State.Interactive: in ReadContentAsBinHex()
872 case State.Interactive: in ReadElementContentAsBinHex()
950 case State.Interactive: in ReadValueChunk()
1175 state = State.Interactive; in FinishReadElementContentAsBinary()
1199 state = State.Interactive; in FinishReadContentAsBinary()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Core/
H A DXmlCharCheckingReaderAsync.cs25 _state = State.Interactive; in ReadAsync()
28 goto case State.Interactive; in ReadAsync()
37 _state = State.Interactive; in ReadAsync()
38 goto case State.Interactive; in ReadAsync()
40 case State.Interactive: in ReadAsync()
220 if (ReadState != ReadState.Interactive) in ReadContentAsBase64Async()
251 _state = State.Interactive; in ReadContentAsBase64Async()
294 _state = State.Interactive; in ReadContentAsBinHexAsync()
355 _state = State.Interactive; in ReadElementContentAsBase64Async()
415 _state = State.Interactive; in ReadElementContentAsBinHexAsync()
[all …]
H A DXmlSubtreeReaderAsync.cs36 _state = State.Interactive; in ReadAsync()
40 case State.Interactive: in ReadAsync()
78 _state = State.Interactive; in ReadAsync()
111 case State.Interactive: in SkipAsync()
288 case State.Interactive: in ReadContentAsBase64Async()
322 case State.Interactive: in ReadElementContentAsBase64Async()
424 case State.Interactive: in ReadContentAsBinHexAsync()
458 case State.Interactive: in ReadElementContentAsBinHexAsync()
540 case State.Interactive: in ReadValueChunkAsync()
606 _state = State.Interactive; in FinishReadElementContentAsBinaryAsync()
[all …]
H A DXmlCharCheckingReader.cs172 _state = State.Interactive; in Read()
175 goto case State.Interactive; in Read()
184 _state = State.Interactive; in Read()
185 goto case State.Interactive; in Read()
187 case State.Interactive: in Read()
376 case State.Interactive:
433 _state = State.Interactive; in ReadContentAsBase64()
476 _state = State.Interactive; in ReadContentAsBinHex()
537 _state = State.Interactive; in ReadElementContentAsBase64()
597 _state = State.Interactive; in ReadElementContentAsBinHex()
[all …]
H A DXmlSubtreeReader.cs46 Interactive = ReadState.Interactive, enumerator
465 case State.Interactive: in Read()
573 case State.Interactive: in Skip()
870 case State.Interactive: in ReadContentAsBase64()
904 case State.Interactive: in ReadElementContentAsBase64()
1006 case State.Interactive: in ReadContentAsBinHex()
1040 case State.Interactive: in ReadElementContentAsBinHex()
1130 case State.Interactive: in ReadValueChunk()
1401 _state = State.Interactive; in FinishReadElementContentAsBinary()
1429 _state = State.Interactive; in FinishReadContentAsBinary()
[all …]
/dports/devel/gh/cli-2.4.0/pkg/cmd/issue/comment/
H A Dcomment_test.go43 Interactive: true,
53 Interactive: true,
63 Interactive: false,
74 Interactive: false,
84 Interactive: false,
94 Interactive: false,
104 Interactive: false,
180 assert.Equal(t, tt.output.Interactive, gotOpts.Interactive)
198 Interactive: true,
213 Interactive: false,
[all …]
/dports/security/openvpn-mbedtls/openvpn-2.5.6/doc/
H A Dinteractive-service-notes.rst1 OpenVPN Interactive Service Notes
8 OpenVPN Interactive Service, also known as "iservice" or
33 - OpenVPN-GUI connects to the Interactive Service and asks it to "run
37 service pipe between Interactive Service and openvpn.exe.
184 the Interactive Service launched on client's behalf.
240 Interactive Service Configuration
243 The Interactive Service settings are read from the
272 Multiple Interactive Service Instances
284 Installing a Non-default Interactive Service Instance
312 DisplayName= "OpenVPN Interactive Service (v2.5-test)"
[all …]
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/doc/
H A Dinteractive-service-notes.rst1 OpenVPN Interactive Service Notes
8 OpenVPN Interactive Service, also known as "iservice" or
33 - OpenVPN-GUI connects to the Interactive Service and asks it to "run
37 service pipe between Interactive Service and openvpn.exe.
184 the Interactive Service launched on client's behalf.
240 Interactive Service Configuration
243 The Interactive Service settings are read from the
272 Multiple Interactive Service Instances
284 Installing a Non-default Interactive Service Instance
312 DisplayName= "OpenVPN Interactive Service (v2.5-test)"
[all …]
/dports/security/openvpn/openvpn-2.5.6/doc/
H A Dinteractive-service-notes.rst1 OpenVPN Interactive Service Notes
8 OpenVPN Interactive Service, also known as "iservice" or
33 - OpenVPN-GUI connects to the Interactive Service and asks it to "run
37 service pipe between Interactive Service and openvpn.exe.
184 the Interactive Service launched on client's behalf.
240 Interactive Service Configuration
243 The Interactive Service settings are read from the
272 Multiple Interactive Service Instances
284 Installing a Non-default Interactive Service Instance
312 DisplayName= "OpenVPN Interactive Service (v2.5-test)"
[all …]
/dports/www/p5-WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.12/t/
H A Dembedded-WWW-Mechanize-FormFiller-Value-Interactive.t42 eval { require WWW::Mechanize::FormFiller::Value::Interactive };
57 use WWW::Mechanize::FormFiller::Value::Interactive;
62 my $login = WWW::Mechanize::FormFiller::Value::Interactive->new( 'login' );
94 eval { require WWW::Mechanize::FormFiller::Value::Interactive };
106 use WWW::Mechanize::FormFiller::Value::Interactive;
111 my $login = WWW::Mechanize::FormFiller::Value::Interactive->new( 'login' );
124 …BEGIN { no warnings 'redefine'; *WWW::Mechanize::FormFiller::Value::Interactive::ask_value = sub {…
/dports/graphics/quesa/quesa-1.8/
H A DMakefile.am27 -I${SRC}${RENDERER}/Interactive \
149 ${SRC}${RENDERER}/Interactive/IRPrefix.h \
150 ${SRC}${RENDERER}/Interactive/IRGeometry.h \
152 ${SRC}${RENDERER}/Interactive/IRRegister.h \
153 ${SRC}${RENDERER}/Interactive/IRRenderer.h \
154 ${SRC}${RENDERER}/Interactive/IRTexture.h \
156 ${SRC}${RENDERER}/Interactive/IRTriBuffer.h \
157 ${SRC}${RENDERER}/Interactive/IRLights.h \
158 ${SRC}${RENDERER}/Interactive/IRUpdate.h \
262 ${SRC}${RENDERER}/Interactive/IRGeometry.c \
[all …]
/dports/x11-toolkits/pangolin/Pangolin-0.6/include/pangolin/scene/
H A Dscenehandler.h54 void ProcessHitBuffer(GLint hits, GLuint* buf, std::map<GLuint, Interactive*>& hit_map ) in ProcessHitBuffer()
76 std::map<GLuint, Interactive*>& hit_objects ) in ComputeHits()
125 Interactive* ir = dynamic_cast<Interactive*>(kv.second); in Mouse()
140 Interactive* ir = dynamic_cast<Interactive*>(kv.second); in MouseMotion()
166 Interactive* ir = dynamic_cast<Interactive*>(kv.second); in Special()
177 std::map<GLuint, Interactive*> m_selected_objects;
/dports/devel/gh/cli-2.4.0/pkg/cmd/issue/edit/
H A Dedit.go28 Interactive bool member
103 opts.Interactive = true
106 if opts.Interactive && !opts.IO.CanPrompt() {
140 if opts.Interactive || editable.Assignees.Edited {
143 if opts.Interactive || editable.Labels.Edited {
146 if opts.Interactive || editable.Projects.Edited {
149 if opts.Interactive || editable.Milestone.Edited {
167 if opts.Interactive {
182 if opts.Interactive {
/dports/devel/p5-IO-Interactive/IO-Interactive-1.023/
H A DREADME.pod15 …interactive/blob/master/LICENSE"><img src="https://img.shields.io/cpan/l/IO-Interactive.svg" /></a>
17 …HTML <a href="https://metacpan.org/pod/IO::Interactive"><img src="https://img.shields.io/cpan/v/IO…
19 =head1 The IO::Interactive module
21 This is the I<README> for the L<IO::Interactive> Perl module. You're probably
28 To read about L<IO::Interactive>, look at the embedded documentation
32 % perldoc lib/IO/Interactive.pm
37 % perldoc IO::Interactive
40 L<MetaCPAN|https://metacpan.org/pod/IO::Interactive>.
51 % cpan IO::Interactive
52 % cpanm IO::Interactive
/dports/devel/kcachegrind/kcachegrind-21.12.3/libviews/
H A Dstackselection.cpp144 _stackList->header()->setSectionResizeMode(0, QHeaderView::Interactive); in rebuildStackList()
145 _stackList->header()->setSectionResizeMode(1, QHeaderView::Interactive); in rebuildStackList()
146 _stackList->header()->setSectionResizeMode(2, QHeaderView::Interactive); in rebuildStackList()
148 _stackList->header()->setResizeMode(0, QHeaderView::Interactive); in rebuildStackList()
149 _stackList->header()->setResizeMode(1, QHeaderView::Interactive); in rebuildStackList()
150 _stackList->header()->setResizeMode(2, QHeaderView::Interactive); in rebuildStackList()
217 _stackList->header()->setSectionResizeMode(1, QHeaderView::Interactive); in refresh()
219 _stackList->header()->setResizeMode(1, QHeaderView::Interactive); in refresh()
/dports/www/mod_php80/php-8.0.15/sapi/cli/tests/
H A D017.phpt66 Interactive shell
74 Interactive shell
84 Interactive shell
95 Interactive shell
103 Interactive shell
/dports/www/mod_php81/php-8.1.1/sapi/cli/tests/
H A D017.phpt68 Interactive shell
76 Interactive shell
86 Interactive shell
97 Interactive shell
105 Interactive shell
/dports/lang/php81/php-8.1.1/sapi/cli/tests/
H A D017.phpt68 Interactive shell
76 Interactive shell
86 Interactive shell
97 Interactive shell
105 Interactive shell
/dports/lang/php80/php-8.0.15/sapi/cli/tests/
H A D017.phpt66 Interactive shell
74 Interactive shell
84 Interactive shell
95 Interactive shell
103 Interactive shell

12345678910>>...144