Home
last modified time | relevance | path

Searched +refs:match +refs:record +refs:refs (Results 1 – 25 of 3313) sorted by relevance

12345678910>>...133

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/css/tools/w3ctestlib/
H A DSources.py739 if match == '==':
741 elif match == '!=':
743 self.refs[refName] = (match, refPath, node, referenceSource)
747 if (match):
750 match = self.refs[refName][0]
751 self.refs[refName] = (match, refPath, node, referenceSource)
886 if not exists(record[0][0]):
890 elif not exists(record[0][1]):
902 yield record
1141 match = re.match('(?:[^:]*)[tT]est(?:[^:]*):(.*)', title, re.DOTALL)
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/css/tools/w3ctestlib/
H A DSources.py737 if match == '==':
739 elif match == '!=':
741 self.refs[refName] = (match, refPath, node, referenceSource)
745 if (match):
748 match = self.refs[refName][0]
749 self.refs[refName] = (match, refPath, node, referenceSource)
882 if not exists(record[0][0]):
886 elif not exists(record[0][1]):
898 yield record
1138 match = re.match('(?:[^:]*)[tT]est(?:[^:]*):(.*)', title, re.DOTALL)
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/css/tools/w3ctestlib/
H A DSources.py739 if match == '==':
741 elif match == '!=':
743 self.refs[refName] = (match, refPath, node, referenceSource)
747 if (match):
750 match = self.refs[refName][0]
751 self.refs[refName] = (match, refPath, node, referenceSource)
886 if not exists(record[0][0]):
890 elif not exists(record[0][1]):
902 yield record
1141 match = re.match('(?:[^:]*)[tT]est(?:[^:]*):(.*)', title, re.DOTALL)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/css/tools/w3ctestlib/
H A DSources.py739 if match == '==':
741 elif match == '!=':
743 self.refs[refName] = (match, refPath, node, referenceSource)
747 if (match):
750 match = self.refs[refName][0]
751 self.refs[refName] = (match, refPath, node, referenceSource)
886 if not exists(record[0][0]):
890 elif not exists(record[0][1]):
902 yield record
1141 match = re.match('(?:[^:]*)[tT]est(?:[^:]*):(.*)', title, re.DOTALL)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/css/tools/w3ctestlib/
H A DSources.py739 if match == '==':
741 elif match == '!=':
743 self.refs[refName] = (match, refPath, node, referenceSource)
747 if (match):
750 match = self.refs[refName][0]
751 self.refs[refName] = (match, refPath, node, referenceSource)
886 if not exists(record[0][0]):
890 elif not exists(record[0][1]):
902 yield record
1141 match = re.match('(?:[^:]*)[tT]est(?:[^:]*):(.*)', title, re.DOTALL)
[all …]
/dports/biology/py-biopython/biopython-1.79/Bio/ExPASy/
H A DProsite.py38 if not record:
40 yield record
53 record = __read(handle)
58 return record
159 record = None
216 m = re.match(r"(\d+)\((\d+)\)", data)
277 refs = value.split(";")
278 for ref in refs:
304 if not record:
312 if not record:
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcanal.c376 if (refs) { in anal_fcn_autoname()
701 if (refs && r_list_length (refs) == 1) { in autoname_imp_trampoline()
2775 return refs; in r_core_anal_fcn_get_calls()
2797 refs = r_list_uniq (refs, (RListComparator)RAnalRef_cmp); in fcn_print_makestyle()
3523 if (refs) { in anal_path_exists()
5541 int match = false; in r_core_search_value_in_range() local
5547 case 1: value = *(ut8 *)v; match = (buf[i] >= vmin && buf[i] <= vmax); break; in r_core_search_value_in_range()
5553 if (match && !vinfun) { in r_core_search_value_in_range()
5556 match = false; in r_core_search_value_in_range()
5560 match = false; in r_core_search_value_in_range()
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/float-unboxing/
H A Dfloat_subst_boxed_number.ml37 match Filename.basename Sys.argv.(0) with
95 let make_some_block record =
96 { record with int32 = record.int32 }
98 let unbox_record_1 record =
102 (* let block = (make_some_block [@inlined]) record in *)
103 let block = { record with int32 = record.int32 } in
153 match Sys.getenv "FLAMBDA" with
162 check_noalloc "float refs" unbox_float_refs;
168 check_noalloc "float and int32 record" unbox_record;
169 check_noalloc "eliminate intermediate immutable float record"
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/float-unboxing/
H A Dfloat_subst_boxed_number.ml37 match Filename.basename Sys.argv.(0) with
95 let make_some_block record =
96 { record with int32 = record.int32 }
98 let unbox_record_1 record =
102 (* let block = (make_some_block [@inlined]) record in *)
103 let block = { record with int32 = record.int32 } in
153 match Sys.getenv "FLAMBDA" with
162 check_noalloc "float refs" unbox_float_refs;
168 check_noalloc "float and int32 record" unbox_record;
169 check_noalloc "eliminate intermediate immutable float record"
/dports/lang/racket/racket-8.3/src/expander/extract/
H A Ddefn-known.rkt3 racket/match
19 ;; Don't record anything more specific for a mutated definition
54 (match e
60 (match e
75 ;; Strip away a `begin` that's there to record a function name:
104 (match body
113 (match e
128 (,make-struct-field-xs ,refs ,is ,_) ...))
135 [r (in-list refs)]
152 (match e
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/extract/
H A Ddefn-known.rkt3 racket/match
19 ;; Don't record anything more specific for a mutated definition
54 (match e
60 (match e
75 ;; Strip away a `begin` that's there to record a function name:
104 (match body
113 (match e
128 (,make-struct-field-xs ,refs ,is ,_) ...))
135 [r (in-list refs)]
152 (match e
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/
H A Dbase.py156 yield match.group(1), match.start(1)
158 yield match.group(1), match.start(1)
207 yield (el, None, match.group(1), match.start(1))
209 yield (el, None, match.group(1), match.start(1))
212 yield (el, 'style', match.group(1), match.start(1))
505 def emit(self, record): argument
507 msg = self.format(record)
508 f = self.log.error if record.levelno >= logging.ERROR \
1422 self.refs = {}
1441 yield from self.refs
[all …]
/dports/www/moodle310/moodle/backup/converter/moodle1/
H A Dlib.php465 $record = restore_dbops::get_backup_ids_record($this->get_id(), $stashname, $itemid);
467 if (empty($record)) {
470 if (empty($record->info)) {
473 return $record->info;
647 foreach ($matches[2] as $match) {
648 … = str_replace(array('$@FILEPHP@$', '$@SLASH@$', '$@FORCEDOWNLOAD@$'), array('', '/', ''), $match);
1479 private $refs = array(); variable in moodle1_inforef_manager
1504 $this->refs[$item][$id] = true;
1516 $this->refs[$item][$id] = true;
1527 foreach ($this->refs as $item => $ids) {
/dports/www/moodle311/moodle/backup/converter/moodle1/
H A Dlib.php465 $record = restore_dbops::get_backup_ids_record($this->get_id(), $stashname, $itemid);
467 if (empty($record)) {
470 if (empty($record->info)) {
473 return $record->info;
647 foreach ($matches[2] as $match) {
648 … = str_replace(array('$@FILEPHP@$', '$@SLASH@$', '$@FORCEDOWNLOAD@$'), array('', '/', ''), $match);
1479 private $refs = array(); variable in moodle1_inforef_manager
1504 $this->refs[$item][$id] = true;
1516 $this->refs[$item][$id] = true;
1527 foreach ($this->refs as $item => $ids) {
/dports/www/moodle39/moodle/backup/converter/moodle1/
H A Dlib.php465 $record = restore_dbops::get_backup_ids_record($this->get_id(), $stashname, $itemid);
467 if (empty($record)) {
470 if (empty($record->info)) {
473 return $record->info;
647 foreach ($matches[2] as $match) {
648 … = str_replace(array('$@FILEPHP@$', '$@SLASH@$', '$@FORCEDOWNLOAD@$'), array('', '/', ''), $match);
1479 private $refs = array(); variable in moodle1_inforef_manager
1504 $this->refs[$item][$id] = true;
1516 $this->refs[$item][$id] = true;
1527 foreach ($this->refs as $item => $ids) {
/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c420 struct RMatch match; member
2346 if (RANY(obj)->as.match.rmatch) { in obj_free()
2347 struct rmatch *rm = RANY(obj)->as.match.rmatch; in obj_free()
4814 gc_mark(objspace, any->as.match.regexp); in gc_mark_children()
4815 if (any->as.match.str) { in gc_mark_children()
4816 gc_mark(objspace, any->as.match.str); in gc_mark_children()
5034 refs->list = ALLOC_N(VALUE, refs->size); in reflist_create()
5037 return refs; in reflist_create()
5050 if (refs->pos == refs->size) { in reflist_add()
5052 SIZED_REALLOC_N(refs->list, VALUE, refs->size, refs->size/2); in reflist_add()
[all …]
/dports/math/curv/curv-0.5/ideas/compiler/
H A DNew_Shape_Compiler11 * Functions with record arguments.
84 * Compile a shape record into a set of definitions.
145 checked to ensure that it is a shape record.
153 * box is a record value, captured by a closure.
154 * [a,b,c] is a non-constant expression, maybe containing param refs.
158 F a = a >> match[pat1->..., pat2->..., pat3->...]
165 in a' >> match[pat1->..., pat2->..., pat3->...]
168 each argument of `match`.
170 * If arg is a constant, match it directly.
176 * Otherwise, there isn't a SC type. But maybe the arg is a list or record,
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Dbounding_box-inl.h406 record = reshape(range<DType>(0, num_batch * num_elem), record.shape_); in BoxNMSForward()
436 record = -1; in BoxNMSForward()
474 record = -1; in BoxNMSForward()
844 index_t match = matches[i]; in Map() local
847 index_t ref_index = (j * m + match) * 4; in Map()
848 DType ref_xmin = refs[ref_index + 0]; in Map()
849 DType ref_ymin = refs[ref_index + 1]; in Map()
850 DType ref_width = refs[ref_index + 2] - ref_xmin; in Map()
851 DType ref_height = refs[ref_index + 3] - ref_ymin; in Map()
906 Tensor<xpu, 3, DType> refs = inputs[3] in BoxEncodeForward()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Dbounding_box-inl.h406 record = reshape(range<DType>(0, num_batch * num_elem), record.shape_); in BoxNMSForward()
436 record = -1; in BoxNMSForward()
474 record = -1; in BoxNMSForward()
844 index_t match = matches[i]; in Map() local
847 index_t ref_index = (j * m + match) * 4; in Map()
848 DType ref_xmin = refs[ref_index + 0]; in Map()
849 DType ref_ymin = refs[ref_index + 1]; in Map()
850 DType ref_width = refs[ref_index + 2] - ref_xmin; in Map()
851 DType ref_height = refs[ref_index + 3] - ref_ymin; in Map()
906 Tensor<xpu, 3, DType> refs = inputs[3] in BoxEncodeForward()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/library/
H A Dgit.pl55 :- use_module(library(record),[record/1,current_record/2, op(_,_,record)]).
100 match(atom)
319 % * match(+Pattern)
320 % Only use tags that match Pattern (a Unix glob-pattern; e.g.
331 ( option(match(Pattern), Options)
508 % * refs(List)
514 % Refs, [refs(['HEAD'])]).
522 option(refs(LimitRefs), Options, []),
695 :- record
783 :- record
[all …]
/dports/lang/racket/racket-8.3/src/cify/
H A Dgenerate.rkt5 "match.rkt"
115 (match e
132 (match e
255 (match e
476 (match e
810 ;; place, record that we need it live to here:
1049 (match e
1071 (match e
1112 ;; Recognize the patterns that the linklet flattener uses to record a
1127 (match e
[all …]
H A Dmain.rkt4 "match.rkt"
100 #:when (and (null? (lam-free-var-refs lam))
110 ;; Generate prim record:
114 ;; Generate top-variable record:
/dports/lang/racket-minimal/racket-8.3/src/cify/
H A Dgenerate.rkt5 "match.rkt"
115 (match e
132 (match e
255 (match e
476 (match e
810 ;; place, record that we need it live to here:
1049 (match e
1071 (match e
1112 ;; Recognize the patterns that the linklet flattener uses to record a
1127 (match e
[all …]
H A Dmain.rkt4 "match.rkt"
100 #:when (and (null? (lam-free-var-refs lam))
110 ;; Generate prim record:
114 ;; Generate top-variable record:
/dports/sysutils/py-salt/salt-3004.1/doc/topics/releases/
H A D2016.3.6.rst51 * **PR** `#39179`_: (`mcalmer`_) fix error parsing (refs: `#40221`_)
71 * **PR** `#40117`_: (`narendraingale2`_) Fix force remove (refs: `#40193`_)
665 * **PR** `#39227`_: (`terminalmage`_) Loader optimzation (refs: `#39300`_)
761 * **PR** `#39227`_: (`terminalmage`_) Loader optimzation (refs: `#39300`_)
808 …execution failed to record the order in which all states were executed spam while running pkg.upgr…
851 * **PR** `#10792`_: (`cachedout`_) Documentation overhaul (refs: `#39173`_)
953 * **PR** `#38951`_: (`DmitryKuzmenko`_) Keep the only one record per module-function in depends dec…
958 * 0b18f34678 Keep the only one record per module-function in depends decorator.
1132 * **ISSUE** `#38798`_: (`ripta`_) `match.compound` fails to match when pillar data is used (refs: `…
1134 * **PR** `#38823`_: (`gtmanfred`_) pass pillar to compound matcher in match module
[all …]

12345678910>>...133