Home
last modified time | relevance | path

Searched refs:strlen (Results 851 – 875 of 1362) sorted by relevance

1...<<31323334353637383940>>...55

/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php208 } elseif (strlen($matches[2]) > 0) {
/plugin/gtime/gtlib/asn1/
H A DASN1ObjectId.php47 if (strlen($value) == 0) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DDocCommentAlignmentSniff.php156 $data = array(strlen($tokens[($i + 1)]['content']));
/plugin/youtracklinks/
H A Dhelper.php69 return substr($url, -1) === '/' ? substr($url, 0, strlen($url)-1) : $url;
/plugin/passwords/
H A Dsyntax.php131 $r = rand(0,strlen($this->getAllowedCharacters())-1);
/plugin/datepicker/
H A Dsyntax.php51 $match=trim(substr($match,12,strlen($match)-12-1));
/plugin/multiselect/
H A Dsyntax.php73 $match=trim(substr($match,13,strlen($match)-13-1));
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php23 use function strlen;
144 $child['length'] = strlen($child['original']);
/plugin/newpagetemplate/
H A Daction.php
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPuTTY.php115 if (!(strlen($privateKey->toBits()) & 7)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php183 while (strlen($result) < $length) {
H A DDES.php637 if (!($this instanceof TripleDES) && strlen($key) != 8) {
638 …throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DChromePHPHandler.php153 if (strlen($data) > 3 * 1024) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php208 } elseif (strlen($matches[2]) > 0) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php136 $len = strlen($sub);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php58 $pos2 = false !== $pos2 ? $pos2 : \strlen($requestUri);
/plugin/odt/ODT/styles/
H A DODTStyle.php196 $value = substr ($matches [0], strlen($field[0].'="'));
H A DODTTableStyle.php194 if ( $properties ['width'] [strlen($properties ['width'])-1] == '%' ) {
/plugin/combo/ComboStrap/
H A DDateTag.php50 if (strlen(trim($lang)) === 2) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DLzw.php83 $this->dataLength = \strlen($data);
/plugin/struct/types/
H A DTag.php51 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return [];
/plugin/siteexport/inc/
H A Dpdfgenerator.php163 $len = strlen($email);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.midi.php65 while ((strlen($MIDIdata) - $offset) < 8) {
110 while ($eventsoffset < strlen($trackdata)) {
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php174 if (strlen($short) > 1) {
249 if (strlen($arg) > 1 && $arg[1] === '-') {
/plugin/dev/
H A Dcli.php149 $ldir = substr($dir, strlen($pdir));
152 $ldir = substr($dir, strlen($tdir));

1...<<31323334353637383940>>...55