Home
last modified time | relevance | path

Searched refs:temp (Results 176 – 200 of 244) sorted by path

12345678910

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js19 …d&&bignum.compareTo(BigInteger.ZERO)<0){var temp=new BigInteger;bignum.addTo(Wrapper.two64,temp);b…
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js1416 var temp;
1432 temp = Popcorn.extend( {}, track );
1436 Popcorn.extend( track, obj.options.defaults[ track._natives.type ], temp );
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt461 * Bugfix: (#1095) more robust setting of temp dir
828 * Bugfix: New iTunes crashes PHP - temp fix - no tags
982 Default md5_data() tempfile location is now system temp directory
1426 of the file being examined, or the system temp directory, and
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php1631 $temp = tempnam(GETID3_TEMP_DIR, 'getID3');
1638 …andline = '"'.GETID3_HELPERAPPSDIR.'vorbiscomment.exe" -w -c "'.$empty.'" "'.$file.'" "'.$temp.'"';
1649 …comment -w -c '.escapeshellarg($empty).' '.escapeshellarg($file).' '.escapeshellarg($temp).' 2>&1';
1664 $this->info[$algorithm.'_data'] = md5_file($temp);
1668 $this->info[$algorithm.'_data'] = sha1_file($temp);
1675 unlink($temp);
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DProcess.php206 for ($temp = __DIR__; strlen($temp) > 3; $temp = dirname($temp)) {
207 if (file_exists($temp.DIRECTORY_SEPARATOR.'composer.json')) {
208 $path = $temp;
/plugin/judge/
H A Daction.php308 $temp = explode(".", $filename);
319 define('TARGETFILE', $targetdir . $id . "." . end($temp));
/plugin/judge/helper/
H A Djdatetime.class.php53 private static $temp = array(); variable in jDateTime
161 self::$temp['z'] = $v;
165 … $v = is_int(self::$temp['z'] / 7) ? (self::$temp['z'] / 7) : intval(self::$temp['z'] / 7 + 1);
/plugin/jukebox/id3/
H A Dgetid3.php1110 $temp = tempnam('*', 'getID3');
1117 …andline = '"'.GETID3_HELPERAPPSDIR.'vorbiscomment.exe" -w -c "'.$empty.'" "'.$file.'" "'.$temp.'"';
1128 $commandline = 'vorbiscomment -w -c "'.$empty.'" "'.$file.'" "'.$temp.'" 2>&1';
1129 …comment -w -c '.escapeshellarg($empty).' '.escapeshellarg($file).' '.escapeshellarg($temp).' 2>&1';
1144 $this->info[$algorithm.'_data'] = getid3_lib::md5_file($temp);
1148 $this->info[$algorithm.'_data'] = getid3_lib::sha1_file($temp);
1155 unlink($temp);
/plugin/lastfm/inc/
H A Dlastfmutils.php363 $temp =& $loc[$level];
364 $loc =& $temp;
384 $temp =& $loc[str_replace(":arr#", "", $level)];
385 $loc =& $temp;
/plugin/loglog/
H A Dstyle.css21 background: transparent url(pix/temp.png) left center no-repeat;
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php643 $temp = substr($buffer,0,$chunkend);
644 $chunk_size = hexdec( trim($temp) );
673 $temp = substr($buffer,$chunkstart,$chunkend-$chunkstart);
674 $chunk_size = hexdec( trim($temp) );
H A Dnusoap.php2750 $temp = substr($buffer,0,$chunkend);
2751 $chunk_size = hexdec( trim($temp) );
2780 $temp = substr($buffer,$chunkstart,$chunkend-$chunkstart);
2781 $chunk_size = hexdec( trim($temp) );
/plugin/multiselect/
H A Daction.php74 $temp = ''; //old selected icon
98 $temp=$newsmileys[0];
100 $newsmileys[$smileycount]=$temp;
121 … $summary = "Multiselect ".$selectcount." changed from \"".hsc($temp)."\" to \"".hsc($token)."\"";
124 … $param['msg'] = sprintf($Hajax->getLang('changed_from_to'),'Multiselect',hsc($temp),hsc($token));
/plugin/mytemplate/
H A Daction.php328 $temp = array();
329 $value = preg_match_all('\'' . addslashes($param1) . '\'', $param2, $temp);
/plugin/odt/
H A DChangeLog.txt232 * renderer.php: dokuwiki's future temp dir is data/tmp, not
233 data/temp
H A Dsyntax.php299 $temp = substr ($matches [0], $quote+1);
300 $temp = trim ($temp, '";');
301 $odt_css = $temp.';';
306 $temp = substr ($matches [0], $quote+1);
307 $temp = trim ($temp, '";');
308 $odt_css_id = $temp;
/plugin/odt/ODT/
H A DODTIndex.php148 $temp = $settings ['pagebreak'];
150 if ( $temp == '1' ) {
152 } else if ( strcasecmp($temp, 'true') == 0 ) {
/plugin/odt/ODT/css/
H A Dcssimportnew.php1097 $temp = array();
1109 $temp [$property] = $value;
1120 $rule->getProperties ($temp);
1125 $this->calculateAndInherit ($temp, $element, $units);
1126 unset($temp ['calculated']);
1129 $dest = $temp;
/plugin/odt/ODT/elements/
H A DODTStateElement.php21 protected $temp = NULL; variable in ODTStateElement
112 $this->temp = $value;
121 return $this->temp;
/plugin/odt/helper/
H A Dconfig.php618 $temp = $this->getParam ('disable_links');
619 if ( strcasecmp($temp, 'Yes') != 0 && $temp !== true ) {
628 $temp = $this->getParam ('toc_pagebreak');
629 if ( strcasecmp($temp, 'Yes') == 0 || $temp === true ) {
/plugin/odt/renderer/
H A Dpage.php400 $temp = substr ($matches [0], 9);
401 $temp = trim ($temp, ';');
402 $data ['maxlevel'] = $temp;
414 $temp = trim ($temp, ';');
415 $data ['title'] = $temp;
423 $temp = trim ($temp, ';');
433 $temp = trim ($temp, ';');
442 $temp = trim ($temp, ';');
444 if ( $temp == '1' ) {
456 $temp = trim ($temp, '";');
[all …]
/plugin/openid/Auth/OpenID/
H A DMessage.php188 $temp = [];
191 $temp[] = [
196 return $temp;
/plugin/openlayersmap/
H A Dscript.js44 // temp node
45 temp = document.createElement('div');
46 temp.innerHTML = '<div id="' + mapid + '-olContainer" class="olContainer olWebOnly">'
50 while (temp.firstChild) {
51 frag.appendChild(temp.firstChild);
758 temp = document.createElement('div');
759 temp.innerHTML = '<div id="popup" class="olPopup"><a href="#" id="popup-closer" class="olPopupCloseBox"></a><div id="popup-content"></div></div>';
760 while (temp.firstChild) {
761 frag.appendChild(temp.firstChild);
/plugin/passpolicy/
H A D10k-common-passwords.txt2423 temp
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js9482 var temp = parseInt(buffer, 10);
9484 if (temp !== relative[this._scheme]) {
9485 this._port = temp + '';

12345678910