Home
last modified time | relevance | path

Searched defs:_match (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Dsession.c52 typedef struct _match struct
54 unsigned long win;
78 static int num_match = 0; argument
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dsession.c74 unsigned long win;
75 char *client_id;
76 char *res_name;
77 char *res_class;
78 char *window_role;
79 char *wm_name;
82 int x, y, w, h, icon_x, icon_y;
83 int x_max, y_max, w_max, h_max;
84 int width_defect_max, height_defect_max;
85 int max_x_offset, max_y_offset;
[all …]
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dsession.c75 unsigned long win;
76 char *client_id;
77 char *res_name;
78 char *res_class;
79 char *window_role;
80 char *wm_name;
82 char **wm_command;
83 int x, y, w, h, icon_x, icon_y;
84 int x_max, y_max, w_max, h_max;
85 int width_defect_max, height_defect_max;
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/mx/
H A Dmx_impl.h191 #define NEM_MX_SET_TAG(_match, _tag) do { \ argument
195 #define NEM_MX_SET_SRC(_match, _src) do { \ argument
199 #define NEM_MX_SET_CTXT(_match, _ctxt) do { \ argument
203 #define NEM_MX_SET_PGRANK(_match, _pg_rank) do { \ argument
206 #define NEM_MX_SET_ANYSRC(_match) do{ \ argument
209 #define NEM_MX_SET_ANYTAG(_match) do{ \ argument
213 #define NEM_MX_MATCH_GET_TYPE(_match, _type) do{ \ argument
216 #define NEM_MX_MATCH_GET_TAG(_match, _tag) do{ \ argument
219 #define NEM_MX_MATCH_GET_RANK(_match, _rank) do{ \ argument
231 #define NEM_MX_SET_MATCH(_match,_tag,_rank,_context ) do{ \ argument
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/newmad/
H A Dnewmad_impl.h160 #define NEM_NMAD_SET_TAG(_match, _tag) do { \ argument
164 #define NEM_NMAD_SET_SRC(_match, _src) do { \ argument
168 #define NEM_NMAD_SET_CTXT(_match, _ctxt) do { \ argument
172 #define NEM_NMAD_SET_PGRANK(_match, _pg_rank) do { \ argument
175 #define NEM_NMAD_SET_ANYSRC(_match) do{ \ argument
178 #define NEM_NMAD_SET_ANYTAG(_match) do{ \ argument
183 #define NEM_NMAD_MATCH_GET_TAG(_match, _tag) do{ \ argument
186 #define NEM_NMAD_MATCH_GET_RANK(_match, _rank) do{ \ argument
189 #define NEM_NMAD_MATCH_GET_CTXT(_match, _ctxt) do{ \ argument
192 #define NEM_NMAD_MATCH_GET_PGRANK(_match, _pg_rank) do{ \ argument
[all …]
/dports/devel/p5-Path-Dispatcher/Path-Dispatcher-1.08/lib/Path/Dispatcher/Rule/
H A DEmpty.pm9 sub _match { subroutine
H A DIntersection.pm11 sub _match { method in Path::Dispatcher::Rule::Intersection
H A DAlways.pm9 sub _match { method in Path::Dispatcher::Rule::Always
H A DRegex.pm20 sub _match { subroutine
H A DCodeRef.pm17 sub _match { subroutine
H A DMetadata.pm24 sub _match { method in Path::Dispatcher::Rule::Metadata
H A DAlternation.pm11 sub _match { method in Path::Dispatcher::Rule::Alternation
H A DEnum.pm24 sub _match { method in Path::Dispatcher::Rule::Enum
H A DEq.pm24 sub _match { method in Path::Dispatcher::Rule::Eq
H A DSequence.pm41 sub _match { method in Path::Dispatcher::Rule::Sequence
H A DTokens.pm52 sub _match { subroutine
/dports/net/yate/yate-6.4.0-1/share/scripts/yaypm/yaypm/utils/resources/
H A D__init__.py9 def _match(self, *args): member in Resource
68 def _match(self, *args): member in StaticResource
89 def _match(self, *args): member in ConcatenationResource
/dports/graphics/py-wand/Wand-0.6.7/wand/
H A Dversion.py91 _match = re.match(r'^ImageMagick\s+(\d+)\.(\d+)\.(\d+)(?:-(\d+))?', variable
128 _match = re.match(r'^(\d{4})-?(\d\d)-?(\d\d)$', variable
/dports/net/p5-Net-SSH-Mechanize/Net-SSH-Mechanize-0.1.3/lib/Net/SSH/Mechanize/
H A DSession.pm91 sub _match { subroutine
/dports/security/p5-Net-Radius-Server/Net-Radius-Server-1.116/lib/Net/Radius/Server/
H A DMatch.pm34 sub _match subroutine
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/
H A Dpatterns.py209 def _match(self, path): member in PatternBase
220 def _match(self, path): member in PathFullPattern
240 def _match(self, path): member in PathPrefixPattern
262 def _match(self, path): member in FnmatchPattern
283 def _match(self, path): member in ShellPattern
296 def _match(self, path): member in RegexPattern
/dports/www/p5-Mojolicious/Mojolicious-9.22/lib/Mojolicious/Routes/
H A DMatch.pm33 sub _match { subroutine
/dports/devel/regexx/regexx-0.98.1/examples/
H A Dsimple.cc40 std::string invert(const RegexxMatch& _match) in invert()
/dports/devel/py-pyinstaller/PyInstaller-3.5/PyInstaller/hooks/
H A Dhook-pubsub.core.py28 def _match(dst): function
/dports/dns/p5-Net-DNS-Match/Net-DNS-Match-0.05/lib/Net/DNS/
H A DMatch.pm118 sub _match { subroutine

12345678910>>...17