Home
last modified time | relevance | path

Searched refs:strlen (Results 601 – 625 of 1362) sorted by relevance

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

/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DFencedCodeRenderer.php46 if (\count($infoWords) !== 0 && \strlen($infoWords[0]) !== 0) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFlowdockFormatter.php104 if (strlen($message) > $maxLength) {
/plugin/structnotification/helper/
H A Ddb.php69 $len = strlen($conf['metadir']);
/plugin/notification/helper/
H A Ddb.php64 $len = strlen($conf['metadir']);
/plugin/struct/helper/
H A Ddb.php
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DCoalescingDirectoryResource.php88 return substr((string) $file, strlen((string) $directory));
/plugin/addressbook/helper/
H A Ddb.php73 $len = strlen($conf['metadir']);
/plugin/telleveryone/helper/
H A Ddb.php71 $len = strlen($conf['metadir']);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Parser/
H A DFootnoteParser.php
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DFileCookieJar.php87 } elseif (strlen($data)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DEvalBarrett.php62 $m_length = strlen($m);
/plugin/blockquote/syntax/
H A Dcite.php82 if (($data && strlen($data) > 0) && !plugin_isdisabled('wrap')) {
/plugin/ireadit/helper/
H A Ddb.php71 $len = strlen($conf['metadir']);
/plugin/approve/helper/
H A Ddb.php110 $path = substr($path, strlen($datadir));
158 if (substr($page_id, 0, strlen($ns)) == $ns) {
164 $noNS = substr($page_id, strlen($ns));
166 substr($page_id, 0, strlen($ns)) == $ns) {
180 if (substr($page_id, 0, strlen($namespace)) == $namespace) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCodabar.php60 $len = strlen($code);
/plugin/nodetailsxhtml/syntax/
H A Dacronym.php61 if ( strlen($this->pattern) > 0 ) {
/plugin/webcomponent/syntax/
H A Dcontainer.php112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
H A Dcite.php48 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.input.password.php8 $text = str_repeat("*",strlen($root->get_attribute("value")));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DOpacitySniff.php84 if (strlen($value) > 3) {
/plugin/distributedacl/
H A Daction.php90 for ($j=0; $j < strlen($u); $j++) {
/plugin/mimetex/
H A Dmimetexrender.php97 if (strlen($formula) > $this->_string_length_limit) {
/plugin/userpage/
H A Daction.php32 if (substr($userPage, -strlen(':')) === ':') {
/plugin/issuelinks/helper/
H A Dutil.php25 $linkrel = substr(trim($linkrel), strlen('rel="'), -1);
/plugin/textmodule/
H A Daction.php37 if (strlen($title)==0) $title = $this->getLang("text module");

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