Home
last modified time | relevance | path

Searched refs:truncate (Results 76 – 100 of 103) sorted by path

12345

/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DWrite.php241 public function truncate($size) function in Hoa\\File\\Link\\Write
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php373 public function truncate($size) function in Hoa\\File\\ReadWrite
H A DWrite.php242 public function truncate($size) function in Hoa\\File\\Write
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DReadWrite.php374 public function truncate($size) function in Hoa\\File\\Temporary\\ReadWrite
H A DWrite.php242 public function truncate($size) function in Hoa\\File\\Temporary\\Write
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DOut.php128 public function truncate($size); function
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md103 `writeLine`, `truncate` etc.,
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dtext.rst6 * ``truncate``
51 Use the ``truncate`` filter to cut off a string after limit is reached
55 {{ "Hello World!"|truncate(5) }}
59 You can also tell truncate to preserve whole words by setting the second
60 parameter to ``true``. If the last Word is on the the separator, truncate
65 {{ "Hello World!"|truncate(7, true) }}
74 {{ "Hello World!"|truncate(7, false, "??") }}
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js366 truncate: function(length, truncation) {
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1truncate:1,"tty?":1,type:1,ungetc:1,uniq:1,"uniq!":1,unpack:1,unshift:1,untaint:1,untrace_var:1,up… property in hljs.LANGUAGES.ruby.c.keymethods
/plugin/issuetracker/
H A Dprototype.js584 function truncate(length, truncation) { function
752 truncate: truncate,
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jar ... off int len public boolean hasBufferedData () public void truncate () public int read () throws java. ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jar ... off int len public boolean hasBufferedData () public void truncate () public int read () throws java. ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2truncate:(function(path,len){if(len<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var node;if(typ…
H A Dopus.js2truncate:(function(path,len){if(len<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var node;if(typ…
H A Dvorbis.js2truncate:(function(path,len){if(len<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var node;if(typ…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt226 * Bugfix: (#1716) truncate MIDI file could cause infinite loop
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1truncate the inline image, when the\n // data is immediately followed by the \"EI\" marker (fix…
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js467 function truncate(length, truncation) { function
633 truncate: truncate,
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js15074 function truncate(string, options) {
16831 lodash.truncate = truncate;
H A Dlodash.min.js126 …replace(on,""):n&&(t=yr(t))?(n=M(n),t=I(n,M(t)),Or(n,t).join("")):n},An.truncate=function(n,t){var… function
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md339 * <a href="#_truncatestring-options">`_.truncate`</a>
8636 `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`,
9557 3. `[limit]` *(number)*: The length to truncate results to.
9903 <h3 id="_truncatestring-options"><code>_.truncate([string=''], [options={}])</code></h3>
9904 …15074 "View in source") [&#x24C3;](https://www.npmjs.com/package/lodash.truncate "See the npm pack…
9914 1. `[string='']` *(string)*: The string to truncate.
9918 5. `[options.separator]` *(RegExp|string)*: The separator pattern to truncate to.
9925 _.truncate('hi-diddly-ho there, neighborino');
9928 _.truncate('hi-diddly-ho there, neighborino', {
9934 _.truncate('hi-diddly-ho there, neighborino', {
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js15074 function truncate(string, options) {
16831 lodash.truncate = truncate;
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js255 prevLine = text = _.truncate(text, { 'length': 40 });
H A Dtest.js22624 assert.strictEqual(_.truncate(string), 'hi-diddly-ho there, neighbo...');
22630 assert.strictEqual(_.truncate(string, { 'length': string.length }), string);
22631 assert.strictEqual(_.truncate(string, { 'length': string.length + 2 }), string);
22656 assert.strictEqual(_.truncate(string, { 'length': 4 }), 'h...');
22671 assert.strictEqual(_.truncate(string, { 'length': length }), '...');
22687 assert.strictEqual(_.truncate(Object(string), { 'length': 4 }), 'h...');
22694 var actual = lodashStable.map([string, string, string], _.truncate),
24398 assert.strictEqual(_.truncate(string, { 'length': 13 }), string);
24399 assert.strictEqual(_.truncate(string, { 'length': 6 }), 'A ' + leafs + '...');
24408 actual = _.truncate(string, options);
[all …]

12345