Lines Matching defs:token
7734 function addFormatToken (token, padded, ordinal, callback) { argument
7839 function addRegexToken (token, regex, strictRegex) { argument
7845 function getParseRegexForToken (token, config) { argument
7866 function addParseToken (token, callback) { argument
7881 function addWeekParseToken (token, callback) { argument
7882 addParseToken(token, function (input, array, config, token) { argument
7888 function addTimeToArrayFromToken(token, input, config) { argument
7964 addParseToken(['MMM', 'MMMM'], function (input, array, config, token) { argument
8363 addWeekParseToken(['w', 'ww', 'W', 'WW'], function (input, week, config, token) { argument
8445 addWeekParseToken(['dd', 'ddd', 'dddd'], function (input, week, config, token) { argument
8455 addWeekParseToken(['d', 'e', 'E'], function (input, week, config, token) { argument
8785 function meridiem (token, lowercase) { argument
9861 function offset (token, separator) { argument
10618 function addWeekYearFormatToken (token, getter) { argument
10649 addWeekParseToken(['gggg', 'ggggg', 'GGGG', 'GGGGG'], function (input, week, config, token) { argument
10653 addWeekParseToken(['gg', 'GG'], function (input, week, config, token) { argument