Home
last modified time | relevance | path

Searched refs:graph (Results 176 – 191 of 191) sorted by path

12345678

/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md1 # FreeDSx LDAP ![](https://github.com/FreeDSx/LDAP/workflows/Analysis/badge.svg) ![](https://github.com/FreeDSx/LDAP/workflows/Build/badge.svg) [![codecov](https://codecov.io/gh/FreeDSx/LDAP/branch/master/graph/badge.svg)](https://codecov.io/gh/FreeDSx/LDAP)
/plugin/pureldap/vendor/freedsx/sasl/
H A DREADME.md1 # FreeDSx SASL ![](https://github.com/FreeDSx/SASL/workflows/Analysis/badge.svg) ![](https://github.com/FreeDSx/SASL/workflows/Build/badge.svg) [![codecov](https://codecov.io/gh/FreeDSx/SASL/branch/master/graph/badge.svg)](https://codecov.io/gh/FreeDSx/SASL)
/plugin/pureldap/vendor/freedsx/socket/
H A DREADME.md1 # FreeDSx Socket ![](https://github.com/FreeDSx/Socket/workflows/Analysis/badge.svg) ![](https://github.com/FreeDSx/Socket/workflows/Build/badge.svg) [![codecov](https://codecov.io/gh/FreeDSx/Socket/branch/master/graph/badge.svg)](https://codecov.io/gh/FreeDSx/Socket)
/plugin/rrdgraph/
H A DREADME.md4 RRD graph generation plugin for DokuWiki.
H A Dplugin.info.txt5 name RRD graph generator
/plugin/seqdia/
H A Dplugin.info.txt6 desc Create graph UML diagrams using web service websequencediagrams.com.
/plugin/statdisplay/
H A Dgraph.php14 $graph = plugin_load('helper', 'statdisplay_graph'); variable
15 $graph->sendgraph(
H A Dsyntax.php47 $graph = true;
50 $graph = false;
58 'graph' => $graph,
69 $graph = $data['graph'];
74 if (!$graph) {
/plugin/statistics/
H A Dstyle.css24 #plugin__statistics img.graph {
/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) {
161 $scopeRestriction = ($this->getConf('scoped')? ' AND graph like "'.getNS($ID).'%"':"" );
167 { $scopeRestriction = "and graph not like '%:%'"; }
170 { $scopeRestriction = "and graph like".$NS.":%"; }
176 $sql = "SELECT subject, predicate, object, graph FROM ".self::$readable." WHERE ". implode(" AND ", $filters).$scopeRestriction;
202 * @param graph string
205 function addTriple($subject, $predicate, $object, $graph) {
187 addTriple($subject, $predicate, $object, $graph) global() argument
197 addTriples($triples, $graph) global() argument
[all...]
/plugin/strata/sql/
H A Dsetup-mysql.sql5 graph TEXT NOT NULL field
H A Dsetup-pgsql.sql5 graph TEXT NOT NULL field
H A Dsetup-sqlite.sql5 graph TEXT NOT NULL COLLATE NOCASE field
/plugin/visrep/
H A Dplugin.info.txt6 desc Create graph images from visrep language
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt60 [[data:type:graph:|Graph]]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css290 .oi[data-glyph=graph]:before { content:'\e070'; }

12345678