Home
last modified time | relevance | path

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

12345

/plugin/structat/meta/
H A DSearchConfigAt.php107 $sep = self::CONCAT_SEPARATOR;
128 $QB->addSelectStatement("GROUP_CONCAT($sel, '$sep')", $CN);
/plugin/subjectindex/syntax/
H A Dentry.php66 $sep = $this->getConf('subjectindex_display_sep');
67 $path = str_replace('/', $sep, $item['entry']);
/plugin/tindexmenu/
H A Dedit-full.js134 function indexmenu_insertTags(lnk,sep) { argument
136 if (sep) {
137 r=new RegExp (sep,"g");
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckutil.py117 selfPath = selfPath.replace( '/', os.path.sep)
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3489 if(lower.match(/jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec/)) {
8431 var sep = [
8482 return [header, sep, meta, sep, sheet_to_eth_data(ws), end].join("\n");
8572 var sep = "";
8577 if(str.slice(0,4) == "sep=") {
8580 sep = str.charAt(4); str = str.slice(7);
8584 sep = str.charAt(4); str = str.slice(6);
8586 else sep = guess_sep(str.slice(0,1024));
8588 else if(o && o.FS) sep = o.FS;
8589 else sep = guess_sep(str.slice(0,1024));
[all …]

12345