Home
last modified time | relevance | path

Searched refs:strlen (Results 151 – 175 of 1362) sorted by relevance

12345678910>>...55

/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php157 $isComment = (strlen($line) > 0) ? $line[0] == '%' : FALSE;
167 $isComment = (strlen($line)>0) ? $line[0] == '%' : FALSE;
199 $string = trim(substr($string,0,strlen($string)-1));
221 $lg = strlen($oldString);
236 $oldString = substr_replace($oldString, '', $pos, strlen($value));
329 if(strlen($string) > 0 && $string[strlen($string)-1] == "}"){
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
40 $this->assertEquals(0, strlen(stream_get_contents($this->cli->stderr)));
51 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
63 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
77 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
91 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
106 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionDeclarationSniff.php82 $spaces = strlen($tokens[($stackPtr + 1)]['content']);
107 $spaces = strlen($tokens[($openBracket - 1)]['content']);
131 $length = strlen($tokens[($use + 1)]['content']);
152 $length = strlen($tokens[($use - 1)]['content']);
278 $functionIndent = strlen($tokens[$i]['content']);
359 $foundIndent = strlen($tokens[$i]['content']);
417 $length = strlen($prev['content']);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
40 $this->assertEquals(0, strlen(stream_get_contents($this->cli->stderr)));
51 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
63 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
77 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
91 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
106 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
40 $this->assertEquals(0, strlen(stream_get_contents($this->cli->stderr)));
51 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
63 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
77 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
91 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
106 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
/plugin/masciimath/
H A Dsyntax.php289 … usort ($this->syms, function($a, $b) { return (strlen($b['ascii']) - strlen($a['ascii'])); });
310 $this->parsestr = substr($this->parsestr, strlen($s['ascii']));
319 $this->parsestr = substr($this->parsestr, strlen($m[0]));
325 $this->parsestr = substr($this->parsestr, strlen($m[0]));
512 …$return = '<span pos="' . $pos . '" len="' . strlen($match) . '">' . $return . '</span>'; // wra…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC2.php298 if ($this->current_key_length != 128 || strlen($this->orig_key) < 16) {
367 if (strlen($key) < 1 || strlen($key) > 128) {
368 …throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only…
371 $t = strlen($key);
400 $this->key_length = strlen($this->key);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.pseudo.link.target.inc.php9 return (strlen($value) > 0 && $value{0} != "#");
13 return (strlen($value) > 0 && $value{0} == "#");
H A Dcss.font-family.inc.php23 $subvalue = substr($subvalue,1,strlen($subvalue)-2);
25 $subvalue = substr($subvalue,1,strlen($subvalue)-2);
/plugin/multitemplate_styleman/
H A Dcss.php27 …$DOKU_BASE = substr($script_name,0,strlen($script_name)-strlen('lib/plugins/multitemplate_styleman…
/plugin/tfslink/syntax/
H A Dworkitemlink.php36 $collection = strlen($collectionName) == 0 // empty => use default collection
48 …if (strlen($data['title']) == 0) // fallback to #id or [project collection title]#id for custom co…
51 … && ( strlen($collectionName) > 0 || $this->getConf('showdefaultcollectiontitle')))
/plugin/captcha/
H A Dfiglet.php68 $this->signature = substr($hp[0], 0, strlen($hp[0]) - 1);
69 $this->hardblank = substr($hp[0], strlen($hp[0]) - 1, 1);
123 for ($i = 0; $i < (strlen($line)); $i++) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DCachingStream.php71 $remaining = $length - strlen($data);
84 $len = strlen($remoteData);
102 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
H A DPumpStream.php115 $readLen = strlen($data);
122 $this->tellPos += strlen($data) - $readLen;
157 $length -= strlen($data);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php43 if ( strlen( $Config['QuickUploadAbsolutePath'][$resourceType] ) > 0 )
51 if ( strlen( $Config['FileTypesAbsolutePath'][$resourceType] ) > 0 )
154 if ( $position === false || $position <> strlen( $sRealPath ) - strlen( $sSelfPath ) )
/plugin/projects/lib/
H A Dtools.php36 if (strlen($color) == 7 && substr($color, 0, 1) != '#')
45 $n = strlen($ext);
46 $l = strlen($name);
52 return substr($name, 0, -strlen($from)) . $to;
/plugin/odtsupport/
H A Dsyntax.php102 $params = substr($match, strlen($this->serverurl)+3, -2); //strip markup
109 $string = substr($match, strlen($this->odt_field_pagehash4)+3, -2); //strip markup
113 $string = substr($match, strlen($this->odt_field_pagehash)+3, -2); //strip markup
116 $string = substr($match, strlen($this->odt_field_metadata)+3, -2); //strip markup
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode128.php217 if ((strlen($code) % 2) != 0) {
227 $hclen = (strlen($code) / 2);
252 $clen = strlen($code);
271 $len = strlen($code);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php90 $len = (strlen($this->value) + 3) & 0xFFFFFFFC;
111 $x = (strlen($this->value) & 1) ? '0' . $this->value : $this->value;
319 $temp->value = strlen($this->value) && $this->value[0] == '-' ?
549 if ($this->value[strlen($this->value) - 1] % 2 == 0) {
579 while ($r_value[strlen($r_value) - 1] % 2 == 0) {
655 return $this->value[strlen($this->value) - 1] % 2 == 1;
679 return strlen($this->value) && $this->value[0] == '-';
693 if (!strlen($temp->value)) {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/
H A DAlignFormatter.php32 $this->maxLen = max($this->maxLen, strlen($tag->getName()));
45 …return '@' . $tag->getName() . str_repeat(' ', $this->maxLen - strlen($tag->getName()) + 1) . (str…
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSaslBuffer.php30 return pack('N1', strlen($data)) . $data;
41 $length = strlen($data);
/plugin/combo/vendor/hidehalo/nanoid-php/src/
H A DCore.php12 $len = strlen($alphabet);
22 if (strlen($id) === $size) {
/plugin/mdpage/
H A Dsyntax.php67 $new_pos = $new_pos - strlen('</script>');
69 $new_pos = $new_pos - strlen('<!DOCTYPE markdown>');
72 $new_pos = $new_pos - strlen('<markdown>');
/plugin/mdpage/vendor/cebe/markdown/block/
H A DHtmlTrait.php128 return [['inlineHtml', $matches[0]], strlen($matches[0])];
151 return [['inlineHtml', $matches[0]], strlen($matches[0])];
154 return [['inlineHtml', $matches[0]], strlen($matches[0])];
/plugin/readability/
H A Dcalc.php123 $sentences = strlen(preg_replace('/[^\.!?]/', '', $text));
124 $words = strlen(preg_replace('/[^ ]/', '', $text));
201 if (strlen($word) == 1) {

12345678910>>...55