Home
last modified time | relevance | path

Searched refs:sep (Results 76 – 100 of 105) sorted by path

12345

/plugin/lastpages/
H A Dsyntax.php142 $ret .= $sep.html_wikilink($key, $title);
143 $sep = ' '.$separator.' ';
/plugin/magento/
H A Dauth.php350 $sep = $this->getConf['sepchar'];
/plugin/metaeditor/
H A Djstree.js5506 sep = false,
5513 if(!sep && val.separator_before) {
5516 sep = false;
5535 sep = true;
H A Dstyle.css210 .vakata-context li > a .vakata-contextmenu-sep {
249 .vakata-context-rtl li > a .vakata-contextmenu-sep {
/plugin/nspages/printers/
H A DprinterOneLine.php17 $sep = '';
19 $this->renderer->cdata($sep);
21 $sep = ', ';
/plugin/openid/Auth/
H A DOpenID.php364 $sep = '?';
366 $sep = '&';
369 return $url . $sep . Auth_OpenID::httpBuildQuery($args);
/plugin/openid/Auth/Yadis/
H A DXRI.php129 $sep = '&';
131 $sep = '?';
134 return $url . $sep . Auth_OpenID::httpBuildQuery($args);
/plugin/owncloud/
H A Dhelper.php553 * @param string $sep URL parameter separator
557 function ml($id = '', $more = '', $direct = true, $sep = '&', $abs = false) { argument
573 $more = buildURLparams($more, $sep);
581 $more .= $more === '' ? '' : $sep;
586 $more = str_replace(',', $sep, $more);
602 $xlink .= $sep.$more;
603 $xlink .= $sep.'media='.rawurlencode($id);
605 $xlink .= $sep.'media='.rawurlencode($id);
636 $xlink .= $sep.'media='.$id;
/plugin/pagestat/
H A Dscript.js640 var sep = seprator?seprator:",";
641 var t_list=txt.split(sep);
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt936 - 'sep' (Sepia) [ex: &fltr[]=sep|<value>|<color>]
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/purplenumbers/
H A Drenderer.php242 $sep = $outside ? '' : '&nbsp;';
244 $pnlink = $sep.'<a href="#'.$this->_getID().'" class="pn" title="'.$this->getLang('sectionlink').'">'.$linkText.'</a>';
281 $sep = $onlyIcon ? '&nbsp;' : ' ';
283 return $sep.'<span class="pn '.$onlyIcon.'">'.
/plugin/revealjs/js/
H A Dreveal.js3479 var sep = format === 'h/v' ? '/' : '.';
3480 if( isVerticalSlide( slide ) ) value.push( sep, indices.v + 1 );
/plugin/schedule/
H A Dschedules.class.php307 function whereMigrate ($schedule, $sep) { argument
316 foreach (explode ($sep, $schedule->where) as $city) {
/plugin/schedule/syntax/
H A Dblock.php191 $sep = "";
193 $filters [$filterName] .= $sep.trim (trim ($dumy[$filterName][$i]), ',');
194 $sep = ',';
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/sequencediagram/bower_components/eve-raphael/
H A Deve.js184 eve.separator = function (sep) { argument
185 if (sep) {
186 sep = Str(sep).replace(/(?=[\.\^\]\[\-])/g, "\\");
187 sep = "[" + sep + "]";
188 separator = new RegExp(sep);
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js276 sep = fs.separator;
278 fs.write([cwd, 'coverage', 'coverage.json'].join(sep), JSON.stringify(coverage));
/plugin/siteexport/inc/
H A Dfunctions.php221 …public function wl($id='',$more='',$abs=false,$sep='&amp;', $IDexists=true, $overrideRewrite=false… argument
232 $intermediateMore .= $sep;
243 $intermediateMore .= $sep;
253 $more = str_replace(',', $sep, $more);
288 if ($more) $xlink .= $sep . $more;
/plugin/sphinxsearch-was/
H A Daction.php266 $sep = ':';
274 echo $sep;
/plugin/sphinxsearch/
H A Daction.php311 $sep=':';
319 echo $sep;
/plugin/sqlite/
H A Dhelper.php359 public function quote_and_join($vals, $sep = ',')
362 return implode($sep, $vals);
356 quote_and_join($vals, $sep = ',') global() argument
/plugin/struct/meta/
H A DAccessTable.php459 $sep = Search::CONCAT_SEPARATOR;
471 $val = explode($sep, $val);
498 $sep = Search::CONCAT_SEPARATOR;
522 $QB->addSelectStatement("GROUP_CONCAT_DISTINCT($sel, '$sep')", $outname);
H A DSearch.php

12345