Home
last modified time | relevance | path

Searched refs:trimmedEndIndex (Results 1 – 4 of 4) sorted by relevance

/plugin/asciidocjs/node_modules/lodash/
D_trimmedEndIndex.js12 function trimmedEndIndex(string) { function
19 module.exports = trimmedEndIndex;
D_baseTrim.js1 var trimmedEndIndex = require('./_trimmedEndIndex'); variable
15 ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')
DtrimEnd.js6 trimmedEndIndex = require('./_trimmedEndIndex'); variable
30 return string.slice(0, trimmedEndIndex(string) + 1);
Dlodash.js1019 ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')
1364 function trimmedEndIndex(string) { function
15065 return string.slice(0, trimmedEndIndex(string) + 1);