Home
last modified time | relevance | path

Searched refs:strlen (Results 726 – 750 of 1362) sorted by path

1...<<21222324252627282930>>...55

/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.utils.inc.php112 $html = substr($html, strlen($matches[0]));
318 $html = substr($html, strlen($matches[0]));
447 $match_length = strlen($match_content);
462 $html = substr($html,strlen($matches[0]));
475 $html = substr($html,strlen($matches[0]));
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php98 if ( ( strlen($USER_NAME) != 0 ) && ( $userhomepage_plugin != NULL ) ) {
124 if ( strlen($USER_NAME) != 0 ) {
/plugin/html5video/
H A Dvideo.php47 $params = substr($match, strlen('{{'), - strlen('}}')); //Strip markup
/plugin/htmlabstract/
H A Dsyntax.php218 $textlen = strlen($text);
240 $textlen = strlen($text);
/plugin/htmlokay/
H A Dsyntax.php579 if ($len = strlen($string_x) > 400)
/plugin/htvid/syntax/
H A Dvideo.php45 $params = substr($match, strlen('{{htvid>'), - strlen('}}')); //Strip markup
/plugin/hyphenation/phpHyphenation/
H A Dhyphenation.php32 $strlen = mb_strlen($string);
33 while($strlen) {
35 $string = mb_substr($string, 1, $strlen, 'utf-8');
36 $strlen = mb_strlen($string);
135 return substr($text, 0, strlen($text) - 1);
H A DphpHyphenation.class.php57 if (strlen($hyphen) == 0) return false;
/plugin/icalevents/vendor/composer/
H A DClassLoader.php173 $length = strlen($prefix);
224 $length = strlen($prefix);
/plugin/icalevents/vendor/sabre/uri/lib/
H A Dfunctions.php331 $uri = substr($uri, strlen($result['scheme']) + 1);
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench_freebusygenerator.php47 if (strlen($input) > 6) {
51 } elseif (strlen($input) > 3) {
H A Dbench_manipulatevcard.php54 if (strlen($input) > 6) {
58 } elseif (strlen($input) > 3) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDateTimeParser.php209 } elseif (strlen($date) === 8) {
H A DProperty.php250 while (strlen($str) > 0) {
251 if (strlen($str) > 75) {
253 $str = ' ' . mb_strcut($str, 75, strlen($str), 'utf-8');
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php767 if (strlen($instance['id']) <= 8) {
779 if (strlen($instance['id']) <= 8) {
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php154 if (3 <= strlen($line)
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php255 for ($ii = 0;$ii < strlen($val);$ii++) {
263 if (strlen($lastLine) >= 75) {
276 while (strlen($str) > 0) {
277 if (strlen($str) > 75) {
279 $str = ' ' . mb_strcut($str, 75, strlen($str), 'utf-8');
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php887 if (strlen($day) > 2) {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
40 $this->assertEquals(0, strlen(stream_get_contents($this->cli->stderr)));
51 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
63 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
77 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
91 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
106 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php1230 echo str_repeat('-', (strlen($lastStandard.$lastCount) + 10));
1261 $len = strlen($key);
1262 if (strlen($key) > $max) {
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);
H A DFixer.php178 $max = strlen(count($lines));
248 $filename = substr($filePath, strlen($cwd));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DText.php77 echo str_repeat('-', (strlen("$standard CODING STANDARD: $title") + 4));
79 echo str_repeat('-', (strlen("$standard CODING STANDARD: $title") + 4));
103 if (strlen($tempLine.$word) >= 99) {
104 if (strlen($tempLine.$word) === 99) {
109 } else if (strlen($tempLine.$word) === 100) {
149 if (strlen($tempTitle.$word) >= 45) {
150 if (strlen($tempTitle.$word) === 45) {
155 } else if (strlen($tempTitle.$word) === 46) {
184 if (strlen($tempTitle.$word) >= 45) {
185 if (strlen($tempTitle.$word) === 45) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DFull.php81 $paddingLength = strlen($paddingLine2);
88 $length = strlen($error['message']);
90 $length += (strlen($error['source']) + 3);
99 $fileLength = strlen($file);
153 $padding = ($maxLineNumLength - strlen($line));

1...<<21222324252627282930>>...55