Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 2 of 2) sorted by path

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php244 $loop = $temp >> 7;
252 } while ($loop);
650 // the main diff between sets and sequences is the encapsulation of the foreach in another for loop
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php840 * - `loop` (boolean): Do you want the media to loop when it's done?
872 $loop = 'false';
909 case 'loop':
910 $loop = $opt[1];
989 $embed .= "<embed src=\"" . $this->get_link() . "\" pluginspage=\"http://adobe.com/go/getflashplayer\" type=\"$type\" quality=\"high\" width=\"$width\" height=\"$height\" bgcolor=\"$bgcolor\" loop=\"$loop\"></embed>";
991 $embed .= "<script type='text/javascript'>embed_flash('$bgcolor', '$width', '$height', '" . $this->get_link() . "', '$loop', '$type');</script>";
1000 $embed .= "<embed src=\"$mediaplayer\" pluginspage=\"http://adobe.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" quality=\"high\" width=\"$width\" height=\"$height\" wmode=\"transparent\" flashvars=\"file=" . rawurlencode($this->get_link().'?file_extension=.'.$this->get_extension()) . "&autostart=false&repeat=$loop&showdigits=true&showfsbutton=false\"></embed>";
1002 $embed .= "<script type='text/javascript'>embed_flv('$width', '$height', '" . rawurlencode($this->get_link().'?file_extension=.'.$this->get_extension()) . "', '$placeholder', '$loop', '
[all...]