Home
last modified time | relevance | path

Searched refs:strlen (Results 1326 – 1350 of 1362) sorted by relevance

1...<<5152535455

/plugin/stats/
H A Dsyntax.php831 $sub = substr($directory,strpos($directory,$metapath)+strlen($metapath)+1);
/plugin/catlist/
H A Dsyntax.php235 if ((strlen($conf['hidepages']) != 0) && preg_match('/'.$conf['hidepages'].'/i', $item['id'])) return true;
/plugin/odt/ODT/
H A DODTImport.php540 if ($width [strlen($width)-1] == '%') {
H A DODTDocument.php474 $len = strlen($spaces);
499 $length = strlen($text);
/plugin/odt/renderer/
H A Dpage.php77 if (strncmp($url, '/lib/plugins', strlen('/lib/plugins')) == 0) {
2064 $length = strlen ($value);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php505 $size = strlen($html) - 1;
1536 if (strlen($attr['LANG']) == 5) {
2122 if (strlen($ff) > 4) {
H A DOtlDump.php290 if (strlen($data) % 4) {
291 $data .= str_repeat("\0", (4 - (strlen($data) % 4)));
293 $len = strlen($data);
411 return substr($stream, 0, $offset) . $value . substr($stream, $offset + strlen($value));
649 for ($p = 0; $p < strlen($panose); $p++) {
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak246 if (strlen($description) > $data[FB_EVENTS_LIMIT]) {
H A Dsyntax.php.2018-03-08_165255.bak253 if (strlen($description) > $data[FB_EVENTS_LIMIT]) {
H A Dsyntax.php.2018-03-08_163658.bak247 if (strlen($description) > $data[FB_EVENTS_LIMIT]) {
H A Dsyntax.php.2018-03-08_163718.bak246 if (strlen($description) > $data[FB_EVENTS_LIMIT]) {
H A Dsyntax.php.2018-03-08_164623.bak246 if (strlen($description) > $data[FB_EVENTS_LIMIT]) {
H A Dsyntax.php.2018-03-08_164706.bak250 if (strlen($description) > $data[FB_EVENTS_LIMIT]) {
H A Dsyntax.php.2018-03-08_165027.bak252 if (strlen($description) > $data[FB_EVENTS_LIMIT]) {
H A Dsyntax.php.2018-03-08_165158.bak251 if (strlen($description) > $data[FB_EVENTS_LIMIT]) {
/plugin/timetrack/
H A Dhelper.php974 if (substr($pageid, 0, strlen($ns)) === $ns) {
/plugin/codemirror/dist/modes/
H A Dsparql.min.js.map1 …nd\", \"abs\", \"ceil\", \"floor\", \"round\", \"concat\", \"substr\", \"strlen\",\n …
/plugin/blogtng/helper/
H A Dentry.php754 $blogs[] = substr($file, strlen(DOKU_PLUGIN . 'blogtng/tpl/'), -10);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php1087 $strip = strlen($m[0]);
1091 strlen($this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][0]) - $strip
/plugin/odp/
H A Drenderer.php913 $len = strlen($spaces);
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php1368 $nbligne=strlen($typeligne)-1;
1369 $nbcolonne=strlen($typecolonne)-1;
/plugin/projects/pchart/pchart/
H A Dpchart.php3421 if (strlen($Hour) == 1 ) { $Hour = "0".$Hour; }
3422 if (strlen($Minute) == 1 ) { $Minute = "0".$Minute; }
3423 if (strlen($Second) == 1 ) { $Second = "0".$Second; }
3450 if ( strlen($o) == 1 ) { $o = "00".$o; }
3451 if ( strlen($o) == 2 ) { $o = "0".$o; }
/plugin/charter/lib/pchart/
H A DpChart.class.php3446 if (strlen($Hour) == 1 ) { $Hour = "0".$Hour; }
3447 if (strlen($Minute) == 1 ) { $Minute = "0".$Minute; }
3448 if (strlen($Second) == 1 ) { $Second = "0".$Second; }
3475 if ( strlen($o) == 1 ) { $o = "00".$o; }
3476 if ( strlen($o) == 2 ) { $o = "0".$o; }
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php1292 $this->EBMLbuffer_length = strlen($this->EBMLbuffer);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php1340 while ($marker !== chr(255) . chr(192) && $marker !== chr(255) . chr(194) && $marker !== chr(255) . chr(193) && $p < strlen($data)) {

1...<<5152535455