Home
last modified time | relevance | path

Searched refs:strlen (Results 1101 – 1125 of 1362) sorted by relevance

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

/plugin/hidden/
H A Dsyntax.php47 $match = trim(utf8_substr($match, 14, -1)); //14 = strlen("<hiddenSwitch ")
68 $match = substr($match, 7, -1); //7 = strlen("<hidden")
146 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DWmf.php55 while ($p < strlen($data) && !$endRecord) {
/plugin/openid/Auth/OpenID/
H A DParse.php258 $html_end = strlen($stripped);
/plugin/geotag/syntax/
H A Dgeotag.php
/plugin/superacl/
H A Dadmin.php608 $is_namespace = substr($location,strlen($location)-1,1)=="*";
621 return substr($ns,0,strlen($location)) == $location;
/plugin/a2s/
H A DASCIIToSVG.php153 if ($data === false || !strlen($data)) return $this->YY_EOF;
155 $this->yy_buffer_read .= strlen($data);
160 if ($data === false || !strlen($data)) return $this->YY_EOF;
162 $this->yy_buffer_read .= strlen($data);
3424 if (strlen($fill) != 4 && strlen($fill) != 7) {
3432 if (strlen($fill) == 4) {
3436 } elseif (strlen($fill) == 7) {
3978 $this->grid[$sY][$sX + strlen($ref) + 1] = ' ';
3986 $len = strlen($ref) + 2;
3988 if (strlen($label) > $i) {
/plugin/cacherevisionseraser/
H A Dadmin.php369 $fileglob2 = substr($fileglob, strlen($basedir));
414 $fileglob2 = substr($fileglob, strlen($basedir));
457 $fileglob2 = substr($fileglob, strlen($basedir));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php565 if ((substr($header, 0, 3) == 'ID3') && (strlen($header) == 10)) {
2019 $this->data_string_length = strlen($string);
2064 $partLength = strlen($part);
2234 if ($attachment === false || strlen($attachment) != $length) {
H A Dmodule.audio.bonk.php190 $MetaTagEntries = floor(((strlen($BonkData) - 8) - 6) / 8); // BonkData - xxxxmeta - ØMETA
H A Dmodule.audio.monkey.php167 for ($i = 0; $i < strlen($md5); $i++) {
H A Dmodule.audio.tak.php160 for ($i = 0; $i < strlen($md5); $i++) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php640 $maxLength = strlen($numFiles);
692 $padding = ($maxLength - strlen($numProcessed));
960 $dirLen = strlen($directory);
1675 $relativePath = substr($path, (strlen($basedir) + 1));
2024 $length = strlen($string);
/plugin/conflictmerger/
H A Daction.php359 if ( strlen( $data ) == 0 ) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php196 $last = substr($message, \strlen($message) - 1);
/plugin/facebookwall/
H A Dsyntax.php247 if ( strlen( $post['message'] ) > $data[FB_WALL_LIMIT] ) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php59 if (!strlen($path)) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php207 if ($key[strlen($key) - 1] == "*") {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php59 if (!strlen($path)) {
/plugin/odt/ODT/elements/
H A DODTElementFrame.php208 if ($width [strlen($width)-1] != '%') {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php267 $maxRand = strlen($characters)-1;
/plugin/combo/ComboStrap/
H A DPanelTag.php165 $endPosition = $pos + strlen($match) + 1;
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php254 $dictionary->value['Length'] = PdfNumeric::create(\strlen($stream));
/plugin/struct/action/
H A Dinline.php56 $len = strlen('plugin_struct_inline_');
/plugin/jsonrpc/
H A Djsonrpc.php532 if(strlen($timestamp) != 10)
562 if(strlen($timestamp) != 10)
/plugin/translator/syntax/
H A Dtranslator.php236 …$form->addElement(form_makeOpenTag("textarea", array( 'rows' => (ceil(strlen($masterValue) / $text…
247 …$form->addElement(form_makeOpenTag("textarea", array( 'rows' => (ceil(strlen($masterValue) / $text…

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