Searched refs:truncation (Results 1 – 9 of 9) sorted by relevance
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | prototype.js | 366 truncate: function(length, truncation) { argument 368 truncation = Object.isUndefined(truncation) ? '...' : truncation; 370 this.slice(0, length - truncation.length) + truncation : String(this);
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | prototype.js | 467 function truncate(length, truncation) { argument 469 truncation = Object.isUndefined(truncation) ? '...' : truncation; 471 this.slice(0, length - truncation.length) + truncation : String(this);
|
| /plugin/issuetracker/ |
| D | prototype.js | 584 function truncate(length, truncation) { argument 586 truncation = Object.isUndefined(truncation) ? '...' : truncation; 588 this.slice(0, length - truncation.length) + truncation : String(this);
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 7.7.js.map | 1 …sformation',\n 'transporting',\n 'trmac',\n 'truncate',\n 'truncation',\n 'try',\n …
|
| /plugin/statistics/vendor/matomo/device-detector/ |
| D | README.md | 41 // OPTIONAL: Set version truncation to none, so full versions will be returned 165 // OPTIONAL: Set version truncation to none, so full versions will be returned
|
| /plugin/authgooglesheets/vendor/monolog/monolog/ |
| D | CHANGELOG.md | 239 * Fixed GelfHandler truncation to be per field and not per message
|
| /plugin/combo/resources/library/bootstrap/5.0.1/ |
| H A D | bootstrap.min.css.map | 1 …truncation.scss","../../scss/mixins/_text-truncate.scss","../../scss/mixins/_utilities.scss","../.…
|
| H A D | bootstrap.rtl.min.css.map | 1 …truncation.scss","../../scss/mixins/_text-truncate.scss","../../scss/mixins/_utilities.scss","../.…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js.map | 1 …NATURE);\n if (actualLength < 0) {\n // Only allow limited truncation of the endstream…
|