Home
last modified time | relevance | path

Searched refs:entry_id (Results 1 – 25 of 1577) sorted by relevance

12345678910>>...64

/dports/finance/ledgersmb12/ledgersmb/sql/legacy/
H A DPg-upgrade-2.6.18-2.6.19.sql82 ALTER TABLE inventory ADD COLUMN entry_id bigint;
85 ALTER TABLE inventory ALTER COLUMN entry_id
89 ALTER TABLE inventory ADD PRIMARY key (entry_id);
95 ALTER TABLE partscustomer ALTER COLUMN entry_id
102 ALTER TABLE partsvendor ADD COLUMN entry_id int;
105 ALTER TABLE partsvendor ALTER COLUMN entry_id
112 ALTER TABLE audittrail ADD COLUMN entry_id int;
115 ALTER TABLE audittrail ALTER COLUMN entry_id
122 ALTER TABLE shipto ADD COLUMN entry_id int;
125 ALTER TABLE shipto ALTER COLUMN entry_id
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/nnvm/src/compiler/
H A Dgraph_transform.h61 if (updated[idx.entry_id(e)]) { in GraphTransform()
69 if (updated[idx.entry_id(cid, i)]) { in GraphTransform()
82 updated[idx.entry_id(nid, i)] = true; in GraphTransform()
83 new_entry_map[idx.entry_id(nid, i)] = ret[i]; in GraphTransform()
91 if (updated[idx.entry_id(e)]) { in GraphTransform()
103 NodePtr cptr = updated[idx.entry_id(cid, j)] ? in GraphTransform()
118 updated[idx.entry_id(nid, i)] = true; in GraphTransform()
119 new_entry_map[idx.entry_id(nid, i)] = ret[i]; in GraphTransform()
123 updated[idx.entry_id(nid, i)] = true; in GraphTransform()
132 if (updated[idx.entry_id(e)]) { in GraphTransform()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/nnvm/src/compiler/
H A Dgraph_transform.h61 if (updated[idx.entry_id(e)]) { in GraphTransform()
69 if (updated[idx.entry_id(cid, i)]) { in GraphTransform()
82 updated[idx.entry_id(nid, i)] = true; in GraphTransform()
83 new_entry_map[idx.entry_id(nid, i)] = ret[i]; in GraphTransform()
91 if (updated[idx.entry_id(e)]) { in GraphTransform()
103 NodePtr cptr = updated[idx.entry_id(cid, j)] ? in GraphTransform()
118 updated[idx.entry_id(nid, i)] = true; in GraphTransform()
119 new_entry_map[idx.entry_id(nid, i)] = ret[i]; in GraphTransform()
123 updated[idx.entry_id(nid, i)] = true; in GraphTransform()
132 if (updated[idx.entry_id(e)]) { in GraphTransform()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/curl/lib/
H A Dhostip.c301 if(!entry_id) in fetch_addr()
324 free(entry_id); in fetch_addr()
380 char *entry_id; in Curl_cache_addr() local
388 if(!entry_id) in Curl_cache_addr()
395 free(entry_id); in Curl_cache_addr()
410 free(entry_id); in Curl_cache_addr()
418 free(entry_id); in Curl_cache_addr()
785 char *entry_id; in Curl_loadhostpairs() local
797 if(!entry_id) { in Curl_loadhostpairs()
813 free(entry_id); in Curl_loadhostpairs()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/curl/lib/
H A Dhostip.c301 if(!entry_id) in fetch_addr()
324 free(entry_id); in fetch_addr()
380 char *entry_id; in Curl_cache_addr() local
388 if(!entry_id) in Curl_cache_addr()
395 free(entry_id); in Curl_cache_addr()
410 free(entry_id); in Curl_cache_addr()
418 free(entry_id); in Curl_cache_addr()
788 char *entry_id; in Curl_loadhostpairs() local
800 if(!entry_id) { in Curl_loadhostpairs()
816 free(entry_id); in Curl_loadhostpairs()
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/curl/lib/
H A Dhostip.c301 if(!entry_id) in fetch_addr()
324 free(entry_id); in fetch_addr()
380 char *entry_id; in Curl_cache_addr() local
388 if(!entry_id) in Curl_cache_addr()
395 free(entry_id); in Curl_cache_addr()
410 free(entry_id); in Curl_cache_addr()
418 free(entry_id); in Curl_cache_addr()
788 char *entry_id; in Curl_loadhostpairs() local
800 if(!entry_id) { in Curl_loadhostpairs()
816 free(entry_id); in Curl_loadhostpairs()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/debug/src/transform/
H A Drefs.rs17 pub fn insert(&mut self, entry_id: write::UnitEntryId, attr: gimli::DwAt, offset: UnitOffset) { in insert()
18 self.refs.push((entry_id, attr, offset)); in insert()
34 entry_id: write::UnitEntryId, in insert()
38 self.refs.push((entry_id, attr, offset)); in insert()
54 pub fn insert(&mut self, offset: UnitOffset, entry_id: write::UnitEntryId) { in insert()
55 self.map.insert(offset, entry_id); in insert()
88 .extend(unit_map.map.into_iter().map(|(off, entry_id)| { in insert()
90 (off, (unit_id, entry_id)) in insert()
102 if let Some((id, entry_id)) = self.map.get(&offset) { in patch()
105 write::AttributeValue::AnyUnitEntryRef((*id, *entry_id)), in patch()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dopl_queue.c77 int entry_id; in OPL_Queue_Push() local
88 entry_id = queue->num_entries; in OPL_Queue_Push()
93 while (entry_id > 0) in OPL_Queue_Push()
95 parent_id = (entry_id - 1) / 2; in OPL_Queue_Push()
106 memcpy(&queue->entries[entry_id], in OPL_Queue_Push()
112 entry_id = parent_id; in OPL_Queue_Push()
117 queue->entries[entry_id].callback = callback; in OPL_Queue_Push()
118 queue->entries[entry_id].data = data; in OPL_Queue_Push()
119 queue->entries[entry_id].time = time; in OPL_Queue_Push()
/dports/graphics/dbow2/DBoW2-1.1-free-23-g3924753/include/DBoW2/
H A DTemplatedDatabase.h258 EntryId entry_id; member
436 EntryId entry_id = m_nentries++; in add() local
443 if(entry_id == m_dfile.size()) in add()
449 m_dfile[entry_id] = fv; in add()
463 return entry_id; in add()
635 const EntryId entry_id = rit->entry_id; in queryL1() local
710 const EntryId entry_id = rit->entry_id; in queryL2() local
803 const EntryId entry_id = rit->entry_id; in queryChiSquare() local
906 const EntryId entry_id = rit->entry_id; in queryKL() local
1000 const EntryId entry_id = rit->entry_id; in queryBhattacharyya() local
[all …]
/dports/security/gpa/gpa-0.10.0/src/
H A Dcm-dinsig.c114 int entry_id; /* The identifier for the entry. */ member
115 void (*updfnc) (GpaCMDinsig *card, int entry_id, char *string);
123 int entry_id; in scd_getattr_cb() local
129 entry_id = parm->entry_id; in scd_getattr_cb()
131 if (entry_id < ENTRY_LAST) in scd_getattr_cb()
137 parm->updfnc (parm->card, entry_id, tmp); in scd_getattr_cb()
138 else if (GTK_IS_LABEL (parm->card->entries[entry_id])) in scd_getattr_cb()
140 (GTK_LABEL (parm->card->entries[entry_id]), tmp); in scd_getattr_cb()
143 (GTK_ENTRY (parm->card->entries[entry_id]), tmp); in scd_getattr_cb()
158 int entry_id; in reload_data() member
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/config/
H A Dprocess_json.py166 var_name = 'k%sForEntry%d' % (entry_kind, entry_id)
426 assert entry['id'] == entry_id
617 var_name = 'kMoreForEntry' + str(entry_id) + suffix
646 entry_id = entry['id']
647 data_file.write('%d, // id\n' % entry_id)
759 entry_id = entry['id']
760 assert entry_id not in ids
761 ids.append(entry_id)
767 (os_type, entry_id))
906 entry_id = entry['id']
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Bibliographic/classes/Attribute/
H A Dclass.ilBiblAttribute.php36 protected $entry_id; variable in ilBiblAttribute
72 return $this->entry_id;
77 * @param mixed $entry_id
79 public function setEntryId($entry_id) argument
81 $this->entry_id = $entry_id;
/dports/www/ilias6/ILIAS-6.14/Modules/Bibliographic/classes/Attribute/
H A Dclass.ilBiblAttribute.php36 protected $entry_id; variable in ilBiblAttribute
72 return $this->entry_id;
77 * @param mixed $entry_id
79 public function setEntryId($entry_id) argument
81 $this->entry_id = $entry_id;
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/config/
H A Dprocess_json.py190 var_name = 'k%sForEntry%d' % (entry_kind, entry_id)
502 assert entry['id'] == entry_id
718 var_name = 'kMoreForEntry' + str(entry_id) + suffix
747 entry_id = entry['id']
748 data_file.write('%d, // id\n' % entry_id)
864 entry_id = entry['id']
865 assert entry_id not in ids
866 ids.append(entry_id)
872 (os_type, entry_id))
1011 entry_id = entry['id']
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/lib/
H A Dhostip.c266 char entry_id[MAX_HOSTCACHE_LEN]; in fetch_addr() local
269 create_hostcache_id(hostname, port, entry_id, sizeof(entry_id)); in fetch_addr()
270 entry_len = strlen(entry_id); in fetch_addr()
277 create_hostcache_id("*", port, entry_id, sizeof(entry_id)); in fetch_addr()
278 entry_len = strlen(entry_id); in fetch_addr()
421 char entry_id[MAX_HOSTCACHE_LEN]; in Curl_cache_addr() local
442 create_hostcache_id(hostname, port, entry_id, sizeof(entry_id)); in Curl_cache_addr()
443 entry_len = strlen(entry_id); in Curl_cache_addr()
857 create_hostcache_id(hostname, port, entry_id, sizeof(entry_id)); in Curl_loadhostpairs()
858 entry_len = strlen(entry_id); in Curl_loadhostpairs()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/lib/
H A Dhostip.c266 char entry_id[MAX_HOSTCACHE_LEN]; in fetch_addr() local
269 create_hostcache_id(hostname, port, entry_id, sizeof(entry_id)); in fetch_addr()
270 entry_len = strlen(entry_id); in fetch_addr()
277 create_hostcache_id("*", port, entry_id, sizeof(entry_id)); in fetch_addr()
278 entry_len = strlen(entry_id); in fetch_addr()
421 char entry_id[MAX_HOSTCACHE_LEN]; in Curl_cache_addr() local
442 create_hostcache_id(hostname, port, entry_id, sizeof(entry_id)); in Curl_cache_addr()
443 entry_len = strlen(entry_id); in Curl_cache_addr()
857 create_hostcache_id(hostname, port, entry_id, sizeof(entry_id)); in Curl_loadhostpairs()
858 entry_len = strlen(entry_id); in Curl_loadhostpairs()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/MetaData/classes/
H A Dclass.ilMDCopyrightSelectionEntry.php37 private $entry_id; variable in ilMDCopyrightSelectionEntry
71 $this->entry_id = $a_entry_id;
94 $entries[] = new ilMDCopyrightSelectionEntry($row->entry_id);
110 if (!$entry_id = self::_extractEntryId($a_cp_string)) {
115 "WHERE entry_id = " . $ilDB->quote($entry_id) . " ";
136 if (!$entry_id = self::_extractEntryId($a_cp_string)) {
141 "WHERE entry_id = " . $ilDB->quote($entry_id) . " ";
162 return $row->entry_id;
208 return $this->entry_id;
218 "WHERE entry_id = " . $this->db->quote($this->entry_id, 'integer');
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/MetaData/classes/
H A Dclass.ilMDCopyrightSelectionEntry.php37 private $entry_id; variable in ilMDCopyrightSelectionEntry
71 $this->entry_id = $a_entry_id;
94 $entries[] = new ilMDCopyrightSelectionEntry($row->entry_id);
110 if (!$entry_id = self::_extractEntryId($a_cp_string)) {
115 "WHERE entry_id = " . $ilDB->quote($entry_id) . " ";
136 if (!$entry_id = self::_extractEntryId($a_cp_string)) {
141 "WHERE entry_id = " . $ilDB->quote($entry_id) . " ";
162 return $row->entry_id;
208 return $this->entry_id;
218 "WHERE entry_id = " . $this->db->quote($this->entry_id, 'integer');
[all …]
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/bgq/src/test/
H A Dcq_mfifo_overflow.c63 uint16_t entry_id; in main() local
65 while (0 == memfifo_consume16(&mfifo.consumer, &entry_id)) { in main()
66 if (entry_id != consumption_count++) { lineno = __LINE__; goto err; } in main()
73 rc = memfifo_consume16(&mfifo.consumer, &entry_id); lineno = __LINE__; in main()
75 if (entry_id != (0x7FFF & consumption_count)) { lineno = __LINE__; goto err; } in main()
81 rc = memfifo_consume16(&mfifo.consumer, &entry_id); lineno = __LINE__; in main()
83 if (entry_id != (0x7FFF & consumption_count)) { lineno = __LINE__; goto err; } in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dservice_transfer_cache_unittest.cc26 uint32_t entry_id = 0u; in TEST() local
31 ServiceTransferCache::EntryKey(kDecoderId, kEntryType, ++entry_id), in TEST()
42 ServiceTransferCache::EntryKey(kDecoderId, kEntryType, ++entry_id), in TEST()
50 ServiceTransferCache::EntryKey(kDecoderId, kEntryType, ++entry_id), in TEST()
62 const uint32_t entry_id = 0u; in TEST() local
70 ServiceTransferCache::EntryKey(decoder1, kEntryType, entry_id), in TEST()
78 ServiceTransferCache::EntryKey(decoder2, kEntryType, entry_id), in TEST()
82 decoder1, kEntryType, entry_id))); in TEST()
84 decoder2, kEntryType, entry_id))); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dservice_transfer_cache_unittest.cc26 uint32_t entry_id = 0u; in TEST() local
31 ServiceTransferCache::EntryKey(kDecoderId, kEntryType, ++entry_id), in TEST()
42 ServiceTransferCache::EntryKey(kDecoderId, kEntryType, ++entry_id), in TEST()
50 ServiceTransferCache::EntryKey(kDecoderId, kEntryType, ++entry_id), in TEST()
62 const uint32_t entry_id = 0u; in TEST() local
70 ServiceTransferCache::EntryKey(decoder1, kEntryType, entry_id), in TEST()
78 ServiceTransferCache::EntryKey(decoder2, kEntryType, entry_id), in TEST()
82 decoder1, kEntryType, entry_id))); in TEST()
84 decoder2, kEntryType, entry_id))); in TEST()
/dports/www/serendipity/Serendipity-2.3.5/include/
H A Dfunctions_comments.inc.php476 if (!isset($entry_comments[$comment['entry_id']])) {
478 $entry_comments[$comment['entry_id']] = $comment;
480 $entry_comments[$comment['entry_id']]['comments'][] = $comment;
530 $entry_id = (int)$entry_id;
531 if ($id < 1 OR $entry_id < 1) {
575 WHERE entry_id = ". $entry_id ."
590 $addData = array('cid' => $id, 'entry_id' => $entry_id);
708 WHERE id = ". (int)$entry_id;
1062 WHERE entry_id = '". (int)$entry_id ."'
1109 function serendipity_cancelSubscription($email, $entry_id) { argument
[all …]
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dclosertotruth.py69 entry_id = mobj.group('id')
70 if entry_id in entry_ids:
72 entry_ids.add(entry_id)
75 'url': 'kaltura:%s:%s' % (partner_id, entry_id),
82 entry_id = self._search_regex(
89 'url': 'kaltura:%s:%s' % (partner_id, entry_id),
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dclosertotruth.py69 entry_id = mobj.group('id')
70 if entry_id in entry_ids:
72 entry_ids.add(entry_id)
75 'url': 'kaltura:%s:%s' % (partner_id, entry_id),
82 entry_id = self._search_regex(
89 'url': 'kaltura:%s:%s' % (partner_id, entry_id),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/disk_cache/
H A Ddisk_cache_fuzzer.proto90 required uint64 entry_id = 2; field
98 required uint64 entry_id = 2; field
105 required uint64 entry_id = 2; field
113 required uint64 entry_id = 1; field
117 required uint64 entry_id = 1; field
121 required uint64 entry_id = 1; field
130 required uint64 entry_id = 1; field
138 required uint64 entry_id = 1; field
146 required uint64 entry_id = 1; field
165 required uint64 entry_id = 2; field
[all …]

12345678910>>...64