Home
last modified time | relevance | path

Searched refs:_RE (Results 1 – 25 of 62) sorted by relevance

123

/dports/japanese/sj3-lib/sj3-2.0.1.20/kanakan/
H A Dconjunc.c49 0x11, _RE, R_KATEI2,
60 0x31, _RE, R_KATEI2,
71 0x11, _RE, R_KATEI2,
74 0x11, _RE, R_KATEI2,
111 0x11, _RE, R_KATEI2,
127 0x11, _RE, R_KATEI2,
163 0x11, _RE, R_KATEI2,
179 0x11, _RE, R_KATEI2,
396 0x01, _RE, R_KAMEI,
420 0x01, _RE, R_EXP,
[all …]
H A Dfzkyomi.c70 (1<<5) + 2, _KE,_RE, L_PPOI, R_KATEI1,
78 (1<<5) + 1, _RE, L_YOUGEN, R_KATEI3,
86 (0<<5) + 1, _RE, L_ARE1, R_KAMEI,
111 (0<<5) + 1, _RE, L_IRU, R_KATEI2,
126 (0<<5) + 1, _RE, L_ERU, R_KATEI3,
142 (0<<5) + 1, _RE, L_YOUGEN, R_KAMEI,
152 (1<<5) + 1, _RE, L_KAKERU, R_KATEI3,
161 (1<<5) + 1, _RE, L_KANERU, R_KATEI3,
204 (2<<5) + 1, _RE, L_KUDASARU, R_KATEI3,
207 (0<<5) + 1, _RE, L_YOUGEN, R_KURE,
[all …]
/dports/games/openbor4432/openbor-ba1eb4f/engine/android/jni/openbor/
H A Dvideo.c113 #define _RE(x,y) {144*(x),144*(y),96,96} macro
117 …[SDID_MOVEUP] = _RE(0, 2), [SDID_MOVERIGHT] = _RE(1, 2), [SDID_MOVEDOWN] = _RE(2, 2), [SDID_MOVELE…
118 …[SDID_SPECIAL] = _RE(4, 0), [SDID_ATTACK2] = _RE(1, 0), [SDID_JUMP] = _RE(1, 1), [SDID_ATTACK] = _…
119 …[SDID_START] = _RE(2, 1), [SDID_ESC] = _RE(3, 1), [SDID_ATTACK3] = _RE(2, 0), [SDID_ATTACK4] = _RE
120 [SDID_SCREENSHOT] = _RE(4, 1)
/dports/games/openbor/openbor-3caaddd5/engine/android/app/jni/openbor/
H A Dvideo.c115 #define _RE(x,y) {144*(x),144*(y),96,96} macro
119 …[SDID_MOVEUP] = _RE(0, 2), [SDID_MOVERIGHT] = _RE(1, 2), [SDID_MOVEDOWN] = _RE(2, 2), [SDID_MOVELE…
120 …[SDID_SPECIAL] = _RE(4, 0), [SDID_ATTACK2] = _RE(1, 0), [SDID_JUMP] = _RE(1, 1), [SDID_ATTACK] = _…
121 …[SDID_START] = _RE(2, 1), [SDID_ESC] = _RE(3, 1), [SDID_ATTACK3] = _RE(2, 0), [SDID_ATTACK4] = _RE
122 [SDID_SCREENSHOT] = _RE(4, 1)
/dports/games/openbor3979/openbor-2bcf25b/engine/android/jni/
H A Dvideo.c103 #define _RE(x,y) {144*(x),144*(y),96,96} macro
107 …[SDID_MOVEUP] = _RE(0, 2), [SDID_MOVERIGHT] = _RE(1, 2), [SDID_MOVEDOWN] = _RE(2, 2), [SDID_MOVELE…
108 …[SDID_SPECIAL] = _RE(4, 0), [SDID_ATTACK2] = _RE(1, 0), [SDID_JUMP] = _RE(1, 1), [SDID_ATTACK] = _…
109 …[SDID_START] = _RE(2, 1), [SDID_ESC] = _RE(3, 1), [SDID_ATTACK3] = _RE(2, 0), [SDID_ATTACK4] = _RE
110 [SDID_SCREENSHOT] = _RE(4, 1)
/dports/devel/p5-Config-Validator/Config-Validator-1.4/lib/Config/
H A DValidator.pm66 $_RE{boolean} = q/true|false/;
67 $_RE{integer} = q/[\+\-]?\d+/;
69 $_RE{duration} = q/(?:\d+(?:ms|s|m|h|d))+|\d+/;
90 $_RE{hostname} = qq/($label\\.)*$label/;
91 $_RE{ipv4} = $ipv4;
92 $_RE{ipv6} = $ipv6;
95 $_RE{$name} =~ s/\(/(?:/g;
98 foreach my $name (keys(%_RE)) {
99 $_RE{$name} = qr/^(?:$_RE{$name})$/;
757 goto invalid unless $data =~ $_RE{$type};
[all …]
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A Dmgrs.py57 class _RE(object): class
70 _RE = _RE() # PYCHOK singleton variable
427 m = _mg(_RE.MGRS, m[0])
430 m = _mg(_RE.ZBG, m[0]) + halfs2(m[1])
432 m = _mg(_RE.ZBG, m[0]) + m[1:]
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/include/
H A Dcomment_new.php41 if (!preg_match('/^' . _RE . '/i', $com_title)) {
42 $com_title = _RE . ' ' . xoops_substr($com_title, 0, 56);
H A Dcomment_reply.php63 if (!preg_match('/^' . _RE . '/i', $com_title)) {
64 $com_title = _RE . ' ' . xoops_substr($com_title, 0, 56);
H A Dcommentform.inc.php28 if (!preg_match('/^' . _RE . '/i', $subject)) {
29 $subject = _RE . ' ' . xoops_substr($subject, 0, 56);
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/
H A Dpmlite.php122 if (!preg_match('/^' . _RE . '/i', $subject)) {
123 $subject = _RE . ' ' . $subject;
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/pm/
H A Dpmlite.php118 if (!preg_match('/^' . _RE . '/i', $subject)) {
119 $subject = _RE . ' ' . $subject;
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/rebar/inttest/appup_src_2/
H A Dappup_src_2_rt.erl60 has_line([], _RE) ->
H A Dappup_src_rt_2.erl61 has_line([], _RE) ->
/dports/devel/rebar/rebar-2.6.4/inttest/appup_src_2/
H A Dappup_src_2_rt.erl60 has_line([], _RE) ->
H A Dappup_src_rt_2.erl61 has_line([], _RE) ->
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/rebar/inttest/appup_src_script/
H A Dappup_src_script_rt.erl62 has_line([], _RE) ->
/dports/devel/rebar/rebar-2.6.4/inttest/appup_src/
H A Dappup_src_rt.erl62 has_line([], _RE) ->
/dports/devel/rebar/rebar-2.6.4/inttest/appup_src_script/
H A Dappup_src_script_rt.erl62 has_line([], _RE) ->
/dports/accessibility/orca/orca-41.1/src/orca/
H A Dmathsymbols.py2220 _RE = None variable
2224 global _RE
2226 _RE = re.compile('[%s]' % ''.join(list(_all.keys())), re.UNICODE)
2228 _RE = None
2294 if _RE is None:
2307 if _RE is not None:
2308 chars = set(re.findall(_RE, string))
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/rebar/inttest/appup_src/
H A Dappup_src_rt.erl62 has_line([], _RE) ->
/dports/devel/rebar/rebar-2.6.4/inttest/app_src/
H A Dapp_src_rt.erl63 has_line([], _RE) ->
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/rebar/inttest/app_src/
H A Dapp_src_rt.erl63 has_line([], _RE) ->
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/rebar/inttest/app_src_script/
H A Dapp_src_script_rt.erl67 has_line([], _RE) ->
/dports/devel/rebar/rebar-2.6.4/inttest/app_src_script/
H A Dapp_src_script_rt.erl67 has_line([], _RE) ->

123