Home
last modified time | relevance | path

Searched defs:offset (Results 26 – 50 of 293) sorted by relevance

12345678910>>...12

/plugin/combo/ComboStrap/
H A DArrayCaseInsensitive.php53 public function offsetSet($offset, $value): void argument
70 public function offsetExists($offset) argument
76 offsetUnset($offset) global() argument
87 offsetGet($offset) global() argument
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.autoclose.inc.php4 function autoclose_tag(&$sample_html, $offset, $tags, $nested, $close) {
34 function skip_to(&$html, $offset, $tag) {
45 function autoclose_tag_cleanup(&$sample_html, $offset, $tags_raw, $nested, $close) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DNode.php182 public function offsetExists($offset)
198 public function offsetGet($offset)
213 public function offsetSet($offset, $value)
233 public function offsetUnset($offset)
H A DElementList.php28 public function offsetSet($offset, $value)
40 public function offsetUnset($offset)
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DNode.php198 function offsetExists($offset) {
214 function offsetGet($offset) {
231 function offsetSet($offset, $value) {
252 function offsetUnset($offset) {
H A DElementList.php31 function offsetSet($offset, $value) {
46 function offsetUnset($offset) {
/plugin/gtime/gtlib/util/
H A DGTBase16.php45 public static function encode(array $bytes, $offset = null, $length = null) {
58 public static function encodeWithColons(array $bytes, $offset = null, $length = null) {
71 public static function encodeWithSpaces(array $bytes, $offset = null, $length = null) {
H A DGTBase32.php45 public static function encode(array $bytes, $offset = null, $length = null) {
58 public static function encodeWithDashes(array $bytes, $offset = null, $length = null) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/
H A DCursor.php25 public $offset; variable in Google\\Service\\PubsubLite\\Cursor
30 public function setOffset($offset)
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php71 public function decode($offset)
122 private function decodeByType($type, $offset, $size)
170 private function decodeArray($size, $offset)
236 private function decodeMap($size, $offset)
249 private function decodePointer($ctrlByte, $offset)
326 private function sizeFromCtrlByte($ctrlByte, $offset)
/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php294 public function offsetSet($offset, $value)
302 public function offsetExists($offset)
310 public function offsetUnset($offset)
318 public function offsetGet($offset)
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DInlineLoader.php53 protected $offset; variable in Mustache_Loader_InlineLoader
73 public function __construct($fileName, $offset)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DTimeZone.php29 public $offset; variable in Google\\Service\\HangoutsChat\\TimeZone
48 public function setOffset($offset)
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php284 public function offsetExists($offset): bool argument
298 public function offsetGet($offset): Result argument
317 offsetSet($offset, $value) global() argument
337 offsetUnset($offset) global() argument
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DCookie.php215 public function offsetExists($offset) argument
225 public function offsetGet($offset) argument
236 public function offsetSet($offset, $value) argument
250 offsetUnset($offset) global() argument
[all...]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DWavFile.java405 public int readFrames(int[] sampleBuffer, int offset, int numFramesToRead) in readFrames()
430 public int readFrames(int[][] sampleBuffer, int offset, int numFramesToRead) in readFrames()
454 public int writeFrames(int[] sampleBuffer, int offset, int numFramesToWrite) in writeFrames()
479 public int writeFrames(int[][] sampleBuffer, int offset, in writeFrames()
505 public int readFrames(long[] sampleBuffer, int offset, int numFramesToRead) in readFrames()
530 public int readFrames(long[][] sampleBuffer, int offset, int numFramesToRead) in readFrames()
554 public int writeFrames(long[] sampleBuffer, int offset, int numFramesToWrite) in writeFrames()
579 public int writeFrames(long[][] sampleBuffer, int offset, in writeFrames()
631 public int readFrames(double[][] sampleBuffer, int offset, in readFrames()
656 public int writeFrames(double[] sampleBuffer, int offset, in writeFrames()
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php258 public function offsetExists($offset)
265 public function offsetGet($offset)
274 public function offsetSet($offset, $value)
286 public function offsetUnset($offset)
/plugin/nspages/printers/
H A DprinterTree.php232 public function offsetSet($offset, $value) { argument
235 public function offsetExists($offset) { argument
238 public function offsetUnset($offset) { argument
241 public function offsetGet($offset) { argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DLinear.php26 public $offset; variable in Google\\Service\\Monitoring\\Linear
43 public function setOffset($offset)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DLinearBuckets.php23 public $offset; variable in Google\\Service\\Networkconnectivity\\LinearBuckets
34 public function setOffset($offset)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLinear.php26 public $offset; variable in Google\\Service\\Logging\\Linear
43 public function setOffset($offset)
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php363 $offset = 0,
614 protected function computeOffset($offset)
637 public function offsetGet($offset)
649 public function offsetSet($offset, $value)
671 public function offsetUnset($offset)
681 public function offsetExists($offset)
716 public function getByteAt($offset)
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php521 public function offsetExists($offset)
533 public function offsetGet($offset)
551 public function offsetSet($offset, $value)
561 public function offsetUnset($offset)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerIndexedCustomAction.php25 private $offset; variable in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerIndexedCustomAction
43 public function __construct(int $offset, LexerAction $action) argument
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DFencedCode.php

12345678910>>...12