Home
last modified time | relevance | path

Searched refs:gets (Results 1 – 25 of 10786) sorted by relevance

12345678910>>...432

/dports/databases/py-aioredis/aioredis-1.3.1/tests/
H A Dpyreader_test.py18 assert reader.gets() is False
39 reader.gets()
42 reader.gets()
57 reader.gets()
71 error = reader.gets()
84 error = reader.gets()
96 error = reader.gets()
152 reader.gets()
157 assert not reader.gets()
159 assert not reader.gets()
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/LobbyDB_PostgreSQL/
H A DLobbyDB_PostgreSQLTest.cpp843 gets(password); in main()
925 gets(inputStr); in main()
979 gets(inputStr); in main()
1010 gets(inputStr); in main()
1070 gets(inputStr); in main()
1102 gets(inputStr); in main()
1118 gets(inputStr); in main()
1133 gets(inputStr); in main()
1151 gets(inputStr); in main()
1176 gets(inputStr); in main()
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/LobbyClientTest/
H A DLobbyClientTest.cpp181 gets(str); in main()
187 gets(str); in main()
425 gets(str); in main()
430 gets(str); in main()
443 gets(str); in main()
586 gets(str); in main()
589 gets(str); in main()
667 gets(str); in main()
680 gets(str); in main()
684 gets(str); in main()
[all …]
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dkill_fake_gets.pl61 my %gets;
70 if (not exists $gets{$dcc->{'servertag'}} or
71 not exists $gets{$dcc->{'servertag'}}{$dcc->{'nick'}} or
72 not exists $gets{$dcc->{'servertag'}}{$dcc->{'nick'}}{$dcc->{'arg'}}) {
77 delete $gets{$dcc->{'servertag'}}{$dcc->{'nick'}}{$dcc->{'arg'}};
92 if (not exists $gets{$_->{'servertag'}} or
93 not exists $gets{$_->{'servertag'}}{$_->{'nick'}} or
94 not exists $gets{$_->{'servertag'}}{$_->{'nick'}}{$_->{'arg'}}) {
95 $gets{$_->{'servertag'}}{$_->{'nick'}}{$_->{'arg'}}{'time'} = $time;
106 $gets{$_->{'servertag'}}{$_->{'nick'}}{$_->{'arg'}}{'time'} = $time;
[all …]
/dports/lang/mmix/mmix-20160804_1/
H A Dpermu-heap.mms27 1H STCO 0,c,k $c_k\gets 0$.
28 INCL k,8 $k\gets k+1$.
29 0H LDO j,c,k $j\gets c_k$.
41 SUB j,j,8 $j\gets j-1$.
43 SUB j,j,8 $j\gets j-1$.
47 STO v,A0 $a_0\gets v$.
48 STO u,A1 $a_1\gets u$.
50 STO w,A0 $a_0\gets w$.
51 STO v,A2 $a_2\gets v$.
53 STO u,A0 $a_0\gets u$.
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/RankingServerDB/
H A DRankingServerDBTest.cpp168 gets(password); in main()
224 gets(inputStr); in main()
229 gets(inputStr); in main()
234 gets(inputStr); in main()
239 gets(inputStr); in main()
246 gets(inputStr); in main()
251 gets(inputStr); in main()
257 gets(inputStr); in main()
262 gets(inputStr); in main()
267 gets(inputStr); in main()
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/RankingServerDBTest/
H A DRankingServerDBTest.cpp168 gets(password); in main()
224 gets(inputStr); in main()
229 gets(inputStr); in main()
234 gets(inputStr); in main()
239 gets(inputStr); in main()
246 gets(inputStr); in main()
251 gets(inputStr); in main()
257 gets(inputStr); in main()
262 gets(inputStr); in main()
267 gets(inputStr); in main()
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/LightweightDatabase/
H A Dmain.cpp50 gets(str); in main()
243 gets(str); in main()
267 gets(str); in main()
299 gets(str); in main()
304 gets(str); in main()
315 gets(str); in main()
333 gets(str); in main()
351 gets(str); in main()
374 gets(str); in main()
379 gets(str); in main()
[all …]
/dports/devel/splint/splint-3.1.2/test/
H A Dspecial.expect4 special.c:19:31: Format argument 1 to printf (%d) expects int gets long int: li
6 special.c:20:46: Format argument 2 to printf (%d) expects int gets long int: li
8 special.c:20:50: Format argument 3 to printf (%hd) expects short int gets int:
12 special.c:29:28: Format argument 1 to printf (%+14.3i) expects int gets char: c
15 special.c:30:38: Format argument 1 to fprintf (%+14.33i) expects int gets char:
19 special.c:31:25: Format argument 1 to printf (%d) expects int gets char: c
21 special.c:31:28: Format argument 2 to printf (%f) expects double gets int: i
26 special.c:34:40: Format argument 1 to scanf (%d) expects int * gets int: i
28 special.c:37:54: Format argument 1 to fscanf (%d) expects int * gets int: i
68 special.c:31:25: Format argument 1 to printf (%d) expects int gets char: c
[all …]
H A Dlibs.expect6 libs.c:20:9: Function exit expects arg 1 to be int gets char *: "hullo"
22 returns int] * gets [function () returns char] *:
27 returns int] * gets [function () returns char] *:
31 * gets [function (int, int) returns int]: compare
59 returns int] * gets [function () returns char] *:
68 returns int] * gets [function () returns char] *:
72 * gets [function (int, int) returns int]: compare
106 returns int] * gets [function () returns char] *:
115 returns int] * gets [function () returns char] *:
168 returns int] * gets [function () returns char] *:
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/CrashReporter/
H A Dmain.cpp96 gets(controls.SMTPServer); in main()
100 gets(controls.SMTPAccountName); in main()
104 gets(controls.emailSender); in main()
108 gets(controls.emailRecipient); in main()
113 gets(controls.emailSubjectPrefix); in main()
118 gets(controls.emailBody); in main()
125 gets(controls.pathToMinidump); in main()
129 gets(controls.appName); in main()
131 gets(controls.appVersion); in main()
/dports/devel/z88dk/z88dk/libsrc/fcntl/dummy/
H A Dgets.asm4 ; gets(char *s) - get string from console
7 ; $Id: gets.asm $
10 MODULE gets
12 PUBLIC gets
19 defc cgets = gets
20 defc _cgets = gets
22 ; gets(char *s)
23 .gets
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/workloads/
H A DRYWPerformance.actor.cpp76 std::vector<Future<Optional<Value>>> gets; in fillCache() local
80 wait( waitForAll(gets) ); in fillCache()
82 std::vector<Future<Optional<Value>>> gets; in fillCache() local
86 wait( waitForAll(gets) ); in fillCache()
91 std::vector<Future<Optional<Value>>> gets; in fillCache() local
95 wait( waitForAll(gets) ); in fillCache()
126 wait( waitForAll(gets) ); in fillCache()
132 wait( waitForAll(gets) ); in fillCache()
141 wait( waitForAll(gets) ); in fillCache()
150 wait( waitForAll(gets) ); in fillCache()
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/resource-timing/
H A Diframe-failed-commit.html.ini3 [Same-origin iframe that complies with CSP attribute gets reported]
8 [Same-origin empty iframe with a 200 status gets reported]
13 [Same-origin iframe that doesn't comply with CSP attribute gets reported]
18 [Test iframe from non-existent host gets reported]
21 [Test iframe redirecting to non-existent host gets reported]
24 [Cross-origin iframe that complies with CSP attribute gets reported]
27 [Cross-origin iframe that doesn't comply with CSP attribute gets reported]
30 [Cross-origin empty iframe with a 200 status gets reported]
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DGetSetConversionDialog.C524 if (gets) delete gets; in update() local
603 int gcnt = (gets?gets->getSize():0); in updateNetName()
620 if (gets) delete gets; in updateNetName() local
680 if (gets) { in selectAllNodes()
684 delete gets; in selectAllNodes() local
685 gets = NULL; in selectAllNodes()
712 if (gets) gcnt = gets->getSize(); in setCommandActivation()
723 if (gets) delete gets; in setCommandActivation() local
810 if (gets) delete gets; in selectNextNode() local
1027 int gcnt = (gets?gets->getSize():0); in notifyTitleChange()
[all …]
/dports/textproc/mdocml/mandoc-1.14.5/regress/man/HP/
H A Dspacing.out_ascii11 Each hanged paragraph gets a sufficient amount of text to wrap to the
18 Each hanged paragraph gets a sufficient amount of text to wrap to the
22 Each hanged paragraph gets a sufficient amount of text to wrap to the
26 Each hanged paragraph gets a sufficient amount of text to wrap to the
30 Each hanged paragraph gets a sufficient amount of text to wrap to the
34 Each hanged paragraph gets a sufficient amount of text to wrap to the
38 Each hanged paragraph gets a sufficient amount of text to wrap to the
42 Each hanged paragraph gets a sufficient amount of text to wrap to the
46 Each hanged paragraph gets a sufficient amount of text to wrap to the
50 Each hanged paragraph gets a sufficient amount of text to wrap to the
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/tls-1.5.4/Network/TLS/
H A DState.hs186 getSession = gets stSession
189 isSessionResuming = gets stSessionResuming
216 getExtensionALPN = gets stExtensionALPN
228 getClientALPNSuggest = gets stClientALPNSuggest
246 getClientSNI = gets stClientSNI
252 isClientContext = gets stClientContext
275 getTLS13KeyShare = gets stTLS13KeyShare
281 getTLS13PreSharedKey = gets stTLS13PreSharedKey
287 getTLS13HRR = gets stTLS13HRR
293 getTLS13Cookie = gets stTLS13Cookie
[all …]
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/tls-1.5.4/Network/TLS/
H A DState.hs186 getSession = gets stSession
189 isSessionResuming = gets stSessionResuming
216 getExtensionALPN = gets stExtensionALPN
228 getClientALPNSuggest = gets stClientALPNSuggest
246 getClientSNI = gets stClientSNI
252 isClientContext = gets stClientContext
275 getTLS13KeyShare = gets stTLS13KeyShare
281 getTLS13PreSharedKey = gets stTLS13PreSharedKey
287 getTLS13HRR = gets stTLS13HRR
293 getTLS13Cookie = gets stTLS13Cookie
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/tls-1.5.4/Network/TLS/
H A DState.hs186 getSession = gets stSession
189 isSessionResuming = gets stSessionResuming
216 getExtensionALPN = gets stExtensionALPN
228 getClientALPNSuggest = gets stClientALPNSuggest
246 getClientSNI = gets stClientSNI
252 isClientContext = gets stClientContext
275 getTLS13KeyShare = gets stTLS13KeyShare
281 getTLS13PreSharedKey = gets stTLS13PreSharedKey
287 getTLS13HRR = gets stTLS13HRR
293 getTLS13Cookie = gets stTLS13Cookie
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/tls-1.5.5/Network/TLS/
H A DState.hs186 getSession = gets stSession
189 isSessionResuming = gets stSessionResuming
216 getExtensionALPN = gets stExtensionALPN
228 getClientALPNSuggest = gets stClientALPNSuggest
246 getClientSNI = gets stClientSNI
252 isClientContext = gets stClientContext
275 getTLS13KeyShare = gets stTLS13KeyShare
281 getTLS13PreSharedKey = gets stTLS13PreSharedKey
287 getTLS13HRR = gets stTLS13HRR
293 getTLS13Cookie = gets stTLS13Cookie
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/tls-1.5.5/Network/TLS/
H A DState.hs186 getSession = gets stSession
189 isSessionResuming = gets stSessionResuming
216 getExtensionALPN = gets stExtensionALPN
228 getClientALPNSuggest = gets stClientALPNSuggest
246 getClientSNI = gets stClientSNI
252 isClientContext = gets stClientContext
275 getTLS13KeyShare = gets stTLS13KeyShare
281 getTLS13PreSharedKey = gets stTLS13PreSharedKey
287 getTLS13HRR = gets stTLS13HRR
293 getTLS13Cookie = gets stTLS13Cookie
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/tls-1.5.4/Network/TLS/
H A DState.hs186 getSession = gets stSession
189 isSessionResuming = gets stSessionResuming
216 getExtensionALPN = gets stExtensionALPN
228 getClientALPNSuggest = gets stClientALPNSuggest
246 getClientSNI = gets stClientSNI
252 isClientContext = gets stClientContext
275 getTLS13KeyShare = gets stTLS13KeyShare
281 getTLS13PreSharedKey = gets stTLS13PreSharedKey
287 getTLS13HRR = gets stTLS13HRR
293 getTLS13Cookie = gets stTLS13Cookie
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/tls-1.5.4/Network/TLS/
H A DState.hs186 getSession = gets stSession
189 isSessionResuming = gets stSessionResuming
216 getExtensionALPN = gets stExtensionALPN
228 getClientALPNSuggest = gets stClientALPNSuggest
246 getClientSNI = gets stClientSNI
252 isClientContext = gets stClientContext
275 getTLS13KeyShare = gets stTLS13KeyShare
281 getTLS13PreSharedKey = gets stTLS13PreSharedKey
287 getTLS13HRR = gets stTLS13HRR
293 getTLS13Cookie = gets stTLS13Cookie
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/tls-1.5.4/Network/TLS/
H A DState.hs186 getSession = gets stSession
189 isSessionResuming = gets stSessionResuming
216 getExtensionALPN = gets stExtensionALPN
228 getClientALPNSuggest = gets stClientALPNSuggest
246 getClientSNI = gets stClientSNI
252 isClientContext = gets stClientContext
275 getTLS13KeyShare = gets stTLS13KeyShare
281 getTLS13PreSharedKey = gets stTLS13PreSharedKey
287 getTLS13HRR = gets stTLS13HRR
293 getTLS13Cookie = gets stTLS13Cookie
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/tls-1.5.5/Network/TLS/
H A DState.hs186 getSession = gets stSession
189 isSessionResuming = gets stSessionResuming
216 getExtensionALPN = gets stExtensionALPN
228 getClientALPNSuggest = gets stClientALPNSuggest
246 getClientSNI = gets stClientSNI
252 isClientContext = gets stClientContext
275 getTLS13KeyShare = gets stTLS13KeyShare
281 getTLS13PreSharedKey = gets stTLS13PreSharedKey
287 getTLS13HRR = gets stTLS13HRR
293 getTLS13Cookie = gets stTLS13Cookie
[all …]

12345678910>>...432