Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/plugin/fedauth/classes/usr/
Dfa_filestore.class.php76 $tmp = $this->parseClaimedIdentitiesLine($value);
77 if ($tmp !== false) {
78 $data[] = $tmp;
112 $tmp = explode("\t", $line);
113 if ($tmp!==false && count($tmp)>1) {
115 'ident' => $tmp[0], // user identity
116 'user' => $tmp[1]); // local username
137 $tmp = $this->parseUserDataLine($value);
138 if ($tmp !== false) {
139 $data[] = $tmp;
[all …]
/plugin/metaeditor/
Djstree.js102 var tmp = new $.jstree.core(++instance_counter),
110 tmp = tmp.plugin(k, options[k]);
113 $(el).data('jstree', tmp);
114 tmp.init(el, options);
115 return tmp;
171 var tmp = null,
182 tmp = obj;
188 tmp = inst;
193 return tmp;
718 var tmp = [], i, j;
[all …]
/plugin/imagecarousel/
Dsyntax.php149 $tmp = explode('=',$flag,2);
150 if(count($tmp) === 2) {
152 switch($tmp[0]) {
154 $flags['self']['width'] = $tmp[1];
157 if($tmp[1] === "true") $tmp[1] = true;
158 else if($tmp[1] === "false") $tmp[1] = false;
159 else if(is_numeric($tmp[1])) $tmp[1] = intval($tmp[1]);
160 $flags['slick'][$tmp[0]] = $tmp[1];
/plugin/virtualkeyboard/vk/extensions/
Darrayextensions.js146 var tmp = [];
148 tmp[loop] = func(this[loop]);
150 return tmp;
162 var tmp = [];
164 if( tmp.indexOf(this[i]) < 0 ) tmp[tmp.length] = this[i];
166 return tmp;
186 var tmp = [];
190 if (false===idx) tmp[tmp.length] = this[i];
193 if (false===idx || idx.hasOwnProperty(k)) tmp[tmp.length] = this[i][k];
197 return tmp;
[all …]
Ddocumentselection.js128 var tmp = document.selection?el.value.replace(/\r/g,""):el.value;
129 return tmp.substring(s,e);
256 var tmp = document.selection?fld.value.replace(/\r/g,""):fld.value;
257 fld.value = tmp.substring(0, r)+val+tmp.substring(r,tmp.length);
282 var tmp = document.selection?fld.value.replace(/\r/g,""):fld.value;
283 fld.value = tmp.substring(0, r)+tmp.substring(e,tmp.length);
299 var tmp = document.selection?fld.value.replace(/\r/g,""):fld.value;
300 fld.value = tmp.substring(0, r)+tmp.substring(e,tmp.length);
/plugin/zip/pear/MIME/
DType.php135 $tmp = explode(';', $type);
136 for ($i = 1; $i < count($tmp); $i++) {
137 $params[] = trim($tmp[$i]);
169 $tmp = explode('/', $type);
170 return strtolower($tmp[0]);
183 $tmp = explode('/', $type);
184 $tmp = explode(';', $tmp[1]);
185 return strtolower(trim($tmp[0]));
298 $tmp = &new MIME_Type_Parameter;
299 $tmp->name = $name;
[all …]
/plugin/serverinfos/serverinfos/lib/
DInfosServer.class.php24 …xec("powershell -executionpolicy remotesigned -command gwmi win32_Processor name,DataWidth", $tmp);
25 return $tmp;
122 $tmp = explode(':', $piTmp[0]);
123 return $tmp[1];
160 exec("sysctl -a hw.memsize", $tmp);
161 $memsize = explode(':', $tmp[0]);
196 if ($os == "Darwin") {exec("sysctl -n machdep.cpu.brand_string", $tmp);$cpu_tmp = $tmp[0];}
197 if ($os == "FreeBSD") {exec("sysctl hw.model | cut -d' ' -f2- ", $tmp);$cpu_tmp = $tmp[0];}
198 …if ($os == "Linux") {exec("sed -n '/model name/p' /proc/cpuinfo | uniq", $tmp);$cpu_tmp = $tmp[0]…
201 $tmp = $this->getWinCpu();
[all …]
/plugin/zip/pear/File/Archive/Reader/
DGzip.php151 $tmp = gzread($this->gzfile, 8192);
152 $this->filePos += strlen($tmp);
153 } while ($tmp != '');
173 $tmp = $this->filePos;
175 return $tmp;
224 $tmp = tmpfile();
231 fwrite($tmp, $data);
240 fwrite($tmp, $data);
250 fwrite($tmp, $data);
253 fseek($tmp, 0);
[all …]
/plugin/asciidocjs/node_modules/escalade/sync/
Dindex.js6 let tmp, stats = statSync(dir);
13 tmp = callback(dir, readdirSync(dir));
14 if (tmp) return resolve(dir, tmp);
15 dir = dirname(tmp = dir);
16 if (tmp === dir) break;
Dindex.mjs6 let tmp, stats = statSync(dir);
13 tmp = callback(dir, readdirSync(dir));
14 if (tmp) return resolve(dir, tmp);
15 dir = dirname(tmp = dir);
16 if (tmp === dir) break;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DSvg.php423 list($tmp, $cmd, $arg) = $c;
678 $tmp = $gp + (1 - $offs[($ns - $i - 1)]);
679 $gradient_info['color'][(($ns * $gp) + $i)]['offset'] = $tmp;
682 $tmp = $gp + $offs[$i];
683 $gradient_info['color'][(($ns * $gp) + $i)]['offset'] = $tmp;
687 $px1 = $x1 + ($x2 - $x1) * $tmp;
688 $py1 = $y1 + ($y2 - $y1) * $tmp;
716 $tmp = -$gp + (1 - $offs[($ns - $i - 1)]);
717 $newarr[$i]['offset'] = $tmp;
719 $tmp = -$gp + $offs[$i];
[all …]
/plugin/tablecalc/
Dscript.js124 var tmp=tablecalcVal(x,y,tablecalc_table);
125 if ( (tmp=='notset') || (tmp=='notnum')) {
128 return tmp;
136 var tmp=cell(x,y);
137 if (tmp!='') {
138 members[members.length]=tmp;
344 var tmp=to[0];
346 from[0]=tmp;
349 var tmp=to[1];
351 from[1]=tmp;
[all …]
/plugin/asciidocjs/node_modules/escalade/dist/
Dindex.js10 let tmp, stats = await toStats(dir);
17 tmp = await callback(dir, await toRead(dir));
18 if (tmp) return resolve(dir, tmp);
19 dir = dirname(tmp = dir);
20 if (tmp === dir) break;
Dindex.mjs10 let tmp, stats = await toStats(dir);
17 tmp = await callback(dir, await toRead(dir));
18 if (tmp) return resolve(dir, tmp);
19 dir = dirname(tmp = dir);
20 if (tmp === dir) break;
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
DSetupDecorator.php174 $tmp = str_replace($rootDir, '', $filename);
176 if (strpos($tmp, DIRECTORY_SEPARATOR) === 0) {
177 $tmp = substr($tmp, 1);
180 if (strpos($tmp, '/') === 0) {
181 $tmp = substr($tmp, 1);
184 $className = str_replace(DIRECTORY_SEPARATOR, '_', $tmp);
/plugin/form/
Dsyntax.php813 if (is_file($this->mailPath.'mail.tmp')) {
874 if (is_file($this->mailPath.'mail.tmp')) {
906 if (is_file($this->mailPath.'mail.tmp')) {
935 if (is_file($this->mailPath.'mail.tmp')) {
997 if (is_file($this->mailPath . 'mail.tmp')) {
1067 $this->writebefore($this->mailPath.'mail.tmp', $constraint);
1069 …// file_put_contents($mailFilePath . 'mail.tmp', $mail, FILE_APPEND) or die("Could not write to ma…
1070 $f = fopen($this->mailPath.'mail.tmp','a') or die($this->getLocalLang('cannot_open'));
1075 $this->writebefore($this->mailPath.'constraint.tmp', $constraint);
/plugin/diagramsnet/lib/js/diagramly/
DEmbed.js375 var tmp = graph.view.getState(me.getCell());
377 if (tmp != this.currentState)
384 this.currentState = tmp;
395 var tmp = this.currentLink;
398 if (tmp != null)
400 if (tmp.charAt(0) == '#')
402 window.location.hash = tmp;
406 window.open(tmp);
534 var tmp = newDocument.documentElement.getAttribute('content');
536 if (tmp != null && tmp.charAt(0) != '<' && tmp.charAt(0) != '%')
[all …]
/plugin/diagramsnet/lib/js/
Dembed.dev.js375 var tmp = graph.view.getState(me.getCell());
377 if (tmp != this.currentState)
384 this.currentState = tmp;
395 var tmp = this.currentLink;
398 if (tmp != null)
400 if (tmp.charAt(0) == '#')
402 window.location.hash = tmp;
406 window.open(tmp);
534 var tmp = newDocument.documentElement.getAttribute('content');
536 if (tmp != null && tmp.charAt(0) != '<' && tmp.charAt(0) != '%')
[all …]
/plugin/freechat/phpfreechat/data/public/js/
Dutf8.js20 var c, d = "", flag = 0, tmp;
26 tmp = (c & 0x0f) << 12;
29 tmp = (c & 0x1f) << 6;
37 d += String.fromCharCode(tmp | (c & 0x3f));
40 tmp |= (c & 0x3f) << 6;
43 d += String.fromCharCode(tmp | (c & 0x3f));
/plugin/captcha/
Dfiglet.php100 $tmp = $this->fontFile[$start + $a];
101 $tmp = str_replace("@", "", $tmp);
103 $tmp = str_replace($this->hardblank, " ", $tmp);
106 $data[] = $tmp;
108 $data .= $tmp;
/plugin/virtualkeyboard/vk/extensions/dom/
Dselectbox.js204 var tmp = trackers[track][trackers[track].length-1];
205 tmp[tmp.length] = {'text' :text, 'value' :val}; variable
526 var tmp = [];
529 tmp[tmp.length] = options[i].text;
532 return tmp;
551 var tmp = [];
553 tmp[tmp.length] = part?trackers[type][rev][i][part]:trackers[type][rev][i];
555 return j?tmp.join(j):tmp;
568 var tmp = self.getSelectedOptions().flatten([0]);
571 if (tmp.length>0) self.selectOnlyMatchingOptions(tmp, 'exact');
[all …]
/plugin/quiz/
Dclass_quiz.php393 $tmp = $hRender->render(str_replace(" * ",'',$lines[$n]));
394 $tmp = substr($tmp, 4);
395 $tmp = substr($tmp, 0, -5);
396 $quizz['questions'][$nquest]['question'] = $tmp;
409 $tmp = $hRender->render(str_replace(" - ",'',$lines[$k]));
410 $tmp = substr($tmp, 4);
411 $tmp = substr($tmp, 0, -5);
413 $quizz['questions'][$nquest]['choices'][$nchoices]['text'] = $tmp;
436 $tmp = $hRender->render(str_replace(" * ",'',$lines[$k]));
437 $tmp = substr($tmp, 4);
[all …]
/plugin/mediarename/
Daction.php77 $tmp=$id;
81 if (!file_exists(mediaFN($tmp))){
82 $fn = mediaFN($tmp);
88 $tmp=substr($id,0,strrpos($id,'.')).'_'.$cnt.$ext;
91 $tmp=$id.'_'.$cnt;
98 … msg(hsc($info['id']).' was not a valid file name for DokuWiki - moved to new name: '.$tmp);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
DStream.php383 $tmp = [
399 $this->classes[$class[count($class) - 1]] = $tmp;
403 $this->traits[$trait] = $tmp;
409 $tmp = [
423 $this->functions[$name] = $tmp;
427 $tmp['startLine'],
428 $tmp['endLine']
431 $this->classes[$class[count($class) - 1]]['methods'][$name] = $tmp;
435 $tmp['startLine'],
436 $tmp['endLine']
[all …]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php227 $tmp = $context->get($args);
228 if ($tmp) {
299 $tmp = $context->get($keyname);
301 if (is_array($tmp) || $tmp instanceof Traversable) {
302 $tmp = array_slice($tmp, $slice_start ?? 0, $slice_end, true);
304 $islist = array_values($tmp) === $tmp;
306 if (is_array($tmp) && ! count($tmp)) {
312 $itemCount = count($tmp);
315 foreach ($tmp as $key => $var) {
393 $tmp = $context->get($args);
[all …]

12345678910>>...16