Home
last modified time | relevance | path

Searched refs:strlen (Results 601 – 625 of 1362) sorted by last modified time

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

/plugin/listusergroup/
H A Dhelper.php80 …if (substr( $show, 0, strlen('existing') ) === "existing") $show = substr($show, strlen('existing'…
/plugin/groupmail/
H A Drecaptchalib.php53 $req=substr($req,0,strlen($req)-1);
74 $http_request .= "Content-Length: " . strlen($req) . "\r\n";
165 …if ($challenge == null || strlen($challenge) == 0 || $response == null || strlen($response) == 0) {
208 $numpad = $block_size - (strlen ($val) % $block_size);
209 return str_pad($val, strlen ($val) + $numpad, chr($numpad));
251 if (strlen ($arr[0]) <= 4) {
253 } else if (strlen ($arr[0]) <= 6) {
H A Dsyntax.php375 if(strlen($_POST['content']) < 10) $this->_set_error('content');
376 if(strlen($name) < 2) $this->_set_error('name');
/plugin/footer/
H A Daction.php108 $len = strlen(rtrim($conf['datadir'], '/'));
110 while (strlen($path) >= $len) {
/plugin/repo/
H A Dsyntax.php78 if ($url[strlen($url) - 1] == '/') { // directory
134 $type = ($result[strlen($result) - 1] == '/' ? 'd' : 'f');
/plugin/elwikiupgrade/
H A DHTTPClient.php247 $contentlength = strlen($data);
410 … if (strlen($chunk_size) > 128) // set an abritrary limit on the size of chunks
416 if($this->max_bodysize && $chunk_size+strlen($r_body) > $this->max_bodysize){
420 $chunk_size = $this->max_bodysize - strlen($r_body);
457 if(strlen($r_body) > $this->max_bodysize){
485 strlen($r_body) > 10 && substr($r_body,0,3)=="\x1f\x8b\x08"){
572 $towrite = strlen($data);
625 strlen($r_data), $time_used), -100);
647 $to_read -= strlen($bytes);
649 } while ($to_read > 0 && strlen($r_data) < $nbytes);
H A Dadmin.php329 self::_say($this->getLang('dl_done'), filesize_h(strlen($data)));
H A DVerboseTarLib.class.php120 $striplen = strlen($strip);
291 $len = strlen($data);
405 $written = strlen($data);
449 $namelen = strlen($name);
453 if(strlen($file) > 100 || strlen($dir) > 155) {
496 if(!$block || strlen($block) != 512) return false;
/plugin/creole/syntax/
H A Dheader.php46 && ($title[strlen($title) - 1] == '=')) { // DokuWiki
H A Dlistblock.php89 $level = strlen(trim($match)); // Creole
/plugin/autotooltip/
H A Dhelper.php82 if ($partCount > 1 || strchr($tooltip, "\n") !== FALSE || strlen($tooltip) > 40) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.php672 for ($i = 0; $i < strlen($value); $i++) {
725 if (strlen(trim($newcomment)) > 0) {
H A Dgetid3.lib.php27 for ($i = 0; $i < strlen($string); $i++) {
262 switch (strlen($byteword) * 8) {
336 $bytewordlen = strlen($byteword);
388 $bytewordlen = strlen($byteword);
867 for ($i = 0; $i < strlen($string); $i++) {
937 $stringlength = strlen($string);
987 $stringlength = strlen($string);
1037 $stringlength = strlen($string);
1338 $strlen = strlen($string);
1339 for ($i = 0; $i < $strlen; $i++) {
[all …]
H A Dgetid3.php565 if ((substr($header, 0, 3) == 'ID3') && (strlen($header) == 10)) {
2019 $this->data_string_length = strlen($string);
2064 $partLength = strlen($part);
2234 if ($attachment === false || strlen($attachment) != $length) {
H A Dmodule.audio-video.flv.php184 if (strlen($sps) == $spsSize) { // make sure that whole SequenceParameterSet was red
H A Dmodule.audio-video.riff.php210 if (substr($thisfile_audio['codec'], 0, strlen('unknown: 0x')) == 'unknown: 0x') {
1527 if (strlen($chunkname) < 4) {
1877 $RIFFdataLength = strlen($RIFFdata);
1991 if (strlen($WaveFormatExData) > 16) {
H A Dmodule.audio.aac.php333 $substringlength = strlen($substring);
H A Dmodule.audio.amr.php52 if ((strlen($buffer) < $this->getid3->fread_buffer_size()) && !feof($this->getid3->fp)) {
62 } while (strlen($buffer) > 0);
H A Dmodule.audio.flac.php188 for ($i = 0; $i < strlen($md5); $i++) {
291 $BlockLength = strlen($BlockData);
H A Dmodule.audio.mpc.php229 …$MPCheaderData .= $this->fread($thisfile_mpc_header['size'] - strlen($info['mpc']['header']['pream…
230 $offset = strlen('MP+');
H A Dmodule.audio.ogg.php353 $this->fseek($info['avdataend'] - ($LastOggSpostion + strlen('SggO')));
541 if ((($filedataoffset + 28) > strlen($filedata)) || (strlen($filedata) < 28)) {
548 $filedataoffset += strlen('OggS') - 1; // page, delimited by 'OggS'
605 $commentdataoffset += (strlen('vorbis') + 1);
608 $commentdataoffset += strlen('OpusTags');
675 … while ((strlen($commentdata) - $commentdataoffset) < $ThisFileInfo_ogg_comments_raw[$i]['size']) {
754 'datalength' => strlen($data),
758 'data' => $ogg->saveAttachment('coverart', 0, strlen($data), $imageinfo['mime']),
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DFilesystemLoader.php118 if (substr($fileName, 0 - strlen($this->extension)) !== $this->extension) {
/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) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.write.php176 if (strlen($value) > strlen($TrackNumber)) {
H A Ddemo.zip.php47 …while ((strlen($compressedFileData) < $LocalFileHeader['compressed_size']) && !feof($getid3->fp)) {

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