Home
last modified time | relevance | path

Searched refs:record (Results 376 – 400 of 80602) sorted by relevance

1...<<11121314151617181920>>...3225

/dports/biology/py-biopython/biopython-1.79/Bio/SwissProt/
H A D__init__.py242 yield record
258 if not record:
265 return record
289 record = None
294 return record
298 record = Record()
381 record.description = " ".join(record.description)
382 record.organism = " ".join(record.organism)
383 record.organelle = record.organelle.rstrip()
400 return record
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/import/ftable/
H A Dgtf_annot_assembler.cpp158 return FEATKEY(record.GeneId(), record.TranscriptId()); in FeatKeyOf()
246 const CGtfImportData& record, in xProcessRecordGene() argument
251 pGene ? xUpdateGene(record, pGene, annot) : xCreateGene(record, pGene, annot); in xProcessRecordGene()
257 const CGtfImportData& record, in xProcessRecordMrna() argument
279 const CGtfImportData& record, in xProcessRecordCds() argument
306 const CGtfImportData& record, in xCreateGene() argument
325 const CGtfImportData& record, in xUpdateGene() argument
348 const CGtfImportData& record, in xCreateMrna() argument
364 const CGtfImportData& record, in xUpdateMrna() argument
375 const CGtfImportData& record, in xCreateCds() argument
[all …]
/dports/www/moodle310/moodle/repository/webdav/tests/generator/
H A Dlib.php39 * @param array $record
43 $record = parent::prepare_record($record);
44 if (!isset($record['webdav_type'])) {
45 $record['webdav_type'] = 0;
50 if (!isset($record['webdav_port'])) {
51 $record['webdav_port'] = '';
54 $record['webdav_path'] = '/';
57 $record['webdav_user'] = '';
60 $record['webdav_password'] = '';
63 $record['webdav_auth'] = 'none';
[all …]
/dports/www/moodle311/moodle/repository/webdav/tests/generator/
H A Dlib.php39 * @param array $record
43 $record = parent::prepare_record($record);
44 if (!isset($record['webdav_type'])) {
45 $record['webdav_type'] = 0;
50 if (!isset($record['webdav_port'])) {
51 $record['webdav_port'] = '';
54 $record['webdav_path'] = '/';
57 $record['webdav_user'] = '';
60 $record['webdav_password'] = '';
63 $record['webdav_auth'] = 'none';
[all …]
/dports/www/moodle39/moodle/repository/webdav/tests/generator/
H A Dlib.php39 * @param array $record
43 $record = parent::prepare_record($record);
44 if (!isset($record['webdav_type'])) {
45 $record['webdav_type'] = 0;
50 if (!isset($record['webdav_port'])) {
51 $record['webdav_port'] = '';
54 $record['webdav_path'] = '/';
57 $record['webdav_user'] = '';
60 $record['webdav_password'] = '';
63 $record['webdav_auth'] = 'none';
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/WebMatrix.Data.Test/
H A DDynamicRecordTest.cs26 Assert.Equal(1, record.A); in GetFieldValueByNameAccessesUnderlyingRecordForValue()
27 Assert.Equal(2, record.B); in GetFieldValueByNameAccessesUnderlyingRecordForValue()
41 Assert.Equal(1, record[0]); in GetFieldValueByIndexAccessesUnderlyingRecordForValue()
42 Assert.Equal(2, record[1]); in GetFieldValueByIndexAccessesUnderlyingRecordForValue()
55 Assert.Null(record.A); in GetFieldValueByNameReturnsNullIfValueIsDbNull()
68 Assert.Null(record[0]); in GetFieldValueByIndexReturnsNullIfValueIsDbNull()
95 Assert.Null(record.GetClassName()); in VerfiyCustomTypeDescriptorMethods()
96 Assert.Null(record.GetConverter()); in VerfiyCustomTypeDescriptorMethods()
97 Assert.Null(record.GetDefaultEvent()); in VerfiyCustomTypeDescriptorMethods()
100 Assert.Null(record.GetEditor(null)); in VerfiyCustomTypeDescriptorMethods()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Database/
H A DFetchTest.php25 foreach ($result as $record) {
26 $records[] = $record;
40 foreach ($result as $record) {
41 $records[] = $record;
55 foreach ($result as $record) {
56 $records[] = $record;
73 foreach ($result as $record) {
74 $records[] = $record;
109 $records[] = $record;
126 $records[] = $record;
[all …]
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Database/
H A DFetchTest.php25 foreach ($result as $record) {
26 $records[] = $record;
40 foreach ($result as $record) {
41 $records[] = $record;
55 foreach ($result as $record) {
56 $records[] = $record;
73 foreach ($result as $record) {
74 $records[] = $record;
110 $records[] = $record;
127 $records[] = $record;
[all …]
/dports/games/flightgear-data/fgdata/Aircraft-uiuc/Cessna172/
H A Daircraft.dat74 #record Dx_pilot # [ft] x-location
75 #record Dy_pilot # [ft] y-loaction
77 record V_north # [ft/s] x-velocity
78 record V_east # [ft/s] y-velocity
79 record V_down # [ft/s] z-velocity
87 #record P_body # [rad] roll rate
89 #record R_body # [rad] yaw rate
94 #record long_trim
95 #record trim_inc
103 #record CDfaI # [] CD(alpha)
[all …]
/dports/net/ryu/ryu-4.26/ryu/tests/unit/lib/
H A Dtest_mrtlib.py117 eq_(type_, record.type)
118 eq_(subtype, record.subtype)
178 output = record.serialize()
200 eq_(0x2222, record.type)
201 eq_(0x3333, record.subtype)
223 output = record.serialize()
254 eq_(0x0000, record.subtype)
290 output = record.serialize()
381 output = record.serialize()
651 record.message.afi)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/tests/attr/
H A DREADME35 perf record kill (test-record-basic)
36 perf record -b kill (test-record-branch-any)
44 perf record -c 123 kill (test-record-count)
45 perf record -d kill (test-record-data)
46 perf record -F 100 kill (test-record-freq)
48 perf record --call-graph dwarf kill (test-record-graph-dwarf)
49 perf record --call-graph fp kill (test-record-graph-fp)
50 perf record --group -e cycles,instructions kill (test-record-group)
51 perf record -e '{cycles,instructions}' kill (test-record-group1)
56 perf record -c 100 -P kill (test-record-period)
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/tests/attr/
H A DREADME35 perf record kill (test-record-basic)
36 perf record -b kill (test-record-branch-any)
44 perf record -c 123 kill (test-record-count)
45 perf record -d kill (test-record-data)
46 perf record -F 100 kill (test-record-freq)
48 perf record --call-graph dwarf kill (test-record-graph-dwarf)
49 perf record --call-graph fp kill (test-record-graph-fp)
50 perf record --group -e cycles,instructions kill (test-record-group)
51 perf record -e '{cycles,instructions}' kill (test-record-group1)
56 perf record -c 100 -P kill (test-record-period)
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/tests/attr/
H A DREADME35 perf record kill (test-record-basic)
36 perf record -b kill (test-record-branch-any)
44 perf record -c 123 kill (test-record-count)
45 perf record -d kill (test-record-data)
46 perf record -F 100 kill (test-record-freq)
48 perf record --call-graph dwarf kill (test-record-graph-dwarf)
49 perf record --call-graph fp kill (test-record-graph-fp)
50 perf record --group -e cycles,instructions kill (test-record-group)
51 perf record -e '{cycles,instructions}' kill (test-record-group1)
56 perf record -c 100 -P kill (test-record-period)
[all …]
/dports/www/rt50/rt-5.0.2/lib/RT/Migrate/Serializer/
H A DJSON.pm186 my $record = shift;
188 $self->{Records}{ $record->[0] }{ $record->[1] } = $record->[2];
413 delete $record->{Pattern} if ($record->{Pattern}||'') eq "";
414 delete $record->{UniqueValues} if !$record->{UniqueValues};
438 $record->{LargeContent} = MIME::Base64::encode_base64($record->{LargeContent} );
470 delete $record->{URI};
542 if ( ref $record->{Content} eq 'SCALAR' && ${$record->{Content}} =~ /(\d+)$/ ) {
662 my $record = shift;
669 return 1 if ($record->{UserId}||'') eq 'Nobody' && $record->{RightName} eq 'OwnTicket';
729 $record->{$key} = $self->CanonicalizeReference($record->{$key}, $record, $key);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/
H A Ddaily_metrics_helper.cc44 .SetInstalled(record.installed) in Emit()
47 if (record.install_source) in Emit()
55 if (record.num_sessions > 0) in Emit()
83 DailyInteraction record(gurl); in DictToRecord() local
88 record.installed = *installed; in DictToRecord()
101 record.promotable = *promotable; in DictToRecord()
106 record.foreground_duration = in DictToRecord()
113 record.background_duration = in DictToRecord()
121 return record; in DictToRecord()
173 if (record) in EmitRecords()
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/FileHandling/
H A DBinex_UpdateExtract_T.cpp377 BinexData record(1); // id = 1 in doMixedTestA() local
388 record.updateMessageData(offset, u1); in doMixedTestA()
391 record.updateMessageData(offset, u2); in doMixedTestA()
394 record.updateMessageData(offset, m1); in doMixedTestA()
415 record.updateMessageData(offset, m2); in doMixedTestA()
418 record.updateMessageData(offset, m3); in doMixedTestA()
421 record.updateMessageData(offset, u3); in doMixedTestA()
503 BinexData record(1); // id = 1 in doMixedTestB() local
511 record.updateMessageData(offset, m1); in doMixedTestB()
523 record.updateMessageData(offset, u1); in doMixedTestB()
[all …]
/dports/net/grilo-plugins/grilo-plugins-0.3.14/src/dmap/
H A Dgrl-dpap-record.c77 g_free (record->priv->location); in G_DEFINE_TYPE_WITH_CODE()
90 g_free (record->priv->filename); in G_DEFINE_TYPE_WITH_CODE()
104 g_free (record->priv->format); in G_DEFINE_TYPE_WITH_CODE()
108 g_free (record->priv->comments); in G_DEFINE_TYPE_WITH_CODE()
112 record->priv->thumbnail = get_thumbnail (record->priv->thumbnail, value); in G_DEFINE_TYPE_WITH_CODE()
191 record->priv = grl_dpap_record_get_instance_private (record); in grl_dpap_record_init()
241 g_free (record->priv->location); in grl_dpap_record_finalize()
242 g_free (record->priv->filename); in grl_dpap_record_finalize()
244 g_free (record->priv->format); in grl_dpap_record_finalize()
245 g_free (record->priv->comments); in grl_dpap_record_finalize()
[all …]
/dports/www/moodle310/moodle/mod/h5pactivity/tests/generator/
H A Dlib.php53 $record = (object)(array)$record;
59 if (!isset($record->grade)) {
60 $record->grade = 100;
69 $record->enabletracking = 1;
106 * @param stdClass|array $record
114 $cmid = $record['cmid'];
248 $record = (object)[
260 if (empty($record->maxscore)) {
261 $record->scaled = 0;
263 $record->scaled = $record->rawscore / $record->maxscore;
[all …]
/dports/www/moodle311/moodle/mod/h5pactivity/tests/generator/
H A Dlib.php53 $record = (object)(array)$record;
59 if (!isset($record->grade)) {
60 $record->grade = 100;
69 $record->enabletracking = 1;
106 * @param stdClass|array $record
114 $cmid = $record['cmid'];
248 $record = (object)[
260 if (empty($record->maxscore)) {
261 $record->scaled = 0;
263 $record->scaled = $record->rawscore / $record->maxscore;
[all …]
/dports/www/moodle39/moodle/mod/h5pactivity/tests/generator/
H A Dlib.php53 $record = (object)(array)$record;
59 if (!isset($record->grade)) {
60 $record->grade = 100;
69 $record->enabletracking = 1;
106 * @param stdClass|array $record
114 $cmid = $record['cmid'];
248 $record = (object)[
260 if (empty($record->maxscore)) {
261 $record->scaled = 0;
263 $record->scaled = $record->rawscore / $record->maxscore;
[all …]
/dports/audio/mpdscribble/mpdscribble-0.22/src/
H A Djournal.c42 struct record *record = data; in journal_write_record() local
52 if (record->love) in journal_write_record()
58 record->length, record->source); in journal_write_record()
82 journal_commit_record(GQueue *queue, struct record *record) in journal_commit_record() argument
84 if (record->artist != NULL && record->track != NULL) { in journal_commit_record()
87 g_queue_push_tail(queue, g_memdup(record, sizeof(*record))); in journal_commit_record()
93 record_deinit(record); in journal_commit_record()
96 record_clear(record); in journal_commit_record()
156 struct record record; in journal_read() local
171 record_clear(&record); in journal_read()
[all …]
/dports/www/moodle310/moodle/mod/lti/tests/generator/
H A Dlib.php41 $record = (object) (array) $record;
43 if (!isset($record->toolurl)) {
44 $record->toolurl = '';
46 if (!isset($record->resourcekey)) {
47 $record->resourcekey = '12345';
49 if (!isset($record->password)) {
50 $record->password = 'secret';
52 if (!isset($record->grade)) {
53 $record->grade = 100;
64 if (!isset($record->typeid)) {
[all …]
/dports/www/moodle311/moodle/mod/lti/tests/generator/
H A Dlib.php41 $record = (object) (array) $record;
43 if (!isset($record->toolurl)) {
44 $record->toolurl = '';
46 if (!isset($record->resourcekey)) {
47 $record->resourcekey = '12345';
49 if (!isset($record->password)) {
50 $record->password = 'secret';
52 if (!isset($record->grade)) {
53 $record->grade = 100;
64 if (!isset($record->typeid)) {
[all …]
/dports/www/moodle39/moodle/mod/lti/tests/generator/
H A Dlib.php41 $record = (object) (array) $record;
43 if (!isset($record->toolurl)) {
44 $record->toolurl = '';
46 if (!isset($record->resourcekey)) {
47 $record->resourcekey = '12345';
49 if (!isset($record->password)) {
50 $record->password = 'secret';
52 if (!isset($record->grade)) {
53 $record->grade = 100;
64 if (!isset($record->typeid)) {
[all …]
/dports/deskutils/egroupware/egroupware/addressbook/inc/
H A Dclass.addressbook_import_contacts_csv.inc.php141 $record->owner,
146 $record->owner = $new_owner;
150 $record->owner = $this->user;
160 $record->owner = $this->user;
165 if(!$record->owner && !$record->account_id)
171 if(!$record->tid || !$this->lookups['tid'][$record->tid])
174 if($record->tid && !$this->type_warned[$record->tid] && !$this->lookups['tid'][$record->tid] )
189 if(is_numeric($record->$field_name) && $record->$field_name != 1) {
201 …ount($more_categories) > 0) $record->cat_id = array_merge(is_array($record->cat_id) ? $record->cat…
207 if($record->bday && is_numeric($record->bday))
[all …]

1...<<11121314151617181920>>...3225