Home
last modified time | relevance | path

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

12345678910

/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php280 $temp = substr ( $column, $pos + 4 );
281 if ($meta [$temp]) {
284 $def = $meta [$temp];
285 $column = $temp;
350 $temp = array (
356 if (! preg_match ( '#^[a-z0-9-]+/[+a-z0-9-]+$#i', $temp ['mime'] ))
360 if (trim ( $temp ['name'] ) === '')
364 return $temp;
485 $temp = is_array ( $value ) ? trim ( implode ( '', $value ) ) : '';
/plugin/siteexport/action/
H A Dajax.php733 $temp = preg_replace("%^" . preg_quote(DOKU_BASE, '%') . "%", "", $DATA[2]);
734 if ($temp != $DATA[2]) {
735 $DATA[2] = $temp;
/plugin/sitemapnavi/
H A Dhelper.php71 $temp = $item1;
73 $items[$count + 1] = $temp;
/plugin/sketchcanvas/script/
H A DSketchCanvas.js1529 // give temp the original obj's constructor
1533 var temp = new obj.constructor();
1535 temp[key] = cloneObject(obj[key]);
1538 return temp;
/plugin/sqlcomp/
H A Dsyntax.php306 $temp = array_keys($array[0]);
307 foreach($temp as $column){
/plugin/sqlraw/
H A Dsyntax.php202 $temp = array_keys($result[0]);
220 foreach ($temp as $header) {
/plugin/strata/
H A Dscript.js117 var temp = {};
121 if(! (e in temp)) {
123 temp[e]=true;
/plugin/sympaauth/
H A Dadmin.php165 $temp = $lines[--$i];
167 $lines[$i] = $temp;
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …sequence serializable set size smallint static ' +\n 'statistics table temp temporary then time…
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js68 var temp;
78 temp = end;
80 start = temp;
/plugin/wikistats/
H A Dsyntax.php126 if (preg_match('/(\w+)\s*=(.+)/', $m, $temp) == 1){
127 $this->handleNamedParameter($temp[1], trim($temp[2]), $data);
/plugin/wysiwyg/
H A Dajax.php71 $temp = $_COOKIE;
87 $temp = $_REQUEST;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm45 <!--- create temp file from the submitted text, this will be passed to aspell to be check for missp…
54 <!--- remove temp files --->
/plugin/xcom/scripts/
H A Dxml.php94 $temp = print_r($retv,true); variable
95 $retv = rawurlencode($temp);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js41844 var temp = activeXDocument.parentWindow.Object;
41846 return temp;
50479 var temp = [];
50481 while (temp.length < len) {
50483 temp = temp.concat(this.V);
50486 var res = temp.slice(0, len);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1temp","getLinkCount","getTaskCount","getVisibleTaskCount","startTask","calculateTaskLevel","moveTa…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js.map1temp","match","mask","length","toLowerCase","month_short_hash","month_full_hash","Date","UTC","con…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js10994 var temp = [];
10996 temp[i] = this.getItem(els[i]);
10998 temp.sort(criteria);
11000 for (var i = 0; i < temp.length; i++) {
11001 els[i] = temp[i].id;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_csp.js158 var temp = date.match(/[a-zA-Z]+|[0-9]+/g);
165 set[2] = temp[i] || 1;
169 set[1] = (temp[i] || 1) - 1;
172 set[0] = temp[i] * 1 + (temp[i] > 50 ? 1900 : 2000);
178 set[3] = temp[i] || 0;
181 set[4] = temp[i] || 0;
184 set[0] = temp[i] || 0;
188 set[3] = set[3] % 12 + ((temp[i] || '').toLowerCase() == 'am' ? 0 : 12);
191 set[5] = temp[i] || 0;
194 set[1] = gantt.locale.date.month_short_hash[temp[i]] || 0;
[all …]

12345678910