| /plugin/etherpadlite/ |
| D | style.css | 1 .pad-toggle, .pad-close, .pad-lock, .pad-security, .pad-saveable { 8 .pad-form label { 13 .pad-form input, .pad-form select { 17 .pad-toolbar { 22 .pad-resizable { 28 .pad-iframe {
|
| D | README.md | 20 * extra password protection for read/readwrite pad access 30 …pad-toogle icon just below the textedit field. This code obviously depends on the template used an… 32 …aged and pad passwords assigned by the dokuwiki plugin. Further, the dokuwiki plugin sets browser … 34 …messaging possible, so the dokuwiki javascript code cannot read the current selection from the pad. 42 …pad permissions and cleanup, I recommend the following etherpad lite settings. They ensure that on… 49 RewriteRule ^/pad$ /pad/ [R] 54 ProxyPass /pad/ http://localhost:9001/ 55 ProxyPassReverse /pad/ http://localhost:9001/ 90 …eated it. Ownership cannot be transfered. If a pad exists for a page revision, there cannot be ano…
|
| /plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/ |
| D | printer.js | 14 PrintVisitor.prototype.pad = function(string) { method in PrintVisitor 37 out += this.pad(blockParams); 50 return this.pad('{{ ' + this.SubExpression(mustache) + ' }}'); 53 return this.pad('{{ DIRECTIVE ' + this.SubExpression(mustache) + ' }}'); 61 out += this.pad( 65 out += this.pad(this.SubExpression(block)); 67 out += this.pad('PROGRAM:'); 76 out += this.pad('{{^}}'); 97 return this.pad('{{> ' + content + ' }}'); 108 content += ' ' + this.pad('PROGRAM:'); [all …]
|
| /plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/ |
| D | printer.js | 24 PrintVisitor.prototype.pad = function (string) { method in PrintVisitor 47 out += this.pad(blockParams); 60 return this.pad('{{ ' + this.SubExpression(mustache) + ' }}'); 63 return this.pad('{{ DIRECTIVE ' + this.SubExpression(mustache) + ' }}'); 69 out += this.pad((block.type === 'DecoratorBlock' ? 'DIRECTIVE ' : '') + 'BLOCK:'); 71 out += this.pad(this.SubExpression(block)); 73 out += this.pad('PROGRAM:'); 82 out += this.pad('{{^}}'); 103 return this.pad('{{> ' + content + ' }}'); 114 content += ' ' + this.pad('PROGRAM:'); [all …]
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/ |
| D | printer.js | 25 PrintVisitor.prototype.pad = function (string) { method in PrintVisitor 48 out += this.pad(blockParams); 61 return this.pad('{{ ' + this.SubExpression(mustache) + ' }}'); 64 return this.pad('{{ DIRECTIVE ' + this.SubExpression(mustache) + ' }}'); 70 out += this.pad((block.type === 'DecoratorBlock' ? 'DIRECTIVE ' : '') + 'BLOCK:'); 72 out += this.pad(this.SubExpression(block)); 74 out += this.pad('PROGRAM:'); 83 out += this.pad('{{^}}'); 104 return this.pad('{{> ' + content + ' }}'); 115 content += ' ' + this.pad('PROGRAM:'); [all …]
|
| /plugin/geonav/tpl/startermap/css/ |
| D | structure.css | 20 #dokuwiki__header > .pad { 54 #dokuwiki__aside > .pad { 57 [dir=rtl] #dokuwiki__aside > .pad { 71 .hasSidebar #dokuwiki__content > .pad { 74 [dir=rtl] .hasSidebar #dokuwiki__content > .pad { 82 #dokuwiki__footer > .pad {
|
| D | mobile.css | 14 #dokuwiki__aside > .pad { 23 .hasSidebar #dokuwiki__content > .pad { 26 [dir=rtl] .hasSidebar #dokuwiki__content > .pad {
|
| /plugin/asciidocjs/node_modules/longest/ |
| D | README.md | 37 * [right-pad-values](https://github.com/jonschlinkert/right-pad-values): Right pad the values of a … 39 * [pad-right](https://github.com/jonschlinkert/pad-right): Right pad a string with zeros or a speci… 40 * [pad-left](https://github.com/jonschlinkert/pad-left): Left pad a string with zeros or a specifie…
|
| /plugin/gtime/gtlib/util/ |
| D | GTBaseX.php | 39 private $pad; variable in GTBaseX 53 * @param string $pad the padding characters used to even out the encoded output 57 public function __construct($alphabet, $caseSensitive, $pad) { argument 103 if ($pad >= $this->min && $pad <= $this->max && $this->values[$pad - $this->min] != -1) { 107 $this->pad = $pad; 206 $result .= $this->pad;
|
| /plugin/etherpadlite/externals/etherpad-lite-client/ |
| D | example_big.php | 131 foreach($padList as $pad => $key){ // For each pad in the object 133 $padname = explode("$",$pad); 136 $padContents = $instance->getText($pad); // Get the pad contents 147 $readOnlyID = $instance->getReadOnlyID($pad); 150 $getpublicStatus = $instance->getPublicStatus($pad); // get Security status of the pad
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/ |
| D | PreprocessingConfig.php | 108 public function setPad(Pad $pad) argument 110 $this->pad = $pad; 117 return $this->pad;
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/ |
| D | BinaryField.php | 68 $pad = ceil($bitLen / 8); 80 $reduce = function ($c) use ($u, $mStart, $m, $t, $finalMask, $pad, $h) { 81 $c = str_pad($c, $pad, "\0", STR_PAD_LEFT); 172 $pad = strlen($x) >> 3; 174 $pad++; 176 $str = str_pad($str, $pad, "\0", STR_PAD_LEFT);
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/bin/ |
| D | generate-identifier-regex.js | 19 function pad(str, width) { function 26 if (hex.length <= 2) return "\\x" + pad(hex, 2); 27 else return "\\u" + pad(hex, 4);
|
| /plugin/asciidocjs/node_modules/babylon/bin/ |
| D | generate-identifier-regex.js | 23 function pad(str, width) { function 30 if (hex.length <= 2) return "\\x" + pad(hex, 2); 31 else return "\\u" + pad(hex, 4);
|
| /plugin/diagramsnet/lib/js/jscolor/ |
| D | jscolor.js | 69 pad : [ 181, 101 ], property 539 pad : document.createElement('div'), property 559 mxJSColor.picker.padB.appendChild(mxJSColor.picker.pad); 622 p.pad.style.width = mxJSColor.images.pad[0]+'px'; 623 p.pad.style.height = mxJSColor.images.pad[1]+'px'; 636 …p.padM.style.width = THIS.pickerFace + 2*THIS.pickerInset + mxJSColor.images.pad[0] + mxJSColor.im… 702 p.pad.style.backgroundImage = "url('"+mxJSColor.getDir()+padImg+"')"; 703 p.pad.style.backgroundRepeat = "no-repeat"; 704 p.pad.style.backgroundPosition = "0 0"; 717 2*o.pickerInset + 2*o.pickerFace + mxJSColor.images.pad[0] + [all …]
|
| /plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/ |
| D | Base64.php | 66 * @param bool $pad Include = padding? 70 protected static function doEncode(string $src, bool $pad = true): string argument 99 if ($pad) { 106 if ($pad) {
|
| D | Base32.php | 384 * @param bool $pad 388 protected static function doEncode(string $src, bool $upper = false, $pad = true): string argument 434 if ($pad) { 446 if ($pad) { 456 if ($pad) { 463 if ($pad) {
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | pad.js | 33 function pad(string, length, chars) { function 49 module.exports = pad;
|
| /plugin/pgn4web/pgn4web/libs/jscolor/ |
| D | jscolor.js | 101 pad : [ 181, 101 ], property 588 pad : document.createElement('div'), property 608 jscolor.picker.padB.appendChild(jscolor.picker.pad); 714 p.pad.style.width = jscolor.images.pad[0]+'px'; 715 p.pad.style.height = jscolor.images.pad[1]+'px'; 728 …p.padM.style.width = THIS.pickerFace + 2*THIS.pickerInset + jscolor.images.pad[0] + jscolor.images… 794 p.pad.style.backgroundImage = "url('"+jscolor.getDir()+padImg+"')"; 795 p.pad.style.backgroundRepeat = "no-repeat"; 796 p.pad.style.backgroundPosition = "0 0"; 809 2*o.pickerInset + 2*o.pickerFace + jscolor.images.pad[0] + [all …]
|
| /plugin/asciidocjs/node_modules/handlebars/bin/ |
| D | handlebars | 120 function pad(n) { 170 pad(width - opt.name.length + 2), 172 pad(wrap - opt.meta.length - desc.split(/\n/).pop().length),
|
| /plugin/upgrade/vendor/splitbrain/php-cli/src/ |
| D | TableFormatter.php | |
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | diagram-js.css | 33 --context-pad-entry-background-color: var(--color-fefefe); 34 --context-pad-entry-hover-background-color: var(--silver-darken-94); 277 .djs-dragging .djs-context-pad, 467 * context-pad 469 .djs-overlay-context-pad { 473 .djs-context-pad { 479 .djs-context-pad .entry { 491 background-color: var(--context-pad-entry-background-color); 492 box-shadow: 0 0 2px 1px var(--context-pad-entry-background-color); 496 .djs-context-pad .entry:before { [all …]
|
| /plugin/virtualkeyboard/vk/extensions/ |
| D | stringextensions.js | 95 var pad = String(c).charAt(0).repeat(Math.abs(n) - this.length); 96 return (n < 0) ? pad + val : val + pad;
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| D | Hash.php | 192 private $pad; variable in phpseclib3\\Crypt\\Hash 598 $pad = 32 - ($length % 32); 599 $pad = max(32, $length + $pad % 32); 600 $m[$i] = str_pad($m[$i], $pad, "\0"); // zeropad 705 $pad = 16 - ($length % 16); 706 $pad %= 16; 707 $m_2 = str_pad($m_2, $length + $pad, "\0"); // zeropad 846 $this->pad = $this->pdf(); 852 return $hashedmessage ^ $this->pad;
|
| /plugin/bpmnio/vendor/bpmn-js/dist/assets/ |
| D | diagram-js.css | 39 --context-pad-entry-background-color: var(--color-white); 40 --context-pad-entry-hover-background-color: var(--color-grey-225-10-95); 481 * context-pad 483 .djs-context-pad { 492 .djs-context-pad .entry { 504 background-color: var(--context-pad-entry-background-color); 505 box-shadow: 0 0 2px 1px var(--context-pad-entry-background-color); 510 .djs-context-pad .entry:hover { 511 background: var(--context-pad-entry-hover-background-color); 514 .djs-context-pad.open { [all …]
|