Home
last modified time | relevance | path

Searched refs:split (Results 51 – 75 of 1046) sorted by relevance

12345678910>>...42

/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dnn.js1split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),mon…
H A Dpt-br.js1split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domi…
H A Den-gb.js1split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sund…
H A Den-nz.js1split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sund…
H A Deu.js1split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),mo…
H A Dfr-ca.js1split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_")…
H A Dnb.js1split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),mon…
H A Dpt.js1split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domi…
H A Dsv.js1split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"sönd…
H A Dth.js1split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_")…
H A Dar-tn.js1split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".sp…
H A Dhu.js1split(" ");return e.defineLocale("hu",{months:"január_február_március_április_május_június_július_…
H A Daf.js1split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sond…
H A Dbg.js1split("_"),monthsShort:"яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неде…
H A Dgl.js1split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),mo…
H A Dit.js1split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"dome…
H A Dkk.js1split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жекс…
H A Dms.js1split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad…
H A Dvi.js1split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),mo…
H A Dfr-ch.js1split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_")…
H A Dfr.js1split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_")…
H A Did.js1split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Ming…
/plugin/copycode/
H A Dscript.js42 let result = this._source.textContent.split("_||copycode||_").join("\n");
44 result = result.split("\n").join(" ");
101 inputValue = inputValue.split(/\u00A0/).join("");
/plugin/socialshareprivacy2/
H A Dsyntax.php38 list($type, $options) = split('>', $match, 2);
41 $options = split('&', $options);
44 list($name, $value) = split('=', $option);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJavaScriptLintSniff.php85 $split = strpos($finding, ':');
86 $line = substr($finding, 0, $split);
87 $message = substr($finding, ($split + 1));

12345678910>>...42