Home
last modified time | relevance | path

Searched refs:PATCH (Results 226 – 250 of 8547) sorted by relevance

12345678910>>...342

/dports/math/blas/lapack-3.10.0/INSTALL/
H A DLAPACK_version.f30 INTEGER MAJOR, MINOR, PATCH
35 CALL ILAVER ( MAJOR, MINOR, PATCH )
36 WRITE(*,*) "LAPACK ",MAJOR,".",MINOR,".",PATCH
/dports/math/lapack/lapack-3.10.0/INSTALL/
H A DLAPACK_version.f30 INTEGER MAJOR, MINOR, PATCH
35 CALL ILAVER ( MAJOR, MINOR, PATCH )
36 WRITE(*,*) "LAPACK ",MAJOR,".",MINOR,".",PATCH
/dports/math/lapacke/lapack-3.10.0/INSTALL/
H A DLAPACK_version.f30 INTEGER MAJOR, MINOR, PATCH
35 CALL ILAVER ( MAJOR, MINOR, PATCH )
36 WRITE(*,*) "LAPACK ",MAJOR,".",MINOR,".",PATCH
/dports/math/openblas/OpenBLAS-0.3.18/lapack-netlib/INSTALL/
H A DLAPACK_version.f33 INTEGER MAJOR, MINOR, PATCH
38 CALL ILAVER ( MAJOR, MINOR, PATCH )
39 WRITE(*,*) "LAPACK ",MAJOR,".",MINOR,".",PATCH
/dports/math/cblas/lapack-3.10.0/INSTALL/
H A DLAPACK_version.f30 INTEGER MAJOR, MINOR, PATCH
35 CALL ILAVER ( MAJOR, MINOR, PATCH )
36 WRITE(*,*) "LAPACK ",MAJOR,".",MINOR,".",PATCH
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/grpc-ecosystem/grpc-gateway/docs/_docs/
H A Dpatch.md6 The HTTP PATCH method allows a resource to be partially updated.
16 1. Create PATCH request.
18 The PATCH request needs to include the message and the update mask.
28 If you want to use PATCH with fieldmask hidden from REST request only include the request message i…
43 If you want to use PATCH wtih fieldmask exposed to the REST request then include the entire request…
60 curl --data '{"string_value": "strprefix/foo"}' -X PATCH http://address:port/v2/example/a_bit_of_ev…
63 If we know what fields we want to update then we can use PATCH with field mask approach. For this w…
65 …se not in the field mask"},"update_mask":{"paths":["single_nested"]}}' -X PATCH http://address:por…
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/grpc-ecosystem/grpc-gateway/docs/_docs/
H A Dpatch.md6 The HTTP PATCH method allows a resource to be partially updated.
14 1. Create PATCH request.
16 The PATCH request needs to include the message and the update mask.
26 If you want to use PATCH with fieldmask hidden from REST request only include the request message i…
41 If you want to use PATCH with fieldmask exposed to the REST request then include the entire request…
58 curl --data '{"string_value": "strprefix/foo"}' -X PATCH http://address:port/v2/example/a_bit_of_ev…
61 If we know what fields we want to update then we can use PATCH with field mask approach. For this w…
63 …se not in the field mask"},"update_mask":{"paths":["single_nested"]}}' -X PATCH http://address:por…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/grpc-ecosystem/grpc-gateway/docs/_docs/
H A Dpatch.md6 The HTTP PATCH method allows a resource to be partially updated.
27 1. Create PATCH request.
29 The PATCH request needs to include the message and the update mask.
39 …If you want to use PATCH with fieldmask hidden from REST request only include the request message …
54 …If you want to use PATCH with fieldmask exposed to the REST request then include the entire reques…
77 -X PATCH \
81 If we know what fields we want to update then we can use PATCH with
88 -X PATCH \
/dports/converters/uudeview/uudeview-0.5.20/
H A Dmkrelease14 PATCH=`echo $version | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\3/'`
16 echo branding release $MAJOR.$MINOR.$PATCH
51 -e 's/^\(\\providecommand{\\uupatch}\){.*}/\1'"{$PATCH}/" \
61 -e "s/^PATCH=.*/PATCH=$PATCH/" < $file > $file.temp
/dports/converters/uulib/uudeview-0.5.20/
H A Dmkrelease14 PATCH=`echo $version | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\3/'`
16 echo branding release $MAJOR.$MINOR.$PATCH
51 -e 's/^\(\\providecommand{\\uupatch}\){.*}/\1'"{$PATCH}/" \
61 -e "s/^PATCH=.*/PATCH=$PATCH/" < $file > $file.temp
/dports/audio/faust/faust-2.37.3/architecture/daisy/
H A Dex_faust.cpp37 #ifdef PATCH
80 #ifdef PATCH
106 #ifndef PATCH in main()
129 #ifdef PATCH in main()
/dports/converters/xdeview/uudeview-0.5.20/
H A Dmkrelease14 PATCH=`echo $version | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\3/'`
16 echo branding release $MAJOR.$MINOR.$PATCH
51 -e 's/^\(\\providecommand{\\uupatch}\){.*}/\1'"{$PATCH}/" \
61 -e "s/^PATCH=.*/PATCH=$PATCH/" < $file > $file.temp
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/
H A Dcheckout.sh38 for PATCH in `find patches -name \*.patch`
40 REPO=${PATCH:8:-6}
42 for FILE in `grep -- '--- a/' ${PATCH} | colrm 1 6`
51 (cd ${REPO} && patch -p1 || true) < $PATCH
/dports/misc/libsolv/libsolv-0.7.19/
H A DVERSION.cmake13 # PATCH The implementation number of the current interface.
16 # - The package VERSION will be MAJOR.MINOR.PATCH.
18 # - Libtool's -version-info will be derived from MAJOR, MINOR, PATCH
35 # then increment PATCH.
38 # update, increment MINOR, and set PATCH to 0.
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/setup/
H A Dsetup_exe_version.rc.version13 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
14 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
31 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
35 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/gcapi/
H A Dgcapi_dll_version.rc.version13 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
14 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
31 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
35 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/zucchini/
H A Dzucchini_exe_version.rc.version13 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
14 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
31 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
35 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/zucchini/
H A Dzucchini_exe_version.rc.version13 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
14 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
31 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
35 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
/dports/misc/patchutils/patchutils-0.4.2/tests/dashes1/
H A Drun-test25 ${PATCH} < ../patch1-2 || exit 1
29 ${PATCH} -R < ../patch1-2
44 ${PATCH} < ../patch3-4 || exit 1
48 ${PATCH} -R < ../patch3-4
/dports/misc/patchutils/patchutils-0.4.2/tests/dashes2/
H A Drun-test25 ${PATCH} < ../patch1-2 || exit 1
29 ${PATCH} -R < ../patch1-2
44 ${PATCH} < ../patch3-4 || exit 1
48 ${PATCH} -R < ../patch3-4
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/mini_installer/
H A Dmini_installer_exe_version.rc.version11 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
12 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
29 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
33 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/win/installer/
H A Dinstaller_version.rc.version11 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
12 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
29 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
33 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/app/
H A Dchrome_version.rc.version13 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
14 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
31 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
36 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/app/
H A Dchrome_version.rc.version13 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
14 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
31 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
36 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
/dports/devel/pysvn/pysvn-1.9.12/Source/
H A Dpysvn.rc.template25 FILEVERSION %(MAJOR)s,%(MINOR)s,%(PATCH)s,%(BUILD)s
26 PRODUCTVERSION %(MAJOR)s,%(MINOR)s,%(PATCH)s,%(BUILD)s
43 VALUE "FileVersion", "%(MAJOR)s, %(MINOR)s, %(PATCH)s, %(BUILD)s"
48 VALUE "ProductVersion", "%(MAJOR)s, %(MINOR)s, %(PATCH)s, %(BUILD)s"

12345678910>>...342