Home
last modified time | relevance | path

Searched refs:strlen (Results 701 – 725 of 1362) sorted by relevance

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DStandardTestSuiteLoader.php45 $offset = 0 - strlen($suiteClassName);
/plugin/formatplus/syntax/
H A Dquoteplus.php102 if (strlen($renderer->doc) > 250) $renderer->capture = false;
H A Dblockquoteplus.php107 if (strlen($renderer->doc) > 250) $renderer->capture = false;
/plugin/abstract/
H A Dsyntax.php62 if (strlen($renderer->doc) > 500)
/plugin/ipgroup/
H A Daction.php79 $len = 8*strlen($addr);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DWildfireFormatter.php111 strlen($json),
/plugin/randomtables/action/
H A Dajax.php91 $len = strlen($prefix);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DAscii85.php34 $l = \strlen($data);
/plugin/bureaucracy-au/
H A Dsyntax.php402 $len = strlen($line);
428 if(strlen($arg) < 1) continue;
440 if(strlen($arg) > 0) array_push($args, $arg);
/plugin/bureaucracyau/
H A Dsyntax.php402 $len = strlen($line);
428 if(strlen($arg) < 1) continue;
440 if(strlen($arg) > 0) array_push($args, $arg);
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php22 $this->renderPos = strlen($this->renderer->doc);
35 $this->renderPos = strlen($this->renderer->doc);
313 $prefix_len = strlen($prefix);
/plugin/publistx/bib2tpl/
H A Dhelper.inc.php70 return strlen($month) == 1 ? '0'.$month : $month;
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DText.php80 if (strlen($value) > $length) {
/plugin/publist/bib2tpl/
H A Dhelper.inc.php70 return strlen($month) == 1 ? '0'.$month : $month;
/plugin/bibtex/OSBib/
H A DMINIMALRTF.php180 for($i = 0; $i < strlen($string); $i++)
/plugin/formatplus2/syntax/
H A Dblockquoteplus.php107 if (strlen($renderer->doc) > 250) $renderer->capture = false;
H A Dquoteplus.php102 if (strlen($renderer->doc) > 250) $renderer->capture = false;
/plugin/sketchcanvas/
H A Dsyntax.php37 return array($state, array(true, $this->generator, 'bytepos_start' => $pos + strlen($match)));
/plugin/publistf/bib2tpl/
H A Dhelper.inc.php70 return strlen($month) == 1 ? '0'.$month : $month;
/plugin/tip/
H A Dsyntax.php307 0, -strlen($hits[0])) . '<div class="tipAll tip'
/plugin/markdowku/
H A Dolists.php91 $this->depth[$listlevel] = strlen(substr($text, $real_position)) - 1;
H A Dulists.php92 $this->depth[$listlevel] = strlen(substr($text, $real_position)) - 1;
/plugin/phosphor/
H A Dphblock.php80 return array('phosphor__end', null, $pos + strlen($match));
/plugin/bpmnio/syntax/
H A Dbpmnio.php62 $posEnd = $pos + strlen($match);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Language/
H A DLanguageToFont.php15 if (strlen($tags[1]) === 4) {

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