Home
last modified time | relevance | path

Searched refs:strlen (Results 1151 – 1175 of 1362) sorted by relevance

1...<<41424344454647484950>>...55

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.php672 for ($i = 0; $i < strlen($value); $i++) {
725 if (strlen(trim($newcomment)) > 0) {
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php747 if (strlen($instance['id']) <= 8) {
759 if (strlen($instance['id']) <= 8) {
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php760 if (strlen($instance['id']) <= 8) {
772 if (strlen($instance['id']) <= 8) {
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php767 if (strlen($instance['id']) <= 8) {
779 if (strlen($instance['id']) <= 8) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.text.php421 $num_chars = strlen($this->words[$i]);
608 $num_chars = strlen($this->words[$i]);
H A Dcss.ruleset.class.php107 $len = strlen($css);
/plugin/charter/
H A Dhelper.php646 if (strlen($input) == 6) {
651 } else if (strlen($input) == 3) {
/plugin/dir/
H A Dsyntax.php722 $flags = substr($flags, strlen(DIR_PLUGIN_PATTERN));
750 } else if(strlen($flags) == 0) {
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php760 if (strlen($instance['id']) <= 8) {
772 if (strlen($instance['id']) <= 8) {
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php295 $lBranch = strlen($branch);
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php207 if (strlen($data) != $length) {
/plugin/reflect/
H A Daction.php173 switch (strlen($bgcolor))
/plugin/complex_lists/complex_lists/
H A Dsyntax.php175 $len = strlen($str);
/plugin/amazon/
H A Dsyntax.php125 if(strlen($asin)<13){
/plugin/vbsso/includes/
H A Dapi.php185 $password .= substr($possible, mt_rand(0, strlen($possible) - 1), 1);
/plugin/importfacebookevents/
H A Dsyntax.php251 if (strlen($description) > $data[FB_EVENTS_LIMIT]) {
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php414 …ation failed using username '" . $user . "' and password '". str_repeat("*", strlen($pass)) . "'");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php429 if (strlen($context) > 255) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php397 $length = strlen($data);
/plugin/fblogin/lib/
H A Dbase_facebook.php961 if (strlen(@inet_pton($matches[1])) === 16) {
1384 $len = strlen($small);
/plugin/davcard/
H A Dhelper.php532 strlen($contactdata),
612 strlen($contactdata),
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c585 zend_string *n = zend_string_init(name, strlen(name), 0); in lookup_class()
594 if (FAILURE == zend_lookup_class(name, strlen(name), &ce TSRMLS_CC)) { in lookup_class()
/plugin/database/
H A Ddatabase.php748 || substr($value,strlen($value)-2) != ']]'
757 || substr($value,strlen($value)-2) != ']]'
806 …ref="'.DOKU_URL.'doku.php?id='.substr($value,2,$ptr-2).'">'.substr($name,0,strlen($name)-2).'</a>';
816 … $ret ='<a href="'.substr($value,2,$ptr-2).'">'.substr($name,0,strlen($name)-2).'</a>';
1507 if (strlen($row)>0) {
2225 $command = substr($IDX,strlen($dbName)+1);
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php309 $signed_list[] = substr($k, strlen($signed_prefix));
/plugin/dtable/
H A Dhelper.php49 for($i = $start_pos; $i < strlen(self::$file_cont) && $line_nr < $start_line; $i++) {

1...<<41424344454647484950>>...55