/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(); 132 $triples =& plugin_load('helper', 'strata_triples'); 142 $triples->addTriple($id, $util->getTitleKey(), $title, $id); 153 $triples =& plugin_load('helper', 'strata_triples'); 156 $triples->removeTriples(null,null,null,$id);
|
/plugin/strata/syntax/ |
H A D | entry.php | 20 $this->triples =& plugin_load('helper', 'strata_triples'); 291 …$this->util->renderValue($mode, $R, $this->triples, $triple['value'], $triple['type'], $type, $tri… 308 $this->util->renderPredicate($mode, $R, $this->triples, $key); 317 …$this->util->renderValue($mode, $R, $this->triples, $triple['value'], $triple['type'], $triple['hi… 348 $triples = array(); 389 $this->util->renderPredicate($mode, $R, $this->triples, $property); 394 $type->render($mode, $R, $this->triples, $triple['value'], $triple['hint']); 397 … $triples[] = array('subject'=>$subject, 'predicate'=>$property, 'object'=>$triple['value']); 404 $this->triples->addTriples($triples, $ID);
|
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'… 122 …$this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$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']… 112 …$this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$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 | 193 * @param triples array contains all triples as arrays with subject, predicate and object keys 197 function addTriples($triples, $graph) { argument 205 foreach($triples as $t) { 340 function __construct($triples) { argument 341 $this->_triples = $triples;
|
H A D | syntax.php | 500 $triples = array(); 564 …$triples[] = array('type'=>'triple','subject'=>$subject, 'predicate'=>$predicate, 'object'=>$objec… 681 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
|