Home
last modified time | relevance | path

Searched refs:subject (Results 301 – 325 of 853) sorted by last modified time

1...<<11121314151617181920>>...35

/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DLICENSE8 so, subject to the following conditions:
/plugin/quickstats/GEOIP/vendor/composer/
H A DLICENSE9 to do so, subject to the following conditions:
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE450 propagate that work, subject to this License. You are not responsible
/plugin/commentsyntax/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to
/plugin/bloglinks/
H A DCOPYING194 original licensor to copy, distribute or modify the Program subject to
/plugin/strata/helper/
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...]
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...]
/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/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/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/metadisplay/helper/
H A Dhtml.php240 $subject = $this->getcurrent($header,'subject');
241 … $this->process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject);
319 function process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject) { argument
340 if(!empty($subject)) {
341 $list = create_list(array_keys($subject));
H A Dplaintext.php239 $subject = $this->getcurrent($header,'subject');
240 … $this->process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject);
317 function process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject) { argument
338 if(!empty($subject)) {
339 $list = create_list(array_keys($subject));
/plugin/preregister/
H A Daction.php295 $subject =$this->getLang('subject_confirm');
299 $mail->subject($subject);
/plugin/linkscollection/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to
/plugin/minical/
H A DCOPYING191 original licensor to copy, distribute or modify the Program subject to
/plugin/appendtoquery/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to
/plugin/wrapadd/
H A DLICENSE10 furnished to do so, subject to the following conditions:
/plugin/iptrust2/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to
/plugin/diagramsnet/
H A DLICENSE191 original licensor to copy, distribute or modify the Program subject to
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js347 cell.value.setAttribute('title', shortString(ticket.subject, 40));
348 cell.value.setAttribute('subject', ticket.subject);
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js1 …[e.EventType.end]);var d=c;return c.drag=function(){if(!a)var a=b.drag().subject(e.Layout.dragOrig…
/plugin/diagramsnet/lib/stencils/
H A DLICENSE7 …Adapted Material means material subject to Copyright and Similar Rights that is derived from or ba…
13 …Licensed Rights means the rights granted to You subject to the terms and conditions of this Public…
40 Your exercise of the Licensed Rights is expressly made subject to the following conditions.
/plugin/diagramsnet/lib/templates/
H A DLICENSE7 …Adapted Material means material subject to Copyright and Similar Rights that is derived from or ba…
13 …Licensed Rights means the rights granted to You subject to the terms and conditions of this Public…
40 Your exercise of the Licensed Rights is expressly made subject to the following conditions.

1...<<11121314151617181920>>...35