Home
last modified time | relevance | path

Searched defs:charlist (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/www/punbb/punbb-1.4.6/include/utf8/
H A Dtrim.php21 function utf8_ltrim( $str, $charlist = FALSE ) {
45 function utf8_rtrim( $str, $charlist = FALSE ) {
69 function utf8_trim( $str, $charlist = FALSE ) {
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/joomla/string/src/phputf8/
H A Dtrim.php18 function utf8_ltrim( $str, $charlist = FALSE ) {
39 function utf8_rtrim( $str, $charlist = FALSE ) {
60 function utf8_trim( $str, $charlist = FALSE ) {
/dports/textproc/stardict3/stardict-3.0.6/tools/src/
H A DKangXi.cpp96 std::list<std::string> &charlist = iter->second; in parse_line() local
103 std::list<std::string> charlist; in gen_pages() local
114 std::list<std::string> &charlist = iter->second; in gen_babylon() local
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/Utf8/
H A DPhpString.php210 public static function ltrim($str, $charlist = '')
230 public static function rtrim($str, $charlist = '')
250 public static function trim($str, $charlist = '')
/dports/audio/shairport-sync/shairport-sync-3.3.9/
H A Daudio.h27 int (*play)(void *buf, int samples);
51 // may be NULL, in which case software muting is used. in base64_init()
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/lib/kohana/system/core/utf8/
H A Dtrim.php11 function _trim($str, $charlist = NULL)
H A Dltrim.php11 function _ltrim($str, $charlist = NULL)
H A Drtrim.php11 function _rtrim($str, $charlist = NULL)
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/lib/kohana/system/core/utf8/
H A Dltrim.php11 function _ltrim($str, $charlist = NULL)
H A Drtrim.php11 function _rtrim($str, $charlist = NULL)
H A Dtrim.php11 function _trim($str, $charlist = NULL)
/dports/www/kohana/kohana-v3.3.6/system/utf8/
H A Dltrim.php11 function _ltrim($str, $charlist = NULL)
H A Drtrim.php11 function _rtrim($str, $charlist = NULL)
H A Dtrim.php11 function _trim($str, $charlist = NULL)
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DSaveGameIterator.h36 typedef std::vector<Holder<SaveGame> > charlist; typedef
/dports/games/pvpgn/pvpgn-1.8.5/src/d2cs/
H A Dd2charlist.c53 t_d2charlist * charlist, * ccharlist; in d2charlist_add_char() local
/dports/x11/mate-applets/mate-applets-1.26.0/charpick/
H A Dproperties.c179 char *charlist; in edit_palette_cb() local
253 char *charlist; in edit_palette() local
290 gchar *charlist; in delete_palette() local
382 gchar *charlist = list->data; in create_palettes_tree() local
/dports/www/phpbb3/phpBB3/vendor/patchwork/utf8/src/Patchwork/
H A DUtf8.php395 public static function ltrim($s, $charlist = null)
418 public static function rtrim($s, $charlist = null)
425 public static function trim($s, $charlist = null)
533 public static function str_word_count($s, $format = 0, $charlist = '')
583 public static function strcspn($s, $charlist, $start = 0, $len = 2147483647)
595 public static function strpbrk($s, $charlist)
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/
H A Dutf8.php117 function utf8_ltrim($str, $charlist = '')
126 function utf8_rtrim($str, $charlist = '')
135 function utf8_trim($str, $charlist = '')
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/krb/
H A Drandom_str.c39 static const unsigned char charlist[] = in krb5int_random_string() local
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/krb/
H A Drandom_str.c39 static const unsigned char charlist[] = in krb5int_random_string() local
/dports/devel/flyspray/flyspray-0.9.9.7_4/plugins/dokuwiki/inc/
H A Dutf8.php304 function utf8_ltrim($str,$charlist=''){
322 function utf8_rtrim($str,$charlist=''){
340 function utf8_trim($str,$charlist='') {
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/lib/kohana/system/core/
H A Dutf8.php606 public static function trim($str, $charlist = NULL)
629 public static function ltrim($str, $charlist = NULL)
652 public static function rtrim($str, $charlist = NULL)
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/lib/kohana/system/core/
H A Dutf8.php606 public static function trim($str, $charlist = NULL)
629 public static function ltrim($str, $charlist = NULL)
652 public static function rtrim($str, $charlist = NULL)
/dports/www/kohana/kohana-v3.3.6/system/classes/Kohana/
H A DUTF8.php619 public static function trim($str, $charlist = NULL)
643 public static function ltrim($str, $charlist = NULL)
667 public static function rtrim($str, $charlist = NULL)

1234567