Searched refs:reTrimStart (Results 1 – 6 of 6) sorted by relevance
| /plugin/asciidocjs/node_modules/lodash/ |
| D | _baseTrim.js | 4 var reTrimStart = /^\s+/; variable 15 ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')
|
| D | parseInt.js | 5 var reTrimStart = /^\s+/; variable 40 return nativeParseInt(toString(string).replace(reTrimStart, ''), radix || 0);
|
| D | trimStart.js | 8 var reTrimStart = /^\s+/; variable 32 return string.replace(reTrimStart, '');
|
| D | lodash.js | 157 var reTrimStart = /^\s+/; 1019 ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '') 14551 return nativeParseInt(toString(string).replace(reTrimStart, ''), radix || 0); 15098 return string.replace(reTrimStart, '');
|
| /plugin/sequencediagram/bower_components/lodash/ |
| D | lodash.js | 157 reTrimStart = /^\s+/, 14483 return nativeParseInt(toString(string).replace(reTrimStart, ''), radix || 0); 15026 return string.replace(reTrimStart, '');
|
| /plugin/sequencediagram/bower_components/lodash/dist/ |
| D | lodash.js | 157 reTrimStart = /^\s+/, 14483 return nativeParseInt(toString(string).replace(reTrimStart, ''), radix || 0); 15026 return string.replace(reTrimStart, '');
|