Home
last modified time | relevance | path

Searched refs:rows (Results 51 – 75 of 343) sorted by path

12345678910>>...14

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta2DocumentPageMatrix.php33 public $rows; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentPageMatrix
70 public function setRows($rows) argument
72 $this->rows = $rows;
79 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReport.php46 public $rows; variable in Google\\Service\\Doubleclicksearch\\Report
143 public function setRows($rows) argument
145 $this->rows = $rows;
152 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Playdeveloperreporting/
H A DGooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetResponse.php47 public function setRows($rows) argument
49 $this->rows = $rows;
56 return $this->rows;
H A DGooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetResponse.php47 public function setRows($rows) argument
49 $this->rows = $rows;
56 return $this->rows;
H A DGooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetResponse.php47 public function setRows($rows) argument
49 $this->rows = $rows;
56 return $this->rows;
H A DGooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetResponse.php47 public function setRows($rows) argument
49 $this->rows = $rows;
56 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/
H A DSearchAnalyticsQueryResponse.php47 public function setRows($rows) argument
49 $this->rows = $rows;
56 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
H A DFirstDerivativeElevationGrid.php38 public function setRows($rows) argument
40 $this->rows = $rows;
47 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DAppendCellsRequest.php51 public function setRows($rows) argument
53 $this->rows = $rows;
60 return $this->rows;
H A DPivotTable.php119 public function setRows($rows) argument
121 $this->rows = $rows;
128 return $this->rows;
H A DUpdateCellsRequest.php65 public function setRows($rows) argument
67 $this->rows = $rows;
74 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DTable.php79 public function setRows($rows) argument
81 $this->rows = $rows;
88 return $this->rows;
H A DTransitTable.php51 public function setRows($rows) argument
53 $this->rows = $rows;
60 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DCreateTableRequest.php35 public $rows; variable in Google\\Service\\Slides\\CreateTableRequest
82 public function setRows($rows) argument
84 $this->rows = $rows;
91 return $this->rows;
H A DTable.php32 public $rows; variable in Google\\Service\\Slides\\Table
71 public function setRows($rows) argument
73 $this->rows = $rows;
80 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DMetricMatrix.php29 public function setRows($rows) argument
31 $this->rows = $rows;
38 return $this->rows;
H A DResultSet.php28 public $rows; variable in Google\\Service\\Spanner\\ResultSet
49 public function setRows($rows) argument
51 $this->rows = $rows;
58 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/
H A DSearchAnalyticsQueryResponse.php38 public function setRows($rows) argument
40 $this->rows = $rows;
47 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/
H A DQueryResponse.php34 public $rows; variable in Google\\Service\\YouTubeAnalytics\\QueryResponse
81 public function setRows($rows) argument
83 $this->rows = $rows;
90 return $this->rows;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php5177 * @param int $rows
5180 public function setWindowSize($columns = 80, $rows = 24) argument
5183 $this->windowRows = $rows;
/plugin/authyubikey/lib/
H A DYubico.php388 $rows = explode("\r\n", trim($str));
390 while (list($key, $val) = each($rows)) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode2D.php155 $rows = explode(',', $code);
159 $rows = explode('][', $code);
161 $this->barcode_array['num_rows'] = count($rows);
162 $this->barcode_array['num_cols'] = strlen($rows[0]);
164 foreach ($rows as $r) {
H A DPDF417.php591 $size = ($cols * $rows);
593 if (($rows < 3) OR ($rows > 90)) {
594 if ($rows < 3) {
595 $rows = 3;
596 } elseif ($rows > 90) {
597 $rows = 90;
600 $size = ($cols * $rows);
606 $rows = 32;
609 $rows = 58;
617 --$rows;
[all …]
/plugin/bez/tpl/
H A Dactivity.php2 <?php foreach ($tpl->get('timeline') as $date => $rows): ?>
12 <?php foreach ($rows as $row): ?>
/plugin/bible/bible_douayRheims/
H A D1_Esdras.txt139 …6:4. Three rows of unpolished stones, and so rows of new timber: and the charges shall be given ou…

12345678910>>...14