Home
last modified time | relevance | path

Searched defs:id (Results 11501 – 11525 of 345370) sorted by relevance

1...<<461462463464465466467468469470>>...13815

/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/lib/core/
H A Dchangesmemorywrapper.php157 public function ImportMessageReadFlag($id, $flags, $categories = array()) { return true; }
158 public function ImportMessageMove($id, $newfolder) { return true; }
185 public function ImportMessageChange($id, $message) {
199 public function ImportMessageDeletion($id, $asSoftDelete = false) {
217 public function IsChanged($id) {
229 public function IsDeleted($id) {
/dports/www/nextcloud-notes/notes/lib/Controller/
H A DNotesController.php134 public function get(int $id) : JSONResponse {
169 int $id,
207 public function autotitle(int $id) : JSONResponse {
223 public function update(int $id, string $content) : JSONResponse {
236 int $id,
293 public function destroy(int $id) : JSONResponse {
/dports/graphics/swftools/swftools-0.9.2/lib/python/
H A Dtagmap.c56 PyObject*id = PyDict_GetItem(tagmap->obj2id, obj); in tagmap_obj2id() local
67 PyObject*id = PyLong_FromLong(_id); in tagmap_id2obj() local
79 PyObject*id = PyLong_FromLong(tagmap->currentID); in tagmap_getFreeID() local
92 static void tagmap_add_mapping(PyObject*self, int id, PyObject* obj) in tagmap_add_mapping()
102 void tagmap_addMapping(PyObject*self, int id, PyObject* obj) in tagmap_addMapping()
116 int id = tagmap_obj2id(self, obj); in tagmap_add() local
/dports/mail/lurker/lurker-2.3/prune/
H A DPTable.cpp78 MessageId id(de->d_name); in loadDir() local
105 MessageId id(walker->key.c_str()+5, 8); in loadNewIds() local
132 MessageId id(walker->key.c_str() + 1, 8); in loadSummaries() local
219 MessageId id(backward->key.c_str() + pfx.length(), 8); in loadLists() local
230 MessageId id(forward->key.c_str() + pfx.length(), 8); in loadLists() local
242 MessageId id(forward->key.c_str() + pfx.length(), 8); in loadLists() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/epsilon/
H A DTestObjects.java71 int id; field in TestObjects.MyObject
72 public MyObject(int id) { in MyObject()
75 public int id() { in id() method in TestObjects.MyObject
/dports/games/libretro-scummvm/scummvm-7b1e929/common/
H A Dplatform.cpp86 const char *getPlatformCode(Platform id) { in getPlatformCode()
95 const char *getPlatformAbbrev(Platform id) { in getPlatformAbbrev()
104 const char *getPlatformDescription(Platform id) { in getPlatformDescription()
/dports/devel/boost-docs/boost_1_72_0/boost/local_function/aux_/macro/
H A Ddecl.hpp25 #define BOOST_LOCAL_FUNCTION_AUX_DECL_OK_(id, typename01, decl_traits) \ argument
30 #define BOOST_LOCAL_FUNCTION_AUX_DECL_ERROR_(id, typename01, decl_traits) \ argument
56 #define BOOST_LOCAL_FUNCTION_AUX_DECL(id, typename01, decl_traits) \ argument
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Session/SaveHandler/
H A DInterface.php55 public function read($id);
63 public function write($id, $data);
71 public function destroy($id);
/dports/finance/frontaccounting/frontaccounting/admin/
H A Dinst_chart.php29 if ($id = find_submit('Delete', false)) variable
41 if ($id = find_submit('Update', false)) variable
60 $id = @$ext['local_id']; variable
/dports/devel/hyperscan/boost_1_75_0/boost/local_function/aux_/macro/
H A Ddecl.hpp25 #define BOOST_LOCAL_FUNCTION_AUX_DECL_OK_(id, typename01, decl_traits) \ argument
30 #define BOOST_LOCAL_FUNCTION_AUX_DECL_ERROR_(id, typename01, decl_traits) \ argument
56 #define BOOST_LOCAL_FUNCTION_AUX_DECL(id, typename01, decl_traits) \ argument
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/doc/
H A D90-SELinux.md45 ### Package installation <a id="selinux-policy-installation-package"></a>
51 ### Manual installation <a id="selinux-policy-installation-manual"></a>
99 ### Optional Booleans <a id="selinux-optional-booleans"></a>
/dports/games/residualvm/residualvm-0.3.1/common/
H A Dplatform.cpp88 const char *getPlatformCode(Platform id) { in getPlatformCode()
97 const char *getPlatformAbbrev(Platform id) { in getPlatformAbbrev()
106 const char *getPlatformDescription(Platform id) { in getPlatformDescription()
/dports/games/scummvm/scummvm-2.5.1/common/
H A Dplatform.cpp93 const char *getPlatformCode(Platform id) { in getPlatformCode()
102 const char *getPlatformAbbrev(Platform id) { in getPlatformAbbrev()
111 const char *getPlatformDescription(Platform id) { in getPlatformDescription()
/dports/graphics/colmap/colmap-3.6/lib/FLANN/util/
H A Dobject_factory.h56 bool subscribe(UniqueIdType id, ObjectCreator creator) in subscribe()
64 bool unregister(UniqueIdType id) in unregister()
69 ObjectCreator create(UniqueIdType id) in create()
/dports/graphics/cenon/Cenon/PreferencesPanel.subproj/General.bproj/
H A DGeneralController.m117 id defaults = [NSUserDefaults standardUserDefaults]; argument
160 - (void)set:sender; argument
234 { int unit = [sender indexOfSelectedItem];
/dports/graphics/cenon/Cenon/graphicsUndo.subproj/
H A DMoveGraphicsChange.m32 - (BOOL)subsumeIdenticalChange:change;
39 {
70 { MoveGraphicsChange *moveChange;
H A DSimpleGraphicsChange.m40 - (void)saveBeforeChange argument
68 { BOOL identicalChanges = NO; argument
116 {
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/xml2/sql/
H A Dxml2.sql22 CREATE TABLE xpath_test (id integer NOT NULL, t xml); field
30 CREATE TABLE xpath_test (id integer NOT NULL, t text); field
67 create table t1 (id integer, xml_data xml); field
/dports/math/flann/flann-1.9.1-29-g1d04523/src/cpp/flann/util/
H A Dobject_factory.h56 bool subscribe(UniqueIdType id, ObjectCreator creator) in subscribe()
64 bool unregister(UniqueIdType id) in unregister()
69 ObjectCreator create(UniqueIdType id) in create()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/nodejs/test/db/
H A Dcreate.sql29 id int not null AUTO_INCREMENT, field
39 id int not null AUTO_INCREMENT, field
51 id int not null, field
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/
H A DBlobTypes.java54 void setId(int id); in setId()
57 void setId_null_none(int id); in setId_null_none()
60 void setId_null_hash(int id); in setId_null_hash()
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/mysqlxtest_src/
H A Dmysqlx_charset.cc256 std::string Charset::charset_name_from_id(uint32_t id) in charset_name_from_id()
261 std::string Charset::collation_name_from_id(uint32_t id) in collation_name_from_id()
266 std::string Charset::field_from_id(uint32_t id, std::string Charset_entry::*field) in field_from_id()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/nodejs/test/db/
H A Dcreate.sql29 id int not null AUTO_INCREMENT, field
39 id int not null AUTO_INCREMENT, field
51 id int not null, field
/dports/databases/pgFormatter/pgFormatter-5.1/t/pg-test-files/expected/
H A Dspgist.sql7 id int4, field
58 id serial, field
91 id int4, field
/dports/databases/pgFormatter/pgFormatter-5.1/t/pg-test-files/sql/
H A Dspgist.sql7 create table spgist_point_tbl(id int4, p point); field
37 create table spgist_box_tbl(id serial, b box); field
53 create table spgist_text_tbl(id int4, t text); field

1...<<461462463464465466467468469470>>...13815