Home
last modified time | relevance | path

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

12345

/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1sep","dirname","hasRoot","matchedSlash","basename","ext","extname","startDot","startPart","preDotS…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/dokukiwix/
H A DINSTALL11 function wl($id='',$more='',$abs=false,$sep='&'){
14 if (defined("dokukiwix_plugin")) return dokukiwix_wl($id, $more, $abs, $sep);
17 function ml($id='',$more='',$direct=true,$sep='&'){
20 if (defined("dokukiwix_plugin")) return dokukiwix_ml($id,$more,$direct, $sep);
H A Dcommon.php13 function dokukiwix_ml($id='',$more='',$direct=true,$sep='&'){ argument
47 function dokukiwix_wl($id='',$more='',$abs=false,$sep='&'){ argument
/plugin/dokusioc/
H A Daction.php615 $sep = '&';
617 $sep = '&';
619 $attr = explode($sep, $query);
623 $parts[1] = implode($sep, $attr);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php67 $sep = -1;
86 $sep = -1;
102 $sep = $i;
107 if ($sep == -1) {
130 $tmp = rtrim(mb_substr($s, $j, $sep - $j, $this->mpdf->mb_enc));
150 $i = $sep + 1;
152 $sep = -1;
182 $sep = -1;
198 $sep = $i;
203 if ($sep
[all...]
H A DMpdf.php5933 $sep = -1;
5978 $sep = -1;
5992 $sep = $i;
6002 if ($sep == -1) { // Only one word
6025 $tmp = rtrim(mb_substr($s, $j, $sep - $j, $this->mb_enc));
6030 $tmpOTLdata = $this->otl->sliceOTLdata($OTLdata, $j, $sep - $j);
6065 $i = $sep + 1;
6072 $sep = -1;
6111 $sep = -1;
6125 $sep
[all...]
/plugin/edittable/lib/
H A Dhandsontable.full.js12695 function formatNumber (value, format, roundingFunction, sep) {
12908 var p = sep ? abbr + sep : cultures[currentCulture].delimiters.decimal;
12953 ((abbr && !sep) ? abbr : '') +
/plugin/elasticsearch/
H A Dstyle.less15 li.sep {
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php33 global $sep;
123 $sep = $isWindows ? '\\' : '/'; variable
255 global $sep;
/plugin/fedauth/Auth/
H A DOpenID.php348 $sep = '?';
350 $sep = '&';
353 return $url . $sep . Auth_OpenID::httpBuildQuery($args);
/plugin/fedauth/Auth/Yadis/
H A DXRI.php129 $sep = '&';
131 $sep = '?';
134 return $url . $sep . Auth_OpenID::httpBuildQuery($args);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_filters_arguments.test7 {{ var|nl2br(sep) }}
8 {{ var|nl2br(sep|raw) }}
9 {{ var|nl2br(sep|escape) }}
12 return ['var' => "<Fabien>\nTwig", 'sep' => '<br />']
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php202 public function escape_and_nl2br($env, $value, $sep = '<br />') argument
204 return $this->nl2br(twig_escape_filter($env, $value, 'html'), $sep);
210 public function nl2br($value, $sep = '<br />') argument
214 return str_replace("\n", "$sep\n", $value);
/plugin/flowcharts/
H A Dmermaid.min.js24 …=s;u<i.length;u++)c.push("..");return(c=c.concat(a.slice(s))).join("/")},e.sep="/",e.delimiter=":"…
/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/groupmail/
H A Dsyntax.php253 $sep = '';
254 if (isset($data['subject'])) { $title .= '"'.$data['subject'].'"'; $sep=' '; }
256 if (isset($data['touser'])) { $title .= $sep.'to '. $data['touser']; $sep=', '; $and=True;}
257 if (isset($data['togroup'])) { $title .= $sep.($and? '': 'to '). $data['togroup']; $sep=', ';}
259 if (isset($data['ccuser'])) { $title .= $sep.'cc '. $data['ccuser']; $sep=', '; $and=True; }
260 … if (isset($data['ccgroup'])) { $title .= $sep.($and? '': 'cc '). $data['ccgroup']; $sep=', ';}
262 if (isset($data['bccuser'])) { $title .= 'bcc '. $data['bccuser']; $sep=', '; $and=True;}
263 … if (isset($data['bccgroup'])){ $title .= $sep.($and? '': 'bcc '). $data['bccgroup']; $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/indexmenu/scripts/
H A Dcontextmenu.js
H A Dcontextmenu.local.js.example
/plugin/interwikiformatting/
H A Dsyntax.php70 foreach ($word_separators as $index => $sep) { $text_replacements[$sep] = ' '; }
/plugin/issuelinks/classes/
H A DIssue.php107 $sep = $this->pmService->getProjectIssueSeparator($this->isMergeRequest);
108 return $this->projectId . $sep . $this->issueId;
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DCHANGES.txt369 # new feature: array1.add("sep", array2) adds a new column of values separated by sep, for example:

12345