/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | CdnSettings.php | 39 public $resolution; variable in Google\\Service\\YouTube\\CdnSettings 100 public function setResolution($resolution) argument 102 $this->resolution = $resolution; 109 return $this->resolution;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | CollectionStatusItemLevelIssue.php | 49 public $resolution; variable in Google\\Service\\ShoppingContent\\CollectionStatusItemLevelIssue 142 public function setResolution($resolution) argument 144 $this->resolution = $resolution; 151 return $this->resolution;
|
H A D | AccountStatusItemLevelIssue.php | 49 public $resolution; variable in Google\\Service\\ShoppingContent\\AccountStatusItemLevelIssue 142 public function setResolution($resolution) argument 144 $this->resolution = $resolution; 151 return $this->resolution;
|
H A D | ProductStatusItemLevelIssue.php | 54 public $resolution; variable in Google\\Service\\ShoppingContent\\ProductStatusItemLevelIssue 161 public function setResolution($resolution) argument 163 $this->resolution = $resolution; 170 return $this->resolution;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/ |
H A D | Issue.php | 37 public $resolution; variable in Google\\Service\\ManufacturerCenter\\Issue 100 public function setResolution($resolution) argument 102 $this->resolution = $resolution; 109 return $this->resolution;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/ |
H A D | Image.php | 41 public function setResolution(NormalizedCoordinate $resolution) argument 43 $this->resolution = $resolution; 50 return $this->resolution;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | VideoFormat.php | 86 public function setResolution(Size $resolution) argument 88 $this->resolution = $resolution; 95 return $this->resolution;
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/ |
H A D | TicketListener.php | 135 $resolution = 'fixed'; 141 $resolution = ''; 174 $this->updateTicket($ticket, $newStatus, $message, $resolution); 191 * @param string $resolution 193 abstract protected function updateTicket($ticketId, $newStatus, $message, $resolution); argument
|
/plugin/bugzillaint/ |
H A D | script.js | 97 if ( bug.resolution ) a.addClass( 'bz-resolved' ); 199 if ( bug.resolution ) { 200 e.attr('title', 'status: ' + bug.status + ' / ' + bug.resolution ); 201 e.addClass('bz-label-' + master.attr( 'color_resolved_' + bug.resolution.toLowerCase() ) ); 202 e.append(bug.resolution); 285 if ( !bug.resolution && bug.severity ) { 297 if ( !bug.resolution && bug.priority ) { 311 if ( !bug.resolution && bug.deadline ) {
|
/plugin/farmer/ |
H A D | all.less | 11 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
|
/plugin/photogallery/lightGallery/js/ |
H A D | picturefill.min.js | 4 …resolution:g.parseDescriptor(h.descriptor,b)})}return d},g.dodgeSrcset=function(a){a.srcset&&(a[g.…
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | futures.asciidoc | 51 yet, the resolution blocks until those values become available (for example, 103 // access future's values, causing resolution if necessary 111 If you wish to force future resolution, but don't need the values immediately, 112 you can call `wait()` on the future to force resolution, too: 131 //wait() forces future resolution and will execute the underlying curl batch 161 resolution forces the batch to flush anyway:
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
H A D | attribute.rst | 25 The resolution algorithm is the same as the one used for the ``.``
|
/plugin/elasticsearch/vendor/react/promise/ |
H A D | README.md | 49 * [Resolution forwarding](#resolution-forwarding) 51 * [Mixed resolution and rejection forwarding](#mixed-resolution-and-rejection-forwarding) 90 A deferred represents an operation whose resolution is pending. It has separate 477 If `$promiseOrValue` is a value, it will be the resolution value of the 515 `$promisesOrValues` have resolved. The resolution value of the returned promise 516 will be an array containing the resolution values of each of the items in 535 `$promisesOrValues` resolves. The resolution value of the returned promise 536 will be the resolution value of the triggering item. 551 `$promisesOrValues` resolve. The resolution valu [all...] |
/plugin/openlayersmapoverlays/lib/ |
H A D | layers.js | 59 …resolution:null,ratio:2,resFactor:null,response:null,activate:function(){var activated=OpenLayers.…
|
/plugin/statistics/inc/ |
H A D | StatisticsGraph.class.php | 216 public function resolution() { function in StatisticsGraph 217 $result = $this->hlp->Query()->resolution($this->tlimit, 0, 100);
|
H A D | StatisticsQuery.class.php | 437 public function resolution($tlimit, $start = 0, $limit = 20) { function in StatisticsQuery 441 CONCAT(ROUND(screen_x/100)*100,'x',ROUND(screen_y/100)*100) as resolution 447 GROUP BY resolution 457 CONCAT(ROUND(view_x/100)*100,'x',ROUND(view_y/100)*100) as resolution 463 GROUP BY resolution
|
/plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
H A D | README.md | 4 chaining and resolution iteratively, allowing for "infinite" promise chaining 23 - Promise resolution and chaining is handled iteratively, allowing for 282 cancel function that when invoked cancels the action of computing a resolution 391 callback, promise resolution will occur recursively. 443 ## Promise resolution and chaining is handled iteratively 488 One side effect of being able to implement promise resolution and chaining 494 does allow consumers of the value to modify the resolution or rejection of the
|
/plugin/openlayersmap/ |
H A D | StaticMap.php | 233 // determine vertical resolution, this depends on the distance from the equator 237 Logger::debug("StaticMap::autoZoom: vertical resolution: $vy0, $vy1"); 245 // determine horizontal resolution 248 $resolution = max($resolutionHorizontal, $resolutionVertical) * $paddingFactor; 250 if ($resolution > 0) { 251 $zoom = log(360 / ($resolution * $this->tileSize), 2);
|
/plugin/s5/ui/pixel/ |
H A D | pretty.css | 4 Note that the 'body' font size may have to be changed if the resolution is
|
/plugin/s5/ui/flower/ |
H A D | pretty.css | 4 Note that the 'body' font size may have to be changed if the resolution is
|
/plugin/s5/ui/blue/ |
H A D | pretty.css | 4 Note that the 'body' font size may have to be changed if the resolution is
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|
/plugin/s5/ui/yatil/ |
H A D | pretty.css | 2 Note that the 'body' font size may have to be changed if the resolution is
|
/plugin/farmer/css/ |
H A D | chosen.less | 437 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
|