| /buildroot/package/perl-class-method-modifiers/ |
| A D | Config.in | 2 bool "perl-class-method-modifiers" 4 Provides Moose-like method modifiers.
|
| /buildroot/utils/checksymbolslib/ |
| A D | test_util.py | 1 def assert_calls(method, expected_calls): argument 2 method.assert_has_calls(expected_calls, any_order=True) 3 assert method.call_count == len(expected_calls)
|
| /buildroot/support/testing/tests/package/ |
| A D | sample_python_dbus_next.py | 3 from dbus_next.service import ServiceInterface, method 12 @method() 16 @method()
|
| A D | sample_python_dbus_fast.py | 3 from dbus_fast.service import ServiceInterface, method 12 @method() 16 @method()
|
| /buildroot/package/heirloom-mailx/ |
| A D | 0001-fix-libressl-support.patch | 42 method = SSLv3_client_method(); 44 method = TLSv1_client_method(); 47 + method = TLSv1_client_method(); 51 "Invalid SSL method \"%s\"\n"), cp);
|
| /buildroot/package/python3/ |
| A D | 0026-lib-crypt-uClibc-ng-doesn-t-set-errno-when-encryptio.patch | 4 Subject: [PATCH] lib/crypt: uClibc-ng doesn't set errno when encryption method 7 Since commit [1] in cpython, an exception is raised when an encryption method 34 + # Not all libc libraries set errno when encryption method is not 39 if result and len(result) == method.total_size:
|
| /buildroot/package/libjwt/ |
| A D | Config.in | 7 method for representing claims securely between two parties.
|
| /buildroot/package/bustle/ |
| A D | Config.in | 12 emissions, method calls and their corresponding returns, 14 of each method call. This can help you check for unwanted
|
| /buildroot/package/lft/ |
| A D | Config.in | 7 commonly-used Van Jacobson method) and goes through many
|
| /buildroot/package/libtelnet/ |
| A D | Config.in | 6 libtelnet also implements the Q method of TELNET option
|
| /buildroot/utils/checkpackagelib/ |
| A D | readme.txt | 6 newline!) to the method check_line() of every check object. 31 - keep in mind that for every class the method before() will be called before 32 any line is served to be checked by the method check_line(). A class that 33 checks the filename should only implement the method before(). A function that 35 processed) should initialize all variables using this method. 36 - keep in mind that for every class the method after() will be called after all 37 lines were served to be checked by the method check_line(). A class that 38 checks the absence of a pattern in the file will need to use this method.
|
| /buildroot/package/ocrad/ |
| A D | Config.in | 7 based on a feature extraction method.
|
| /buildroot/package/dialog/ |
| A D | Config.in | 9 This application provides a method of displaying several
|
| /buildroot/support/kconfig/patches/ |
| A D | 17-backport-kecho.patch | 18 +# Easy method for doing a status message
|
| /buildroot/package/mkpasswd/ |
| A D | mkpasswd.c | 83 const char *method; /* short name used by the command line option */ member 166 for (i = 0; methods[i].method != NULL; i++) in main() 167 if (strcaseeq(methods[i].method, optarg)) { in main() 463 for (i = 0; methods[i].method != NULL; i++) in display_methods() 464 printf("%s\t%s\n", methods[i].method, methods[i].desc); in display_methods()
|
| /buildroot/package/bc/ |
| A D | Config.in | 8 This version does not use the historical method of having bc
|
| /buildroot/package/wampcc/ |
| A D | 0001-Add-RISC-V-endian-detection.patch | 18 method (1) does not work, causing build failures on musl toolchains 19 that don't have explicit handling by architecture name (method 2).
|
| /buildroot/package/php-lua/ |
| A D | 0001-ZEND_ACC_ALLOW_STATIC-ZEND_ACC_STATIC-for-static-met.patch | 4 Subject: [PATCH] ZEND_ACC_ALLOW_STATIC -> ZEND_ACC_STATIC for static method
|
| /buildroot/package/mono-gtksharp3/ |
| A D | 0001-Fixes-MONO_PROFILE_ENTER_LEAVE-undeclared.patch | 18 @@ -86,6 +86,10 @@ simple_method_enter (MonoProfiler *prof, MonoMethod *method)
|
| /buildroot/package/dbus-broker/ |
| A D | system.conf | 49 name ownership and sending method calls --> 53 <!-- Signals and reply messages (method returns, errors) are allowed
|
| /buildroot/package/cifs-utils/ |
| A D | Config.in | 7 method for mounting SMB/CIFS shares on Linux. The in-kernel
|
| /buildroot/package/ecryptfs-utils/ |
| A D | Config.in | 27 openssl for another method.
|
| /buildroot/package/mosquitto/ |
| A D | Config.in | 10 The MQTT protocol provides a lightweight method of carrying
|
| /buildroot/fs/tar/ |
| A D | Config.in | 8 prompt "Compression method"
|
| /buildroot/package/iotop/ |
| A D | 0001-Fix-build-error-with-Python-3.patch | 12 The itervalues() method is not available in Python 3. As a
|