| /plugin/netlogo/inc/ |
| D | support.php | 11 function relativePath($from, $to, $ps = '/') argument 15 $arFrom = explode($ps, rtrim($from, $ps)); 16 $arTo = explode($ps, rtrim($to, $ps)); 22 return str_pad("", count($arFrom) * 3, '..'.$ps).implode($ps, $arTo);
|
| /plugin/rdplink/RdpEncrypt/ |
| D | RdpEncrypt.vb | 53 ByRef ps As CRYPTPROTECT_PROMPTSTRUCT _ 55 ps.cbSize = Marshal.SizeOf(GetType(CRYPTPROTECT_PROMPTSTRUCT)) 56 ps.dwPromptFlags = 0 57 ps.hwndApp = IntPtr.Zero 58 ps.szPrompt = Nothing
|
| /plugin/calendar/ |
| D | get_system_stats.php | 168 $ps = shell_exec('ps aux --sort=-%cpu | head -6 | tail -5 2>/dev/null'); variable 169 if (!$ps) { 171 $ps = shell_exec('ps aux -r | head -6 | tail -5 2>/dev/null'); variable 173 if ($ps) { 174 $lines = explode("\n", trim($ps));
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/ |
| D | PublicKey.php | 348 $ps = ''; 349 while (strlen($ps) != $psLen) { 350 $temp = Random::string($psLen - strlen($ps)); 352 $ps .= $temp; 355 $em = chr(0) . chr($type) . $ps . chr(0) . $m; 394 $ps = str_repeat(chr(0), $this->k - $mLen - 2 * $this->hLen - 2); 395 $db = $lHash . $ps . chr(1) . $m;
|
| D | PrivateKey.php | 229 $ps = str_repeat(chr(0), $emLen - $sLen - $this->hLen - 2); 230 $db = $ps . chr(1) . $salt; 347 $ps = substr($em, 2, strpos($em, chr(0), 2) - 2); 348 $m = substr($em, strlen($ps) + 3); 350 if (strlen($ps) < 8) {
|
| /plugin/dokubookmark/ |
| D | helper.php | 166 foreach ($options['presets'] as $n => $ps) { 167 $id_ = parseWikiIdTemplate($ps['id'], $data); 168 $wikitext_ = parseWikiIdTemplate($ps['tpl'], $data);
|
| /plugin/s5reloaded/ui/thesis/ |
| D | slides.js | 2242 var ps = Math.min(pw,ph); lw = ps/4; 2254 B2T = ctx.createLinearGradient(pw+ps,ph+ih+1,pw+ps+ps,ph+ih+1); 2259 ctx.moveTo(pw+ps,ph+ih); 2260 ctx.lineTo(pw+ps,ph+ih+ps); 2261 ctx.lineTo(pw+ps+ps,ph+ih); 2264 B2T = ctx.createLinearGradient(pw+ps+ps,ph+ih,pw+ps+ps,ph+ih+ps); 2269 ctx.moveTo(pw+ps+ps,ph+ih); 2271 ctx.lineTo(pw+ps+iw,ph+ih+ps); 2272 ctx.lineTo(pw+ps,ph+ih+ps); 2275 var B2T = ctx.createLinearGradient(pw+iw+1,ph+ps,pw+iw+1,ph+ps+ps); [all …]
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| D | RSA.php | 613 $ps = str_repeat(chr(0xFF), $emLen - $tLen - 3); 615 $em = "\0\1$ps\0$t"; 673 $ps = str_repeat(chr(0xFF), $emLen - $tLen - 3); 675 $em = "\0\1$ps\0$t";
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | content_type.class.php | 23 function ps() { function in ContentType
|
| D | output._generic.ps.class.php | 9 return ContentType::ps();
|
| /plugin/diagramsnet/lib/plugins/webcola/ |
| D | mxWebColaLayout.js | 50 var ps = this.graph.getPageSize(); 52 [ps.width, ps.height] : [800, 800], movableVertices);
|
| /plugin/fckg/fckeditor/editor/css/images/fileicons/ |
| D | dir.txt | 30 ps.png
|
| /plugin/elasticsearch/vendor/ezimuel/ringphp/ |
| D | Makefile | 13 @PID=$(shell ps axo pid,command \
|
| /plugin/diagramsnet/lib/js/orgchart/ |
| D | OrgChart.Layout.min.js | 1 …ps:0}],sn:"setContract",rt:Object,p:[String]}}],am:!0}});$m($n[0].Boundary.Step,function(){return{… property
|
| /plugin/farm/install/animaltemplate/conf/ |
| D | mime.conf | 14 ps application/postscript
|
| /plugin/subjectindex/plugins/ |
| D | bible_abbr.txt | 19 ps psa
|
| /plugin/metaeditor/ |
| D | jstree.js | 1506 parse_flat = function (d, p, ps) { argument 1507 if(!ps) { ps = []; } 1508 else { ps = ps.concat(); } 1509 if(p) { ps.unshift(p); } 1517 parents : ps, 1578 c = parse_flat(m[tmp.children[i]], tmp.id, ps); 1593 parse_nest = function (d, p, ps) { argument 1594 if(!ps) { ps = []; } 1595 else { ps = ps.concat(); } 1596 if(p) { ps.unshift(p); } [all …]
|
| /plugin/html2pdf/html2pdf/html2ps/demo/ |
| D | html2ps.php | 123 if ($GLOBALS['g_config']['method'] === 'ps') {
|
| /plugin/diagramsnet/lib/js/jscolor/ |
| D | jscolor.js | 349 var ps = getPickerDims(this); // picker size 357 var l = (ts[b]+ps[b])/2; 367 -vp[a]+tp[a]+ps[a] > vs[a] ? 368 (-vp[a]+tp[a]+ts[a]/2 > vs[a]/2 && tp[a]+ts[a]-ps[a] >= 0 ? tp[a]+ts[a]-ps[a] : tp[a]) : 370 -vp[b]+tp[b]+ts[b]+ps[b]-l+l*c > vs[b] ?
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 49012 var ps = []; 49031 ps.push(ps[ps.length - 2], ps[ps.length - 1]); 49036 ps.push(ps[ps.length - 3], ps[ps.length - 1]); 49044 ps.push(coords.length); 49053 coords: new Int32Array(ps), 49054 colors: new Int32Array(ps) 49061 var ps = []; 49066 ps.push(coords.length); 49073 coords: new Int32Array(ps), 49074 colors: new Int32Array(ps), [all …]
|
| /plugin/pgn4web/pgn4web/libs/jscolor/ |
| D | jscolor.js | 388 var ps = getPickerDims(this); // picker size 396 var l = (ts[b]+ps[b])/2; 406 -vp[a]+tp[a]+ps[a] > vs[a] ? 407 (-vp[a]+tp[a]+ts[a]/2 > vs[a]/2 && tp[a]+ts[a]-ps[a] >= 0 ? tp[a]+ts[a]-ps[a] : tp[a]) : 409 -vp[b]+tp[b]+ts[b]+ps[b]-l+l*c > vs[b] ?
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Actions.js | 1034 var ps = graph.pageScale; 1037 var scale = Math.floor(20 * Math.min(cw / fmt.width / ps, ch / fmt.height / ps)) / 20; 1055 var ps = graph.pageScale; 1059 var scale = Math.floor(20 * Math.min(cw / (2 * fmt.width) / ps, ch / fmt.height / ps)) / 20; 1077 var ps = graph.pageScale; 1080 var scale = Math.floor(20 * cw / fmt.width / ps) / 20;
|
| D | Editor.js | 480 var ps = parseFloat(node.getAttribute('pageScale')); 482 if (!isNaN(ps) && ps > 0) 484 this.graph.pageScale = ps; 2598 var ps = scale * this.pageScale; 2604 var bounds = new mxRectangle(scale * tr.x, scale * tr.y, fmt.width * ps, fmt.height * ps); 2730 var ps = this.graph.pageScale; 2732 var pw = fmt.width * ps; 2733 var ph = fmt.height * ps;
|
| /plugin/diagramsnet/lib/js/ |
| D | export.js | 566 var ps = data.pageScale || xmlDoc.documentElement.getAttribute('pageScale'); 568 if (ps != null) 570 graph.pageScale = ps;
|
| /plugin/translation3/lang/ |
| D | langnames.txt | 132 ps پښتو
|