Home
last modified time | relevance | path

Searched refs:meth_str (Results 1 – 17 of 17) sorted by relevance

/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dlib-zipStream.php349 $meth_str = $this->opt['large_file_method'];
350 if ($meth_str == 'store') {
355 } elseif ($meth_str == 'deflate') {
376 die("unknown large_file_method: $meth_str");
387 if ($meth_str == 'deflate')
/dports/audio/ampache/ampache-php74-5.0.0/vendor/maennchen/zipstream-php/src/
H A DZipStream.php553 $meth_str = $this->opt[self::OPTION_LARGE_FILE_METHOD];
554 if ($meth_str == self::METHOD_STORE) {
558 } elseif ($meth_str == self::METHOD_DEFLATE) {
588 …idOptionException('large_file_method', array(self::METHOD_STORE, self::METHOD_DEFLATE), $meth_str);
599 if ($meth_str == self::METHOD_DEFLATE) {
/dports/www/pecl-http/pecl_http-3.2.4/src/
H A Dphp_http_client_request.c40 char *meth_str = NULL; in PHP_METHOD() local
45 …php_http_expect(SUCCESS == zend_parse_parameters(ZEND_NUM_ARGS(), "|s!z!a!O!", &meth_str, &meth_le… in PHP_METHOD()
58 if (meth_str && meth_len) { in PHP_METHOD()
59 PHP_HTTP_INFO(obj->message).request.method = estrndup(meth_str, meth_len); in PHP_METHOD()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_tls.cpp453 std::string meth_str = Botan::TLS::auth_method_to_string(meth); in test_auth_method_strings() local
454 result.test_ne("Method string is not empty", meth_str, ""); in test_auth_method_strings()
455 Botan::TLS::Auth_Method meth2 = Botan::TLS::auth_method_from_string(meth_str); in test_auth_method_strings()
479 std::string meth_str = Botan::TLS::kex_method_to_string(meth); in test_kex_algo_strings() local
480 result.test_ne("Method string is not empty", meth_str, ""); in test_kex_algo_strings()
481 Botan::TLS::Kex_Algo meth2 = Botan::TLS::kex_method_from_string(meth_str); in test_kex_algo_strings()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtest_tls.cpp453 std::string meth_str = Botan::TLS::auth_method_to_string(meth); in test_auth_method_strings() local
454 result.test_ne("Method string is not empty", meth_str, ""); in test_auth_method_strings()
455 Botan::TLS::Auth_Method meth2 = Botan::TLS::auth_method_from_string(meth_str); in test_auth_method_strings()
479 std::string meth_str = Botan::TLS::kex_method_to_string(meth); in test_kex_algo_strings() local
480 result.test_ne("Method string is not empty", meth_str, ""); in test_kex_algo_strings()
481 Botan::TLS::Kex_Algo meth2 = Botan::TLS::kex_method_from_string(meth_str); in test_kex_algo_strings()
/dports/devel/py-qutip/qutip-4.6.2/qutip/
H A Dutilities.py414 meth_str = m.__doc__
415 ind = meth_str.find('\n')
417 print(pub_meth[ii] + ':' + ' ' * (ml+3-pub_len) + meth_str[:ind])
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dobjc-lang.c1466 struct objc_method meth_str; in find_implementation_from_class() local
1468 read_objc_methlist_method (gdbarch, mlist, i, &meth_str); in find_implementation_from_class()
1472 meth_str.name, sel); in find_implementation_from_class()
1475 if (meth_str.name == sel) in find_implementation_from_class()
1478 return meth_str.imp; in find_implementation_from_class()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dobjc-lang.c1810 struct objc_method meth_str; in find_implementation_from_class() local
1811 read_objc_methlist_method (mlist, i, &meth_str); in find_implementation_from_class()
1816 meth_str.name, sel); in find_implementation_from_class()
1819 if (meth_str.name == sel) in find_implementation_from_class()
1822 return meth_str.imp; in find_implementation_from_class()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dobjc-lang.c1747 struct objc_method meth_str; in find_implementation_from_class() local
1749 read_objc_methlist_method (gdbarch, mlist, i, &meth_str); in find_implementation_from_class()
1753 meth_str.name, sel); in find_implementation_from_class()
1756 if (meth_str.name == sel) in find_implementation_from_class()
1759 return meth_str.imp; in find_implementation_from_class()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dobjc-lang.c1810 struct objc_method meth_str; in find_implementation_from_class() local
1811 read_objc_methlist_method (mlist, i, &meth_str); in find_implementation_from_class()
1816 meth_str.name, sel); in find_implementation_from_class()
1819 if (meth_str.name == sel) in find_implementation_from_class()
1822 return meth_str.imp; in find_implementation_from_class()
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dpmcproxy.pmc344 STRING * const meth_str = CONST_STRING(INTERP, "methods");
353 VTABLE_set_pmc_keyed_str(INTERP, metadata, meth_str,
354 VTABLE_inspect_str(INTERP, SELF, meth_str));
/dports/devel/gdb/gdb-11.1/gdb/
H A Dobjc-lang.c1424 struct objc_method meth_str;
1426 read_objc_methlist_method (gdbarch, mlist, i, &meth_str);
1428 if (meth_str.name == sel)
1431 return meth_str.imp;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/sgi/
H A Dmeth.c48 static const char *meth_str="SGI O2 Fast Ethernet"; variable
333 ret = request_irq(dev->irq, meth_interrupt, 0, meth_str, dev); in meth_open()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/sgi/
H A Dmeth.c48 static const char *meth_str="SGI O2 Fast Ethernet"; variable
333 ret = request_irq(dev->irq, meth_interrupt, 0, meth_str, dev); in meth_open()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/sgi/
H A Dmeth.c48 static const char *meth_str="SGI O2 Fast Ethernet"; variable
333 ret = request_irq(dev->irq, meth_interrupt, 0, meth_str, dev); in meth_open()
/dports/lang/mono/mono-5.10.1.57/mono/dis/
H A Dget.c3138 char *meth_str; in get_method_override() local
3141 meth_str = get_method_core (m, decl, TRUE, container); in get_method_override()
3142 ret = g_strdup_printf ("method %s", meth_str); in get_method_override()
3143 g_free (meth_str); in get_method_override()
3147 char *meth_str = get_method_core (m, decl, FALSE, container); in get_method_override() local
3148 …char *ret = g_strdup_printf ("Could not decode method override %s due to %s", meth_str, mono_error… in get_method_override()
3151 g_free (meth_str); in get_method_override()
/dports/devel/swig/swig-4.0.2/Source/Modules/
H A Dpython.cxx2430 String * meth_str = NewString(""); in add_method() local
2434 Printf(meth_str, "\t { \"%s\", %s, METH_NOARGS, ", name, function); in add_method()
2436 Printf(meth_str, "\t { \"%s\", %s, METH_O, ", name, function); in add_method()
2438 Printf(meth_str, "\t { \"%s\", %s, METH_VARARGS, ", name, function); in add_method()
2441 Printf(meth_str, "\t { \"%s\", %s, METH_VARARGS, ", name, function); in add_method()
2447 …Printf(meth_str, "\t { \"%s\", (PyCFunction)(void(*)(void))%s, METH_VARARGS|METH_KEYWORDS, ", name… in add_method()
2449 Append(methods, meth_str); in add_method()
2451 Append(methods_proxydocs, meth_str); in add_method()
2453 Delete(meth_str); in add_method()