Home
last modified time | relevance | path

Searched refs:getOffset (Results 1 – 25 of 89) 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/
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/
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/
Dwindowborderschecker.js10getOffset:function(i){var I=[i.offsetLeft,i.offsetTop];if(i.offsetParent){var l=this.getOffset(i.o…
/plugin/calendoku/
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/icalendar/
Dfunctions.php20 $offset = $origin_dtz->getOffset($origin_dt) - $remote_dtz->getOffset($remote_dt);
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
DXmlSchemaDateHandler.php121 if ($date->getTimezone()->getOffset($date) !== $this->defaultTimezone->getOffset($date)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/
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 function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
DTimeZone.php55 public function getOffset() function in Google\\Service\\HangoutsChat\\TimeZone
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DTabStop.php53 public function getOffset() function in Google\\Service\\Docs\\TabStop
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
DLinear.php47 public function getOffset() function in Google\\Service\\Monitoring\\Linear
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
DLinear.php47 public function getOffset() function in Google\\Service\\Logging\\Linear
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
DLinearBuckets.php38 public function getOffset() function in Google\\Service\\Networkconnectivity\\LinearBuckets
/plugin/scrape/vendor/symfony/css-selector/Parser/Handler/
DCommentHandler.php38 $offset = $reader->getOffset('*/');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
DPivot.php94 public function getOffset() function in Google\\Service\\AnalyticsData\\Pivot
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
DPdfHexString.php29 $bufferOffset = $streamReader->getOffset();
DPdfStream.php46 $offset = $reader->getOffset();
75 $v->stream = $reader->getPosition() + $reader->getOffset();
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DInvalidCharacterException.php64 public function getOffset(): int { function in PhpCss\\Exception\\InvalidCharacterException
/plugin/facebookwall/
Dsyntax.php319 $offset = $origin_dtz->getOffset($origin_dt) - $remote_dtz->getOffset($remote_dt);
/plugin/scrape/vendor/symfony/css-selector/Parser/
DReader.php56 public function getOffset(string $string) function in Symfony\\Component\\CssSelector\\Parser\\Reader
/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/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DPopupWindowProperties.php79 public function getOffset() function in Google\\Service\\Dfareporting\\PopupWindowProperties
/plugin/sphinxsearch-was/
H A Daction.php214 if ($start + $search->getOffset() < $totalFound) {
215 $next = $start + $search->getOffset();
/plugin/sphinxsearch/
Daction.php262 if($start + $search->getOffset()< $totalFound){
263 $next = $start + $search->getOffset();

1234