Home
last modified time | relevance | path

Searched refs:truncation (Results 1 – 9 of 9) sorted by relevance

/plugin/freechat/phpfreechat/data/public/js/ !
Dprototype.js366 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/ !
Dprototype.js467 function truncate(length, truncation) { argument
469 truncation = Object.isUndefined(truncation) ? '...' : truncation;
471 this.slice(0, length - truncation.length) + truncation : String(this);
/plugin/issuetracker/ !
Dprototype.js584 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/ !
D7.7.js.map1 …sformation',\n 'transporting',\n 'trmac',\n 'truncate',\n 'truncation',\n 'try',\n …
/plugin/statistics/vendor/matomo/device-detector/ !
DREADME.md41 // 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/ !
DCHANGELOG.md239 * Fixed GelfHandler truncation to be per field and not per message
/plugin/combo/resources/library/bootstrap/5.0.1/ !
H A Dbootstrap.min.css.map1truncation.scss","../../scss/mixins/_text-truncate.scss","../../scss/mixins/_utilities.scss","../.…
H A Dbootstrap.rtl.min.css.map1truncation.scss","../../scss/mixins/_text-truncate.scss","../../scss/mixins/_utilities.scss","../.…
/plugin/pdfjs/pdfjs/build/ !
Dpdf.worker.js.map1 …NATURE);\n if (actualLength < 0) {\n // Only allow limited truncation of the endstream…