/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
H A D | Vlv.php | 193 return ($this->control !== null) ? $this->control->getOffset() : null; 215 $pos = $control === null ? null : $control->getOffset(); 223 return $control->getOffset(); 239 if ((((int) $control->getOffset() + $this->after) >= (int) $control->getCount())) { 243 return $control->getOffset() === $control->getCount(); 257 if ($this->before !== 0 && ((int) $control->getOffset() - $this->before) <= 1) { 261 return $control->getOffset() === 1;
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/ |
H A D | Tokenizer.php | 116 $bufferOffset = $this->streamReader->getOffset(); 153 $matches = \strspn($buffer, "\x20\x0A\x0C\x0D\x09\x00", $this->streamReader->getOffset()); 157 } while ($this->streamReader->getOffset() >= $this->streamReader->getBufferLength());
|
/plugin/virtualkeyboard/vk/extensions/dom/ |
H A D | autosuggest.js | 183 var xy = DOM.getOffset(target); 253 var tsp = DOM.getOffset(target)['y']-DOM.getBodyScrollTop() 255 ,bsp = ht - (DOM.getOffset(target)['y'] + target.offsetHeight-DOM.getBodyScrollTop()) 257 ,ttop = DOM.getOffset(target)['y'] 268 ct.parentNode.style.top = DOM.getOffset(target)['y'] + target.offsetHeight+'px'; 277 ct.parentNode.style.top = DOM.getOffset(target)['y'] + target.offsetHeight+'px';
|
/plugin/indexmenu2/cms/transitions/ |
H A D | windowborderschecker.js | 10 …getOffset:function(i){var I=[i.offsetLeft,i.offsetTop];if(i.offsetParent){var l=this.getOffset(i.o…
|
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/ |
H A D | XmlSchemaDateHandler.php | 121 if ($date->getTimezone()->getOffset($date) !== $this->defaultTimezone->getOffset($date)) {
|
/plugin/icalendar/ |
H A D | functions.php | 20 $offset = $origin_dtz->getOffset($origin_dt) - $remote_dtz->getOffset($remote_dt);
|
/plugin/calendoku/ |
H A D | helper.php | 127 $datesecs = strval($datesecs - intval($date->getOffset())); 132 $datesecs = strval($date->format('U')) + intval($date->getOffset()); 140 $datesecs = strval($datesecs - intval($date->getOffset())); 145 $datesecs = strval($date->format('U')) + intval($date->getOffset()); 151 $datesecs = strval($date->format('U')) + intval($date->getOffset());
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/ |
H A D | Cursor.php | 37 public function getOffset() function in Google\\Service\\PubsubLite\\Cursor
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/ |
H A D | VlvTrait.php | 47 public function getOffset(): ?int 46 public function getOffset(): ?int global() function
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ |
H A D | TimeZone.php | 55 public function getOffset() function in Google\\Service\\HangoutsChat\\TimeZone
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
H A D | TabStop.php | 53 public function getOffset() function in Google\\Service\\Docs\\TabStop
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/ |
H A D | Linear.php | 47 public function getOffset() function in Google\\Service\\Monitoring\\Linear
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/ |
H A D | LinearBuckets.php | 38 public function getOffset() function in Google\\Service\\Networkconnectivity\\LinearBuckets
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/ |
H A D | Linear.php | 47 public function getOffset() function in Google\\Service\\Logging\\Linear
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/ |
H A D | Pivot.php | 94 public function getOffset() function in Google\\Service\\AnalyticsData\\Pivot
|
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/ |
H A D | InvalidCharacterException.php | 64 public function getOffset(): int { function in PhpCss\\Exception\\InvalidCharacterException
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/ |
H A D | PdfHexString.php | 29 $bufferOffset = $streamReader->getOffset();
|
H A D | PdfStream.php | 46 $offset = $reader->getOffset(); 75 $v->stream = $reader->getPosition() + $reader->getOffset();
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/ |
H A D | LexerIndexedCustomAction.php | 57 public function getOffset() : int function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerIndexedCustomAction
|
/plugin/facebookwall/ |
H A D | syntax.php | 319 $offset = $origin_dtz->getOffset($origin_dt) - $remote_dtz->getOffset($remote_dt);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | PopupWindowProperties.php | 79 public function getOffset() function in Google\\Service\\Dfareporting\\PopupWindowProperties
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/ |
H A D | Query.php | 130 public function getOffset() function in Google\\Service\\Datastore\\Query
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/ |
H A D | StructuredQuery.php | 96 public function getOffset() function in Google\\Service\\Firestore\\StructuredQuery
|
/plugin/sphinxsearch-was/ |
H A D | action.php | 214 if ($start + $search->getOffset() < $totalFound) { 215 $next = $start + $search->getOffset();
|
/plugin/sphinxsearch/ |
H A D | action.php | 262 if($start + $search->getOffset()< $totalFound){ 263 $next = $start + $search->getOffset();
|