Home
last modified time | relevance | path

Searched refs:strlen (Results 1126 – 1150 of 1362) sorted by relevance

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.mpeg.php57 if ($MPEGstreamDataOffset > (strlen($MPEGstreamData) - 16384)) {
61 if (strlen($MPEGstreamData) > $this->getid3->option_fread_buffer_size) {
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php750 if (strlen($instance['id']) <= 8) {
762 if (strlen($instance['id']) <= 8) {
/plugin/pubmed2020/
H A Dsyntax.php582 if (!is_numeric($id) || (strlen($id) < 6 || strlen($id) > 8)) {
/plugin/odt/ODT/
H A DODTTable.php405 if ( $properties ['width'] [strlen($properties ['width'])-1] != '%' ) {
598 $length = strlen ($width);
/plugin/eventum/XML/
H A DRPC.php447 if (strlen($XML_RPC_xh[$parser]['ac']) > 0) {
968 if (!fputs($fp, $op, strlen($op))) {
1027 $this->headers .= 'Content-Length: ' . strlen($msg->payload);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php469 $contents = substr($contents, ($eolPos + strlen($this->eolChar)));
1433 $numChars = strlen($string);
1485 $eolLen = (strlen($eolChar) * -1);
1529 $length = strlen($tokens[$i]['content']);
1532 $length = strlen($tokens[$i]['content']);
1539 $numTabs = strlen($tokens[$i]['content']);
1563 $contentLength = strlen($content);
1566 $contentLength = strlen($content);
/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php1311 $text_width = max($text_width, imagefontwidth($size) * strlen($line));
1343 $x_offset = round(($text_width - (imagefontwidth($size) * strlen($line))) / 2);
1349 $x_offset = round(($text_width - (imagefontwidth($size) * strlen($line))) / 2);
1355 $x_offset = round(($text_width - (imagefontwidth($size) * strlen($line))) / 2);
1379 $x_offset = $text_width - (imagefontwidth($size) * strlen($line));
1385 $x_offset = $text_width - (imagefontwidth($size) * strlen($line));
1395 $x_offset = $text_width - (imagefontwidth($size) * strlen($line));
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php290 elseif(isset($_REQUEST['css_text']) && strlen($_REQUEST['css_text'])>5)
/plugin/svgembed/
H A Dsyntax.php275 if (strlen($styleextra))
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php353 if (!strlen($c)) {
/plugin/gtime/gtlib/util/
H A DGTBigInteger.php396 while (strlen($byte) % 8 != 0) {
/plugin/sphinxsearch-was/
H A Daction.php328 $categories = substr($query, $pos + strlen("@ns"));
/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php57 if (strlen($hyphen) == 0) return false;
/plugin/sphinxsearch/
H A Daction.php373 $categories = substr($query, $pos + strlen("@ns"));
/plugin/facebookevents/
H A Dsyntax.php220 if ( strlen( $description ) > $data[FB_EVENTS_LIMIT] ) {
/plugin/swfobject/
H A Dsyntax.php232 $slen = strlen($s); // size of input string
/plugin/targetlink/
H A Dsyntax.php41 $target = substr($data[0], strlen('target='));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php28 use function strlen;
332 if (strlen($matches[2]) > 0 && $matches[2][0] === '?') {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DDigestMD5Challenge.php218 if (strlen((string) $received->get('cnonce')) < 12) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php165 if (strlen($str) != 32) {
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php227 if (strlen($key) > $blocksize)
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DSMTP.php333 fputs($this->smtp, $string, strlen($string));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DLzw.php57 $stLen = strlen($data);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DResourceWriter.php127 $this->mpdf->offsets[2] = strlen($this->mpdf->buffer);
/plugin/linkback/action/
H A Ddisplay.php180 if (strlen($excerpt) > 0) {

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