Home
last modified time | relevance | path

Searched refs:end (Results 51 – 75 of 1305) sorted by path

12345678910>>...53

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Range.php25 public $end; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2Range
34 public function setEnd($end) argument
36 $this->end = $end;
43 return $this->end;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1SequentialSegment.php25 public $end; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1SequentialSegment
34 public function setEnd($end) argument
36 $this->end = $end;
43 return $this->end;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DKeyRangeDataDiskAssignment.php29 public $end; variable in Google\\Service\\Dataflow\\KeyRangeDataDiskAssignment
52 public function setEnd($end) argument
54 $this->end = $end;
61 return $this->end;
H A DKeyRangeLocation.php37 public $end; variable in Google\\Service\\Dataflow\\KeyRangeLocation
88 public function setEnd($end) argument
90 $this->end = $end;
97 return $this->end;
H A DPosition.php31 public $end; variable in Google\\Service\\Dataflow\\Position
76 public function setEnd($end) argument
78 $this->end = $end;
85 return $this->end;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DHistogramRule.php22 public $end; variable in Google\\Service\\Sheets\\HistogramRule
26 public function setEnd($end) argument
28 $this->end = $end;
32 return $this->end;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DRegionPostalCodeAreaPostalCodeRange.php29 public $end; variable in Google\\Service\\ShoppingContent\\RegionPostalCodeAreaPostalCodeRange
48 public function setEnd($end) argument
50 $this->end = $end;
57 return $this->end;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DVideoProperties.php29 public $end; variable in Google\\Service\\Slides\\VideoProperties
58 public function setEnd($end) argument
60 $this->end = $end;
67 return $this->end;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DDoubleRange.php22 public $end; variable in Google\\Service\\TrafficDirectorService\\DoubleRange
25 public function setEnd($end) argument
27 $this->end = $end;
31 return $this->end;
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php77 $end = strpos($string, "}");
78 if ($end === false) {
81 $string = $this->replace($string, $start, $end, $parameters);
85 private function replace($string, $start, $end, $parameters) argument
88 $data = substr($string, $start + 1, $end - $start - 1);
147 return substr($string, 0, $start) . $data . substr($string, $end + 1);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md325 * Exceptions thrown in the `end` event are now correctly wrapped with Guzzle
368 error and end events event though the response is unusable. This has been
750 * Added an `$options` argument to the end of the following methods of `Guzzle\Http\ClientInterface`:
752 * Added an `$options` argument to the end of `Guzzle\Http\Message\Request\RequestFactoryInterface::…
1212 …lons in a response start-line (e.g. HTTP/1.1 503 Service Unavailable: Back-end server is at capaci…
H A DUPGRADING.md724 - Added an `$options` argument to the end of the following methods of `Guzzle\Http\ClientInterface`:
726 - Added an `$options` argument to the end of `Guzzle\Http\Message\Request\RequestFactoryInterface::…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriResolver.php177 $lastSegment = end($segments);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md398 * Added $ignoreEmptyContextAndExtra to LineFormatter to avoid empty [] at the end
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFingersCrossedHandler.php124 $this->getHandler(end($this->buffer) ?: null)->handleBatch($this->buffer);
196 $this->getHandler(end($this->buffer))->handleBatch($this->buffer);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php372 $lastKey = end($keys);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP32.php92 while (end($vals) === 0) {
H A DPHP64.php96 while (end($vals) === 0) {
/plugin/authmantis/
H A DREADME.md57 This plugin is based on the Authentication back-end written by Victor Boctor,
H A Dplugin.info.txt6 desc Enables single sign-on to DokuWiki using MantisBT as authentication back-end
/plugin/authphpbb3/
H A Dauth.php591 $host = strtolower(end(explode('\\', $this->_phpbb_conf['dbms'])));
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php59 $end = $start + $limit;
60 $this->db->query("DELETE FROM ".UC_DBTABLEPRE."feeds WHERE feedid>'$start' AND feedid<'$end'");
84 function _delete($start, $end) { argument
85 $this->db->query("DELETE FROM ".UC_DBTABLEPRE."feeds WHERE feedid>='$start' AND feedid<='$end'");
/plugin/authwordpress/
H A DREADME.md54 On the back-end side, the plugin supports WordPress releases 4.x to 6.x.
/plugin/behave/
H A Dbehave.js189 set: function (start, end) {
190 if(!end){
191 end = start;
199 range.moveEnd('character', end);
207 end = 0, variable
216 end = textAreaElement.selectionEnd;
232 start = end = len;
238 end = len;
241 end += normalizedValue.slice(0, end).split(newLine).length - 1;
247 return start==end ? false : {
[all …]
/plugin/bez/
H A Dstyle.css88 /*end causes*/

12345678910>>...53