Home
last modified time | relevance | path

Searched refs:strlen (Results 326 – 350 of 1362) sorted by relevance

1...<<11121314151617181920>>...55

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfString.php33 for ($length = \strlen($buffer); $openBrackets !== 0 && $pos < $length; $pos++) {
92 for ($count = 0, $n = \strlen($s); $count < $n; $count++) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.png.php59 while ((($this->ftell() - (strlen($PNGfiledata) - $offset)) < $info['filesize'])) {
67 …while (((strlen($PNGfiledata) - $offset) < ($chunk['data_length'] + 4)) && ($this->ftell() < $info…
68 if (strlen($PNGfiledata) < $this->max_data_bytes) {
71 …s value of '.$this->max_data_bytes.', data chunk will be truncated at '.(strlen($PNGfiledata) - 8)…
145 for ($i = 0; $i < strlen($chunk['data']); $i++) {
342 while ($sPLToffset < strlen($otherdata)) {
361 while ($hISTcounter < strlen($chunk['data'])) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php490 if (strlen($value) > strlen($this_track_track)) {
504 if (strlen($possible_title) > strlen($this_track_title)) {
883 if (strlen(trim($row['comment'])) > 0) {
910 …if ((strlen($row['track_number']) > 0) && ($row['track_number'] < 1) || ($row['track_number'] > 99…
1103 if (strlen($value) > strlen($besttrack)) {
1187 if (isset($Comments['ape']['date'][0]) && (strlen(trim($Comments['ape']['date'][0])) > 0)) {
1353 $PatternLength = strlen($Pattern);
1425 $ShortestNameLength = min(strlen($ActualFilenameNoExt), strlen($PatternFilenameNoExt));
2099 $stringlength = strlen($string);
2123 } elseif ((substr($ThisWord, 0, 2) == 'Mc') && (strlen($ThisWord) > 2)) {
[all …]
/plugin/database2/
H A Dsyntax.php66 $temp = trim(substr($match, strlen('database2')+1, -1)); # isolate options (if any)
78 while($pos < strlen($temp)) {
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DProtocol.php174 if (0 === strlen($path)) {
198 if (0 === strlen($entry)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DDisallowSpaceIndentSniff.php142 $numSpaces = (strlen($content) - strlen($trimmed));
/plugin/structsection/
H A Dsyntax.php138 $pos += strlen($field->getColumn()->getTranslatedLabel());
156 $R->doc = substr($R->doc, 0, -1 * strlen(self::XHTML_OPEN . self::XHTML_CLOSE));
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DParam.php74 if (isset($parts[0]) && (strlen($parts[0]) > 0) && ($parts[0][0] !== '$')) {
80 …if (isset($parts[0]) && (strlen($parts[0]) > 0) && ($parts[0][0] === '$' || substr($parts[0], 0, 4…
/plugin/footer/
H A Daction.php108 $len = strlen(rtrim($conf['datadir'], '/'));
110 while (strlen($path) >= $len) {
/plugin/pagebuttons/
H A Daction.php96 …nlyShowNewButtonsOnStart') && !(substr_compare($ID, ":".$conf['start'], -strlen(":".$conf['start']…
119 …nlyShowNewButtonsOnStart') && !(substr_compare($ID, ":".$conf['start'], -strlen(":".$conf['start']…
/plugin/statistics/inc/pchart/
H A DColor.php106 if(strlen($color) == 6) {
112 } elseif(strlen($color) == 3) {
/plugin/mikioplugin/syntax/
H A Dcarousel.php55 if (strlen($data['dynamic']) > 0) {
82 $item_data['title'] = (strlen($data['dynamic-prefix']) > 0 ? $data['dynamic-prefix'] . ' ' : '') . p_get_first_heading($page_id);
/plugin/credits/
H A Dsyntax.php191 $strL = strlen($str);
196 if(strlen($remainder) < 30) {
207 for ($x=0; $x < strlen($email); $x++) $encode .= '&#x' . bin2hex($email{$x}).';';
/plugin/fedauth/Auth/OpenID/
H A DParse.php225 $regexp = substr($regexp, 1, strlen($regexp) - 2 - strlen($this->_re_flags));
261 $html_end = strlen($stripped);
/plugin/fedauth/Auth/Yadis/
H A DParanoidHTTPFetcher.php47 return strlen($header);
55 if (strlen($this->data) > 1024*Auth_OpenID_FETCHER_MAX_RESPONSE_KB) {
59 return strlen($data);
/plugin/tabtables/
H A Daction.php130 $char_pos += strlen($this->wikified[$l]) + 1; // +1 for the missing newline
131 $text_offset += strlen($this->wikified[$l]) - strlen($this->original[$l]); }
/plugin/pgn4web/pgn4web/
H A Dpgn-encoder.php300 $bytes = strlen($ov) . "$";
301 for ($i = 0; $i < strlen($ov); $i++) {
305 while (strlen($bits) > 5) {
/plugin/anewssystem/
H A Daction.php86 if(strlen($tmp)<2) {
88 $tmp = substr($ans_conf['param'],strlen('allnews'));
167 …if((isset($archive_options['tag']) === false) || (strlen($archive_options['tag']) <2)) $tag_flag =…
/plugin/const/
H A Daction.php187 $char_pos += strlen($wikified[$l]) + 1;
188 $text_offset += strlen($wikified[$l]) - strlen($original[$l]);
/plugin/combo/action/
H A Dlinkmove.php320 if (substr($handler->calls, -strlen($suffix)) === $suffix) {
321 $handler->calls = substr($handler->calls, 0, strlen($handler->calls) - strlen($suffix));
/plugin/openid/Auth/Yadis/
H A DParanoidHTTPFetcher.php54 return strlen($header);
65 if (strlen($this->data) > 1024*Auth_OpenID_FETCHER_MAX_RESPONSE_KB) {
69 return strlen($data);
/plugin/struct/meta/
H A DConfigParser.php280 $len = strlen($line);
307 if (strlen($value) < 1) {
317 if (strlen($value) > 0) {
/plugin/translation3/
H A Dhelper.php240 if (strlen($LN[$name]) > 0){
304 if (strlen($LN[$name]) > 0){
319 …if (($langflag[hsc($name)] != NULL && strlen($langflag[hsc($name)]) > 0 && $this->getConf('flags')…
345 if ($langflag[hsc($name)] != NULL && strlen($langflag[hsc($name)]) > 0){
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php376 …lComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($curre…
379 …lComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($curre…
/plugin/dwcommits/
H A Dadmin.php423 if((strlen($d['month']) < 2) || (strlen($d['year']) < 4)||(strlen($d['day']) < 2) ) {
427 if((strlen($d['month']) + strlen($d['year']) + strlen($d['day']) > 8 ) ) {

1...<<11121314151617181920>>...55