Home
last modified time | relevance | path

Searched refs:temp (Results 201 – 225 of 244) sorted by path

12345678910

/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1temp","parseInt","tmp","percentEscapeQuery","parse","JURL","authority","host","DEFAULT_RANGE_CHUNK…
H A Dpdf.worker.js10651 var temp = parseInt(buffer, 10);
10653 if (temp !== relative[this._scheme]) {
10654 this._port = temp + '';
49665 var temp = arr[i];
49667 arr[j] = temp;
H A Dpdf.worker.js.map1temp","parseInt","tmp","percentEscapeQuery","parse","JURL","authority","host","EOF","Name","nameCa…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt74 * [bugfix: G35] no temp directory set
97 * Bugfix: temp files used with ImageMagick might not get deleted
184 * Bugfix: temp file for ImageMagick processing not created
191 fail in safe_mode if can still write temp file somewhere
194 fail in safe_mode if can still write temp file somewhere
473 * Added temp dir detection to phpThumb.demo.check.php
536 * Bugfix: suppress error messages when stat access to temp
635 * Bugfix: phpThumb_tempnam() would return incomplete temp filenames
636 under Windows, which may result in orphaned zero-byte temp files
1287 temp files if you do not have access to the system temp
[all …]
H A Dphpthumb.readme.txt86 is much better, less (or no) use of temp files, and the
562 much better, less (or no) use of temp files, and the
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default108 // phpThumb() may need to create temp files. Usually the system temp dir is writable and can be use…
/plugin/plantuml/
H A Dsyntax.php117 $temp = $data['width'];
120 $data['width'] = $temp;
/plugin/pot/
H A Dhelper.php41 $temp = explode('=', $potsets);
42 $key = trim($temp[0]);
43 $value = trim($temp[1]);
/plugin/processing/
H A Dscript.js3809 this.elements[0] = temp[0];
3810 this.elements[1] = temp[4];
3811 this.elements[2] = temp[8];
3813 this.elements[4] = temp[1];
4326 var temp = ary.slice(0);
4330 return temp;
4333 temp.length = newSize;
4334 return temp;
8631 var temp;
8633 if(y1 > y2) { temp = y1; y1 = y2; y2 = temp; }
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DCHANGELOG.md33 * Fix typo in code to copy cert to temp directory.
/plugin/quickstats/
H A Daction.php217 $temp = array();
221 $temp[$name]=$value;
224 if(isset($temp['do']) && $temp['do'] == 'search') {
229 else $ar = ft_queryParser(urldecode($temp['id']));
253 if(isset($temp[$t])) {
254 unset($temp[$t]);
258 if(count($temp)) {
259 $keys = array_keys($temp);
262 unset($temp[$k]);
265 if(count($temp)) $data_found = true;
[all …]
/plugin/quickstats/scripts/
H A Dextended_data.php43 $temp = array(); variable
46 qs_format_pages($temp, $month);
172 $temp = $UserAgentArray;
175 $temp = $PAGE_USERS_ARRAY;
180 if(!empty($temp)) {
189 else if(!empty($temp) && isset($temp[$index])) {
257 if(!$temp) $temp = array();
258 return $temp;
365 $temp = array();
369 return $temp;
[all …]
H A Dread_ini.php6 $temp = array(); variable
12 $temp[$header] = array();
18 $temp[$header][] = trim($entry);
22 print_r($temp);
/plugin/quiz/
H A Dclass_quiz.php158 if (isset($temp[$n]) && ($temp[$n] =='on')) $state = ' checked';
418 $temp = ereg_replace("].*", "", $temp);
431 $temp = ereg_replace(").*", "", $temp);
471 $temp = $items;
473 shuffle($temp);
474 for($k=1; $k<=count($temp); $k++) {
475 $items[$k] = $temp[$k-1];
485 $temp = $scorelist['rows'];
486 usort($temp, array($this,'cmp'));
487 $temp = array_slice($temp, 0, 10);
[all …]
/plugin/refnotes/
H A Ddatabase.php152 list($namespace, $temp) = refnotes_namespace::parseName($name);
/plugin/rssticker/
H A DlastRSS.php169 $temp = $this->my_preg_match("'<$channeltag.*?>(.*?)</$channeltag>'si", $out_channel[1]);
170 if ($temp != '') $result[$channeltag] = $temp; // Set only if not empty
184 $temp = $this->my_preg_match("'<$textinputtag.*?>(.*?)</$textinputtag>'si", $out_textinfo[2]);
185 if ($temp != '') $result['textinput_'.$textinputtag] = $temp; // Set only if not empty
192 $temp = $this->my_preg_match("'<$imagetag.*?>(.*?)</$imagetag>'si", $out_imageinfo[1]);
193 if ($temp != '') $result['image_'.$imagetag] = $temp; // Set only if not empty
208 $temp = $this->my_preg_match("'<$itemtag.*?>(.*?)</$itemtag>'si", $rss_item);
209 if ($temp != '') $result['items'][$i][$itemtag] = $temp; // Set only if not empty
/plugin/runcommand/
H A Dsyntax.php169 $temp = explode(":",$field);
170 if ($temp[0] == 'default') {
171 $defaultValue=$temp[1];
173 $result[] = array('item' => $temp[0], 'value' => $temp[1], 'default' => '0');
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1284 var temp = '';
1288 temp = new Image();
1289 temp.src = objects[i].src;
2748 var temp = ''; var parm = ''; var t = ''; var cl = '';
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/searchpattern/
H A Dsyntax.php408 if( preg_match( '/[^a-zA-Z0-9]+/i', $params['call_plugin_handler'], $temp ) > 0 ) {
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js14106 var temp = lower;
14108 upper = temp;
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js14106 var temp = lower;
14108 upper = temp;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js378 var temp = sample[index];
380 sample[rand] = temp;
/plugin/sha3sum/
H A DSha3.php141 $temp = self::ourSubstr($in_raw, $in_t, $inlen);
142 $temp = str_pad($temp, $rsiz, "\x0", STR_PAD_RIGHT);
144 $temp[$inlen] = chr($suffix);
145 $temp[$rsiz - 1] = chr(ord($temp[$rsiz - 1]) | 0x80);
148 $t = unpack('V*', self::ourSubstr($temp, $i * 8, 8));
283 $temp = self::ourSubstr($in_raw, $in_t, $inlen);
284 $temp = str_pad($temp, $rsiz, "\x0", STR_PAD_RIGHT);
286 $temp[$inlen] = chr($suffix);
287 $temp[$rsiz - 1] = chr($temp[$rsiz - 1] | 0x80);
290 $t = unpack('v*', self::ourSubstr($temp, $i * 8, 8));
/plugin/simpleindex/
H A Dsyntax.php63 $temp=$result;
65 foreach ($temp as $value)

12345678910