Home
last modified time | relevance | path

Searched refs:temp (Results 101 – 125 of 244) sorted by relevance

12345678910

/plugin/xcom/scripts/
H A Dxml.php94 $temp = print_r($retv,true); variable
95 $retv = rawurlencode($temp);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php255 $temp = $keyStream[$i];
257 $keyStream[$j] = $temp;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php186 $temp = $key_blob;
187 list($key_type) = Strings::unpackSSH2('s', $temp);
/plugin/indexmenu2/cms/modifiers/
H A Droundednode.js1 …mentExt('div',{'class':'CmsModRoundboxContent','child':[i]})]})]})]})]})]})};temp.replaceNode(n);};
/plugin/odt/ODT/
H A DODTIndex.php148 $temp = $settings ['pagebreak'];
150 if ( $temp == '1' ) {
152 } else if ( strcasecmp($temp, 'true') == 0 ) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php443 $temp = $this->os2ip($m);
444 $temp = $this->rsadp($temp);
445 return $this->i2osp($temp, $this->k);
/plugin/fullindex/
H A Daction.php212 $temp = trim($num.$title);
213 if(empty($temp)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php815 $decoded = ASN1::decodeBER($temp);
1182 if ($temp[1] != '200') {
1191 $temp = fread($fsock, 1024);
1192 if ($temp === false) {
1195 $data .= $temp;
2363 $temp = preg_match('#^[a-zA-Z\d/+]*={0,2}$#', $temp) ? Base64::decode($temp) : false;
2364 if ($temp != false) {
2365 $spkac = $temp;
3128 $temp = '99991231235959Z';
3129 $temp = chr(ASN1::TYPE_GENERALIZED_TIME) . ASN1::encodeLength(strlen($temp)) . $temp;
[all …]
/plugin/dokucrypt/
H A Dscript.js534 var temp = theArray.slice(0, positions);
637 var temp;
652 temp = expandedKey[j - 1];
654 temp = ( (SBox[(temp>>8) & 0xFF]) |
655 (SBox[(temp>>16) & 0xFF]<<8) |
656 (SBox[(temp>>24) & 0xFF]<<16) |
659 temp = (SBox[(temp>>24) & 0xFF]<<24) |
660 (SBox[(temp>>16) & 0xFF]<<16) |
661 (SBox[(temp>>8) & 0xFF]<<8) |
662 (SBox[temp & 0xFF]);
[all …]
/plugin/dokucrypt2/
H A Dscript.js606 var temp = theArray.slice(0, positions);
607 theArray = theArray.slice(positions).concat(temp);
709 var temp;
724 temp = expandedKey[j - 1];
726 temp = ( (SBox[(temp>>8) & 0xFF]) |
727 (SBox[(temp>>16) & 0xFF]<<8) |
728 (SBox[(temp>>24) & 0xFF]<<16) |
729 (SBox[temp & 0xFF]<<24) ) ^ Rcon[Math.floor(j / Nk) - 1];
731 temp
[all...]
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js1138 var temp = (window.atob && !mxClient.IS_IE && !mxClient.IS_IE11) ?
1141 mxUtils.parseXml(temp).documentElement, true);
1149 data = temp;
1172 var temp = data.substring(22);
1173 data = (window.atob && !mxClient.IS_SF) ? atob(temp) : Base64.decode(temp);
1489 var temp = reasons.join(', ');
1490 error({message: mxResources.get('errorSavingFile') + ': ' + temp}, resp);
1498 this.ui.hashValue(resp.etag) + ((temp.length > 0) ? '-errors-' + temp : ''),
1825 var temp = canvas.toDataURL();
1826 temp = temp.substring(temp.indexOf(',') + 1).replace(/\+/g, '-').replace(/\//g, '_');
[all …]
H A DLocalFile.js11 LocalFile = function(ui, data, title, temp, fileHandle, desc) argument
16 this.mode = (temp) ? null : App.MODE_DEVICE;
H A DPages.js1374 var temp = this.createControlTab(4, '&nbsp;&#10094;&nbsp;');
1375 temp.style.position = 'absolute';
1376 temp.style.right = (this.editor.chromeless) ? '29px' : '55px';
1377 temp.style.fontSize = '13pt';
1379 this.tabContainer.appendChild(temp);
1397 mxUtils.setOpacity(temp, (wrapper.scrollLeft > 0) ? 100 : fade);
1402 mxUtils.setOpacity(temp, (wrapper.scrollLeft > 0) ? 100 : fade);
1932 var temp = node.ownerDocument.createElement('diagram');
1933 temp.setAttribute('id', node.getAttribute('relatedPage'));
1934 temp.setAttribute('name', node.getAttribute('name'));
[all …]
H A DEditor.js1508 if (temp.length > 0)
3027 if (temp != null && temp.length > 0)
6507 var temp = null;
6560 if (temp != null)
7092 if (temp != '')
7120 var temp = [];
7130 result = temp;
7305 var temp = {};
7333 var temp = {};
7388 temp = (temp.length > 0) ? temp + ' ' + tag : tag;
[all …]
/plugin/sitemapnavi/
H A Dhelper.php71 $temp = $item1;
73 $items[$count + 1] = $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/changes/
H A Dsyntax.php82 } elseif (preg_match('/(\w+)\s*=(.+)/', $m, $temp) == 1) {
83 $this->handleNamedParameter($temp[1], trim($temp[2]), $data);
/plugin/loglog/
H A Dstyle.css21 background: transparent url(pix/temp.png) left center no-repeat;
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js221 var temp = [];
225 temp = temp.concat(model.getDescendants(cells[i]));
228 cells = temp;
1281 while (temp != null && graph.model.isVertex(temp) && geo != null && geo.relative)
1283 cell = temp;
3526 this.color = temp;
4657 mxUtils.setTextContent(elt, temp);
4669 var temp = img.getAttribute('src');
4671 if (temp != null)
4679 temp = xml;
[all …]
H A DActions.js580 var temp = graph.ungroupCells();
595 temp.push(cells[i]);
605 if (temp.length > 0)
607 graph.setSelectionCells(temp);
620 var temp = [];
627 temp.push(cells[i]);
631 graph.removeCellsFromParent(temp);
890 var temp = document.createElement('div');
891 temp.innerHTML = graph.sanitizeHtml(label);
892 label = mxUtils.extractTextWithWhitespace(temp.childNodes);
/plugin/plantuml/
H A Dsyntax.php117 $temp = $data['width'];
120 $data['width'] = $temp;
/plugin/odt/ODT/css/
H A Dcssimportnew.php1097 $temp = array();
1109 $temp [$property] = $value;
1120 $rule->getProperties ($temp);
1125 $this->calculateAndInherit ($temp, $element, $units);
1126 unset($temp ['calculated']);
1129 $dest = $temp;
/plugin/judge/
H A Daction.php308 $temp = explode(".", $filename);
319 define('TARGETFILE', $targetdir . $id . "." . end($temp));
/plugin/bookcreator/script/
H A Dnspicker.js246 var temp = bc_nspicker.$entry.val();
248 bc_nspicker.$entry.val(temp);
/plugin/sympaauth/
H A Dadmin.php165 $temp = $lines[--$i];
167 $lines[$i] = $temp;

12345678910