Home
last modified time | relevance | path

Searched refs:test5 (Results 1 – 25 of 5018) sorted by relevance

12345678910>>...201

/dports/lang/php73/php-7.3.33/ext/interbase/tests/
H A D005.phpt213 --- test5 ---
216 --- test5 ---
220 --- test5 ---
223 --- test5 ---
227 --- test5 ---
231 --- test5 ---
235 --- test5 ---
239 --- test5 ---
243 --- test5 ---
248 --- test5 ---
[all …]
/dports/databases/php73-interbase/php-7.3.33/ext/interbase/tests/
H A D005.phpt213 --- test5 ---
216 --- test5 ---
220 --- test5 ---
223 --- test5 ---
227 --- test5 ---
231 --- test5 ---
235 --- test5 ---
239 --- test5 ---
243 --- test5 ---
248 --- test5 ---
[all …]
/dports/www/mod_php73/php-7.3.33/ext/interbase/tests/
H A D005.phpt213 --- test5 ---
216 --- test5 ---
220 --- test5 ---
223 --- test5 ---
227 --- test5 ---
231 --- test5 ---
235 --- test5 ---
239 --- test5 ---
243 --- test5 ---
248 --- test5 ---
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/tests/
H A Dxgettext-56 cat <<EOF > xg-test5.c
15 ${XGETTEXT} --no-location -k_ -o xg-test5.po xg-test5.c 2>/dev/null
17 ${XGETTEXT} --no-location -k_ --from-code=iso-8859-2 -o xg-test5.tmp xg-test5.c || Exit 1
18 LC_ALL=C tr -d '\r' < xg-test5.tmp > xg-test5.po || Exit 1
20 sed -e '/POT-Creation-Date/d' < xg-test5.po > xg-test5.pot
22 cat <<EOF > xg-test5.ok
51 ${DIFF} xg-test5.ok xg-test5.pot
H A Dmsgmerge-56 cat <<EOF > mm-test5.in1.po
29 cat <<EOF > mm-test5.in2.po
41 ${MSGMERGE} -q -o mm-test5.tmp mm-test5.in1.po mm-test5.in2.po >mm-test5.err 2>&1
43 cat mm-test5.err | grep -v 'warning: Charset' | grep -v '^ '
45 LC_ALL=C tr -d '\r' < mm-test5.tmp > mm-test5.out || Exit 1
47 cat <<EOF > mm-test5.ok
72 ${DIFF} mm-test5.ok mm-test5.out
H A Dmsgcat-57 cat <<\EOF > mcat-test5.in1
31 cat <<\EOF > mcat-test5.in2
55 rm -f mcat-test5.tmp
58 ${MSGCAT} --use-first --more-than=0 -o mcat-test5.tmp \
59 mcat-test5.in1 mcat-test5.in2 || Exit 1
60 LC_ALL=C tr -d '\r' < mcat-test5.tmp > mcat-test5.out || Exit 1
62 cat << \EOF > mcat-test5.ok
85 ${DIFF} mcat-test5.ok mcat-test5.out
H A Dmsgcomm-56 cat <<EOF > mcomm-test5.in1
23 cat <<EOF > mcomm-test5.in2
30 ${MSGCOMM} --more-than=0 --omit-header -o mcomm-test5.tmp \
31 mcomm-test5.in1 mcomm-test5.in2 || Exit 1
32 LC_ALL=C tr -d '\r' < mcomm-test5.tmp > mcomm-test5.out || Exit 1
34 cat << EOF > mcomm-test5.ok
45 ${DIFF} mcomm-test5.ok mcomm-test5.out
H A Dmsgexec-56 cat <<\EOF > mex-test5.po
31 cat <<\EOF > mex-test5.sh
49 chmod a+x mex-test5.sh
53 ${MSGEXEC} -i mex-test5.po ./mex-test5.sh > mex-test5.out 2> mex-test5.err
55 cat mex-test5.err | grep -v 'warning: Locale charset' | grep -v '^ '
58 cat <<\EOF > mex-test5.ok
59 ========================= mex-test5.po:2 =========================
69 ========================= mex-test5.po:8 =========================
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/tests/
H A Dmsgmerge-56 cat <<EOF > mm-test5.in1.po
29 cat <<EOF > mm-test5.in2.po
41 ${MSGMERGE} -q -o mm-test5.tmp mm-test5.in1.po mm-test5.in2.po >mm-test5.err 2>&1
43 cat mm-test5.err | grep -v 'warning: Charset' | grep -v '^ '
45 LC_ALL=C tr -d '\r' < mm-test5.tmp > mm-test5.out || Exit 1
47 cat <<EOF > mm-test5.ok
72 ${DIFF} mm-test5.ok mm-test5.out
H A Dxgettext-56 cat <<EOF > xg-test5.c
15 ${XGETTEXT} --no-location -k_ -o xg-test5.po xg-test5.c 2>/dev/null
17 ${XGETTEXT} --no-location -k_ --from-code=iso-8859-2 -o xg-test5.tmp xg-test5.c || Exit 1
18 LC_ALL=C tr -d '\r' < xg-test5.tmp > xg-test5.po || Exit 1
20 sed -e '/POT-Creation-Date/d' < xg-test5.po > xg-test5.pot
22 cat <<EOF > xg-test5.ok
51 ${DIFF} xg-test5.ok xg-test5.pot
H A Dmsgcat-57 cat <<\EOF > mcat-test5.in1
31 cat <<\EOF > mcat-test5.in2
55 rm -f mcat-test5.tmp
58 ${MSGCAT} --use-first --more-than=0 -o mcat-test5.tmp \
59 mcat-test5.in1 mcat-test5.in2 || Exit 1
60 LC_ALL=C tr -d '\r' < mcat-test5.tmp > mcat-test5.out || Exit 1
62 cat << \EOF > mcat-test5.ok
85 ${DIFF} mcat-test5.ok mcat-test5.out
H A Dmsgcomm-56 cat <<EOF > mcomm-test5.in1
23 cat <<EOF > mcomm-test5.in2
30 ${MSGCOMM} --more-than=0 --omit-header -o mcomm-test5.tmp \
31 mcomm-test5.in1 mcomm-test5.in2 || Exit 1
32 LC_ALL=C tr -d '\r' < mcomm-test5.tmp > mcomm-test5.out || Exit 1
34 cat << EOF > mcomm-test5.ok
45 ${DIFF} mcomm-test5.ok mcomm-test5.out
H A Dmsgexec-56 cat <<\EOF > mex-test5.po
31 cat <<\EOF > mex-test5.sh
49 chmod a+x mex-test5.sh
53 ${MSGEXEC} -i mex-test5.po ./mex-test5.sh > mex-test5.out 2> mex-test5.err
55 cat mex-test5.err | grep -v 'warning: Locale charset' | grep -v '^ '
58 cat <<\EOF > mex-test5.ok
59 ========================= mex-test5.po:2 =========================
69 ========================= mex-test5.po:8 =========================
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/tests/
H A Dmsgmerge-56 cat <<EOF > mm-test5.in1.po
29 cat <<EOF > mm-test5.in2.po
41 ${MSGMERGE} -q -o mm-test5.tmp mm-test5.in1.po mm-test5.in2.po >mm-test5.err 2>&1
43 cat mm-test5.err | grep -v 'warning: Charset' | grep -v '^ '
45 LC_ALL=C tr -d '\r' < mm-test5.tmp > mm-test5.out || Exit 1
47 cat <<EOF > mm-test5.ok
72 ${DIFF} mm-test5.ok mm-test5.out
H A Dxgettext-56 cat <<EOF > xg-test5.c
15 ${XGETTEXT} --no-location -k_ -o xg-test5.po xg-test5.c 2>/dev/null
17 ${XGETTEXT} --no-location -k_ --from-code=iso-8859-2 -o xg-test5.tmp xg-test5.c || Exit 1
18 LC_ALL=C tr -d '\r' < xg-test5.tmp > xg-test5.po || Exit 1
20 sed -e '/POT-Creation-Date/d' < xg-test5.po > xg-test5.pot
22 cat <<EOF > xg-test5.ok
51 ${DIFF} xg-test5.ok xg-test5.pot
H A Dmsgcat-57 cat <<\EOF > mcat-test5.in1
31 cat <<\EOF > mcat-test5.in2
55 rm -f mcat-test5.tmp
58 ${MSGCAT} --use-first --more-than=0 -o mcat-test5.tmp \
59 mcat-test5.in1 mcat-test5.in2 || Exit 1
60 LC_ALL=C tr -d '\r' < mcat-test5.tmp > mcat-test5.out || Exit 1
62 cat << \EOF > mcat-test5.ok
85 ${DIFF} mcat-test5.ok mcat-test5.out
H A Dmsgcomm-56 cat <<EOF > mcomm-test5.in1
23 cat <<EOF > mcomm-test5.in2
30 ${MSGCOMM} --more-than=0 --omit-header -o mcomm-test5.tmp \
31 mcomm-test5.in1 mcomm-test5.in2 || Exit 1
32 LC_ALL=C tr -d '\r' < mcomm-test5.tmp > mcomm-test5.out || Exit 1
34 cat << EOF > mcomm-test5.ok
45 ${DIFF} mcomm-test5.ok mcomm-test5.out
H A Dmsgexec-56 cat <<\EOF > mex-test5.po
31 cat <<\EOF > mex-test5.sh
49 chmod a+x mex-test5.sh
53 ${MSGEXEC} -i mex-test5.po ./mex-test5.sh > mex-test5.out 2> mex-test5.err
55 cat mex-test5.err | grep -v 'warning: Locale charset' | grep -v '^ '
58 cat <<\EOF > mex-test5.ok
59 ========================= mex-test5.po:2 =========================
69 ========================= mex-test5.po:8 =========================
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/tests/
H A Dxgettext-56 cat <<EOF > xg-test5.c
15 ${XGETTEXT} --no-location -k_ -o xg-test5.po xg-test5.c 2>/dev/null
17 ${XGETTEXT} --no-location -k_ --from-code=iso-8859-2 -o xg-test5.tmp xg-test5.c || Exit 1
18 LC_ALL=C tr -d '\r' < xg-test5.tmp > xg-test5.po || Exit 1
20 sed -e '/POT-Creation-Date/d' < xg-test5.po > xg-test5.pot
22 cat <<EOF > xg-test5.ok
51 ${DIFF} xg-test5.ok xg-test5.pot
H A Dmsgmerge-56 cat <<EOF > mm-test5.in1.po
29 cat <<EOF > mm-test5.in2.po
41 ${MSGMERGE} -q -o mm-test5.tmp mm-test5.in1.po mm-test5.in2.po >mm-test5.err 2>&1
43 cat mm-test5.err | grep -v 'warning: Charset' | grep -v '^ '
45 LC_ALL=C tr -d '\r' < mm-test5.tmp > mm-test5.out || Exit 1
47 cat <<EOF > mm-test5.ok
72 ${DIFF} mm-test5.ok mm-test5.out
H A Dmsgcat-57 cat <<\EOF > mcat-test5.in1
31 cat <<\EOF > mcat-test5.in2
55 rm -f mcat-test5.tmp
58 ${MSGCAT} --use-first --more-than=0 -o mcat-test5.tmp \
59 mcat-test5.in1 mcat-test5.in2 || Exit 1
60 LC_ALL=C tr -d '\r' < mcat-test5.tmp > mcat-test5.out || Exit 1
62 cat << \EOF > mcat-test5.ok
85 ${DIFF} mcat-test5.ok mcat-test5.out
H A Dmsgcomm-56 cat <<EOF > mcomm-test5.in1
23 cat <<EOF > mcomm-test5.in2
30 ${MSGCOMM} --more-than=0 --omit-header -o mcomm-test5.tmp \
31 mcomm-test5.in1 mcomm-test5.in2 || Exit 1
32 LC_ALL=C tr -d '\r' < mcomm-test5.tmp > mcomm-test5.out || Exit 1
34 cat << EOF > mcomm-test5.ok
45 ${DIFF} mcomm-test5.ok mcomm-test5.out
H A Dmsgexec-56 cat <<\EOF > mex-test5.po
31 cat <<\EOF > mex-test5.sh
49 chmod a+x mex-test5.sh
53 ${MSGEXEC} -i mex-test5.po ./mex-test5.sh > mex-test5.out 2> mex-test5.err
55 cat mex-test5.err | grep -v 'warning: Locale charset' | grep -v '^ '
58 cat <<\EOF > mex-test5.ok
59 ========================= mex-test5.po:2 =========================
69 ========================= mex-test5.po:8 =========================
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/test/integration/TestArrayUnpack/
H A Darray_unpack.mat.float.ax22 mat4f@test5[0] = mat4f@test6[15];
23 mat4f@test6[1] = mat4f@test5[0];
24 mat4f@test5[2] = mat4f@test6[11];
25 mat4f@test6[3] = mat4f@test5[6];
27 mat4f@test6[5] = mat4f@test5[1];
29 mat4f@test6[7] = mat4f@test5[8];
30 mat4f@test5[8] = mat4f@test6[2];
31 mat4f@test6[9] = mat4f@test5[7];
33 mat4f@test6[11] = mat4f@test5[3];
34 mat4f@test5[12] = mat4f@test6[4];
[all …]
H A Darray_unpack.mat.double.ax22 mat4d@test5[0] = mat4d@test6[15];
23 mat4d@test6[1] = mat4d@test5[0];
24 mat4d@test5[2] = mat4d@test6[11];
25 mat4d@test6[3] = mat4d@test5[6];
27 mat4d@test6[5] = mat4d@test5[1];
29 mat4d@test6[7] = mat4d@test5[8];
30 mat4d@test5[8] = mat4d@test6[2];
31 mat4d@test6[9] = mat4d@test5[7];
33 mat4d@test6[11] = mat4d@test5[3];
34 mat4d@test5[12] = mat4d@test6[4];
[all …]

12345678910>>...201