Home
last modified time | relevance | path

Searched refs:record (Results 326 – 350 of 73946) sorted by relevance

1...<<11121314151617181920>>...2958

/dports/www/moodle310/moodle/admin/tool/dataprivacy/tests/generator/
H A Dlib.php63 * @param array|stdClass $record
69 $record = (object)$record;
71 if (!isset($record->name)) {
75 if (!isset($record->description)) {
76 $record->description = "{$record->name} description";
87 * @param array|stdClass $record
93 $record = (object)$record;
95 if (!isset($record->name)) {
99 if (!isset($record->description)) {
100 $record->description = "{$record->name} $i description";
[all …]
/dports/www/moodle311/moodle/admin/tool/dataprivacy/tests/generator/
H A Dlib.php63 * @param array|stdClass $record
69 $record = (object)$record;
71 if (!isset($record->name)) {
75 if (!isset($record->description)) {
76 $record->description = "{$record->name} description";
87 * @param array|stdClass $record
93 $record = (object)$record;
95 if (!isset($record->name)) {
99 if (!isset($record->description)) {
100 $record->description = "{$record->name} $i description";
[all …]
/dports/www/moodle39/moodle/admin/tool/dataprivacy/tests/generator/
H A Dlib.php63 * @param array|stdClass $record
69 $record = (object)$record;
71 if (!isset($record->name)) {
75 if (!isset($record->description)) {
76 $record->description = "{$record->name} description";
87 * @param array|stdClass $record
93 $record = (object)$record;
95 if (!isset($record->name)) {
99 if (!isset($record->description)) {
100 $record->description = "{$record->name} $i description";
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/persistent-2.13.0.1/Database/Persist/Class/
H A DPersistQuery.hs27 => [Filter record]
28 -> [SelectOpt record]
33 => [Filter record]
43 => [Filter record]
44 -> [SelectOpt record]
61 => [Filter record] -> [Update record] -> ReaderT backend m ()
71 => [Filter record]
72 -> [SelectOpt record]
82 => [Filter record]
83 -> [SelectOpt record]
[all …]
/dports/devel/libevtx/libevtx-20210525/libevtx/
H A Dlibevtx_record.c48 if( record == NULL ) in libevtx_record_initialize()
59 if( *record != NULL ) in libevtx_record_initialize()
195 if( record == NULL ) in libevtx_record_free()
206 if( *record != NULL ) in libevtx_record_free()
262 if( record == NULL ) in libevtx_record_get_offset()
313 if( record == NULL ) in libevtx_record_get_identifier()
364 if( record == NULL ) in libevtx_record_get_creation_time()
405 if( record == NULL ) in libevtx_record_get_written_time()
446 if( record == NULL ) in libevtx_record_get_event_identifier()
488 if( record == NULL ) in libevtx_record_get_event_identifier_qualifiers()
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Derror.c198 while (record != 0) in condition_signal()
208 record = (record -> next); in condition_signal()
232 while (record != 0) in condition_restart_find()
236 record = (record -> next); in condition_restart_find()
246 record = (record -> next); in condition_restart_find()
261 while (record != 0) in condition_restarts()
264 record = (record -> next); in condition_restarts()
273 record = (record -> next); in condition_restarts()
280 while (record != 0) in condition_restarts()
283 record = (record -> next); in condition_restarts()
[all …]
/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Dvars.cpp116 VarBindings *record = find(q); in getOrAdd() local
117 if (!record) in getOrAdd()
120 insert(record); in getOrAdd()
122 return record; in getOrAdd()
189 sabassert(record && record -> bindings.number()); in rmBinding()
196 if (!record) in getBinding()
198 return getBinding(record); in getBinding()
203 if (!record || record -> bindings.isEmpty()) in getBinding()
306 if (!record) in openGlobal()
307 record = find(name); in openGlobal()
[all …]
/dports/devel/p5-Data-Record/Data-Record-0.02/t/
H A D10record.t39 can_ok $record, 'records';
43 can_ok $record, 'limit';
52 $record->limit(0);
56 can_ok $record, 'chomp';
59 $record->chomp(0);
77 $record->split(".\n")
86 can_ok $record, 'token';
91 ok $record->token('XXX'),
108 $record->token(undef);
114 $record = $RECORD->new({
[all …]
/dports/devel/srecord/srecord-1.64/srecord/input/file/
H A Dmotorola.cc145 record::type_t type = record::type_unknown; in read_inner()
160 type = record::type_data; in read_inner()
165 type = record::type_data; in read_inner()
171 type = record::type_data; in read_inner()
236 srecord::input_file_motorola::read(record &record) in read() argument
240 if (!read_inner(record)) in read()
259 if (record.get_type() != record::type_header && !header_seen) in read()
266 record.get_type() != record::type_execution_start_address in read()
280 case record::type_header: in read()
291 case record::type_data: in read()
[all …]
/dports/net/pear-Net_CDDB/Net_CDDB-0.3.0/CDDB/
H A DUtilities.php102 $record = array(
159 $record[$key] .= ' ' . trim($value);
205 $record['dartist'] = current($explode);
206 $record['dtitle'] = end($explode);
208 $record['dartist'] = $record['dtitle'];
217 $record['tracks'][$key]['tartist'] = $record['dartist'];
222 Net_CDDB_Utilities::_trim($record);
223 $record['dyear'] = (int) $record['dyear'];
226 $count = count($record['tracks']);
237 $record['tracks'][$count - 1]['length'] = $record['dlength'] - round($start / 75);
[all …]
/dports/deskutils/egroupware/egroupware/projectmanager/inc/
H A Dclass.projectmanager_import_projects_csv.inc.php90 if($record->parent && !is_numeric($record->parent))
100 $record->parent = $parent_id;
110 if(!is_array($record->$field_name)) $record->$field_name = explode(',',$record->$field_name);
113 $members = $record->pm_members ? $record->pm_members : array();
122 unset($record->field_name);
124 …ount($more_categories) > 0) $record->cat_id = array_merge(is_array($record->cat_id) ? $record->cat…
129 if ($record->$pm_name)
131 $record->pm_overwrite |= $id;
140 * @param record
149 if($record->$field) {
[all …]
/dports/security/gcr/gcr-3.40.0/gcr/
H A Dtest-record.c31 GcrRecord *record; member
55 GcrRecord *record; in test_parse_colons() local
58 g_assert (record); in test_parse_colons()
68 _gcr_record_free (record); in test_parse_colons()
74 GcrRecord *record; in test_parse_spaces() local
77 g_assert (record); in test_parse_spaces()
86 _gcr_record_free (record); in test_parse_spaces()
92 GcrRecord *record; in test_parse_part() local
95 g_assert (record); in test_parse_part()
102 _gcr_record_free (record); in test_parse_part()
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/world/
H A Dnestedcoladapterimp.cpp17 Pathgrid pathgrid = record.get(); in addRow()
33 record.setModified (pathgrid); in addRow()
50 record.setModified (pathgrid); in removeRow()
60 record.setModified (pathgrid); in setTable()
464 Info info = record.get(); in getData()
475 Info info = record.get(); in setData()
499 Info info = record.get(); in addRow()
516 Info info = record.get(); in removeRow()
531 Info info = record.get(); in setTable()
548 Info info = record.get(); in getData()
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/bam_io/
H A Dbam_alignment_record_util.h107 posEnd = length(record.seq); in getClippedPos()
111 if (record.cigar[j].operation == 'S') in getClippedPos()
118 if (record.cigar[length(record.cigar) - j - 1].operation == 'S') in getClippedPos()
119 posEnd -= record.cigar[length(record.cigar) - j - 1].count; in getClippedPos()
140 clippedSeqInfix(BamAlignmentRecord & record) in clippedSeqInfix() argument
143 getClippedPos(begPos, endPos, record); in clippedSeqInfix()
144 return infix(record.seq, begPos, endPos); in clippedSeqInfix()
151 getClippedPos(begPos, endPos, record); in clippedSeqInfix()
168 getClippedPos(begPos, endPos, record); in clippedQualInfix()
176 getClippedPos(begPos, endPos, record); in clippedQualInfix()
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/bam_io/
H A Dbam_alignment_record_util.h107 posEnd = length(record.seq); in getClippedPos()
111 if (record.cigar[j].operation == 'S') in getClippedPos()
118 if (record.cigar[length(record.cigar) - j - 1].operation == 'S') in getClippedPos()
119 posEnd -= record.cigar[length(record.cigar) - j - 1].count; in getClippedPos()
140 clippedSeqInfix(BamAlignmentRecord & record) in clippedSeqInfix() argument
143 getClippedPos(begPos, endPos, record); in clippedSeqInfix()
144 return infix(record.seq, begPos, endPos); in clippedSeqInfix()
151 getClippedPos(begPos, endPos, record); in clippedSeqInfix()
168 getClippedPos(begPos, endPos, record); in clippedQualInfix()
176 getClippedPos(begPos, endPos, record); in clippedQualInfix()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkRecordOpts.cpp51 while (apply(&pass, record)); in multiple_set_matrices()
70 apply(&pass, record);
159 record->replace<NoOp>(i); in onMatch()
169 while (apply(&onlyDraws, record) || apply(&noDraws, record)); in SkRecordNoopSaveRestores()
229 apply(&pass, record); in SkRecordNoopSaveLayerDrawRestores()
284 apply(&pass, record); in SkRecordMergeSvgOpacityAndFilterLayers()
289 void SkRecordOptimize(SkRecord* record) { in SkRecordOptimize() argument
307 record->defrag(); in SkRecordOptimize()
311 multiple_set_matrices(record); in SkRecordOptimize2()
312 SkRecordNoopSaveRestores(record); in SkRecordOptimize2()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkRecordOpts.cpp51 while (apply(&pass, record)); in multiple_set_matrices()
70 apply(&pass, record);
159 record->replace<NoOp>(i); in onMatch()
169 while (apply(&onlyDraws, record) || apply(&noDraws, record)); in SkRecordNoopSaveRestores()
229 apply(&pass, record); in SkRecordNoopSaveLayerDrawRestores()
284 apply(&pass, record); in SkRecordMergeSvgOpacityAndFilterLayers()
289 void SkRecordOptimize(SkRecord* record) { in SkRecordOptimize() argument
307 record->defrag(); in SkRecordOptimize()
311 multiple_set_matrices(record); in SkRecordOptimize2()
312 SkRecordNoopSaveRestores(record); in SkRecordOptimize2()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkRecordOpts.cpp51 while (apply(&pass, record)); in multiple_set_matrices()
70 apply(&pass, record);
159 record->replace<NoOp>(i); in onMatch()
169 while (apply(&onlyDraws, record) || apply(&noDraws, record)); in SkRecordNoopSaveRestores()
229 apply(&pass, record); in SkRecordNoopSaveLayerDrawRestores()
284 apply(&pass, record); in SkRecordMergeSvgOpacityAndFilterLayers()
289 void SkRecordOptimize(SkRecord* record) { in SkRecordOptimize() argument
307 record->defrag(); in SkRecordOptimize()
311 multiple_set_matrices(record); in SkRecordOptimize2()
312 SkRecordNoopSaveRestores(record); in SkRecordOptimize2()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkRecordOpts.cpp51 while (apply(&pass, record)); in multiple_set_matrices()
70 apply(&pass, record);
159 record->replace<NoOp>(i); in onMatch()
169 while (apply(&onlyDraws, record) || apply(&noDraws, record)); in SkRecordNoopSaveRestores()
229 apply(&pass, record); in SkRecordNoopSaveLayerDrawRestores()
284 apply(&pass, record); in SkRecordMergeSvgOpacityAndFilterLayers()
289 void SkRecordOptimize(SkRecord* record) { in SkRecordOptimize() argument
307 record->defrag(); in SkRecordOptimize()
311 multiple_set_matrices(record); in SkRecordOptimize2()
312 SkRecordNoopSaveRestores(record); in SkRecordOptimize2()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkRecordOpts.cpp51 while (apply(&pass, record)); in multiple_set_matrices()
70 apply(&pass, record);
159 record->replace<NoOp>(i); in onMatch()
169 while (apply(&onlyDraws, record) || apply(&noDraws, record)); in SkRecordNoopSaveRestores()
229 apply(&pass, record); in SkRecordNoopSaveLayerDrawRestores()
284 apply(&pass, record); in SkRecordMergeSvgOpacityAndFilterLayers()
289 void SkRecordOptimize(SkRecord* record) { in SkRecordOptimize() argument
307 record->defrag(); in SkRecordOptimize()
311 multiple_set_matrices(record); in SkRecordOptimize2()
312 SkRecordNoopSaveRestores(record); in SkRecordOptimize2()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkRecordOpts.cpp50 while (apply(&pass, record)); in multiple_set_matrices()
69 apply(&pass, record);
161 record->replace<NoOp>(i); in onMatch()
171 while (apply(&onlyDraws, record) || apply(&noDraws, record)); in SkRecordNoopSaveRestores()
230 apply(&pass, record); in SkRecordNoopSaveLayerDrawRestores()
285 apply(&pass, record); in SkRecordMergeSvgOpacityAndFilterLayers()
290 void SkRecordOptimize(SkRecord* record) { in SkRecordOptimize() argument
308 record->defrag(); in SkRecordOptimize()
312 multiple_set_matrices(record); in SkRecordOptimize2()
313 SkRecordNoopSaveRestores(record); in SkRecordOptimize2()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkRecordOpts.cpp51 while (apply(&pass, record)); in multiple_set_matrices()
70 apply(&pass, record);
163 record->replace<NoOp>(i); in onMatch()
173 while (apply(&onlyDraws, record) || apply(&noDraws, record)); in SkRecordNoopSaveRestores()
226 apply(&pass, record); in SkRecordNoopSaveLayerDrawRestores()
281 apply(&pass, record); in SkRecordMergeSvgOpacityAndFilterLayers()
286 void SkRecordOptimize(SkRecord* record) { in SkRecordOptimize() argument
299 record->defrag(); in SkRecordOptimize()
303 multiple_set_matrices(record); in SkRecordOptimize2()
304 SkRecordNoopSaveRestores(record); in SkRecordOptimize2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkRecordOpts.cpp51 while (apply(&pass, record)); in multiple_set_matrices()
70 apply(&pass, record);
159 record->replace<NoOp>(i); in onMatch()
169 while (apply(&onlyDraws, record) || apply(&noDraws, record)); in SkRecordNoopSaveRestores()
229 apply(&pass, record); in SkRecordNoopSaveLayerDrawRestores()
284 apply(&pass, record); in SkRecordMergeSvgOpacityAndFilterLayers()
289 void SkRecordOptimize(SkRecord* record) { in SkRecordOptimize() argument
307 record->defrag(); in SkRecordOptimize()
311 multiple_set_matrices(record); in SkRecordOptimize2()
312 SkRecordNoopSaveRestores(record); in SkRecordOptimize2()
[all …]
/dports/databases/adodb/adodb/tests/
H A Dtest4.php62 $record["firstname"] = 'Jann';
63 $record["lastname"] = "Smitts";
64 $record["created"] = time();
71 $record["firstname"] = 'anull';
72 $record["lastname"] = "Smith\$@//";
73 $record["created"] = time();
105 $record["firstName"] = "Caroline".rand();
108 $record['num'] = '';
118 $record["firstName"] = "Caroline".rand();
121 $record['num'] = 331;
[all …]
/dports/www/phprecipebook/phprecipebook/libs/adodb4/tests/
H A Dtest4.php62 $record["firstname"] = 'Jann';
63 $record["lastname"] = "Smitts";
64 $record["created"] = time();
71 $record["firstname"] = 'anull';
72 $record["lastname"] = "Smith\$@//";
73 $record["created"] = time();
105 $record["firstName"] = "Caroline".rand();
108 $record['num'] = '';
118 $record["firstName"] = "Caroline".rand();
121 $record['num'] = 331;
[all …]

1...<<11121314151617181920>>...2958