Home
last modified time | relevance | path

Searched refs:strlen (Results 651 – 675 of 1362) sorted by relevance

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

/plugin/navpath/
H A Dsyntax.php85 $this->split = strlen($split) > 0 ? $split : ',';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DColonSpacingSniff.php97 $length = strlen($content);
/plugin/google_maps/syntax/
H A Dmaps.php158 if (strlen($attr_value))
/plugin/latexport/implementation/
H A Ddecorator_math.php80 $trimmedEquation = substr($equation, 2, strlen($equation) - 4);
/plugin/uilanguage/
H A Daction.php40 if (strlen($ID) > 3 && $ID[2] == ':') {
/plugin/webcomponent/syntax/
H A Dgroup.php112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
H A Dunit.php103 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
H A Dcollapse.php112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
H A Dbrand.php48 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
H A Dnavbar.php112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php20 for ($pos=0, $chunks = array(); $pos < strlen($string); $pos+=$split_length) {
/plugin/topbarsyntax/
H A Dsyntax.php47 $match = substr($match,strlen('{{topbarsyntax>'),-2); //strip markup from start and end
/plugin/distribute/
H A Dhelper.funcs.util.php19 if ($dir[strlen($dir)-1]!='/')
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DMock.php106 $this->data[$destination . substr($path, strlen($source)+1)] = $props;
/plugin/blockquote/syntax/
H A Dblockquote.php88 if (($data && strlen($data) > 0) && !plugin_isdisabled('wrap')) {
H A Dq.php84 if (($data && strlen($data) > 0) && !plugin_isdisabled('wrap')) {
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DStreamClient.php58 $extraHeaders['Content-length'] = 'Content-length: '.strlen($requestBody);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFormWriter.php47 $this->writer->write('/Length ' . strlen($data) . '>>');
/plugin/layeranimation/syntax/
H A Danimation.php65 return array('animation__end', null, $pos + strlen($match));
/plugin/diagrams/syntax/
H A Dembed.php32 $svglen = strlen($svg);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php69 use function strlen;
232 $length = strlen($bytes);
306 $this->maxLen = strlen($this->binary);
650 $length = strlen($bytes);
665 $length = strlen($data);
670 $length = strlen($data);
842 $bytes = hex2bin((strlen($hex) % 2) === 0 ? $hex : '0' . $hex);
847 $len = strlen($bytes);
/plugin/latexit/syntax/
H A Dbase.php99 switch(strlen($data[1][0])) {
/plugin/watermark/action/
H A Dwatermark.php45 $fileType = strtolower(substr($sourcefile, strlen($sourcefile)-3));
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.pre.fields.class.php47 $tree->words[0] = strlen($data->get_content());
/plugin/bookcreator/syntax/
H A Dexportsaved.php68 $savedSelectionPageid = substr($savedSelectionPageid, strlen($ns) + 1);

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