Home
last modified time | relevance | path

Searched refs:some_value (Results 1 – 25 of 1258) sorted by relevance

12345678910>>...51

/dports/devel/kf5-kio/kio-5.89.0/autotests/kcookiejar/
H A Dcookie_settings.test3 COOKIE ASK http://a.b.c/ Set-Cookie: some_value=value2; Path="/"
6 COOKIE REJECT http://a.b.c/ Set-Cookie: some_value=value4; Path="/"
9 COOKIE ACCEPT http://a.b.c/ Set-Cookie: some_value=value6; Path="/"
15 COOKIE ASK http://a.b.c/ Set-Cookie: some_value=value8; Path="/"
19 COOKIE ACCEPT http://a.b.c/ Set-Cookie: some_value=value11; Path="/"
31 COOKIE REJECT http://a.b.c/ Set-Cookie: some_value=value11; Path="/"
35 COOKIE ASK http://d.b.c/ Set-Cookie: some_value=value11; Path="/"
41 COOKIE ASK http://a.b.c/ Set-Cookie: some_value=value11; Path="/"
45 COOKIE ASK http://d.b.c/ Set-Cookie: some_value=value11; Path="/"
81 COOKIE ASK http://a.b.c/ Set-Cookie: some_value=value11; Path="/"
[all …]
H A Dcookie_saving.test139 CHECK http://w.y7.z/Bar/Foo Cookie: some_value=value2; some_value=value3
140 CHECK http://w.y7.z/Foo/Bar Cookie: some_value=value1; some_value=value3
193 CHECK http://w.y26.z/Bar/Foo Cookie: $Version=1; some_value=value2; some_value=value3
194 CHECK http://w.y26.z/Foo/Bar Cookie: $Version=1; some_value=value1; some_value=value3
244 CHECK http://w.y7.z/Bar/Foo Cookie: some_value=value2; some_value=value3
245 CHECK http://w.y7.z/Foo/Bar Cookie: some_value=value1; some_value=value3
298 CHECK http://w.y26.z/Bar/Foo Cookie: $Version=1; some_value=value2; some_value=value3
299 CHECK http://w.y26.z/Foo/Bar Cookie: $Version=1; some_value=value1; some_value=value3
349 CHECK http://w.y7.z/Bar/Foo Cookie: some_value=value2; some_value=value3
350 CHECK http://w.y7.z/Foo/Bar Cookie: some_value=value1; some_value=value3
[all …]
H A Dcookie_session.test6 CHECK http://a.example1.net/ Cookie: some_value=value1
7 CHECK http://a.example2.net/ Cookie: some_value=value2
9 CHECK http://a.example1.net/ Cookie: some_value=value1
10 CHECK http://a.example2.net/ Cookie: some_value=value2
15 CHECK http://a.example3.net/ Cookie: some_value=value3
16 CHECK http://a.example4.net/ Cookie: some_value=value4
18 CHECK http://a.example3.net/ Cookie: some_value=value3
19 CHECK http://a.example4.net/ Cookie: some_value=value4
24 CHECK http://x.example1.net/ Cookie: some_value=value1
30 CHECK http://x.example2.net/ Cookie: some_value=value2
[all …]
H A Dcookie_rfc.test6 CHECK http://w.y.z/ Cookie: $Version=1; some_value="value1"; $Path="/"
17 CHECK http://w.y.z/ Cookie: $Version=1; some_value="extra space 1"
19 CHECK http://w.y.z/ Cookie: $Version=1; some_value="extra space 2"
21 CHECK http://a.b.c/ Cookie: $Version=1; some_value=unquoted
64 CHECK http://w.y.z/Foo Cookie: $Version=1; some_value=value1
66 CHECK http://w.y.z/Foo/ Cookie: $Version=1; some_value=value1
82 CHECK http://w.y.z/Foo/Bar Cookie: $Version=1; some_value=value1; some_value=value3
109 CHECK https://secure.y.z/Foo/bar Cookie: some_value=value
110 CHECK http://secure.y.z/Foo/bar Cookie: some_value=value
113 CHECK https://secure.y.z/Foo/bar Cookie: some_value=value
[all …]
H A Dcookie.test3 CHECK http://w.y.z/ Cookie: some_value=value1
5 CHECK http://a.b.c/ Cookie: some_value=value2
14 CHECK http://a.b.c/ Cookie: some_value="quoted value"
17 COOKIE ASK http://a.b.c/ Set-Cookie: some_value
19 CHECK http://a.b.c/ Cookie: some_value="quoted value"; some_value
30 # CHECK http://a.b.c/ Cookie: some_value=
35 CHECK http://w.y.z/ Cookie: some_value=value1
41 CHECK http://w.y.z/ Cookie: some_value=value3
51 CHECK http://w.y.z/Foo Cookie: some_value=value1
59 CHECK http://w.y.z/Foo Cookie: some_value=value1
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/commands/expression/call-restarts/
H A Dlotta-signals.c17 call_me (int some_value) in call_me() argument
21 for (i = 0; i < some_value; i++) in call_me()
38 call_me_nosig (int some_value) in call_me_nosig() argument
42 for (i = 0; i < some_value; i++) in call_me_nosig()
45 nosig_no += some_value; in call_me_nosig()
46 return some_value; in call_me_nosig()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/
H A Dlotta-signals.c17 call_me (int some_value) in call_me() argument
21 for (i = 0; i < some_value; i++) in call_me()
38 call_me_nosig (int some_value) in call_me_nosig() argument
42 for (i = 0; i < some_value; i++) in call_me_nosig()
45 nosig_no += some_value; in call_me_nosig()
46 return some_value; in call_me_nosig()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/commands/expression/call-restarts/
H A Dlotta-signals.c17 call_me (int some_value) in call_me() argument
21 for (i = 0; i < some_value; i++) in call_me()
38 call_me_nosig (int some_value) in call_me_nosig() argument
42 for (i = 0; i < some_value; i++) in call_me_nosig()
45 nosig_no += some_value; in call_me_nosig()
46 return some_value; in call_me_nosig()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/commands/expression/call-restarts/
H A Dlotta-signals.c17 call_me (int some_value) in call_me() argument
21 for (i = 0; i < some_value; i++) in call_me()
38 call_me_nosig (int some_value) in call_me_nosig() argument
42 for (i = 0; i < some_value; i++) in call_me_nosig()
45 nosig_no += some_value; in call_me_nosig()
46 return some_value; in call_me_nosig()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/commands/expression/call-restarts/
H A Dlotta-signals.c17 call_me (int some_value) in call_me() argument
21 for (i = 0; i < some_value; i++) in call_me()
38 call_me_nosig (int some_value) in call_me_nosig() argument
42 for (i = 0; i < some_value; i++) in call_me_nosig()
45 nosig_no += some_value; in call_me_nosig()
46 return some_value; in call_me_nosig()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/commands/expression/call-restarts/
H A Dlotta-signals.c17 call_me (int some_value) in call_me() argument
21 for (i = 0; i < some_value; i++) in call_me()
38 call_me_nosig (int some_value) in call_me_nosig() argument
42 for (i = 0; i < some_value; i++) in call_me_nosig()
45 nosig_no += some_value; in call_me_nosig()
46 return some_value; in call_me_nosig()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/commands/expression/call-restarts/
H A Dlotta-signals.c17 call_me (int some_value) in call_me() argument
21 for (i = 0; i < some_value; i++) in call_me()
38 call_me_nosig (int some_value) in call_me_nosig() argument
42 for (i = 0; i < some_value; i++) in call_me_nosig()
45 nosig_no += some_value; in call_me_nosig()
46 return some_value; in call_me_nosig()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/commands/expression/call-restarts/
H A Dlotta-signals.c17 call_me (int some_value) in call_me() argument
21 for (i = 0; i < some_value; i++) in call_me()
38 call_me_nosig (int some_value) in call_me_nosig() argument
42 for (i = 0; i < some_value; i++) in call_me_nosig()
45 nosig_no += some_value; in call_me_nosig()
46 return some_value; in call_me_nosig()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/commands/expression/call-restarts/
H A Dlotta-signals.c17 call_me (int some_value) in call_me() argument
21 for (i = 0; i < some_value; i++) in call_me()
38 call_me_nosig (int some_value) in call_me_nosig() argument
42 for (i = 0; i < some_value; i++) in call_me_nosig()
45 nosig_no += some_value; in call_me_nosig()
46 return some_value; in call_me_nosig()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/commands/expression/call-restarts/
H A Dlotta-signals.c17 call_me (int some_value) in call_me() argument
21 for (i = 0; i < some_value; i++) in call_me()
38 call_me_nosig (int some_value) in call_me_nosig() argument
42 for (i = 0; i < some_value; i++) in call_me_nosig()
45 nosig_no += some_value; in call_me_nosig()
46 return some_value; in call_me_nosig()
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/library/bigdecimal/
H A Dcoerce_spec.rb10 some_value = 32434234234234234234
17 a, b = zero_minus.coerce(some_value)
18 a.should == BigDecimal(some_value.to_s)
20 a, b = one.coerce(some_value)
21 a.should == BigDecimal(some_value.to_s)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/step-avoids-no-debug/
H A Dwith-debug.c8 called_from_nodebug_actual(int some_value) in called_from_nodebug_actual() argument
11 return_value = printf ("Length: %d.\n", some_value); in called_from_nodebug_actual()
16 called_from_nodebug(int some_value) in called_from_nodebug() argument
19 intermediate_return_value = called_from_nodebug_actual(some_value); in called_from_nodebug()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/step-avoids-no-debug/
H A Dwith-debug.c8 called_from_nodebug_actual(int some_value) in called_from_nodebug_actual() argument
11 return_value = printf ("Length: %d.\n", some_value); in called_from_nodebug_actual()
16 called_from_nodebug(int some_value) in called_from_nodebug() argument
19 intermediate_return_value = called_from_nodebug_actual(some_value); in called_from_nodebug()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/step-avoids-no-debug/
H A Dwith-debug.c8 called_from_nodebug_actual(int some_value) in called_from_nodebug_actual() argument
11 return_value = printf ("Length: %d.\n", some_value); in called_from_nodebug_actual()
16 called_from_nodebug(int some_value) in called_from_nodebug() argument
19 intermediate_return_value = called_from_nodebug_actual(some_value); in called_from_nodebug()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/step-avoids-no-debug/
H A Dwith-debug.c8 called_from_nodebug_actual(int some_value) in called_from_nodebug_actual() argument
11 return_value = printf ("Length: %d.\n", some_value); in called_from_nodebug_actual()
16 called_from_nodebug(int some_value) in called_from_nodebug() argument
19 intermediate_return_value = called_from_nodebug_actual(some_value); in called_from_nodebug()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/
H A Dwith-debug.c8 called_from_nodebug_actual(int some_value) in called_from_nodebug_actual() argument
11 return_value = printf ("Length: %d.\n", some_value); in called_from_nodebug_actual()
16 called_from_nodebug(int some_value) in called_from_nodebug() argument
19 intermediate_return_value = called_from_nodebug_actual(some_value); in called_from_nodebug()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/step-avoids-no-debug/
H A Dwith-debug.c8 called_from_nodebug_actual(int some_value) in called_from_nodebug_actual() argument
11 return_value = printf ("Length: %d.\n", some_value); in called_from_nodebug_actual()
16 called_from_nodebug(int some_value) in called_from_nodebug() argument
19 intermediate_return_value = called_from_nodebug_actual(some_value); in called_from_nodebug()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/step-avoids-no-debug/
H A Dwith-debug.c8 called_from_nodebug_actual(int some_value) in called_from_nodebug_actual() argument
11 return_value = printf ("Length: %d.\n", some_value); in called_from_nodebug_actual()
16 called_from_nodebug(int some_value) in called_from_nodebug() argument
19 intermediate_return_value = called_from_nodebug_actual(some_value); in called_from_nodebug()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/step-avoids-no-debug/
H A Dwith-debug.c8 called_from_nodebug_actual(int some_value) in called_from_nodebug_actual() argument
11 return_value = printf ("Length: %d.\n", some_value); in called_from_nodebug_actual()
16 called_from_nodebug(int some_value) in called_from_nodebug() argument
19 intermediate_return_value = called_from_nodebug_actual(some_value); in called_from_nodebug()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/
H A Dwith-debug.c8 called_from_nodebug_actual(int some_value) in called_from_nodebug_actual() argument
11 return_value = printf ("Length: %d.\n", some_value); in called_from_nodebug_actual()
16 called_from_nodebug(int some_value) in called_from_nodebug() argument
19 intermediate_return_value = called_from_nodebug_actual(some_value); in called_from_nodebug()

12345678910>>...51