Home
last modified time | relevance | path

Searched refs:strlen (Results 551 – 575 of 1362) sorted by relevance

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php310 $keylen = strlen($str);
503 if (!strlen($a)) {
507 if (!strlen($b)) {
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php225 $max = strlen($tabs);
383 $length = strlen ($properties ['text-indent']);
400 $length = strlen ($odt_fo_size);
/plugin/bureaucracy/helper/
H A Dactiontemplate.php144 $len = strlen(rtrim($conf['datadir'], '/'));
145 while(strlen($path) >= $len) {
348 …'id' => substr($ID, 0, strpos($ID, ':', ($n > 0 ? strlen($last_folder[$n - 1]['id']) : 0) + 1) + 1…
/plugin/mediasyntax/syntax/
H A Dcodeblock.php48 for ($i = 1; $i < strlen($match); $i++) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DLanguageConstructSpacingSniff.php76 $contentLength = strlen($content);
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.normal.php40 $last_whitespace = substr($content, strlen($content) - 1, 1) == ' ';
H A Dutils_url.php37 if (strlen($base_path) > 0) {
H A Dpdf.fpdf.php1147 $this->offsets[$object_number] = strlen($this->buffer);
1509 $file = substr($file, 0, strlen($file) - 4);
1895 $l=strlen($s);
2124 fwrite($f,$this->buffer,strlen($this->buffer));
2184 $this->_out('<<'.$filter.'/Length '.strlen($p).'>>');
2198 $this->offsets[1] = strlen($this->buffer);
2255 $this->_out('<</Length '.strlen($font));
2372 $this->_out('/Length '.strlen($info['data']).'>>');
2411 $this->offsets[2]=strlen($this->buffer);
2515 $o=strlen($this->buffer);
[all …]
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DSocket.php69 return fwrite($this->handle, $string, (is_null($length) ? strlen($string) : $length));
/plugin/autolink3/
H A Daction.php59 if (!strncmp($page, $locate, strlen($locate)))
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DAuthor.php76 … return $this->authorName . (strlen($this->authorEmail) ? ' <' . $this->authorEmail . '>' : '');
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DFileLocator.php29 $len = '' === $prefix ? 0 : strlen($prefix) + 1;
/plugin/judge/helper/
H A Dnumbers.php46 if ($offset >= strlen($string)) {
/plugin/copypage/
H A Daction.php38 if (strlen($_REQUEST['copyfrom']) > 0) {
/plugin/alphalist2/
H A Dsyntax.php26 $attrs = substr($match, strlen('<alphalist'), -1);
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DPunctuationParser.php
/plugin/ireadit/syntax/
H A Direadit.php33 $match = trim(substr($match, strlen('~~IREADIT'), -2));
/plugin/sqlite/
H A DTools.php19 $len = strlen($sql);
/plugin/cleanup/
H A Dhelper.php217 $path = substr($file, 0, -1 * (strlen($type) + 1));
240 $path = substr($file, 0, -1 * (strlen($type) + 1));
/plugin/latex/
H A Dclass.latexrender.php152 if (strlen($latex_formula) > $this->_string_length_limit) {
154 $this->_errorextra = ': '.strlen($latex_formula);
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php98 if ( ( strlen($USER_NAME) != 0 ) && ( $userhomepage_plugin != NULL ) ) {
124 if ( strlen($USER_NAME) != 0 ) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.la.php178 $RIFFdata = 'RIFF'.getid3_lib::LittleEndian2String(strlen($RIFFdata), 4, false).$RIFFdata;
179 fwrite($RIFF_fp, $RIFFdata, strlen($RIFFdata));
H A Dmodule.misc.cue.php78 if ( (strlen($line) > 0) && ($line[0] != '#'))
231 if ( strlen($line) > 0 )
/plugin/phpbblinks/
H A Daction.php81 $urlc = strlen($url);
110 if (strlen($word) <= $urlc)
/plugin/dlcount/
H A Dadmin.php135 $fixedpos = strpos($metafn, '/'.self::DATADIR.'/')+strlen('/'.self::DATADIR);
143 $fixedpos = strpos($mediafn, '/'.$conf['mediadir'].'/') + strlen('/'.$conf['mediadir']);

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