Home
last modified time | relevance | path

Searched refs:subject (Results 726 – 750 of 853) sorted by path

1...<<21222324252627282930>>...35

/plugin/stellarium/
H A DLICENSE.md59 …nse from the original licensor to copy, distribute or modify the Program subject to these terms an…
/plugin/stlviewer/
H A DLICENSE10 furnished to do so, subject to the following conditions:
/plugin/stlviewer/stlviewer/
H A DLICENSE10 furnished to do so, subject to the following conditions:
/plugin/strata/helper/
H A Dsyntax.php508 list(, $subject, $predicate, $type, $object) = $match;
510 $subject = utf8_trim($subject);
511 if($subject[0] == '?') {
512 $subject = $this->variable($subject);
513 $scope[] = $subject['text'];
514 $this->updateTypemap($typemap, $subject['text'], 'ref');
517 $subject = $p->reflit($subject)
[all...]
H A Dtriples.php119 function removeTriples($subject=null, $predicate=null, $object=null, $graph=null) { argument
122 foreach(array('subject','predicate','object','graph') as $param) {
149 function fetchTriples($subject=null, $predicate=null, $object=null, $graph=null) { argument
154 foreach(array('subject','predicate','object','graph') as $param) {
176 $sql = "SELECT subject, predicate, object, graph FROM ".self::$readable." WHERE ". implode(" AND ", $filters).$scopeRestriction;
199 * @param subject string
205 function addTriple($subject, $predicate, $object, $graph) {
206 return $this->addTriples(array(array('subject'=>$subject, 'predicate'=>$predicate, 'object'=>$object)), $graph);
211 * @param triples array contains all triples as arrays with subject, predicat
187 addTriple($subject, $predicate, $object, $graph) global() argument
[all...]
/plugin/strata/
H A Dmanual.txt71 **Patterns**: You can use variables and literals to describe what data you want to match. The patterns should be written down in lines, with each line formatted like ''subject field: value''.
73 For example, ''?p is a: person'' will match any subject that has field ''is a'' and value ''person'' to variable ''?p''.
77 Literals can be written down verbatim, except for subject literals. These should be enclosed in ''%%[[%%'' and ''%%]]%%''. For example ''%%[[persons:jane_doe]] Address: ?a%%'' to get the address associated with Jane Doe.
227 subject predicate: object
243 subject ?predicate [type::hint]: ?object [type::hint]
245 [[#Types]] can only be added to variables. A variable in the subject position will always be typed as [[#types|ref]]. Literals can't be typed, but will be interpreted according to the variables they are used with.
250 * variables in the subject position are always of type [[#type|ref]] (and the ref type will stick)
/plugin/strata/sql/
H A Dsetup-mysql.sql2 subject TEXT NOT NULL, field
8 -- index for subject-primary retrieval (index prefixes: s, sp)
9 CREATE INDEX idx_spo ON data(subject(32), predicate(32), object(32)); -- Prefix length is arbitrary
12 CREATE INDEX idx_pso ON data(predicate(32), subject(32), object(32)); -- Prefix length is arbitrary
H A Dsetup-pgsql.sql2 subject TEXT NOT NULL, field
8 -- index for subject-primary retrieval (index prefixes: s, sp)
9 CREATE INDEX idx_spo ON data(lower(subject), lower(predicate), lower(object));
12 CREATE INDEX idx_pso ON data(lower(predicate), lower(subject), lower(object));
H A Dsetup-sqlite.sql2 subject TEXT NOT NULL COLLATE NOCASE, field
8 -- index for subject-primary retrieval (index prefixes: s, sp)
9 CREATE INDEX idx_spo ON data(subject, predicate, object);
12 CREATE INDEX idx_pso ON data(predicate, subject, object);
/plugin/strata/syntax/
H A Dentry.php352 $subject = $ID.'#'.$data['entry'];
354 // resolve the subject to normalize everything
355 resolve_pageid(getNS($ID),$subject,$exists);
400 $triples[] = array('subject'=>$subject, 'predicate'=>$property, 'object'=>$triple['value']);
/plugin/struct/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to
/plugin/structacl/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to
/plugin/structat/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to
/plugin/structautolink/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to
/plugin/structcombolookup/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to
/plugin/structcondstyle/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to
/plugin/structgroup/
H A DLICENSE10 furnished to do so, subject to the following conditions:
/plugin/structgroupby/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to
/plugin/structinputstretch/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to
/plugin/structjoin/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to
/plugin/structnotification/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to
/plugin/structprogress/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to
/plugin/structpublish/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to
/plugin/structpublish/helper/
H A Dnotify.php74 $subject = $this->getLang('email_subject');
75 $mailer->subject($subject);
/plugin/structtasks/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to

1...<<21222324252627282930>>...35