Home
last modified time | relevance | path

Searched refs:h2p (Results 1 – 25 of 115) sorted by relevance

12345

/dports/chinese/p5-Lingua-Han-PinYin/Lingua-Han-PinYin-0.23/t/
H A D4-utf8-tone.t18 is(ref($h2p) => 'Lingua::Han::PinYin', 'class');
19 my $pinyin = $h2p->han2pinyin("我");
21 $pinyin = $h2p->han2pinyin("少");
23 $pinyin = $h2p->han2pinyin("幸");
25 $pinyin = $h2p->han2pinyin("爱你");
28 $pinyin = $h2p->han2pinyin("呜");
31 $pinyin = $h2p->han2pinyin("迂");
33 $pinyin = $h2p->han2pinyin("驴");
35 $pinyin = $h2p->han2pinyin("女");
37 $pinyin = $h2p->han2pinyin("绿");
[all …]
H A D1-gb2312.t17 my $h2p = new Lingua::Han::PinYin();
18 is(ref($h2p) => 'Lingua::Han::PinYin', 'class');
19 my $pinyin = $h2p->han2pinyin1("��");
21 $pinyin = $h2p->han2pinyin1("��");
23 $pinyin = $h2p->han2pinyin1("��");
26 $pinyin = $h2p->han2pinyin("��");
28 $pinyin = $h2p->han2pinyin("��");
30 $pinyin = $h2p->han2pinyin("��");
33 $pinyin = $h2p->han2pinyin("����");
35 $pinyin = $h2p->han2pinyin("I love ���� a");
[all …]
H A D2-utf8.t16 my $h2p = new Lingua::Han::PinYin(format => 'utf8');
17 is(ref($h2p) => 'Lingua::Han::PinYin', 'class');
18 my $pinyin = $h2p->han2pinyin("我");
20 $pinyin = $h2p->han2pinyin("少");
22 $pinyin = $h2p->han2pinyin("幸");
24 $pinyin = $h2p->han2pinyin("喆");
26 $pinyin = $h2p->han2pinyin("爱你");
28 $pinyin = $h2p->han2pinyin("钱学森");
30 $pinyin = $h2p->han2pinyin("I love 余瑞华 a");
H A D6-capitalize.t16 my $h2p = new Lingua::Han::PinYin(format => 'utf8', capitalize => 1);
17 is(ref($h2p) => 'Lingua::Han::PinYin', 'class');
18 my $pinyin = $h2p->han2pinyin("我");
20 $pinyin = $h2p->han2pinyin("少");
22 $pinyin = $h2p->han2pinyin("幸");
24 $pinyin = $h2p->han2pinyin("喆");
26 $pinyin = $h2p->han2pinyin("爱你");
28 $pinyin = $h2p->han2pinyin("钱学森");
H A D5-unicode.t17 my $h2p = Lingua::Han::PinYin->new(unicode => 1);
18 is(ref($h2p) => 'Lingua::Han::PinYin', 'class');
19 my $pinyin = $h2p->han2pinyin("我");
21 $pinyin = $h2p->han2pinyin("少");
23 $pinyin = $h2p->han2pinyin("幸");
25 $pinyin = $h2p->han2pinyin("爱你");
H A D3-gb2312-tone.t17 my $h2p = new Lingua::Han::PinYin(tone => 1);
18 is(ref($h2p) => 'Lingua::Han::PinYin', 'class');
19 my $pinyin = $h2p->han2pinyin("��");
21 $pinyin = $h2p->han2pinyin("��");
23 $pinyin = $h2p->han2pinyin("��");
25 $pinyin = $h2p->han2pinyin("����");
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p/p2p/protocol/identify/
H A Did_test.go44 h2p := h2.ID()
83 testHasCertifiedAddrs(t, h1, h2p, h2.Peerstore().Addrs(h2p)) // should have signed addrs also
85 testHasPublicKey(t, h1, h2p, h2.Peerstore().PubKey(h2p)) // h1 should have h2's public key
103 h1.Network().ClosePeer(h2p)
113 testHasCertifiedAddrs(t, h1, h2p, h2.Peerstore().Addrs(h2p))
574 h2p := h2.ID()
595 testKnowsAddrs(t, h1, h2p, h2.Peerstore().Addrs(h2p))
796 h2p := h2.ID()
865 testHasCertifiedAddrs(t, h1, h2p, h2.Peerstore().Addrs(h2p))
906 h2p := h2.ID()
[all …]
/dports/archivers/c-blosc2/c-blosc2-2.0.4/blosc/
H A Dframe.c84 h2p += 1; in new_header_frame()
88 h2p += 1; in new_header_frame()
93 h2p += 8; in new_header_frame()
114 h2p += 1; in new_header_frame()
121 h2p += 1; in new_header_frame()
129 h2p += 1; in new_header_frame()
140 h2p += 1; in new_header_frame()
146 *h2p = 0; in new_header_frame()
147 h2p += 1; in new_header_frame()
154 h2p += 1; in new_header_frame()
[all …]
/dports/math/py-colormath/colormath-3.0.0/colormath/
H A Dcolor_diff_matrix.py138 h2p = numpy.degrees(numpy.arctan2(lab_color_matrix[:, 2], a2p))
139 h2p += (h2p < 0) * 360
141 avg_Hp = (((numpy.fabs(h1p - h2p) > 180) * 360) + h1p + h2p) / 2.0
148 diff_h2p_h1p = h2p - h1p
150 delta_hp -= (h2p > h1p) * 720
/dports/devel/libassa/libassa-3.5.1/tests/
H A Dsighands_test.cpp664 SIGUSR2Handler* h2p = 0; in run_test5() local
686 h2p = new SIGUSR2Handler; in run_test5()
687 Assure_exit (m_sig_dispatcher.install (SIGUSR2, h2p) == 0); in run_test5()
688 usr2_list.push_back (h2p); in run_test5()
725 h2p = usr2_list.front (); in run_test5()
726 if (h2p->received_count () != REPLY_COUNT) in run_test5()
734 Assure_exit (m_sig_dispatcher.remove (SIGUSR2, h2p) == 0); in run_test5()
736 delete h2p; in run_test5()
/dports/math/fxt/fxt/src/convolution/
H A Dfhtmulsqr.h33 Type h2p = yi, h2m = yj; in fht_mul() local
34 yi = (h2p * s1 + h2m * d1) * v; in fht_mul()
35 yj = (h2m * s1 - h2p * d1) * v; in fht_mul()
H A Dtwodimfhtcnvl.cc17 double h2p = *gp, h2m = *gm; in fht_cnvl_core_core() local
18 *gp = h2p * s1 + h2m * d1; in fht_cnvl_core_core()
19 *gm = h2m * s1 - h2p * d1; in fht_cnvl_core_core()
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOGENHILL.cpp126 char h1p, h2p, h3p; in gen_hills() local
136 && (h2p = h2->pattern_id) in gen_hills()
137 && IS_SOUTH_EXIT_PATTERN(h2p) in gen_hills()
276 char h1p, h2p, h3p; in gen_hills() local
286 && (h2p = h2->pattern_id) in gen_hills()
375 char h1p, h2p, h3p; in gen_hills() local
386 && (h2p = h2->pattern_id) in gen_hills()
387 && IS_WEST_EXIT_PATTERN(h2p) in gen_hills()
502 char h1p, h2p, h3p; in gen_hills() local
513 && (h2p = h2->pattern_id) in gen_hills()
[all …]
/dports/graphics/grafx2/grafx2/share/grafx2/scripts/samples/picture/thomson/lib/
H A Dcolor.lua290 local h2p = atan2(b2,a2p)
292 local h_p = mean(h1p,h2p) +
293 (math.abs(h1p - h2p)<=180 and 0 or
294 h1p+h2p<360 and 180 or -180)
302 local dhp = h2p - h1p + (math.abs(h1p - h2p)<=180 and 0 or
303 h2p<=h1p and 360 or
/dports/games/abuse_sdl/abuse-0.8/src/imlib/
H A Dsupmorph.cpp82 start=0,*h1p=hints1,*h2p=hints2; in super_morph() local
85 for (y=0; y<256; y++,h1p++,h2p++) in super_morph()
88 if (*h2p==0) in super_morph()
94 if (*h1p>*h2p) in super_morph()
96 else totals[y]=*h2p; in super_morph()
/dports/devel/p5-Shell-EnvImporter/Shell-EnvImporter-1.07/lib/Shell/EnvImporter/
H A DShell.pm166 my(%fh, %h2p);
170 $h2p{"$handle"} = $pipename;
193 my $pipename = $h2p{"$ready"};
/dports/editors/lazarus/lazarus/components/h2pas/languages/
H A Dh2passtrconsts.zh_CN.po304 msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
305 msgstr "H2Pas工程(*.h2p)|*.h2p|所有文件(*.*)|%s"
384 msgid "Open project (*.h2p) ..."
385 msgstr "打开工程(*.h2p)... "
528 msgid "Save project as ... (*.h2p)"
529 msgstr "工程另存为... (*.h2p)"
H A Dh2passtrconsts.ru.po303 msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
304 msgstr "Проект H2Pas (*.h2p)|*.h2p|Все файлы (*.*)|%s"
383 msgid "Open project (*.h2p) ..."
384 msgstr "Открыть проект (*.h2p) ..."
527 msgid "Save project as ... (*.h2p)"
528 msgstr "Сохранить проект как ... (*.h2p)"
/dports/editors/lazarus-qt5/lazarus/components/h2pas/languages/
H A Dh2passtrconsts.ru.po303 msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
304 msgstr "Проект H2Pas (*.h2p)|*.h2p|Все файлы (*.*)|%s"
383 msgid "Open project (*.h2p) ..."
384 msgstr "Открыть проект (*.h2p) ..."
527 msgid "Save project as ... (*.h2p)"
528 msgstr "Сохранить проект как ... (*.h2p)"
H A Dh2passtrconsts.zh_CN.po304 msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
305 msgstr "H2Pas工程(*.h2p)|*.h2p|所有文件(*.*)|%s"
384 msgid "Open project (*.h2p) ..."
385 msgstr "打开工程(*.h2p)... "
528 msgid "Save project as ... (*.h2p)"
529 msgstr "工程另存为... (*.h2p)"
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/styles/
H A Duzestylesdim.pas253 Lines.DIMLTYPE:=context.h2p.MyGetValue(StrToQWord('$'+value));
258 Lines.DIMLTEX1:=context.h2p.MyGetValue(StrToQWord('$'+value));
263 Lines.DIMLTEX2:=context.h2p.MyGetValue(StrToQWord('$'+value));
389 Text.DIMTXSTY:=context.h2p.MyGetValue(temp)
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/tools/
H A Dftverify.cc122 deserialize_headers(int fd, struct ft **h1p, struct ft **h2p) in deserialize_headers() argument
183 r = deserialize_ft_versioned(fd, &rb_1, h2p, version_1); in deserialize_headers()
188 *h2p = NULL; in deserialize_headers()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/tools/
H A Dftverify.cc122 deserialize_headers(int fd, struct ft **h1p, struct ft **h2p) in deserialize_headers() argument
183 r = deserialize_ft_versioned(fd, &rb_1, h2p, version_1); in deserialize_headers()
188 *h2p = NULL; in deserialize_headers()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/tools/
H A Dftverify.cc122 deserialize_headers(int fd, struct ft **h1p, struct ft **h2p) in deserialize_headers() argument
183 r = deserialize_ft_versioned(fd, &rb_1, h2p, version_1); in deserialize_headers()
188 *h2p = NULL; in deserialize_headers()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/tools/
H A Dftverify.cc122 deserialize_headers(int fd, struct ft **h1p, struct ft **h2p) in deserialize_headers() argument
183 r = deserialize_ft_versioned(fd, &rb_1, h2p, version_1); in deserialize_headers()
188 *h2p = NULL; in deserialize_headers()

12345