Home
last modified time | relevance | path

Searched refs:_match (Results 1 – 25 of 1142) sorted by relevance

12345678910>>...46

/dports/www/templatelite/template_lite/src/internal/
H A Dcompile.compile_if.php12 $_match = array();
17 …|<=|>=|\&\&|\|\||\(|\)|,|\!|\^|=|\&|\~|<|>|\%|\+|\-|\/|\*|\@|\b\w+\b|\S+)/x', $arguments, $_match);
18 $_args = $_match[0];
110 …_func_regexp . ')(' . $object->_mod_regexp . '*)(?:\s*[,\.]\s*)?)(?:\s+(.*))?/xs', $_arg, $_match);
111_match[0]{0}) && ($_match[0]{0} == '$' || ($_match[0]{0} == '#' && $_match[0]{strlen($_match[0]) -…
114 $_arg = $object->_parse_variables(array($_match[1]), array($_match[2]));
120_match[0]) || $_match[0] == "empty" || $_match[0] == "isset" || $_match[0] == "unset" || strtolowe…
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWidget/
H A DStyleManager.cpp26 if(_match("pos %i %i", r) || _match("pos %f %f", r)) { in applyStyle()
32 else if(_match("pos-x %i", r) || _match("pos-x %f", r)) { in applyStyle()
38 else if(_match("pos-y %i", r) || _match("pos-y %f", r)) { in applyStyle()
44 else if(_match("size %i %i", r) || _match("size %f %f", r)) { in applyStyle()
50 else if(_match("width %i", r) || _match("width %f", r)) { in applyStyle()
56 else if(_match("height %i", r) || _match("height %f", r)) { in applyStyle()
179 if(_match("pos %i %i", r) || _match("pos %f %f", r)) { in applyStyle()
185 else if(_match("pos-x %i", r) || _match("pos-x %f", r)) { in applyStyle()
191 else if(_match("pos-y %i", r) || _match("pos-y %f", r)) { in applyStyle()
203 else if(_match("width %i", r) || _match("width %f", r)) { in applyStyle()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/
H A DStyleManager.cpp26 if(_match("pos %i %i", r) || _match("pos %f %f", r)) { in applyStyle()
32 else if(_match("pos-x %i", r) || _match("pos-x %f", r)) { in applyStyle()
38 else if(_match("pos-y %i", r) || _match("pos-y %f", r)) { in applyStyle()
44 else if(_match("size %i %i", r) || _match("size %f %f", r)) { in applyStyle()
50 else if(_match("width %i", r) || _match("width %f", r)) { in applyStyle()
56 else if(_match("height %i", r) || _match("height %f", r)) { in applyStyle()
179 if(_match("pos %i %i", r) || _match("pos %f %f", r)) { in applyStyle()
185 else if(_match("pos-x %i", r) || _match("pos-x %f", r)) { in applyStyle()
191 else if(_match("pos-y %i", r) || _match("pos-y %f", r)) { in applyStyle()
203 else if(_match("width %i", r) || _match("width %f", r)) { in applyStyle()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/mx/
H A Dmx_impl.h195 #define NEM_MX_SET_SRC(_match, _src) do { \ argument
197 ((_match) |= (((uint64_t)(_src)) << SHIFT_RANK)); \
204 ((_match) |= (((uint64_t)(_pg_rank)) << SHIFT_PGRANK)); \
206 #define NEM_MX_SET_ANYSRC(_match) do{ \ argument
207 ((_match) &= ~NEM_MX_RANK_MASK);\
209 #define NEM_MX_SET_ANYTAG(_match) do{ \ argument
210 ((_match) &= ~NEM_MX_TAG_MASK); \
239 #define NEM_MX_DIRECT_MATCH(_match,_tag,_rank,_context) NEM_MX_SET_MATCH(_match,_tag,_rank,_contex… argument
240 #define NEM_MX_ADI_MATCH(_match) NEM_MX_SET_MATCH(_match,0,0,NEM_MX_INTRA_C… argument
253 #define NEM_MX_DIRECT_MATCH(_match,_tag,_rank,_context) NEM_MX_SET_MATCH(_match,NEM_MX_DIRECT_TYPE… argument
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/newmad/
H A Dnewmad_impl.h164 #define NEM_NMAD_SET_SRC(_match, _src) do { \ argument
166 ((_match) |= (((nm_tag_t)(_src)) << SHIFT_RANK)); \
170 ((_match) |= (((nm_tag_t)(_ctxt)) << SHIFT_CTXT)); \
172 #define NEM_NMAD_SET_PGRANK(_match, _pg_rank) do { \ argument
173 ((_match) |= (((nm_tag_t)(_pg_rank)) << SHIFT_PGRANK));\
175 #define NEM_NMAD_SET_ANYSRC(_match) do{ \ argument
176 ((_match) &= ~NEM_NMAD_RANK_MASK); \
178 #define NEM_NMAD_SET_ANYTAG(_match) do{ \ argument
179 ((_match) &= ~NEM_NMAD_TAG_MASK); \
205 #define NEM_NMAD_DIRECT_MATCH(_match,_tag,_rank,_context) NEM_NMAD_SET_MATCH(_match,_tag,_rank,_con… argument
[all …]
/dports/www/flat-frog/flat-frog-2.2.13/src/
H A Dclass.compiler.php154 $tags = $_match[1];
188 …if ($_match[1][0]{0} == '$' || ($_match[1][0]{0} == '#' && $_match[1][0]{strlen($_match[1][0]) - 1…
189 $_result = $this->_parse_variables($_match[1], $_match[2]);
194 $tag_modifiers = !empty($_match[2][0]) ? $_match[2][0] : null;
195 $tag_arguments = !empty($_match[3][0]) ? $_match[3][0] : null;
438 $_match = array();
444 $_args = $_match[0];
519 …if ($_match[0]{0} == '$' || ($_match[0]{0} == '#' && $_match[0]{strlen($_match[0]) - 1} == '#') ||…
524_match[0]) || $_match[0] == "empty" || $_match[0] == "isset" || $_match[0] == "unset" || strtolowe…
549 $_match = array();
[all …]
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/c_analyzer/
H A Dmatch.py5 match as _match, unknown
87 elif _match._is_funcptr(abstract):
112 elif _match.is_type_decl(decl):
123 elif _match.is_type_decl(decl):
124 return _match.is_forward_decl(decl)
134 elif _match.is_type_decl(decl):
150 if _match.is_forward_decl(decl):
152 return not _match.is_local_var(decl)
176 if _match.is_forward_decl(item):
194 if not _match.is_global_var(decl):
[all …]
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/c_analyzer/
H A Dmatch.py5 match as _match, unknown
87 elif _match._is_funcptr(abstract):
112 elif _match.is_type_decl(decl):
123 elif _match.is_type_decl(decl):
124 return _match.is_forward_decl(decl)
134 elif _match.is_type_decl(decl):
150 if _match.is_forward_decl(decl):
152 return not _match.is_local_var(decl)
176 if _match.is_forward_decl(item):
194 if not _match.is_global_var(decl):
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/omnibox/popup/
H A Dautocomplete_match_formatter.mm50 AutocompleteMatch _match;
56 _match = AutocompleteMatch(match);
75 return _match.SupportsDeletion();
79 return _match.answer.has_value();
152 _match.answer->second_line().text_fields()[0];
179 // otherwise page title (|_match.description|).
181 !self.isURL ? _match.contents : _match.description;
190 !self.isURL ? &_match.contents_class : &_match.description_class;
228 return GURL(_match.image_url);
233 return _match.destination_url;
[all …]
/dports/sysutils/powerman/powerman-2.3.20/test/
H A Dtregex.c73 _match(char *r, char *s) in _match() function
150 assert(_match("foo", "foo")); in main()
151 assert(_match("foo", "fooxxx")); in main()
152 assert(_match("foo", "xxxfoo")); in main()
153 assert(!_match("foo", "bar")); in main()
172 assert( _match("MAGIC", s)); in main()
173 assert( _match("WONDERFUL", s)); in main()
174 assert( _match("COOKIE", s)); in main()
175 assert(!_match("CHOCOLATE", s)); in main()
183 assert(!_match("foo$", "foo")); in main()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/regex/system/text/regularexpressions/
H A DRegexGroupCollection.cs25 internal Match _match; field in System.Text.RegularExpressions.GroupCollection
43 _match = match; in GroupCollection()
55 return _match; in GroupCollection()
90 return _match._matchcount.Length; in GroupCollection()
109 if (_match._regex == null) in GroupCollection()
112 return GetGroup(_match._regex.GroupNumberFromName(groupname)); in GroupCollection()
130 if (groupnum >= _match._matchcount.Length || groupnum < 0) in GroupCollection()
143 return _match; in GroupCollection()
148 _groups = new Group[_match._matchcount.Length - 1]; in GroupCollection()
150 string groupname = _match._regex.GroupNameFromNumber(i + 1); in GroupCollection()
[all …]
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/query/
H A D_query.py13 from . import _match as match
14 from ._match import error, Node, False_
68 self._match = QueryParser(string, star=star).StartQuery()
90 self._match = False_()
108 return self._match.search
112 return self._match.filter
122 return isinstance(self._match, match.True_)
132 return self._match
135 return self._match.__or__(other)
138 return self._match.__and__(other)
[all …]
/dports/java/java-subversion/subversion-1.14.1/tools/server-side/
H A Dsvn_server_log_parse.py167 def _match(line, *patterns): function
221 m = _match(line, pREVNUM)
242 m = _match(line, pPATH)
251 m = _match(line, pWORD)
282 m = _match(line, pREVNUM)
298 m = _match(line, pPATH)
303 m = _match(line, pPATH)
336 m = _match(line,
374 m = _match(line, pPATHREV)
381 m = _match(line, pPATHREV)
[all …]
/dports/devel/py-subversion/subversion-1.14.1/tools/server-side/
H A Dsvn_server_log_parse.py167 def _match(line, *patterns): function
221 m = _match(line, pREVNUM)
242 m = _match(line, pPATH)
251 m = _match(line, pWORD)
282 m = _match(line, pREVNUM)
298 m = _match(line, pPATH)
303 m = _match(line, pPATH)
336 m = _match(line,
374 m = _match(line, pPATHREV)
381 m = _match(line, pPATHREV)
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/server-side/
H A Dsvn_server_log_parse.py167 def _match(line, *patterns): function
221 m = _match(line, pREVNUM)
242 m = _match(line, pPATH)
251 m = _match(line, pWORD)
282 m = _match(line, pREVNUM)
298 m = _match(line, pPATH)
303 m = _match(line, pPATH)
336 m = _match(line,
374 m = _match(line, pPATHREV)
381 m = _match(line, pPATHREV)
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/tools/server-side/
H A Dsvn_server_log_parse.py167 def _match(line, *patterns):
221 m = _match(line, pREVNUM)
242 m = _match(line, pPATH)
251 m = _match(line, pWORD)
282 m = _match(line, pREVNUM)
298 m = _match(line, pPATH)
303 m = _match(line, pPATH)
336 m = _match(line,
374 m = _match(line, pPATHREV)
381 m = _match(line, pPATHREV)
[all …]
/dports/www/templatelite/template_lite/src/
H A Dclass.compiler.php166 $this->_literal = $_match[1];
176 $tags = $_match[1];
233_match[1][0]{0} == '$' || ($_match[1][0]{0} == '#' && $_match[1][0]{strlen($_match[1][0]) - 1} == …
235 $_result = $this->_parse_variables($_match[1], $_match[2]);
239 $tag_command = $_match[1][0];
240 $tag_modifiers = !empty($_match[2][0]) ? $_match[2][0] : null;
241 $tag_arguments = !empty($_match[3][0]) ? $_match[3][0] : null;
564 $_match = array();
755 $variable = $_match[0];
884 $_match = array();
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/
H A DRegexGroupCollection.cs23 private readonly Match _match; field in System.Text.RegularExpressions.GroupCollection
31 _match = match; in GroupCollection()
40 public int Count => _match._matchcount.Length;
44 public Group this[string groupname] => _match._regex == null ?
46 GetGroup(_match._regex.GroupNumberFromName(groupname));
65 else if (groupnum < _match._matchcount.Length && groupnum >= 0) in GetGroup()
79 return _match; in GetGroupImpl()
85 _groups = new Group[_match._matchcount.Length - 1]; in GetGroupImpl()
88 string groupname = _match._regex.GroupNameFromNumber(i + 1); in GetGroupImpl()
89 …_groups[i] = new Group(_match._text, _match._matches[i + 1], _match._matchcount[i + 1], groupname); in GetGroupImpl()
[all …]
/dports/textproc/p5-XML-XPathEngine/XML-XPathEngine-0.14/lib/XML/
H A DXPathEngine.pm341 sub _match { subroutine
380 while (_match($self, $tokens, 'or')) {
521 if (_match($self, $tokens, '-')) {
608 _match($self, $tokens, '\\]', 1);
640 _match($self, $tokens, '\\)', 1);
651 _match($self, $tokens, '\\(', 1);
659 _match($self, $tokens, '\\)', 1);
680 while (_match($self, $tokens, ',')) {
694 if (_match($self, $tokens, '/')) {
703 elsif (_match($self, $tokens, '//')) {
[all …]
/dports/net/p5-Net-SSH-Mechanize/Net-SSH-Mechanize-0.1.3/lib/Net/SSH/Mechanize/
H A DSession.pm91 sub _match { method in Net::SSH::Mechanize::Session
175 if (_match($stdin => $passwd_prompt_re)) {
185 if (_match($stdin => $initial_prompt_re)) {
194 if (_match($stdin => $passwd_prompt_re)) {
200 if (_match($stdin => $initial_prompt_re)) {
209 if (_match($stdin => $prompt_re)) {
363 if (_match($stdin => $sudo_passwd_prompt_re)) {
375 if (_match($stdin => $sudo_passwd_prompt_re)) {
381 if (_match($stdin => $prompt_re)) {
393 if (my ($data) = _match($stdin => qr/(.*?)$prompt_re/sm)) {
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/runners/
H A Djobs.py317 _match = True
319 _match = False
332 _match = False
343 _match = False
349 if start_time and _match:
350 _match = False
355 _match = True
361 if end_time and _match:
362 _match = False
367 _match = True
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/mpl/src/ParquetFP/src/
H A DSPeval.cxx56 _match.resize(size); in SPeval()
118 fill(_match.begin(), _match.end(), 0); in xEval()
120 return _lcsCompute(XX, YY, _widths, _match, xcoords, _LL); in xEval()
136 fill(_match.begin(), _match.end(), 0); in xEvalCompact()
139 XX, YY, _widths, _match, xcoords, _LL, ycoords, _heights); in xEvalCompact()
144 _match, in xEvalCompact()
161 fill(_match.begin(), _match.end(), 0); in xEvalFast()
166 _reverseXX, _reverseYY, _widths, _match, xcoords, _LL); in xEvalFast()
179 fill(_match.begin(), _match.end(), 0); in yEval()
198 fill(_match.begin(), _match.end(), 0); in yEvalCompact()
[all …]
/dports/devel/gearmand/gearmand-1.0.6/libgearman-server/plugins/
H A Dbase.cc58 _match(name_arg) in Plugin()
60 std::transform(_match.begin(), _match.end(), _match.begin(), ::tolower); in Plugin()
65 return _match.compare(arg); in compare()
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/lib/parse/
H A Dhandler.py25 self._match = None
51 self._match = re.search(self._regexp, self._banner, re.I | re.M)
53 self._match = None
55 if name == "info" and self._match:
66 self._feedInfo("dbmsVersion", self._match.group(int(self._dbmsVersion)))
69 …self._feedInfo("technology", "%s %s" % (attrs.get("technology"), self._match.group(int(self._techV…
77 self._match = None
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/Tracking/
H A DTrackPoint.cs29 … private ActivityTrackingLocationCollection _match = new ActivityTrackingLocationCollection(); field in System.Workflow.Runtime.Tracking.ActivityTrackPoint
40 get { return _match; }
76 foreach (ActivityTrackingLocation location in _match) in IsMatch()
87 foreach (ActivityTrackingLocation location in _match) in IsMatch()
129 foreach (ActivityTrackingLocation location in _match) in IsMatch()
177 private UserTrackingLocationCollection _match = new UserTrackingLocationCollection(); field in System.Workflow.Runtime.Tracking.UserTrackPoint
188 get { return _match; }
214 foreach (UserTrackingLocation location in _match) in IsMatch()
232 foreach (UserTrackingLocation location in _match) in IsMatch()

12345678910>>...46