/plugin/strata/ |
H A D | action.php | 49 $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/syntax/ |
H A D | entry.php | 21 $this->triples =& plugin_load('helper', 'strata_triples'); 65 // process the classes into triples 120 // generate triples from the values 145 // process all triples 297 $this->util->renderValue($mode, $R, $this->triples, $triple['value'], $triple['type'], $type, $triple['hint']); 314 $this->util->renderPredicate($mode, $R, $this->triples, $key); 323 $this->util->renderValue($mode, $R, $this->triples, $triple['value'], $triple['type'], $triple['hint']); 354 $triples = array(); 393 // process triples 395 $this->util->renderPredicate($mode, $R, $this->triples, [all...] |
H A D | list.php | 41 $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 D | table.php | 44 $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']);
|
H A D | select.php | 18 $this->triples =& plugin_load('helper', 'strata_triples');
|
/plugin/strata/lib/ |
H A D | strata_type.php | 23 * @param triples ref reference to the current triples helper 28 function render($mode, &$renderer, &$triples, $value, $hint) { argument
|
/plugin/strata/types/ |
H A D | date.php | 13 function render($mode, &$R, &$triples, $value, $hint) { argument
|
H A D | link.php | 13 function render($mode, &$renderer, &$triples, $value, $hint) { argument
|
/plugin/codemirror/dist/modes/ |
H A D | ntriples.min.js.map | 1 …triples/\n***********************************************************/\n\n/*\n The following ex…
|
H A D | clike.min.js | 1 …triples:'"'}}});function D(a){return function(b,c){var d=false,e,f=false;while(!b.eol()){if(!a&&!d…
|
H A D | groovy.min.js | 1 … return f.indented+(g?0:b.indentUnit)},electricChars:"{}",closeBrackets:{triples:"'\""},fold:"brac…
|
H A D | groovy.min.js.map | 1 …triples","fold","blockCommentStart","blockCommentEnd","lineComment","defineMIME"],"mappings":"CAGA…
|
H A D | python.min.js.map | 1 …triples","lineComment","fold","defineMIME","str","split","name"],"mappings":"CAGA,SAAUA,GACR,SAAWC…
|
H A D | clike.min.js.map | 1 …triples","tokenKotlinString","tripleString","skipTo","intendSwitch","stringTokenizer","tokenCeylon…
|
/plugin/strata/helper/ |
H A D | triples.php | 13 * 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...] |
H A D | syntax.php | 353 // 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);
|
/plugin/codemirror/dist/ |
H A D | scripts.min.js.map | 1 …triples","explode","closeBrackets","ensureBound","conf","handleBackspace","handleEnter","chars","h…
|
H A D | scripts.min.js | 6 …irror)})(function(a){var b={pairs:"()[]{}''\"\"",closeBefore:")]}'\":;>",triples:"",explode:"[]{}"… property in AnonymousFunction3fb7904a1d300.b
|