Home
last modified time | relevance | path

Searched refs:soo (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/dports/net/pecl-oauth2/oauth-2.0.7/
H A Doauth.c165 if (soo->nonce) {
190 if(soo && soo->debug && Z_TYPE(soo->debugArr) != IS_UNDEF) {
442 if (soo && !soo->is_multipart) {
477soo->multipart_files = erealloc(soo->multipart_files, sizeof(char *) * (soo->multipart_files_num +…
478soo->multipart_params = erealloc(soo->multipart_params, sizeof(char *) * (soo->multipart_files_num…
672 if(soo && soo->debug) {
949 soo_handle_error(soo, -1, bufz, soo->lastresponse.c, NULL);
1303 soo_handle_error(soo, -1, bufz, soo->lastresponse.c, NULL);
1528 sig = soo_sign(soo, ZSTR_VAL(sbs), cs, ts, soo->sig_ctx);
2531 RETURN_STRINGL(soo->headers_in.c, soo->headers_in.len);
[all …]
H A Dphp_oauth.h246 php_so_object *soo = so_object_from_obj(Z_OBJ_P((zv))); in Z_SOO_P() local
247 soo->this_ptr = zv; in Z_SOO_P()
248 return soo; in Z_SOO_P()
257 void soo_handle_error(php_so_object *soo, long errorCode, char *msg, char *response, char *addition…
258 zend_string *oauth_generate_sig_base(php_so_object *soo, const char *http_method, const char *uri, …
321 long make_req_curl(php_so_object *soo, const char *url, const smart_string *payload, const char *ht…
329 zend_string *soo_sign(php_so_object *soo, char *message, zval *cs, zval *ts, const oauth_sig_contex…
/dports/net-mgmt/py-arouteserver/arouteserver-1.12.0/pierky/arouteserver/tests/live_tests/skeleton/openbgpd/
H A Dheader.j217 INTCOMM_PREF_OK_ROA="soo 65535:1"
18 INTCOMM_ROUTE_OK_WL="soo 65535:2"
19 INTCOMM_PREF_OK_ARINDB="soo 65535:3"
22 INTCOMM_ORIGIN_OK="soo 65535:4"
23 INTCOMM_ORIGIN_KO="soo 65535:5"
24 INTCOMM_PREFIX_OK="soo 65535:6"
25 INTCOMM_PREFIX_KO="soo 65535:7"
26 INTCOMM_IRR_REJECT="soo 65535:8"
28 INTCOMM_RPKI_UNKNOWN="soo 65535:9"
29 INTCOMM_RPKI_INVALID="soo 65535:10"
[all …]
/dports/net-mgmt/py-arouteserver/arouteserver-1.12.0/pierky/arouteserver/templates/openbgpd/
H A Dheader.j217 INTCOMM_PREF_OK_ROA="soo 65535:1"
18 INTCOMM_ROUTE_OK_WL="soo 65535:2"
19 INTCOMM_PREF_OK_ARINDB="soo 65535:3"
22 INTCOMM_ORIGIN_OK="soo 65535:4"
23 INTCOMM_ORIGIN_KO="soo 65535:5"
24 INTCOMM_PREFIX_OK="soo 65535:6"
25 INTCOMM_PREFIX_KO="soo 65535:7"
26 INTCOMM_IRR_REJECT="soo 65535:8"
28 INTCOMM_RPKI_UNKNOWN="soo 65535:9"
29 INTCOMM_RPKI_INVALID="soo 65535:10"
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cue/testdata/scalars/
H A Dyield.txtar14 "soo"
25 ifScalarConflict: conflicting values "soo" and 5 (mismatched types string and int):
38 // [eval] ifScalarConflict: conflicting values "soo" and 5 (mismatched types string and int):
63 "soo"
/dports/devel/sope/SOPE/sope-core/EOCoreData/
H A DEOFetchSpecification+CoreData.m50 EOSortOrdering *soo;
52 soo = [[EOSortOrdering alloc] initWithSortDescriptor:
54 if (soo == nil) {
55 soo = [sd objectAtIndex:i]; /* oh well, this is sneaky */
57 @"EOSortOrdering: %@", __PRETTY_FUNCTION__, soo);
59 [so addObject:soo];
60 [soo release];
/dports/devel/sope2/SOPE/sope-core/EOCoreData/
H A DEOFetchSpecification+CoreData.m50 EOSortOrdering *soo;
52 soo = [[EOSortOrdering alloc] initWithSortDescriptor:
54 if (soo == nil) {
55 soo = [sd objectAtIndex:i]; /* oh well, this is sneaky */
57 @"EOSortOrdering: %@", __PRETTY_FUNCTION__, soo);
59 [so addObject:soo];
60 [soo release];
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_ext_communities/
H A Dbgp_ext_communities.py82 soo = list()
88 soo.append(':'.join(member.split(':')[1:]))
98 if soo and len(soo) > 0:
99 result['members']['route_origin'] = soo
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dia64-hpux-tdep.c267 int sof, sol, sor, soo; in ia64_hpux_push_dummy_code() local
274 soo = sof - sol - sor; in ia64_hpux_push_dummy_code()
300 buf[2] |= ((soo & 0x3f) << 2); in ia64_hpux_push_dummy_code()
301 buf[3] |= (soo << 1); in ia64_hpux_push_dummy_code()
302 if (soo > 63) in ia64_hpux_push_dummy_code()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dia64-hpux-tdep.c267 int sof, sol, sor, soo; in ia64_hpux_push_dummy_code() local
274 soo = sof - sol - sor; in ia64_hpux_push_dummy_code()
300 buf[2] |= ((soo & 0x3f) << 2); in ia64_hpux_push_dummy_code()
301 buf[3] |= (soo << 1); in ia64_hpux_push_dummy_code()
302 if (soo > 63) in ia64_hpux_push_dummy_code()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/headless/
H A DUnitTestsFX.cpp39 float soo = 0.f; variable
47 soo += surge->output[0][p] + surge->output[1][p];
53 REQUIRE(fabs(soo) < 1e-5);
/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/info_base/
H A Dvrffs.py62 for soo in vrf_conf.soo_list:
63 communities.append(create_rt_extended_community(soo, 3))
/dports/net/frr7-pythontools/frr-frr-7.5.1/tools/
H A Dmultiple-bgpd.sh63 ! bgpd still has problems with extcommunity rt/soo
66 set extcommunity soo ${ASN}:2
/dports/net/frr7/frr-frr-7.5.1/tools/
H A Dmultiple-bgpd.sh63 ! bgpd still has problems with extcommunity rt/soo
66 set extcommunity soo ${ASN}:2
/dports/devel/py-behave/behave-1.2.6/features/
H A Drunner.hook_errors.feature33 @soo
313 …When I run "behave -f plain -D HOOK_ERROR_LOC=before_tag -D HOOK_ERROR_TAG=soo features/passing.fe…
317 HOOK-ERROR in before_tag(tag=soo): RuntimeError: FAIL
319 called_hook:after_tag: tag=soo
334 …When I run "behave -f plain -D HOOK_ERROR_LOC=after_tag -D HOOK_ERROR_TAG=soo features/passing.fea…
341 HOOK-ERROR in after_tag(tag=soo): RuntimeError: FAIL
/dports/math/boolector/boolector-3.2.2/test/log/
H A Dkreise.smt213 (declare-fun soo () (_ BitVec 5))
64 (assert (= soo (bvadd (bvadd (bvadd a11 a13) a33) a31)))
65 (assert (= soo sum))
/dports/textproc/elixir-earmark/earmark-1.2.5/test/acceptance/
H A Dhorizontal_rules_test.exs64 test "setext rules over rules (why am I soo witty?)" do
72 test "in lists, thick this time (why am I soo good to you?)" do
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-ignored-regexp.cpp44 struct soo { struct
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-ignored-regexp.cpp44 struct soo { struct
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-ignored-regexp.cpp44 struct soo { struct
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-ignored-regexp.cpp44 struct soo { struct
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-ignored-regexp.cpp44 struct soo { struct
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-ignored-regexp.cpp44 struct soo { struct
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-ignored-regexp.cpp44 struct soo { struct
/dports/security/p5-Crypt-Perl/Crypt-Perl-0.34/t/assets/ecdsa_named_curve_uncompressed/
H A Dc2pnb368w1.key4 v25q2JOkcp/RoY50+Nm1iyHcwYmmoyeUt5cEA2NOQ1sIF+kGxozTLMkg8oM+8soo

12345678910>>...24