Home
last modified time | relevance | path

Searched refs:sep (Results 26 – 50 of 105) sorted by relevance

12345

/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/subjectindex/syntax/
H A Dentry.php66 $sep = $this->getConf('subjectindex_display_sep');
67 $path = str_replace('/', $sep, $item['entry']);
/plugin/fedauth/Auth/
H A DOpenID.php348 $sep = '?';
350 $sep = '&';
353 return $url . $sep . Auth_OpenID::httpBuildQuery($args);
/plugin/openid/Auth/
H A DOpenID.php364 $sep = '?';
366 $sep = '&';
369 return $url . $sep . Auth_OpenID::httpBuildQuery($args);
/plugin/dokusioc/
H A Daction.php615 $sep = '&';
617 $sep = '&';
619 $attr = explode($sep, $query);
623 $parts[1] = implode($sep, $attr);
/plugin/interwikiformatting/
H A Dsyntax.php70 foreach ($word_separators as $index => $sep) { $text_replacements[$sep] = ' '; }
/plugin/schedule/syntax/
H A Dblock.php191 $sep = "";
193 $filters [$filterName] .= $sep.trim (trim ($dumy[$filterName][$i]), ',');
194 $sep = ',';
/plugin/lastpages/
H A Dsyntax.php142 $ret .= $sep.html_wikilink($key, $title);
143 $sep = ' '.$separator.' ';
/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);
/plugin/addressbook/
H A Dsyntax.php156 $sep = false;
160 if (isset($params['department'])) $sep = 'department';
165 $sep = false;
168 $renderer->doc .= $this->buildPrintList($pList,$sep);
751 $sep = '';
755 if ($sep != $r[$separator]) {
756 $sep = $r[$separator];
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php33 global $sep;
123 $sep = $isWindows ? '\\' : '/'; variable
255 global $sep;
/plugin/authhiorgserver/
H A Dauth.php266 $sep = "?";
268 $ret .= $sep . $par . "=" . $val;
269 $sep = "&";
/plugin/advanced/admin/
H A Dconfig.php523 * @param string $sep seperator to build the URL
527 public function tabURL($tab = '', $params = array(), $sep = '&', $absolute = false) argument
537 return wl($ID, array_merge($defaults, $params), $absolute, $sep);
/plugin/structat/meta/
H A DSearchConfigAt.php107 $sep = self::CONCAT_SEPARATOR;
128 $QB->addSelectStatement("GROUP_CONCAT($sel, '$sep')", $CN);
/plugin/elasticsearch/
H A Dstyle.less15 li.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/indexmenu/scripts/
H A Dcontextmenu.js
/plugin/combo/ComboStrap/
H A DMetadataFrontmatterStore.php482 $sep = "";
486 $sep = "\n";
494 $targetFrontMatterJsonString$sep$this->contentWithoutFrontMatter
H A DIconDownloader.php566 * @param string $sep
570 private static function explodeInTwoPartsByLastPosition(string $iconName, string $sep = "-"): array argument
572 $index = strrpos($iconName, $sep);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php33 global $sep;
73 $sep = $isWindows ? '\\' : '/'; variable
239 global $sep;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php33 global $sep;
73 $sep = $isWindows ? '\\' : '/'; variable
241 global $sep;
/plugin/siteexport/inc/
H A Dfunctions.php221 …public function wl($id='',$more='',$abs=false,$sep='&', $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/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckutil.py117 selfPath = selfPath.replace( '/', os.path.sep)

12345