Home
last modified time | relevance | path

Searched refs:extra_id (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/traffic_annotation/scripts/
H A Dextractor.py56 extra_id='', text=''): argument
66 self.extra_id = extra_id
93 self.extra_id,
113 self.extra_id = tokenizer.advance('string_literal')
183 extra_id = 'test'
187 extra_id = ''
191 unique_id=unique_id, extra_id=extra_id,
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/traffic_annotation/scripts/
H A Dextractor.py56 extra_id='', text=''): argument
66 self.extra_id = extra_id
93 self.extra_id,
113 self.extra_id = tokenizer.advance('string_literal')
183 extra_id = 'test'
187 extra_id = ''
191 unique_id=unique_id, extra_id=extra_id,
H A Dauditor.py135 self.second_id = serialized_annotation.extra_id
/dports/devel/py-absl/absl-py-0.7.1/absl/testing/
H A Dparameterized.py307 extra_id = '(%s)' % (_format_parameter_list(testcase_params),)
308 extra_ids[extra_id] += 1
309 while extra_ids[extra_id] > 1:
310 extra_id = '%s (%d)' % (extra_id, extra_ids[extra_id])
311 extra_ids[extra_id] += 1
312 bound_param_test.__x_extra_id__ = extra_id
/dports/deskutils/egroupware/egroupware/api/src/
H A DStorage.php64 var $extra_id = '_id'; variable in EGroupware\\Api\\Storage
116 …* @param string $extra_id ='_id' column name for cf id column (will be prefixed with colum prefix,…
124 $extra_key='_name',$extra_value='_value',$extra_id='_id', argument
132 if (!$this->extra_id) $this->extra_id = $this->autoinc_id; // default to auto id of regular table
144 'extra_id' => $extra_id,
168 …s->extra_join = " LEFT JOIN $extra_table ON $table.$this->autoinc_id=$extra_table.$this->extra_id";
194 $this->extra_id => $ids,
198 $entry =& $entries[$row[$this->extra_id]];
232 $this->extra_id => $id,
356 $this->db->delete($this->extra_table,array($this->extra_id => $ids),__LINE__,__FILE__);
[all …]
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DClientJson.cpp85 std::uint64_t extra_id = extra_id_.fetch_add(1, std::memory_order_relaxed); in send() local
88 extra_[extra_id] = std::move(parsed_request.second); in send()
90 client_.send(Client::Request{extra_id, std::move(parsed_request.first)}); in send()
123 static std::atomic<uint64> extra_id{1}; variable
131 auto request_id = extra_id.fetch_add(1, std::memory_order_relaxed); in json_send()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/t/
H A Dpercona_processlist_tid_pool_of_threads.test82 let extra_id = `SELECT CONNECTION_ID()`;
101 … 1 AS extra_id_not_null FROM information_schema.processlist WHERE ID = $extra_id AND TID IS NOT NU…
104 …information_schema.processlist WHERE ID IN ($first_id, $second_id, $third_id, $forth_id, $extra_id)
113 … WHERE ID NOT IN ($default_id, $first_id, $second_id, $third_id, $forth_id, $fifth_id, $extra_id)`;
141 …id, $zeroth_id, $first_id, $second_id, $third_id, $forth_id, $fifth_id, $extra_id) AND TID IS NULL;
145 …extra_id_still_not_null FROM information_schema.processlist WHERE ID = $extra_id AND TID IS NOT NU…
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/t/
H A Dpercona_processlist_tid_pool_of_threads.test82 let extra_id = `SELECT CONNECTION_ID()`;
101 … 1 AS extra_id_not_null FROM information_schema.processlist WHERE ID = $extra_id AND TID IS NOT NU…
104 …information_schema.processlist WHERE ID IN ($first_id, $second_id, $third_id, $forth_id, $extra_id)
113 … WHERE ID NOT IN ($default_id, $first_id, $second_id, $third_id, $forth_id, $fifth_id, $extra_id)`;
141 …id, $zeroth_id, $first_id, $second_id, $third_id, $forth_id, $fifth_id, $extra_id) AND TID IS NULL;
145 …extra_id_still_not_null FROM information_schema.processlist WHERE ID = $extra_id AND TID IS NOT NU…
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/t/
H A Dpercona_processlist_tid_pool_of_threads.test82 let extra_id = `SELECT CONNECTION_ID()`;
101 … 1 AS extra_id_not_null FROM information_schema.processlist WHERE ID = $extra_id AND TID IS NOT NU…
104 …information_schema.processlist WHERE ID IN ($first_id, $second_id, $third_id, $forth_id, $extra_id)
113 … WHERE ID NOT IN ($default_id, $first_id, $second_id, $third_id, $forth_id, $fifth_id, $extra_id)`;
141 …id, $zeroth_id, $first_id, $second_id, $third_id, $forth_id, $fifth_id, $extra_id) AND TID IS NULL;
145 …extra_id_still_not_null FROM information_schema.processlist WHERE ID = $extra_id AND TID IS NOT NU…
/dports/net/kamailio/kamailio-5.4.5/misc/examples/ims/pcscf/route/
H A Drtp.cfg104 $avp(extra_id) = "mo";
107 $avp(extra_id) = "mt";
/dports/net/py-python-neutronclient/python-neutronclient-7.2.1/neutronclient/tests/unit/
H A Dtest_cli20.py573 extra_id=None, delete_fail=False): argument
583 if extra_id:
584 self._test_set_path_and_delete(path, parent_id, extra_id,
602 if extra_id:
603 self.assertIn(extra_id, _str)
H A Dtest_cli20_network.py597 self._test_delete_resource(resource, cmd, myid1, args, extra_id=myid2)
608 resource, cmd, myid1, args, extra_id=myid2,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/block/
H A Dxen-blkfront.c706 unsigned long id, extra_id = NO_ASSOCIATED_ID; in blkif_queue_rw_req() local
800 extra_id = blkif_ring_get_request(rinfo, req, in blkif_queue_rw_req()
806 rinfo->shadow[extra_id].num_sg = 0; in blkif_queue_rw_req()
811 rinfo->shadow[extra_id].associated_id = id; in blkif_queue_rw_req()
812 rinfo->shadow[id].associated_id = extra_id; in blkif_queue_rw_req()
846 rinfo->shadow[extra_id].req = *extra_ring_req; in blkif_queue_rw_req()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/block/
H A Dxen-blkfront.c706 unsigned long id, extra_id = NO_ASSOCIATED_ID; in blkif_queue_rw_req() local
800 extra_id = blkif_ring_get_request(rinfo, req, in blkif_queue_rw_req()
806 rinfo->shadow[extra_id].num_sg = 0; in blkif_queue_rw_req()
811 rinfo->shadow[extra_id].associated_id = id; in blkif_queue_rw_req()
812 rinfo->shadow[id].associated_id = extra_id; in blkif_queue_rw_req()
846 rinfo->shadow[extra_id].req = *extra_ring_req; in blkif_queue_rw_req()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/block/
H A Dxen-blkfront.c706 unsigned long id, extra_id = NO_ASSOCIATED_ID; in blkif_queue_rw_req() local
800 extra_id = blkif_ring_get_request(rinfo, req, in blkif_queue_rw_req()
806 rinfo->shadow[extra_id].num_sg = 0; in blkif_queue_rw_req()
811 rinfo->shadow[extra_id].associated_id = id; in blkif_queue_rw_req()
812 rinfo->shadow[id].associated_id = extra_id; in blkif_queue_rw_req()
846 rinfo->shadow[extra_id].req = *extra_ring_req; in blkif_queue_rw_req()
/dports/deskutils/egroupware/egroupware/api/src/Contacts/
H A DStorage.php49 var $extra_id = 'contact_id'; variable in EGroupware\\Api\\Contacts\\Storage
519 $this->soextra->delete_customfields(array($this->extra_id => $contact));
/dports/games/freeciv/freeciv-2.6.6/server/
H A Dsavegame2.c5576 int extra_id; in sg_load_player_unit() local
5652 extra_id = secfile_lookup_int_default(loading->file, -2, in sg_load_player_unit()
5655 if (extra_id != -2) { in sg_load_player_unit()
5656 if (extra_id >= 0 && extra_id < loading->extra.size) { in sg_load_player_unit()
5657 pextra = loading->extra.order[extra_id]; in sg_load_player_unit()
5815 if (extra_id != -2) { in sg_load_player_unit()
5816 if (extra_id >= 0 && extra_id < loading->extra.size) { in sg_load_player_unit()
6085 extra_id = char2num(tgt_unitstr[j]); in sg_load_player_unit()
6087 if (extra_id < 0 || extra_id >= loading->extra.size) { in sg_load_player_unit()
6089 extra_id, unit_rule_name(punit)); in sg_load_player_unit()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dsavegame2.c5576 int extra_id; in sg_load_player_unit() local
5652 extra_id = secfile_lookup_int_default(loading->file, -2, in sg_load_player_unit()
5655 if (extra_id != -2) { in sg_load_player_unit()
5656 if (extra_id >= 0 && extra_id < loading->extra.size) { in sg_load_player_unit()
5657 pextra = loading->extra.order[extra_id]; in sg_load_player_unit()
5815 if (extra_id != -2) { in sg_load_player_unit()
5816 if (extra_id >= 0 && extra_id < loading->extra.size) { in sg_load_player_unit()
6085 extra_id = char2num(tgt_unitstr[j]); in sg_load_player_unit()
6087 if (extra_id < 0 || extra_id >= loading->extra.size) { in sg_load_player_unit()
6089 extra_id, unit_rule_name(punit)); in sg_load_player_unit()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/rtpproxy/
H A Drtpproxy.c1655 str extra_id; in unforce_rtp_proxy() local
1750 if (extra && extra_id_pv && get_extra_id(msg, &extra_id)) { in unforce_rtp_proxy()
1753 STR2IOVEC(extra_id, v[5]); in unforce_rtp_proxy()
2125 str extra_id; in force_rtp_proxy() local
2305 if (extra && extra_id_pv && get_extra_id(msg, &extra_id)) { in force_rtp_proxy()
2308 STR2IOVEC(extra_id, v[7]); in force_rtp_proxy()
H A DREADME350 modparam("rtpproxy", "extra_id_pv", "$avp(extra_id)")
/dports/net-im/nheko/nheko-0.9.0/scripts/
H A Dflat-manager-client540 if args.extra_id:
541 await add_extra_ids(session, args.build_url, token, args.extra_id)
/dports/x11/lightdm/lightdm-1.30.0/tests/src/
H A Dtest-runner.c55 guint extra_id; member
2036 g_dbus_connection_unregister_object (accounts_connection, user->extra_id); in accounts_user_set_hidden()
2102 user->extra_id = g_dbus_connection_register_object (accounts_connection, in accounts_user_set_hidden()
2109 if (user->extra_id == 0) in accounts_user_set_hidden()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/EnemySpawn.ocd/
H A DScript.c117 public func InitializePlayer(int plr, int x, int y, object base, int team, extra_id) in InitializePlayer() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/include/private/
H A Dftdm_core.h402 uint32_t extra_id; member
/dports/net/kamailio/kamailio-5.4.5/misc/examples/ims/pcscf/
H A Dkamailio.cfg323 modparam("rtpengine", "extra_id_pv", "$avp(extra_id)")

12