/plugin/fedauth/classes/usr/ |
H A D | fa_filestore.class.php | 77 if ($tmp !== false) { 78 $data[] = $tmp; 112 $tmp = explode("\t", $line); 113 if ($tmp!==false && count($tmp)>1) { 138 if ($tmp !== false) { 139 $data[] = $tmp; 173 if ($tmp!==false && count($tmp)>1) { 261 if ($tmp!==false && count($tmp)>1) { 264 'ip' => $tmp[1], 265 'type' => $tmp[2], [all …]
|
/plugin/imagecarousel/ |
H A D | syntax.php | 149 $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/metaeditor/ |
H A D | jstree.js | 819 if(tmp && tmp.id) { 1576 m[tmp.id] = tmp; 1688 m[tmp.id] = tmp; 1911 tmp = tmp.html(); 2050 m[tmp.id] = tmp; 2143 tmp.li_attr.id = tmp.id; 2171 m[tmp.id] = tmp; 3651 if(tmp && tmp.data) { tmp = tmp.data; } 3811 tmp = tmp.concat(); 7027 tmp[i].type = tmp[i].id && m[tmp[i].id] && m[tmp[i].id].type ? m[tmp[i].id].type : "default"; [all …]
|
/plugin/virtualkeyboard/vk/extensions/ |
H A D | arrayextensions.js | 146 var tmp = []; 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]; 197 return tmp; 220 var tmp = [] 227 tmp[cnt] = mn; [all …]
|
H A D | documentselection.js | 128 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/ |
H A D | Type.php | 135 $tmp = explode(';', $type); 137 $params[] = trim($tmp[$i]); 169 $tmp = explode('/', $type); 170 return strtolower($tmp[0]); 183 $tmp = explode('/', $type); 184 $tmp = explode(';', $tmp[1]); 298 $tmp = &new MIME_Type_Parameter; 299 $tmp->name = $name; 300 $tmp->value = $value; 301 $tmp->comment = $comment; [all …]
|
/plugin/serverinfos/serverinfos/lib/ |
H A D | InfosServer.class.php | 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(); 202 $exp = explode(':', $tmp[13]); [all …]
|
/plugin/zip/pear/File/Archive/Reader/ |
H A D | Gzip.php | 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); 262 while (!feof($tmp)) { 263 $data = fread($tmp, 8192); [all …]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | Svg.php | 423 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 [all...] |
/plugin/tablecalc/ |
H A D | script.js | 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; 358 if ( (tmp == 'notnum') || (tmp == 'notset') ) { [all …]
|
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/ |
H A D | SetupDecorator.php | 174 $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/commonmark/vendor/league/commonmark/src/Extension/Strikethrough/ |
H A D | StrikethroughDelimiterProcessor.php | 54 $tmp = $opener->next(); 55 while ($tmp !== null && $tmp !== $closer) { 56 $next = $tmp->next(); 57 $strikethrough->appendChild($tmp); 58 $tmp = $next;
|
/plugin/form/ |
H A D | syntax.php | 813 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/freechat/phpfreechat/data/public/js/ |
H A D | utf8.js | 20 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/diagramsnet/lib/js/ |
H A D | embed.dev.js | 395 var tmp = this.currentLink; 398 if (tmp != null) 400 if (tmp.charAt(0) == '#') 406 window.open(tmp); 536 if (tmp != null && tmp.charAt(0) != '<' && tmp.charAt(0) != '%') 538 tmp = unescape((window.atob) ? atob(tmp) : Base64.decode(cont, tmp)); 541 if (tmp != null && tmp.charAt(0) == '%') 543 tmp = decodeURIComponent(tmp); 546 if (tmp != null && tmp.length > 0) 565 if (tmp != null && tmp.length > 0) [all …]
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Embed.js | 395 var tmp = this.currentLink; 398 if (tmp != null) 400 if (tmp.charAt(0) == '#') 406 window.open(tmp); 536 if (tmp != null && tmp.charAt(0) != '<' && tmp.charAt(0) != '%') 538 tmp = unescape((window.atob) ? atob(tmp) : Base64.decode(cont, tmp)); 541 if (tmp != null && tmp.charAt(0) == '%') 543 tmp = decodeURIComponent(tmp); 546 if (tmp != null && tmp.length > 0) 565 if (tmp != null && tmp.length > 0) [all …]
|
/plugin/captcha/ |
H A D | figlet.php | 100 $tmp = $this->fontFile[$start + $a]; 101 $tmp = str_replace("@", "", $tmp); 102 //$tmp = trim($tmp); 103 $tmp = str_replace($this->hardblank, " ", $tmp); 106 $data[] = $tmp; 108 $data .= $tmp;
|
/plugin/mediarename/ |
H A D | action.php | 77 $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/virtualkeyboard/vk/extensions/dom/ |
H A D | selectbox.js | 205 tmp[tmp.length] = {'text' :text, 'value' :val}; class in Selectbox.__saveOptionsTrack 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; 571 if (tmp.length>0) self.selectOnlyMatchingOptions(tmp, 'exact'); 580 var res = [], tmp; 596 var res = [], tmp; [all …]
|
/plugin/quiz/ |
H A D | class_quiz.php | 394 $tmp = substr($tmp, 4); 395 $tmp = substr($tmp, 0, -5); 396 $quizz['questions'][$nquest]['question'] = $tmp; 410 $tmp = substr($tmp, 4); 411 $tmp = substr($tmp, 0, -5); 437 $tmp = substr($tmp, 4); 438 $tmp = substr($tmp, 0, -5); 440 $quizz['questions'][$nquest]['explanation'] = $tmp; 541 $tmp = '(anonymous)'; 543 $score['users'][] =$tmp; [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/ |
H A D | Stream.php | 383 $tmp = [ 403 $this->traits[$trait] = $tmp; 409 $tmp = [ 423 $this->functions[$name] = $tmp; 427 $tmp['startLine'], 428 $tmp['endLine'] 435 $tmp['startLine'], 436 $tmp['endLine'] 439 $this->traits[$trait]['methods'][$name] = $tmp; 443 $tmp['startLine'], [all …]
|
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/ |
H A D | Helpers.php | 227 $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) [all...] |
/plugin/toolbuttondel/ |
H A D | action.php | 93 function get_array($conf,$cmp, &$tmp=false) { argument 106 if(is_array($tmp)) $tmp = $conf; 132 $tmp = array(); 135 $tmp[] = $event->data[$i]; 140 $event->data = $tmp; 161 $tmp = array(); 164 $tmp[] = $list[$i]; 168 $list = $tmp;
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/ |
H A D | UnusedFunctionParameterSniff.php | 107 … $tmp = $phpcsFile->findNext(PHP_CodeSniffer_Tokens::$emptyTokens, ($next + 1), null, true); 108 if ($tmp === false) { 113 if ($tokens[$tmp]['code'] === T_SEMICOLON) { 117 … $tmp = $phpcsFile->findNext(PHP_CodeSniffer_Tokens::$emptyTokens, ($tmp + 1), null, true); 118 if ($tmp !== false && $tokens[$tmp]['code'] === T_SEMICOLON) {
|
/plugin/indexmenu/ |
H A D | admin.php |
|