Home
last modified time | relevance | path

Searched refs:detect_string (Results 1 – 6 of 6) sorted by relevance

/dports/www/gallery2/gallery2/lib/bbcode/
H A Dstringparser_bbcode.class.php305 * @param string $detect_string The string to detect
309 function setParagraphHandlingParameters ($detect_string, $start_tag, $end_tag) { argument
311 'detect_string' => $detect_string,
1258 $detect_string = $this->_paragraphHandling['detect_string'];
1263 while (($npos = strpos ($node->content, $detect_string, $cpos)) !== false) {
1279 $cpos = $npos + strlen ($detect_string);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/s390/cio/
H A Dcmf.c1260 char *detect_string; in init_cmf() local
1274 detect_string = "autodetected"; in init_cmf()
1276 detect_string = "parameter"; in init_cmf()
1296 "%s (mode %s)\n", format_string, detect_string); in init_cmf()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/s390/cio/
H A Dcmf.c1260 char *detect_string; in init_cmf() local
1274 detect_string = "autodetected"; in init_cmf()
1276 detect_string = "parameter"; in init_cmf()
1296 "%s (mode %s)\n", format_string, detect_string); in init_cmf()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/s390/cio/
H A Dcmf.c1260 char *detect_string; in init_cmf() local
1274 detect_string = "autodetected"; in init_cmf()
1276 detect_string = "parameter"; in init_cmf()
1296 "%s (mode %s)\n", format_string, detect_string); in init_cmf()
/dports/www/kannel/gateway-1.4.4/gw/smsc/
H A Dsmsc_at.h102 Octstr *detect_string; member
H A Dsmsc_at.c2677 if (octstr_len(modem->detect_string) == 0) { in at2_detect_modem_type()
2687 if (octstr_search(privdata->lines, modem->detect_string, 0) != -1) { in at2_detect_modem_type()
2690 octstr_get_cstr(privdata->name), octstr_get_cstr(modem->detect_string), in at2_detect_modem_type()
2698 octstr_get_cstr(modem->detect_string), in at2_detect_modem_type()
2822 modem->detect_string = cfg_get(grp, octstr_imm("detect-string")); in at2_read_modems()
2881 O_DESTROY(modem->detect_string); in at2_destroy_modem()