Home
last modified time | relevance | path

Searched full:group_concat (Results 1 – 23 of 23) sorted by relevance

/plugin/data-au/_test/
H A Dsyntax_plugin_data_table.test.php116 'sql' => "SELECT \" \" || pages.page, group_concat(\" \" || T1.value,'
117 '), group_concat(\" \" || T2.value,'
118 '), group_concat(\" \" || T3.value,'
119 '), group_concat(\" \" || T4.value,'
/plugin/data/_test/
H A Dsyntax_plugin_data_table.test.php
/plugin/authjoomla/
H A Dauth.php97 SELECT GROUP_CONCAT(xp.`title` ORDER BY xp.`lft` SEPARATOR \'/\')
113 SELECT n.id AS `gid`, GROUP_CONCAT(p.`title` ORDER BY p.lft SEPARATOR \'/\') as `group`
/plugin/dataloop/syntax/
H A Droll.php203 sqlite_create_aggregate($this->dthlp->db,'group_concat',
299 $select[] = 'group_concat('.$tables[$col].".value,'\n')";
H A Dtextloop.php238 sqlite_create_aggregate($this->dthlp->db,'group_concat',
339 $select[] = 'group_concat('.$tables[$col].".value,'\n')";
H A Dloop.php285 sqlite_create_aggregate($this->dthlp->db,'group_concat',
415 $select[] = 'group_concat('.$tables[$col].".value,'\n')";
/plugin/tagging/
H A Dhelper.php395 GROUP_SORT(GROUP_CONCAT("tagger"), \', \') AS "taggers",
396 GROUP_SORT(GROUP_CONCAT(GET_NS("pid")), \', \') AS "ns",
397 GROUP_SORT(GROUP_CONCAT("pid"), \', \') AS "pids",
421 SELECT pid, GROUP_CONCAT(tag) AS tags
1012 GROUP_CONCAT(CLEANTAG("tag")) AS "tags"
/plugin/semanticdata/syntax/
H A Dtable.php354 …$select[] = sprintf('(GROUP_CONCAT(DISTINCT ?%s ; SEPARATOR=",") AS ?%ss)',$tables[$key],$tables[$…
376 …$select[] = "(GROUP_CONCAT(DISTINCT ?".$tables[$col]." ; SEPARATOR=\",\") AS ?".$tables[$col]."s)";
/plugin/structat/meta/
H A DSearchConfigAt.php128 $QB->addSelectStatement("GROUP_CONCAT($sel, '$sep')", $CN);
/plugin/codemirror/dist/modes/
H A Dsparql.min.js1 …"isuri","iri","uri","bnode","count","sum","min","max","avg","sample","group_concat","rand","abs","…
H A Dsparql.min.js.map1 …\", \"min\", \"max\", \"avg\", \"sample\",\n \"group_concat\", \"rand\", \"…
H A Dsql.min.js1 …und_rows full fulltext function general get global grant grants group group_concat handler hash he…
H A Dsql.min.js.map1 …und_rows full fulltext function general get global grant grants group group_concat handler hash he…
/plugin/data-graph/
H A Dsyntax.php153 …lue as k, sum(d.value) as s, count(d.value) as m, d.value as metrics, group_concat(page) as pages …
/plugin/datagraph/
H A Dsyntax.php153 …lue as k, sum(d.value) as s, count(d.value) as m, d.value as metrics, group_concat(page) as pages …
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D35.35.js1 …mWKB","GeometryFromWKB","GET_FORMAT","GET_LOCK","GLength","GREATEST","GROUP_CONCAT","GTID_SUBSET",…
H A D35.35.js.map1 … 'GET_LOCK',\n 'GLength',\n 'GREATEST',\n 'GROUP_CONCAT',\n 'GTI…
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dsql.min.js1 …cdate global global_name globally go goto grant grants greatest group group_concat group_id groupi…
/plugin/data-au/syntax/
H A Dtable.php601 … $select[] = "pages.page || '|' || group_concat(" . $tables[$key] . ".value,'\n')";
605 $select[] = 'group_concat(" " || ' . $tables[$key] . ".value,'\n')";
/plugin/data/syntax/
H A Dtable.php
/plugin/syntaxhighlightjs/static/lib/highlightjs/
H A Dhighlight.min.js10 …cdate global global_name globally go goto grant grants greatest group group_concat group_id groupi…
/plugin/revealjs/plugin/highlight/
H A Dhighlight.js2 …cdate global global_name globally go goto grant grants greatest group group_concat group_id groupi…
/plugin/dokuprism/prism/
H A Dprism.js162 Prism.languages.sparql=Prism.languages.extend("turtle",{boolean:/\b(?:false|true)\b/i,variable:{pattern:/[?$]\w+/,greedy:!0}}),Prism.languages.insertBefore("sparql","punctuation",{keyword:[/\b(?:A|ADD|ALL|AS|ASC|ASK|BNODE|BY|CLEAR|CONSTRUCT|COPY|CREATE|DATA|DEFAULT|DELETE|DESC|DESCRIBE|DISTINCT|DROP|EXISTS|FILTER|FROM|GROUP|HAVING|INSERT|INTO|LIMIT|LOAD|MINUS|MOVE|NAMED|NOT|NOW|OFFSET|OPTIONAL|ORDER|RAND|REDUCED|SELECT|SEPARATOR|SERVICE|SILENT|STRUUID|UNION|USING|UUID|VALUES|WHERE)\b/i,/\b(?:ABS|AVG|BIND|BOUND|CEIL|COALESCE|CONCAT|CONTAINS|COUNT|DATATYPE|DAY|ENCODE_FOR_URI|FLOOR|GROUP_CONCAT|HOURS|IF|IRI|isBLANK|isIRI|isLITERAL|isNUMERIC|isURI|LANG|LANGMATCHES|LCASE|MAX|MD5|MIN|MINUTES|MONTH|REGEX|REPLACE|ROUND|sameTerm|SAMPLE|SECONDS|SHA1|SHA256|SHA384|SHA512|STR|STRAFTER|STRBEFORE|STRDT|STRENDS|STRLANG|STRLEN|STRSTARTS|SUBSTR|SUM|TIMEZONE|TZ|UCASE|URI|YEAR)\b(?=\s*\()/i,/\b(?:BASE|GRAPH|PREFIX)\b/i]}),Prism.languages.rq=Prism.languages.sparql;