Home
last modified time | relevance | path

Searched defs:topicname (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/sitemgr-site/themes/NukeNews/
H A Dtheme.php106 …formant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $t…
142 function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicima…
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/sitemgr-site/themes/3D-Fantasy/
H A Dtheme.php131 …formant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $t…
167 function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicima…
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/sitemgr-site/themes/Odyssey/
H A Dtheme.php118 …formant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $t…
184 function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicima…
/dports/textproc/sowing/sowing-1.1.18/src/tohtml/
H A Dsearch.c75 LINK *SRLookup( SRList *lctx, const char *topicname, char *entryname, in SRLookup()
128 LINK *SRInsert( SRList *lctx, const char *topicname, char *entryname, int *number ) in SRInsert()
235 LINK *SRInsertAllowDuplicates( SRList *lctx, const char *topicname, in SRInsertAllowDuplicates()
H A Dsearch.h5 char *topicname, *entryname; member
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/sitemgr-site/themes/phpgroupware/
H A Dtheme.php91 …formant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $t…
127 function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicima…
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/sitemgr-site/themes/SlashOcean/
H A Dtheme.php89 …ant, $datetime, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $t…
175 function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicima…
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/sitemgr-site/themes/Slash/
H A Dtheme.php89 …ant, $datetime, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $t…
175 function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicima…
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/sitemgr-site/themes/Traditional/
H A Dtheme.php95 …formant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $t…
148 function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicima…
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/tests/
H A Dtestcpp.h104 static RD_UNUSED void create_topic (RdKafka::Handle *use_handle, const char *topicname, in create_topic()
115 static RD_UNUSED void delete_topic (RdKafka::Handle *use_handle, const char *topicname) { in delete_topic()
H A D0078-c_from_cpp.cpp82 std::string topicname = topic->name(); in main_0078_c_from_cpp() local
H A Dtest.c3914 const char *topicname, int partition_cnt, in test_admin_create_topic()
3999 static void test_create_topic_sh (const char *topicname, int partition_cnt, in test_create_topic_sh()
4011 const char *topicname, int partition_cnt, in test_create_topic()
4025 static void test_delete_topic_sh (const char *topicname) { in test_delete_topic_sh()
4034 const char *topicname) { in test_admin_delete_topic()
4107 void test_delete_topic (rd_kafka_t *use_rk, const char *topicname) { in test_delete_topic()
4119 const char *topicname, in test_admin_create_partitions()
4196 const char *topicname, int new_partition_cnt) { in test_create_partitions()
4206 int test_get_partition_count (rd_kafka_t *rk, const char *topicname, in test_get_partition_count()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/sitemgr-site/themes/Kaput/
H A Dtheme.php146 …formant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $t…
188 function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicima…
/dports/www/domoticz/domoticz-2020.2/scripts/python/
H A Dgooglepubsub.py42 def publish_message(client,topicname,message): argument
/dports/net/librdkafka/librdkafka-1.8.2/tests/
H A D0078-c_from_cpp.cpp82 std::string topicname = topic->name(); in main_0078_c_from_cpp() local
H A Dtestcpp.h111 static RD_UNUSED void create_partitions (RdKafka::Handle *use_handle, const char *topicname, in create_partitions()
122 static RD_UNUSED void create_topic (RdKafka::Handle *use_handle, const char *topicname, in create_topic()
133 static RD_UNUSED void delete_topic (RdKafka::Handle *use_handle, const char *topicname) { in delete_topic()
H A Dtest.c4408 const char *topicname, int partition_cnt, in test_admin_create_topic()
4493 static void test_create_topic_sh (const char *topicname, int partition_cnt, in test_create_topic_sh()
4505 const char *topicname, int partition_cnt, in test_create_topic()
4519 static void test_delete_topic_sh (const char *topicname) { in test_delete_topic_sh()
4528 const char *topicname) { in test_admin_delete_topic()
4601 void test_delete_topic (rd_kafka_t *use_rk, const char *topicname) { in test_delete_topic()
4613 const char *topicname, in test_admin_create_partitions()
4690 const char *topicname, int new_partition_cnt) { in test_create_partitions()
4700 int test_get_partition_count (rd_kafka_t *rk, const char *topicname, in test_get_partition_count()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/tests/
H A D0078-c_from_cpp.cpp82 std::string topicname = topic->name(); in main_0078_c_from_cpp() local
H A Dtestcpp.h111 static RD_UNUSED void create_partitions (RdKafka::Handle *use_handle, const char *topicname, in create_partitions()
122 static RD_UNUSED void create_topic (RdKafka::Handle *use_handle, const char *topicname, in create_topic()
133 static RD_UNUSED void delete_topic (RdKafka::Handle *use_handle, const char *topicname) { in delete_topic()
H A Dtest.c4366 const char *topicname, int partition_cnt, in test_admin_create_topic()
4451 static void test_create_topic_sh (const char *topicname, int partition_cnt, in test_create_topic_sh()
4463 const char *topicname, int partition_cnt, in test_create_topic()
4477 static void test_delete_topic_sh (const char *topicname) { in test_delete_topic_sh()
4486 const char *topicname) { in test_admin_delete_topic()
4559 void test_delete_topic (rd_kafka_t *use_rk, const char *topicname) { in test_delete_topic()
4571 const char *topicname, in test_admin_create_partitions()
4648 const char *topicname, int new_partition_cnt) { in test_create_partitions()
4658 int test_get_partition_count (rd_kafka_t *rk, const char *topicname, in test_get_partition_count()
/dports/www/tikiwiki/tiki-21.2/lib/minical/
H A Dminicallib.php56 function minical_upload_topic($user, $topicname, $name, $type, $size, $data, $path)
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/ili/
H A Dili1reader.cpp95 const char* ILI1Reader::GetLayerNameString(const char* topicname, const char* tablename) { in GetLayerNameString()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/ili/
H A Dili1reader.cpp94 const char* ILI1Reader::GetLayerNameString( const char* topicname, in GetLayerNameString()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/ili/
H A Dili1reader.cpp94 const char* ILI1Reader::GetLayerNameString( const char* topicname, in GetLayerNameString()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/ili/
H A Dili1reader.cpp94 const char* ILI1Reader::GetLayerNameString( const char* topicname, in GetLayerNameString()

12