Home
last modified time | relevance | path

Searched refs:sep (Results 51 – 75 of 105) sorted by relevance

12345

/plugin/combo/ComboStrap/
H A DSite.php411 * @param string $sep - the separator - generally ("-") but not always
416 public static function getLocale(string $sep = "-"): string argument
425 $locale = strtolower($lang) . $sep . strtoupper($country);
H A DWikiPath.php1053 $sep = self::NAMESPACE_SEPARATOR_DOUBLE_POINT;
1054 $path = "$sep$path$sep";
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php2247 $sep=-1;
2267 $sep=-1;
2278 $sep=$i;
2286 if($sep==-1)
2307 $sep=-1;
2337 $sep=-1;
2349 $sep=-1;
2361 $sep=$i;
2366 if ($sep==-1) {
2383 $i=$sep+1;
[all …]
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js452 var sep = document.createElement('span');
453 sep.innerHTML = ' > ';
454 bcDiv.appendChild(sep);
/plugin/authucenter/lib/uc_client/
H A Dclient.php98 $s = $sep = '';
108 $s .= $sep.$s2;
110 $s .= "$sep$k=".urlencode(uc_stripslashes($v));
112 $sep = '&';
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php538 * @param string $sep seperator
543 function explode_ws($sep,$string) argument
555 if($string{$i} == $sep && !csstidy::escaped($string,$i))
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dnl.js1 …/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/…
H A Des-do.js1 …("_"),t=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/…
H A Des-us.js1 …("_"),t=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/…
H A Des.js1 …("_"),n=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/…
H A Dnl-be.js1 …/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/…
/plugin/issuelinks/classes/
H A DIssue.php107 $sep = $this->pmService->getProjectIssueSeparator($this->isMergeRequest);
108 return $this->projectId . $sep . $this->issueId;
/plugin/struct/meta/
H A DSearch.php
/plugin/database/
H A Ddatabase.php1533 $sep='';
1537 $buf.= $sep.$value;
1538 $sep=$environment->COLUMN_SEPARATOR;
1594 $sep='';
1597 $buf.= $sep.$value;
1598 $sep=$environment->COLUMN_SEPARATOR;
/plugin/clock/
H A Dstyle.css92 #clock_wrapper > div.text > #dw_clock_object.aradio span.sep {
/plugin/magento/
H A Dauth.php350 $sep = $this->getConf['sepchar'];
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc70 var sep = slash ? '/' : " ";
71 return this['font_size'] + sep + this['font'];
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc70 var sep = slash ? '/' : " ";
71 return this['font_size'] + sep + this['font'];
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt273 - "sep" (Sepia) [ex: &fltr[]=sep|<value>|<color>]
636 - brit;cont;ds;sat;gray;clr;sep;gam;neg;th;rcd;flip;edge;
/plugin/codemirror/dist/modes/
H A Djavascript.min.js.map1sep","proceed","maybetypeOrIn","mayberettype","isKW","afterType","typeprop","typearg","maybeReturn…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jar ... , byte[], boolean, byte) String sep int lineLength byte[] lineSeparator boolean useHex byte pad ...
/plugin/metaeditor/
H A Dstyle.css210 .vakata-context li > a .vakata-contextmenu-sep {
249 .vakata-context-rtl li > a .vakata-contextmenu-sep {
/plugin/pagestat/
H A Dscript.js640 var sep = seprator?seprator:",";
641 var t_list=txt.split(sep);
/plugin/schedule/
H A Dschedules.class.php307 function whereMigrate ($schedule, $sep) { argument
316 foreach (explode ($sep, $schedule->where) as $city) {

12345