Home
last modified time | relevance | path

Searched refs:strlen (Results 901 – 925 of 1362) sorted by path

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

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php114 $len = strlen($text);
251 if (strlen($this->buffer) > 0) {
290 return $closeIndex + strlen($close) - 1;
310 $this->otagLen = strlen($otag);
314 $this->ctagLen = strlen($ctag);
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DProcess.php206 for ($temp = __DIR__; strlen($temp) > 3; $temp = dirname($temp)) {
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DWindowsPipes.php149 $this->readBytes[$type] += \strlen($data);
/plugin/jplayer/vendor/symfony/process/
H A DProcessUtils.php121 return 2 < \strlen($arg) && $char === $arg[0] && $char === $arg[\strlen($arg) - 1];
/plugin/jplayer/vendor/symfony/process/Tests/
H A DPipeStdinInStdoutStdErrStreamSelect.php37 if (in_array(\STDOUT, $w) && strlen($out) > 0) {
48 if (in_array(\STDERR, $w) && strlen($err) > 0) {
H A DProcessTest.php157 $this->assertEquals($expectedOutputSize, \strlen($o));
199 $this->assertEquals($expectedLength, \strlen($p->getOutput()));
200 $this->assertEquals($expectedLength, \strlen($p->getErrorOutput()));
221 $this->assertEquals($expectedLength, \strlen($p->getOutput()));
222 $this->assertEquals($expectedLength, \strlen($p->getErrorOutput()));
562 $this->assertGreaterThan(0, \strlen($process->getOutput()));
/plugin/jsonrpc/
H A DIJR_Server.php159 $length = strlen($json);
H A Djsonrpc.php532 if(strlen($timestamp) != 10)
562 if(strlen($timestamp) != 10)
/plugin/judge/helper/
H A Dnumbers.php46 if ($offset >= strlen($string)) {
/plugin/jukebox/id3/
H A Dgetid3.lib.php19 for ($i = 0; $i < strlen($string); $i++) {
170 switch (strlen($byteword) * 8) {
239 $bytewordlen = strlen($byteword);
276 $bytewordlen = strlen($byteword);
707 for ($i = 0; $i < strlen($string); $i++) {
751 $stringlength = strlen($string);
794 $stringlength = strlen($string);
837 $stringlength = strlen($string);
1041 $strlen = strlen($string);
1042 for ($i = 0; $i < $strlen; $i++) {
[all …]
H A Dgetid3.php125 } elseif ((strpos($value, ' ') !== false) || strlen($value) > 8) {
247 if (substr($header, 0, 3) == 'ID3' && strlen($header) == 10) {
1031 if (strlen(trim($value)) > 0) {
H A Dmodule.audio.mp3.php104 …if (substr($PossiblyLongerLAMEversion_String, 0, strlen($CurrentDataLAMEversionString)) == $Curren…
106 … if (strlen($PossiblyLongerLAMEversion_NewString) > strlen(@$ThisFileInfo['audio']['encoder'])) {
600 …f ((substr($headerstring, $VBRidOffset, strlen('Xing')) == 'Xing') || (substr($headerstring, $VBRi…
1159 …if ((substr($NextSyncPattern, 1, strlen($SyncPattern1)) == $SyncPattern1) || (substr($NextSyncPatt…
1162 …elseif ((substr($NextSyncPattern, 0, strlen($SyncPattern1)) == $SyncPattern1) || (substr($NextSync…
1166 …elseif ((substr($NextSyncPattern, 2, strlen($SyncPattern1)) == $SyncPattern1) || (substr($NextSync…
1213 if (strlen($head4) < 4) {
1336 $sync_seek_buffer_size = strlen($header);
1372 if (($SynchSeekOffset + 1) >= strlen($header)) {
1698 if (strlen($Header4Bytes) != 4) {
H A Dmodule.tag.id3v2.php290 $thisfile_id3v2['padding']['length'] = strlen($frame_header) + strlen($framedata);
293 $len = strlen($framedata);
325 if ($frame_size <= strlen($framedata)) {
906 while (strlen($frame_remainingdata)) {
940 if (strlen($parsedFrame['data']) < 5) {
996 while (strlen($frame_remainingdata)) {
1056 if (strlen($parsedFrame['data']) > 0) {
1075 if (strlen($parsedFrame['data']) > 0) {
1086 if (strlen($parsedFrame['data']) > 0) {
1121 while (strlen($frame_remainingdata)) {
[all …]
/plugin/keyboard/
H A Dsyntax.php57 $length = strlen($match);
100 strlen($key) > 1) {
138 strlen($key) > 1) {
/plugin/langdelete/
H A Dadmin.php92 if (strlen ($lang_str) > 0) {
/plugin/lastpages/
H A Dsyntax.php118 if (strlen($pagewords[$id]) > 2) {
/plugin/latex-was/
H A Dclass.latexrender.php152 if (strlen($latex_formula) > $this->_string_length_limit) {
154 $this->_errorextra = ': '.strlen($latex_formula);
/plugin/latex/
H A Dclass.latexrender.php152 if (strlen($latex_formula) > $this->_string_length_limit) {
154 $this->_errorextra = ': '.strlen($latex_formula);
/plugin/latexit/syntax/
H A Dbase.php99 switch(strlen($data[1][0])) {
/plugin/latexport/implementation/
H A Ddecorator.php73 $filename = substr($filename, 0, -strlen($ext) - 1);
H A Ddecorator_math.php80 $trimmedEquation = substr($equation, 2, strlen($equation) - 4);
/plugin/layeranimation/syntax/
H A Danimation.php65 return array('animation__end', null, $pos + strlen($match));
/plugin/letsencrypt/
H A DLescript.php542 $remainder = strlen($input) % 4;
H A Dhelper.php235 $len = -1 * strlen(DOKU_BASE);
/plugin/likeit/
H A Dsyntax.php75 trim(substr($match,8,strlen($match)-8-1))

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