Home
last modified time | relevance | path

Searched refs:split (Results 101 – 125 of 1046) sorted by relevance

12345678910>>...42

/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dlb.js1split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),m…
H A Dsr-cyrl.js1split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),month…
H A Dsr.js1split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),month…
H A Dis.js1split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunn…
H A Dja.js1split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水…
H A Dsk.js1split("_"),o="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");return e.defineLocale("s…
H A Dsl.js1split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),mo…
H A Dcs.js1split("_"),s="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),o=[/^led/i,/^úno/i,/^bře…
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js166 urlspl = url.split('?');
172 found = str.split(/&/);
179 var ar = found[i].split(/=/);
184 var ar = found[i].split(/=/);
/plugin/watchcycle/
H A Dscript.js46 * Autocomplete split helper
51 return val.split(/,\s*/);
157 .split("&")
159 return item.split("=")[0] === param && (param = item.split("=")[1])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogEntry.php268 public function setSplit(LogSplit $split) argument
270 $this->split = $split;
277 return $this->split;
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js166 urlspl = url.split('?');
172 found = str.split(/&/);
179 var ar = found[i].split(/=/);
184 var ar = found[i].split(/=/);
/plugin/tagging/script/
H A Dsearch.js22 .split("&")
24 return item.split("=")[0] === param && (param = item.split("=")[1])
127 const parts = getQueryElement().val().split(' ');
/plugin/tagentry/
H A Dscript.js38 var split = tagstart+tagend;
41 oldtext = oldtext.substr(0,split)+ws+tagname+oldtext.substr(split);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckurlparams.js30 var aParams = document.location.search.substr(1).split('&') ;
33 var aParam = aParams[i].split('=') ;
/plugin/ryubin/ryubin/js/
H A DAC_RunActiveContent.js90 var descArray = flashDescription.split(" ");
91 var tempArrayMajor = descArray[2].split(".");
130 tempArray = versionStr.split(" "); // ["WIN", "2,0,0,11"]
132 versionArray = tempString.split(","); // ['2', '0', '0', '11']
134 versionArray = versionStr.split(".");
/plugin/qstat/
H A Dsyntax.php348 $split = preg_split("/\\\/", $str);
350 foreach ($split as $item) {
379 $split = preg_split("/\n/", $str);
380 $status = array_shift($split);
383 foreach ($split as $p) {
396 $split = preg_split("/\\\/", $status);
398 foreach ($split as $item) {
/plugin/fedauth/js/
H A Daoihelper.js14 var vars = query.split("&");
16 var pair = vars[i].split("=");
/plugin/indexmenu2/cms/
H A Dcms.js15split('/');return gluePath(_.themeRootPath?_.themeRootPath:gluePath(i.cmsRoot,'templates'),(e?_.th…
/plugin/codemirror/dist/modes/
H A Ddart.min.js1split(" ");var c="try catch finally do else for if switch while".split(" ");var d="true false null…
/plugin/simplechat/
H A Dscript.js55 var $msgs = data.split("\n");
58 var $msgname = $msgs[0].split("\t")[0];
59 var $msginfo = $msgs[0].split("\t")[1];
/plugin/twistienav/
H A Dhelper.php60 * @param (bool) $split return a simple level or more complex array
66 function get_idx_data($idx = null, $useexclusions = true, $split = false) { argument
123 if ($split) {
/plugin/twistienav4bootstrap3/
H A Dhelper.php60 * @param (bool) $split return a simple level or more complex array
66 function get_idx_data($idx = null, $useexclusions = true, $split = false) { argument
116 if ($split) {
/plugin/revisionat/
H A Dscript.js19 queryString.split('&').map(function (searchParamString) {
20 var searchParamArray = searchParamString.split('=');
/plugin/iphelper/
H A Dscript.js33 var iphelperaddressright = iphelperaddress.split("/")[1];
36 document.getElementById("iphelpersubnetcalcinput").value = iphelperaddress.split("/")[0];
55 var iphelperaddressright = iphelperaddress.split("/")[1];
59 document.getElementById("iphelpersubnetcalcinput").value = iphelperaddress.split("/")[0];
164 var tbytes = taddress.split(".");
231 var tabytes = taddress.split(".");
232 var tsbytes = document.forms.input.in_subnet.value.split(".");

12345678910>>...42