Home
last modified time | relevance | path

Searched refs:buttonText (Results 26 – 50 of 82) sorted by relevance

1234

/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dfr.js1 …rstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),t.locale("fr",{buttonText:{year:"Année",mo…
H A Did.js1 …rstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),n.locale("id",{buttonText:{month:"Bulan",w…
H A Dko.js1 …stDay:0,isRTL:!1,showMonthAfterYear:!0,yearSuffix:"년"}),r.locale("ko",{buttonText:{month:"월",week:…
H A Dmk.js1 …rstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),r.locale("mk",{buttonText:{month:"Месец",w…
H A Dms-my.js1 …Day:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),n.locale("ms-my",{buttonText:{month:"Bulan",w…
H A Dsq.js1 …rstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),n.locale("sq",{buttonText:{month:"Muaj",we…
H A Dtr.js1 …rstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),n.locale("tr",{buttonText:{next:"ileri",mo…
H A Dca.js1 …rstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),r.locale("ca",{buttonText:{month:"Mes",wee…
H A Dde-at.js1 …Day:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),r.locale("de-at",{buttonText:{year:"Jahr",mon…
H A Dde-ch.js1 …Day:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),r.locale("de-ch",{buttonText:{year:"Jahr",mon…
H A Dde.js1 …rstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),r.locale("de",{buttonText:{year:"Jahr",mon…
H A Dfa.js1 …rstDay:6,isRTL:!0,showMonthAfterYear:!1,yearSuffix:""}),r.locale("fa",{buttonText:{month:"ماه",wee…
H A Dro.js1 …rstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),i.locale("ro",{buttonText:{prev:"precedent…
H A Dzh-cn.js1 …ay:1,isRTL:!1,showMonthAfterYear:!0,yearSuffix:"年"}),r.locale("zh-cn",{buttonText:{month:"月",week:…
H A Dzh-hk.js1 …ay:1,isRTL:!1,showMonthAfterYear:!0,yearSuffix:"年"}),r.locale("zh-hk",{buttonText:{month:"月",week:…
H A Dzh-tw.js1 …ay:1,isRTL:!1,showMonthAfterYear:!0,yearSuffix:"年"}),r.locale("zh-tw",{buttonText:{month:"月",week:…
H A Dhe.js1 …rstDay:0,isRTL:!0,showMonthAfterYear:!1,yearSuffix:""}),r.locale("he",{buttonText:{month:"חודש",we…
H A Dar-sa.js1 …Day:0,isRTL:!0,showMonthAfterYear:!1,yearSuffix:""}),n.locale("ar-sa",{buttonText:{month:"شهر",wee…
H A Dbs.js1 …rstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),r.locale("bs",{buttonText:{prev:"Prošli",n…
H A Det.js1 …rstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),n.locale("et",{buttonText:{month:"Kuu",wee…
H A Dka.js1 …rstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),r.locale("ka",{buttonText:{month:"თვე",wee…
H A Dhi.js1 …rstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),r.locale("hi",{buttonText:{month:"महीना",w…
H A Dhr.js1 …rstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),n.locale("hr",{buttonText:{prev:"Prijašnji…
H A Dar-ly.js1 …Day:0,isRTL:!0,showMonthAfterYear:!1,yearSuffix:""}),n.locale("ar-ly",{buttonText:{month:"شهر",wee…
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupContainers.js268 var buttonText = textStrings[i];
270 if(buttonText.charAt(0) === mxShapeMockupAccordion.prototype.cst.SELECTED)
272 buttonText = textStrings[i].substring(1);
276 …var currWidth = mxUtils.getSizeForString(buttonText, fontSize, mxConstants.DEFAULT_FONTFAMILY).wid…
320 this.buttonText(c, trueW, currHeight, textStrings[i], fontSize);
392 mxShapeMockupAccordion.prototype.buttonText = function(c, w, h, textString, fontSize) method in mxShapeMockupAccordion
1056 this.buttonText(c, w, h, groupString, fontSize);
1073 mxShapeMockupGroup.prototype.buttonText = function(c, w, h, textString, fontSize) method in mxShapeMockupGroup
1760 var buttonCount = buttonText.length;
1770 for (var i = 0; i < buttonText.length; i++)
[all …]

1234