Searched full:patch (Results 1 – 11 of 11) sorted by relevance
25 from unittest.mock import patch563 @patch("generate_test_code.parse_function_arguments")582 @patch("generate_test_code.gen_dispatch")583 @patch("generate_test_code.gen_dependencies")584 @patch("generate_test_code.gen_function_wrapper")585 @patch("generate_test_code.parse_function_arguments")627 @patch("generate_test_code.gen_dispatch")628 @patch("generate_test_code.gen_dependencies")629 @patch("generate_test_code.gen_function_wrapper")630 @patch("generate_test_code.parse_function_arguments")[all …]
140 cp "${ETC_DIR}/server.patch" script/server.patch141 patch script/server script/server.patch
120 read MAJOR MINOR PATCH <<<$(IFS="."; echo $VERSION)121 VERSION_NR="$( printf "0x%02X%02X%02X00" $MAJOR $MINOR $PATCH )"125 sed -e "s/_VERSION_PATCH .\{1,\}/_VERSION_PATCH $PATCH/" | \
46 * Major version | Minor version | Patch version62 * MMNNPP00 (Major, Minor, Patch).
4 patch: off
227 * application/json-patch+json: [RFC6902]232 * application/merge-patch+json: [RFC7396]
52 …$( echo $G_VER | sed 's/.* \([0-9]*\)\.\([0-9]\)*\.\([0-9]*\)$/MAJOR="\1" MINOR="\2" PATCH="\3"/' )55 \( $MAJOR -eq 3 -a $MINOR -eq 2 -a $PATCH -lt 15 \) ]
180 …do). Another limitation is that this approach does not work for users who patch the library by rep…
2542 in the previous patch release. Found by Robert Scheck. #390 #3912651 Found and patch provided by Guido Vranken, Intelworks. Cannot be forced2677 * Fix compile error in net.c with musl libc. Found and patch provided by2695 (Found and patch provided by Fabian Foerg, Gotham Digital Science using4384 (patch contributed by David Patino)
5357 * opaque mbedtls_version[3]; // major, minor, patch6224 * opaque mbedtls_version[3]; // major, minor, patch
659 SSL session serialization: Wrong patch version