Home
last modified time | relevance | path

Searched refs:temp (Results 126 – 150 of 244) sorted by relevance

12345678910

/plugin/database2/
H A Dmedia.php363 $temp = ( trim( $_GET['thumb'] ) === '' ) ? '200x150' : $_GET['thumb']; variable
365 list( $width, $height ) = explode( 'x', $temp );
/plugin/dyncontent/
H A Dscript.js331 var temp = dw_linkwiz_v2.$entry.val(); variable
333 dw_linkwiz_v2.$entry.val(temp);
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js727 if (temp != null)
729 plugins = temp.plugins;
738 var temp = urlParams['p'];
741 if (temp != null)
866 if (temp != null)
2835 temp = true;
3287 if (temp != '')
3829 var temp = null;
4921 var temp = [];
6603 if (temp != null && temp.length > 0)
[all …]
H A DDialogs.js1482 temp.x -= view.translate.x;
3395 if (temp.tags != null)
3461 var temp = list[j];
3467 results.push(temp);
3725 var temp = [];
9288 if (temp != null && temp.length > 0)
9298 addButton(temp[i].data, null, 0, 0, temp[i].w, temp[i].h, null, 'fixed', temp[i].title);
10988 var temp = [];
11211 if (temp.tags != null)
11277 var temp = list[j];
[all …]
H A DEmbed.js572 var temp = mxUtils.getChildNodes(diagrams[0]);
574 if (temp.length > 0)
578 newDocument.appendChild(newDocument.importNode(temp[0], true));
H A DDrawioFile.js421 var temp = enc.encode(new mxGraphModel(pages[i].root));
425 temp = this.ui.anonymizeNode(temp, true);
428 temp.setAttribute('id', pages[i].getId());
432 this.ui.editor.graph.saveViewState(pages[i].viewState, temp, true);
435 file.appendChild(temp);
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js2269 cell = temp;
2483 cell = temp;
2498 var temp = [];
2508 cells = temp;
2673 if (temp != null)
3821 var temp = [];
3829 temp.push(newCell);
4747 var temp = [];
4783 if (temp[i].name != 'link' || !this.isCustomLink(temp[i].value))
6296 last = temp;
[all …]
/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/mytemplate/
H A Daction.php328 $temp = array();
329 $value = preg_match_all('\'' . addslashes($param1) . '\'', $param2, $temp);
/plugin/addressbook/
H A Dsyntax.php849 unset($temp);
853 $temp[] = array('cfunction'=>$i['cfunction'],'title' => true);
856 $temp[] = $list[$c];
859 $list = $temp;
/plugin/fedauth/Auth/OpenID/
H A DMessage.php173 $temp = array();
176 $temp[] = array($this->keys[$i],
179 return $temp;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist7 define('STDOUT', fopen('php://temp', 'w+b'));
/plugin/diagramsnet/lib/plugins/
H A Dtags.js153 var temp = [];
159 temp.push(cells[i]);
/plugin/openid/Auth/OpenID/
H A DMessage.php188 $temp = [];
191 $temp[] = [
196 return $temp;
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php409 $temp[] = array(
416 $this->formatNames($temp, 'creator1');
417 unset($temp);
425 $temp[] = array(
432 $this->formatNames($temp, 'creator2');
/plugin/emoji/script/
H A Djquery.textcomplete.js1130 var temp = document.createElement(this.el.nodeName);
1132 temp.setAttribute(
1136 temp.innerHTML = 'test';
1137 parentNode.appendChild(temp);
1138 lineHeight = temp.clientHeight;
1139 parentNode.removeChild(temp);
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js405 var temp = all.join(';').split(';');
410 for (var i = 0; i < temp.length; i++)
412 visible[this.libAliases[temp[i]] || temp[i]] = true;
987 this.editorUi.editor.loadUrl(url, mxUtils.bind(this, function(temp) argument
991 var doc = mxUtils.parseXml(temp);
/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/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm47 <!--- create temp file from the submitted text, this will be passed to aspell to be check for missp…
56 <!--- remove temp files --->
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php433 $temp = new static($this->hex, -16);
434 $this->value = $temp->value;
/plugin/eventum/XML/
H A DRPC.php455 $temp = new XML_RPC_Value($XML_RPC_xh[$parser]['value'], $XML_RPC_xh[$parser]['vt']);
460 $cur_val['value'][] = $temp;
462 $XML_RPC_xh[$parser]['value'] = $temp;
466 $XML_RPC_xh[$parser]['value'] = $temp;
/plugin/strata/
H A Dscript.js117 var temp = {};
121 if(! (e in temp)) {
123 temp[e]=true;
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js572 var temp = mxUtils.getChildNodes(diagrams[0]);
574 if (temp.length > 0)
578 newDocument.appendChild(newDocument.importNode(temp[0], true));
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak53 if(!copy('./lib/plugins/farm/config.php', 'config.php')) die('Cannot copy temp config');
165 if(!@unlink('config.php')) die('Could not remove farm config temp file');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php334 $temp = $attr_cell->background;
336 $attr_cell->foreground = $temp;

12345678910