Home
last modified time | relevance | path

Searched refs:_record (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/net/
H A Drecordpacket.cpp31 : IdentifiedPacket(RECORD_PACKET_TYPE, i), _name(name), _record(0) in RecordPacket()
33 _record = new Record(); in RecordPacket()
38 delete _record; in ~RecordPacket()
43 delete _record; in take()
44 _record = newRecord; in take()
49 Record *detached = _record; in give()
50 _record = new Record; in give()
56 return (*_record)[variableName]; in operator []()
61 return (*_record)[variableName].value().asText(); in valueAsText()
67 to << _name << *_record; in operator >>()
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio_tests/tests/unit/
H A D_interceptor_test.py349 self._record = []
433 self._record[:] = []
451 self._record[:] = []
471 self._record[:] = []
498 self._record[:] = []
515 self._record[:] = []
534 self._record[:] = []
557 self._record[:] = []
581 self._record[:] = []
602 self._record[:] = []
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio_tests/tests/unit/
H A D_interceptor_test.py349 self._record = []
433 self._record[:] = []
451 self._record[:] = []
471 self._record[:] = []
498 self._record[:] = []
515 self._record[:] = []
534 self._record[:] = []
553 self._record[:] = []
577 self._record[:] = []
598 self._record[:] = []
[all …]
/dports/devel/grpc/grpc-1.42.0/src/python/grpcio_tests/tests/unit/
H A D_interceptor_test.py349 self._record = []
433 self._record[:] = []
451 self._record[:] = []
471 self._record[:] = []
498 self._record[:] = []
515 self._record[:] = []
534 self._record[:] = []
553 self._record[:] = []
577 self._record[:] = []
598 self._record[:] = []
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/python/grpcio_tests/tests/unit/
H A D_interceptor_test.py318 self._record = []
406 self._record[:] = []
415 self.assertSequenceEqual(self._record, [
424 self._record[:] = []
452 self._record[:] = []
469 self._record[:] = []
490 self._record[:] = []
513 self._record[:] = []
536 self._record[:] = []
560 self._record[:] = []
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/
H A Ddns_query_windows-impl.h82 if (this->_record->wType != DNS_TYPE_TEXT) { in txtEntry()
92 const auto start = this->_record->Data.TXT.pStringArray; in txtEntry()
93 const auto count = this->_record->Data.TXT.dwStringCount; in txtEntry()
102 if (this->_record->wType != DNS_TYPE_A) { in addressEntry()
111 const auto& data = this->_record->Data.A.IpAddress; in addressEntry()
127 if (this->_record->wType != DNS_TYPE_SRV) { in srvHostEntry()
135 const auto& data = this->_record->Data.SRV; in srvHostEntry()
141 std::shared_ptr<DNS_RECORDA> _record; variable
181 return this->_record.get(); in makeRelopsLens()
203 this->_record = {this->_record, this->_record->pNext}; in _advance()
[all …]
/dports/misc/dartsim/dart-6.11.1/dart/utils/
H A DFileInfoWorld.cpp135 outFile << "numFrames " << _record->getNumFrames() << std::endl; in saveFile()
137 for (int i = 0; i < _record->getNumSkeletons(); i++) in saveFile()
138 outFile << "Skeleton" << i << " " << _record->getNumDofs(i) << " "; in saveFile()
140 for (int i = 0; i < _record->getNumFrames(); i++) in saveFile()
142 for (int j = 0; j < _record->getNumSkeletons(); j++) in saveFile()
144 for (int k = 0; k < _record->getNumDofs(j); k++) in saveFile()
145 outFile << _record->getGenCoord(i, j, k) << " "; in saveFile()
148 outFile << "Contacts " << _record->getNumContacts(i) << std::endl; in saveFile()
150 for (int j = 0; j < _record->getNumContacts(i); j++) in saveFile()
152 outFile << _record->getContactPoint(i, j) << std::endl; in saveFile()
[all …]
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dpaste_kimmoke.pl16 my @_record = undef;
33 @_record = ();
50 …Irssi::print('Recording ended. ' . ($#_record + 1) . ' lines captured. Use /see to see and /play t…
55 push @_record, $data;
67 $data = join("", @_record);
71 $data = join(" ", @_record);
87 @_record && Irssi::print(reformat($arg));
94 if (@_record)
/dports/net/grilo-plugins/grilo-plugins-0.3.14/src/dmap/
H A Dgrl-daap-compat.h32 guint grl_daap_db_add (DMAPDb *_db, DMAPRecord *_record, GError **error);
50 grl_daap_db_add_compat (DmapDb *_db, DmapRecord *_record) in grl_daap_db_add_compat() argument
52 return grl_daap_db_add (_db, _record, NULL); in grl_daap_db_add_compat()
60 guint grl_daap_db_add (DmapDb *_db, DmapRecord *_record, GError **error);
69 grl_daap_db_add_compat (DmapDb *_db, DmapRecord *_record, GError **error) in grl_daap_db_add_compat() argument
71 return grl_daap_db_add (_db, _record, error); in grl_daap_db_add_compat()
H A Dgrl-dpap-compat.h32 guint grl_dpap_db_add (DMAPDb *_db, DMAPRecord *_record, GError **error);
70 grl_dpap_db_add_compat (DMAPDb *_db, DmapRecord *_record) in grl_dpap_db_add_compat() argument
72 return grl_dpap_db_add (_db, _record, NULL); in grl_dpap_db_add_compat()
80 guint grl_dpap_db_add (DmapDb *_db, DmapRecord *_record, GError **error);
109 grl_dpap_db_add_compat (DmapDb *_db, DmapRecord *_record, GError **error) in grl_dpap_db_add_compat() argument
111 return grl_dpap_db_add (_db, _record, error); in grl_dpap_db_add_compat()
/dports/deskutils/egroupware/egroupware/tracker/inc/
H A Dclass.tracker_export_csv.inc.php116 $_record = new tracker_egw_record();
117 $_record->set_record($record);
124 … importexport_export_csv::convert($_record, tracker_egw_record::$types, 'tracker', $this->selects);
125 $this->convert($_record, $options);
130 foreach($_record->get_record_array() as $key => $value)
134 $_record->$key = count($value) > 0 ? serialize($value) : null;
137 if(is_array($value)) $_record->$key = implode(',', $value);
140 $export_object->export_record($_record);
141 unset($_record);
/dports/science/gramps/gramps-5.1.4/gramps/plugins/lib/
H A Dlibrecords.py181 _record(person_youngestliving, person_oldestliving,
186 _record(person_youngestdied, person_oldestdied,
207 _record(person_youngestmarried, person_oldestmarried,
260 _record(None, person_mostkidsfather,
264 _record(None, person_mostkidsmother,
272 _record(None, person_mostgrandkidsfather,
276 _record(None, person_mostgrandkidsmother,
328 _record(None, family_mostchildren,
346 _record(family_smallestagediff, family_biggestagediff,
396 _record(family_youngestmarried, family_oldestmarried,
[all …]
/dports/multimedia/libaacs/libaacs-0.11.0/src/libaacs/
H A Dmkb.c37 static const uint8_t *_record(MKB *mkb, uint8_t type, size_t *rec_len) in _record() function
139 const uint8_t *rec = _record(mkb, 0x10, &len); in mkb_type_and_version_record()
151 const uint8_t *rec = _record(mkb, 0x21, len); in mkb_host_revokation_entries()
166 const uint8_t *rec = _record(mkb, 0x20, len); in mkb_drive_revokation_entries()
181 const uint8_t *rec = _record(mkb, 0x04, len); in mkb_subdiff_records()
196 const uint8_t *rec = _record(mkb, 0x05, len); in mkb_cvalues()
228 rec = _record(mkb, dv_record, &len); in mkb_mk_dv()
243 const uint8_t *rec = _record(mkb, 0x02, len); in mkb_signature()
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/states/
H A Dtest_libcloud_dns.py42 def _record(*args):
50 "libcloud_dns.create_record": _record,
51 "libcloud_dns.delete_record": _record,
52 "libcloud_dns.create_zone": _record,
53 "libcloud_dns.delete_zone": _record,
/dports/devel/py-pymarc/pymarc-3.1.13/pymarc/
H A Dmarcxml.py32 self._record = None
47 self._record = Record()
70 self.process_record(self._record)
71 self._record = None
73 self._record.leader = text
76 self._record.add_field(self._field)
79 self._record.add_field(self._field)
/dports/www/xist/ll-xist-5.34/src/ll/
H A Dul4on.py313 self._record(obj)
317 self._record(obj)
320 self._record(obj)
323 self._record(obj)
326 self._record(obj)
329 self._record(obj)
332 self._record(obj)
335 self._record(obj)
343 self._record(obj)
352 self._record(obj)
[all …]
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/
H A Dfileset.py192 self._record: Dataset
327 for tag in sorted(self._record.keys()):
354 if "ReferencedFileID" in self._record:
588 self._record = ds
637 ds = self._record
666 next_elem = self._record[_NEXT_OFFSET]
852 if tag in node._record:
890 if tag in node._record:
891 return node._record[tag]
1189 leaf._record.ReferencedFileID = None
[all …]
/dports/devel/py-pymarc/pymarc-3.1.13/test/
H A Djson_test.py44 self._record = pymarc.Record()
49 self._record.add_field(field)
67 self.assertEqual(_expected, self._record.as_dict())
70 rd = self._record.as_dict()
87 record = json.loads(self._record.as_json())
/dports/science/gramps/gramps-5.1.4/gramps/gui/logger/
H A D_gtkhandler.py43 self._record = record
47 return self.format(self._record)
50 return self._record
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/ot/table/
H A DNameRecord.java68 private String _record; field in NameRecord
96 sb.append(_record); in getRecordString()
130 _record = sb.toString(); in loadString()
143 .append("\n\n").append(_record); in toString()
/dports/games/pyspacewar/pyspacewar-1.1.1/src/pyspacewar/tests/
H A Dtest_ui.py56 self._record("(%s, %s) <- %s" % (x, y, self._fmt_color(color)))
67 self._record("(%s, %s) <- %r%s" % (x, y, what, subset))
70 self._record(" %s" % op)
78 self._record("(%s, %s)..(%s, %s) <- fill(%s)" % (
83 self._record("(%s, %s)..(%s, %s) <- rect(%s, %s)" % (
89 self._record("(%s, %s)..(%s, %s) <- line(%s)" % (
95 self._record("(%s, %s)..(%s, %s) <- aaline(%s)" % (
103 self._record("(%s, %s) <- circle(%s, %s%s)" % (
106 def _record(self, op): member in SurfaceStub
119 def _record(self, op): member in PrintingSurfaceStub
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/net/
H A Drecordpacket.h54 const Record& record() const { return *_record; } in record()
57 Record& record() { return *_record; } in record()
105 Record *_record; variable
/dports/audio/tse3/tse3-0.3.1/src/tse3/app/
H A DApplication.cpp38 : _appname(a), _appversion(v), _choicesFile(cf), _record(0) in Application()
91 if (!_record) in record()
94 me->_record = new Record(_transport); in record()
96 return _record; in record()
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/Net/Dns/
H A DResourceRecord.cs42 private readonly RecordBase _record; field in agsXMPP.Net.Dns.ResourceRecord
67 get { return _record; }
89 _record = new SRVRecord(pointer); in ResourceRecord()
/dports/www/phalcon/cphalcon-3.4.5/phalcon/mvc/model/transaction/
H A Dfailed.zep34 protected _record = null;
41 let this->_record = record;
52 let record = this->_record;
65 return this->_record;

12345678910>>...18