| /plugin/captcha/ |
| H A D | figlet.php | 66 $hp = explode(" ", $this->fontFile[0]); // get header 68 $this->signature = substr($hp[0], 0, strlen($hp[0]) - 1); 69 $this->hardblank = substr($hp[0], strlen($hp[0]) - 1, 1); 70 $this->height = $hp[1]; 71 $this->baseline = $hp[2]; 72 $this->maxLenght = $hp[3]; 73 $this->oldLayout = $hp[4]; 74 $this->commentLines = $hp[5] + 1; 75 $this->printDirection = $hp[6]; 76 $this->fullLayout = $hp[7]; [all …]
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ |
| D | ConfigForm.css | 2 .hp-config {} 4 .hp-config tbody th {text-align:right; padding-right:0.5em;} 5 .hp-config thead, .hp-config .namespace {background:#3C578C; color:#FFF;} 6 .hp-config .namespace th {text-align:center;} 7 .hp-config .verbose {display:none;} 8 .hp-config .controls {text-align:center;}
|
| /plugin/issuetracker/ |
| D | wysiwyg_editor.js | 7 hp = document.getElementById(obj); 8 hp.innerHTML = hp.innerHTML.replace(/(<([^>]+)>)/ig,""); 74 hp = document.getElementById("hoverpopup1"); 75 hp.style.visibility = "Hidden"; 83 hp = document.getElementById("hoverpopup2"); 84 hp.style.visibility = "Hidden"; 94 hp = document.getElementById(hoverpopup); 96 hp.style.top = (posArray[1]-250) + 'px'; 97 hp.style.left = (posArray[0]-200 ) + 'px'; 99 hp.style.visibility = "Visible";
|
| /plugin/indexmenu/ |
| D | Search.php | 361 foreach ($ahp as $hp) { 362 switch ($hp) { 374 if (noNS($id) == cleanID($hp)) return false; 563 foreach ($hpOptions as $hp) { 564 switch ($hp) { 576 if (noNS($id) == cleanID($hp)) return false; 717 foreach ($hpOptions as $hp) { 718 switch ($hp) { 731 if (!blank($hp)) { //empty setting results in empty string here 732 $page = $ns . ":" . $hp; [all …]
|
| /plugin/badbehaviour/bad-behavior/ |
| D | functions.inc.php | 63 if (preg_match('/HTTP_(.+)/', $h, $hp)) 64 $headers[str_replace("_", "-", uc_all($hp[1]))] = $v;
|
| /plugin/tindexmenu/syntax/ |
| D | indexmenu.php | 414 foreach ($ahp as $hp) { 415 switch ($hp) { 428 $page=$ns.":".$hp; 557 foreach ($ahp as $hp) { 558 switch ($hp) { 570 if (noNS($id)==cleanID($hp)) return false;
|
| /plugin/fedauth/classes/usr/ |
| D | fa_signin.usr.class.php | 64 $_SESSION[DOKU_COOKIE]['fedauth']['stor']['hp'] = $HTTP_POST_VARS;
|
| /plugin/photogallery/phpThumb/demo/ |
| D | phpThumb.demo.demo.php | 152 …array('getstrings' => array('src='.$img['portrait'].'&hp=100&wl=200', 'src='.$img['landscape'].'&h…
|
| /plugin/siteexport/ |
| H A D | jquery.filedownload.js | 150 …ene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-…
|
| /plugin/bookcreator/script/ |
| D | jquery.fileDownload.js | 158 …ene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-…
|
| /plugin/photogallery/phpThumb/ |
| D | phpthumb.class.php | 78 public $hp = null; // Height (Portrait Images Only) variable in phpthumb 1866 $hAll = (int) max($this->h, $this->hp, $this->hl, $this->hs) - (2 * $borderThickness); 3461 $this->h = phpthumb_functions::OneOfThese($this->hp, $this->h, $this->hs, $this->hl); 3465 $this->h = phpthumb_functions::OneOfThese($this->hl, $this->h, $this->hs, $this->hp); 3469 $this->h = phpthumb_functions::OneOfThese($this->hs, $this->h, $this->hl, $this->hp);
|
| /plugin/photogallery/phpThumb/docs/ |
| D | phpthumb.readme.txt | 205 hp = max height for portrait images
|
| D | phpthumb.changelog.txt | 714 ¤ Added 'wp', 'hp', 'wl', 'hl', 'ws', 'hs' parameters for
|
| /plugin/c3chart/assets/ |
| D | d3.min.js | 2 …hp.add(wh(Ch(u*u+a*a),c)),Hh=t,jh=e,Xh=r}function we(t,n){return!(!t||!mp.hasOwnProperty(t.type))&…
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | lodash.min.js | 126 return n+t},0),sp=fi("ceil"),hp=ni(function(n,t){return n/t},1),pp=fi("floor"),_p=ni(function(n,t){… 130 …With=Kf,Z.cloneWith=qf,Z.conformsTo=Vf,Z.deburr=ca,Z.defaultTo=Wa,Z.divide=hp,Z.endsWith=aa,Z.eq=G…
|
| /plugin/mizarverifiabledocs/dist/ |
| H A D | script.js | 1 …hp=oC.define([{tag:rW.controlKeyword,class:"control-keyword"},{tag:rW.function(rW.keyword),class:"…
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| H A D | Mpdf.php | 10621 $hp = $this->h; 10632 $this->writer->write(sprintf('%.3F %.3F m', ($x + $r) * Mpdf::SCALE, ($hp - $y) * Mpdf::SCALE)); 10635 $this->writer->write(sprintf('%.3F %.3F l', $xc * Mpdf::SCALE, ($hp - $y) * Mpdf::SCALE)); 10640 $this->writer->write(sprintf('%.3F %.3F l', ($x + $w) * Mpdf::SCALE, ($hp - $yc) * Mpdf::SCALE)); 10645 $this->writer->write(sprintf('%.3F %.3F l', $xc * Mpdf::SCALE, ($hp - ($y + $h)) * Mpdf::SCALE)); 10650 $this->writer->write(sprintf('%.3F %.3F l', ($x) * Mpdf::SCALE, ($hp - $yc) * Mpdf::SCALE));
|
| /plugin/ckeditor5markdown/ |
| H A D | ckeditor.js | 2 …hp extends eo{static get pluginName(){return"ClipboardPipeline"}static get requires(){return[dp]}i… class
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 65187 var bh, bp, bw, h, hp, image, ip, w, wp, _base, _name, _ref, _ref1, _ref2; 65217 hp = h / image.height; 65218 w = image.width * hp; 65219 h = image.height * hp;
|
| /plugin/bpmnio/vendor/dmn-js/dist/ |
| H A D | dmn-modeler.production.min.js | 13 …hp=Array.isArray;function Lv(n){var e=typeof n;return e==="string"||e==="number"}function ve(n){re…
|
| H A D | dmn-viewer.production.min.js | 13 …hp(n,e){var t=D({},K1,n);return new xa(t,e)}var Oe={legend:[1,"<fieldset>","</fieldset>"],tr:[2,"<… function
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js | 1 …hp(t){return((t=Math.exp(t))+1/t)/2}var fp=function(t,e){var n,r,i=t[0],a=t[1],o=t[2],s=e[0],c=e[1…
|
| /plugin/diagramsnet/lib/js/mermaid/ |
| D | mermaid.min.js | 6 …hp(t){return((t=Math.exp(t))+1/t)/2}var fp=function(t,e){var n,r,i=t[0],a=t[1],o=t[2],s=e[0],c=e[1…
|
| /plugin/xlsx2dw/packages/xmltojson/ |
| D | xmltojson.js | 600 …(this.a.c)};var Ce=Ck(ou,'AbstractMap/1',107);Mf(77,1,{},gp);_.cb=function hp(){return Fr(this.a)}… function
|
| /plugin/flowcharts/ |
| D | mermaid.min.js | 1 …hp=function(t,e){var n,r,i=t[0],a=t[1],o=t[2],s=e[0],u=e[1],c=e[2],l=s-i,f=u-a,h=l*l+f*f;if(h<1e-1…
|