Home
last modified time | relevance | path

Searched refs:strlen (Results 826 – 850 of 1362) sorted by relevance

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

/plugin/odt/ODT/styles/
H A DODTTableColumnStyle.php154 $length = strlen ($table_co_width);
/plugin/statistics/
H A Dhelper.php143 header('Content-Length: ' . strlen($img));
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php107 if (strlen($datapoint) > 2) {
/plugin/combo/syntax/
H A Dvariable.php116 $lengthLongPrefix = strlen(Template::LONG_PREFIX);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DToken.php118 $this->_length = strlen($content);
/plugin/mikioplugin/
H A Daction.php123 if(strlen($lessPath) > 0) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php124 … 'SigEd25519 no Ed25519 collisions' . "\0" . chr(strlen($this->context)) . $this->context;
127 $dom = 'SigEd448' . "\0" . chr(strlen($context)) . $context;
/plugin/gitlabapi/
H A Dsyntax.php95 return array('state' => $state, 'bytepos_end' => $pos + strlen($match));
134 return array('state' => $state, 'bytepos_end' => $pos + strlen($match));
/plugin/combo/ComboStrap/
H A DLocalPath.php281 $relativePath = substr($actualPath->toAbsoluteId(), strlen($localPath->toAbsoluteId()) + $sepCharacter);
388 $parts[] = substr($workingPath, strlen($parent) + $lastSep);
/plugin/code2/
H A Dsyntax.php204 $g = strlen("$i"); // width of greatest number
208 . $this->_lead[$g - strlen("$aStart")]
352 return ($len = strlen($aList[1]))
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php196 …k .= "\n".$this->getNextEmbedBlock($this->getCurrentLineIndentation() + \strlen($values['leadspace…
496 return \strlen($this->currentLine) - \strlen(ltrim($this->currentLine, ' '));
764 $currentLineLength = \strlen($this->currentLine);
780 if ($isCurrentLineBlank && \strlen($this->currentLine) > $indentation) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php94 if ((strlen($string) > $split_length) OR (!$split_length)) {
96 $c = strlen($string);
1221 if ($pos >= strlen($str)) {
1234 if ($pos >= strlen($str)) {
1246 if ($pos >= strlen($this->dataStr)) {
1255 if ($pos+1 < strlen($this->dataStr)) {
1358 $dataStrLen = strlen($this->dataStr);
1404 while (strlen($this->dataStr) > 0) {
1443 $stringLen = strlen($this->dataStr);
2232 …eplLen !== false)?substr($repl,0,$replLen):$repl, $x, ($replLen !== false)?$replLen:strlen($repl));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php105 $x = (strlen($this->value) & 1) ? '0' . $this->value : $this->value;
124 strlen($x) + ((static::MAX10LEN - 1) * strlen($x)) % static::MAX10LEN,
128 while (strlen($x)) {
146 $length = strlen($str);
148 $pad = 4 - (strlen($str) % 4);
/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/plugin/webcomponent/syntax/
H A Dbutton.php138 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
/plugin/authgoogle/google/io/
H A DGoogle_HttpStreamIO.php148 if (strncasecmp("HTTP", $header, strlen("HTTP")) == 0) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php136 $len = strlen($sub);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DSerializer.php74 $wrapLength = $this->lineLength ? $this->lineLength - strlen($indent) - 3 : null;
/plugin/bootnote/
H A Dsyntax.php73 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/interwikiformatting/
H A Dsyntax.php83 if ($index !== false) { $title = substr($title, 0, -(strlen($title) - $index)); }
/plugin/rrdgraph/
H A Daction.php65 if (strspn($result->imageId, '0123456789abcdef') != strlen($result->imageId)) return null;
/plugin/translation2/
H A Daction.php41 if (strlen(trim($this->getConf('languages'))) == 0) {
/plugin/socialite/syntax/
H A Dbutton.php57 $networks = trim(substr($match, strlen($display) + 1 ));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.shorten.php76 $info['shn']['seektable']['entry_count'] = floor(strlen($SeekTableData) / 80);
/plugin/photowidget/
H A Dphotowidget.php119 $result = substr($src, $keyword_pos+strlen($keyword));

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