Home
last modified time | relevance | path

Searched refs:getOffset (Results 1 – 25 of 83) sorted by relevance

1234

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php193 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 DTokenizer.php116 $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 Dautosuggest.js183 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 Dwindowborderschecker.js10getOffset: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 DXmlSchemaDateHandler.php121 if ($date->getTimezone()->getOffset($date) !== $this->defaultTimezone->getOffset($date)) {
/plugin/icalendar/
H A Dfunctions.php20 $offset = $origin_dtz->getOffset($origin_dt) - $remote_dtz->getOffset($remote_dt);
/plugin/calendoku/
H A Dhelper.php127 $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 DCursor.php37 public function getOffset() function in Google\\Service\\PubsubLite\\Cursor
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvTrait.php47 public function getOffset(): ?int
46 public function getOffset(): ?int global() function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DTimeZone.php55 public function getOffset() function in Google\\Service\\HangoutsChat\\TimeZone
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTabStop.php53 public function getOffset() function in Google\\Service\\Docs\\TabStop
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DLinear.php47 public function getOffset() function in Google\\Service\\Monitoring\\Linear
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DLinearBuckets.php38 public function getOffset() function in Google\\Service\\Networkconnectivity\\LinearBuckets
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLinear.php47 public function getOffset() function in Google\\Service\\Logging\\Linear
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DPivot.php94 public function getOffset() function in Google\\Service\\AnalyticsData\\Pivot
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DInvalidCharacterException.php64 public function getOffset(): int { function in PhpCss\\Exception\\InvalidCharacterException
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfHexString.php29 $bufferOffset = $streamReader->getOffset();
H A DPdfStream.php46 $offset = $reader->getOffset();
75 $v->stream = $reader->getPosition() + $reader->getOffset();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerIndexedCustomAction.php57 public function getOffset() : int function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerIndexedCustomAction
/plugin/facebookwall/
H A Dsyntax.php319 $offset = $origin_dtz->getOffset($origin_dt) - $remote_dtz->getOffset($remote_dt);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DPopupWindowProperties.php79 public function getOffset() function in Google\\Service\\Dfareporting\\PopupWindowProperties
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DQuery.php130 public function getOffset() function in Google\\Service\\Datastore\\Query
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DStructuredQuery.php96 public function getOffset() function in Google\\Service\\Firestore\\StructuredQuery
/plugin/sphinxsearch-was/
H A Daction.php214 if ($start + $search->getOffset() < $totalFound) {
215 $next = $start + $search->getOffset();
/plugin/sphinxsearch/
H A Daction.php262 if($start + $search->getOffset()< $totalFound){
263 $next = $start + $search->getOffset();

1234