Home
last modified time | relevance | path

Searched refs:projection (Results 1 – 25 of 33) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoContentDetails.php53 public $projection; variable in Google\\Service\\YouTube\\VideoContentDetails
172 public function setProjection($projection) argument
174 $this->projection = $projection;
181 return $this->projection;
H A DLiveBroadcastContentDetails.php75 public $projection; variable in Google\\Service\\YouTube\\LiveBroadcastContentDetails
274 public function setProjection($projection) argument
276 $this->projection = $projection;
283 return $this->projection;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DQuery.php151 public function setProjection($projection) argument
153 $this->projection = $projection;
160 return $this->projection;
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59projection.getCode().split(":");var srid=projWords[projWords.length-1];var imageSize=this.getImage…
/plugin/strata/syntax/
H A Dselect.php82 // parse projection information in 'short syntax' if available
110 $projection = array();
111 foreach($result['fields'] as $f) $projection[] = $f['variable'];
112 $projection = array_unique($projection);
121 list($result['query'], $variables) = $this->helper->constructQuery($tree, $typemap, $projection);
/plugin/strata/helper/
H A Dtriples.php289 // Append two variables ?__p and ?__o to the projection
302 'subject'=>array('type'=>'variable','text'=>$query['projection'][0]),
308 // fix projection list
309 $query['projection'] = array(
310 $query['projection'][0],
317 'variable'=>$query['projection'][0],
332 return new strata_resource_iterator($result,$query['projection']);
473 * Generates a projection for the given triple pattern.
721 * Translate projection and ordering.
725 $vars = $query['projection'];
846 __construct($pdostatement, $projection) global() argument
919 __construct($relations, $projection) global() argument
996 __construct($pdostatement, $projection, $grouped) global() argument
[all...]
H A Dsyntax.php217 * @param projection array the variables to project
220 function constructQuery(&$root, &$typemap, $projection) { argument
226 'projection'=>$projection,
238 // extract additional projection groups
335 foreach($projection as $var) {
691 // extract the projection information in 'long syntax' if available
694 // parse 'long syntax' if we don't have projection information yet
712 * Parses a projection group in 'long syntax'.
740 * Parses a projection grou
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DStorage.php238 'projection' => [
282 'projection' => [
312 'projection' => [
365 'projection' => [
433 'projection' => [
931 'projection' => [
1017 'projection' => [
1090 'projection' => [
1132 'projection' => [
1187 'projection' => [
[all …]
H A DDirectory.php270 'projection' => [
304 'projection' => [
346 'projection' => [
365 'projection' => [
1030 'projection' => [
1056 'projection' => [
1883 'projection' => [
1928 'projection' => [
2031 'projection' => [
H A DBooks.php952 'projection' => [
1326 'projection' => [
1384 'projection' => [
H A DBigquery.php335 'projection' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php727 public $projection; variable in Google_Query
774 public function setProjection(/* array(Google_PropertyExpression) */ $projection) { argument
775 $this->assertIsArray($projection, 'Google_PropertyExpression', __METHOD__);
776 $this->projection = $projection;
779 return $this->projection;
/plugin/osm/
H A Dscript.js18 projection: new OpenLayers.Projection("EPSG:900913"),
/plugin/openlayersmapoverlays/
H A Dscript.js119 projection: new OpenLayers.Projection("EPSG:4326"),
/plugin/codeprettify/code-prettify/src/
H A Dprettify.css40 @media print, projection {
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/
H A Dscript.js104 projection: 'EPSG:3857'
319 coordinateFormat: ol.coordinate.createStringXY(4), projection: 'EPSG:4326',
671 // projection: new OpenLayers.Projection("EPSG:4326"),
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php594 $this->row['field2'] = 'isomorphic projection'; // type
/plugin/ol3/
H A Dscript.js8projection&&r.setProjection(n.projection),void 0!==n.trackingOptions&&r.setTrackingOptions(n.track…
/plugin/processing/
H A Dscript.js1210 projection,
6788 projection.print();
6819 proj.set(projection);
7034 proj.set(projection);
7410 proj.set(projection);
7526 proj.set(projection);
7564 proj.set(projection);
7600 proj.set(projection);
8602 proj.set(projection);
8730 proj.set(projection);
[all …]
/plugin/strata/
H A Dmanual.txt336 The query result blocks are: [[#sorting|sort]], [[#grouping|group]], [[#variable projection|fields]] and [[#Considering Fields|consider]].
377 Any variables not mentioned in the projection are left out of consideration for determining what the results are. This might create a problem where simple results from a complex query seem incomplete, in that case try [[#Considering fields]].
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js4projection=function(n){return arguments.length?(i=(e=n)?n.stream||re(n):m,t()):e},n.context=functi… function
5projection=function(t){return arguments.length?(r=t,n):r},n},ao.svg.diagonal.radial=function(){var…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1projection/fit.js","webpack://mermaid/./node_modules/d3-geo/src/projection/resample.js","webpack:/…
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1 …_ = [\n \"all\", \"aural\", \"braille\", \"handheld\", \"print\", \"projection\", \"screen\",\n…
H A Dstylus.min.js.map1 … mediaTypes_ = [\"all\",\"aural\",\"braille\",\"handheld\",\"print\",\"projection\",\"screen\",\"t…

12