Home
last modified time | relevance | path

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

/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js667 function addRegexToken (token, regex, strictRegex) { function
757 addRegexToken('Y', matchSigned);
758 addRegexToken('YY', match1to2, match2);
759 addRegexToken('YYYY', match1to4, match4);
760 addRegexToken('YYYYY', match1to6, match6);
761 addRegexToken('YYYYYY', match1to6, match6);
907 addRegexToken('M', match1to2);
908 addRegexToken('MM', match1to2, match2);
909 addRegexToken('MMM', function (isStrict, locale) {
912 addRegexToken('MMMM', function (isStrict, locale) {
[all …]
/plugin/edittable/lib/
Dhandsontable.full.js7839 function addRegexToken (token, regex, strictRegex) { function
7951 addRegexToken('M', match1to2);
7952 addRegexToken('MM', match1to2, match2);
7953 addRegexToken('MMM', function (isStrict, locale) {
7956 addRegexToken('MMMM', function (isStrict, locale) {
8216 addRegexToken('Y', matchSigned);
8217 addRegexToken('YY', match1to2, match2);
8218 addRegexToken('YYYY', match1to4, match4);
8219 addRegexToken('YYYYY', match1to6, match6);
8220 addRegexToken('YYYYYY', match1to6, match6);
[all …]
/plugin/zwidoku/files/
H A Djs.js1addRegexToken(token,regex,strictRegex){regexes[token]=isFunction(regex)?regex:function(isStrict,lo…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1addRegexToken (token, regex, strictRegex) {\n regexes[token] = isFunction(regex) ? regex : …