Home
last modified time | relevance | path

Searched refs:triples (Results 1 – 18 of 18) sorted by path

/plugin/codemirror/dist/modes/
H A Dclike.min.js1triples:'"'}}});function D(a){return function(b,c){var d=false,e,f=false;while(!b.eol()){if(!a&&!d…
H A Dclike.min.js.map1triples","tokenKotlinString","tripleString","skipTo","intendSwitch","stringTokenizer","tokenCeylon…
H A Dgroovy.min.js1 … return f.indented+(g?0:b.indentUnit)},electricChars:"{}",closeBrackets:{triples:"'\""},fold:"brac…
H A Dgroovy.min.js.map1triples","fold","blockCommentStart","blockCommentEnd","lineComment","defineMIME"],"mappings":"CAGA…
H A Dntriples.min.js.map1triples/\n***********************************************************/\n\n/*\n The following ex…
H A Dpython.min.js.map1triples","lineComment","fold","defineMIME","str","split","name"],"mappings":"CAGA,SAAUA,GACR,SAAWC…
/plugin/codemirror/dist/
H A Dscripts.min.js6 …irror)})(function(a){var b={pairs:"()[]{}''\"\"",closeBefore:")]}'\":;>",triples:"",explode:"[]{}"… property in AnonymousFunction3fb7904a1d300.b
H A Dscripts.min.js.map1triples","explode","closeBrackets","ensureBound","conf","handleBackspace","handleEnter","chars","h…
/plugin/strata/
H A Daction.php49 $triples =& plugin_load('helper', 'strata_triples');
50 $triples->beginPreview();
94 $triples =& plugin_load('helper', 'strata_triples');
95 $triples->endPreview();
104 // only remove triples if page is a new revision, or if it is removed
113 * remove triples previously generated by the page that is going to
132 $triples =& plugin_load('helper', 'strata_triples');
142 $triples->addTriple($id, $util->getTitleKey(), $title, $id);
152 // get triples helper
153 $triples
[all...]
/plugin/strata/helper/
H A Dsyntax.php353 // extract patterns and split them in triples and filters
370 // split patterns into triples and filters
484 * Transforms a list of patterns into a list of triples and a
489 * @return a list of triples, a list of filters and a list of in-scope variables
500 $triples = array();
568 $triples[] = array('type'=>'triple','subject'=>$subject, 'predicate'=>$predicate, 'object'=>$object);
685 return array($triples, $filters, $scope);
H A Dtriples.php13 * The triples helper is responsible for querying.
116 * Removes all triples matching the given triple pattern. One or more parameters
146 * Fetches all triples matching the given triple pattern. Onr or more of
210 * Adds multiple triples.
211 * @param triples array contains all triples as arrays with subject, predicate and object keys
213 * @return true if the triples were comitted, false otherwise
215 function addTriples($triples, $graph) {
223 foreach($triples as $t) {
293 // resource-centric view by fetching all triples relate
197 addTriples($triples, $graph) global() argument
340 __construct($triples) global() argument
[all...]
/plugin/strata/lib/
H A Dstrata_type.php23 * @param triples ref reference to the current triples helper
28 function render($mode, &$renderer, &$triples, $value, $hint) { argument
/plugin/strata/syntax/
H A Dentry.php20 $this->triples =& plugin_load('helper', 'strata_triples');
64 // process the classes into triples
119 // generate triples from the values
144 // process all triples
294 $this->util->renderValue($mode, $R, $this->triples, $triple['value'], $triple['type'], $type, $triple['hint']);
311 $this->util->renderPredicate($mode, $R, $this->triples, $key);
320 $this->util->renderValue($mode, $R, $this->triples, $triple['value'], $triple['type'], $triple['hint']);
351 $triples = array();
390 // process triples
392 $this->util->renderPredicate($mode, $R, $this->triples,
[all...]
H A Dlist.php41 $result = $this->triples->queryRelations($query);
99 $this->util->renderField($mode, $R, $this->triples, $values, $f['typeName'], $f['hint'], $f['type'], $f['variable']);
122 $this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']],$f['aggregateHint']), $f['typeName'], $f['hint'], $f['type'], $f['variable']);
H A Dselect.php18 $this->triples =& plugin_load('helper', 'strata_triples');
H A Dtable.php44 $result = $this->triples->queryRelations($query);
85 $this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']],$f['aggregateHint']), $f['typeName'], $f['hint'], $f['type'], $f['variable']);
112 $this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']],$f['aggregateHint']), $f['typeName'], $f['hint'], $f['type'], $f['variable']);
/plugin/strata/types/
H A Ddate.php13 function render($mode, &$R, &$triples, $value, $hint) { argument
H A Dlink.php13 function render($mode, &$renderer, &$triples, $value, $hint) { argument