Home
last modified time | relevance | path

Searched refs:lastPos (Results 1 – 25 of 31) sorted by relevance

12

/plugin/siteexport/syntax/
H A Dtoctools.php105 $lastPos = strrpos($renderer->doc, $lastDiv);
106 if ( $lastPos !== false ) {
108 $remaining = substr( $renderer->doc, $lastPos + strlen($lastDiv) );
113 $lastPos = strrpos($renderer->doc, $startHint);
114 $renderer->doc = substr($renderer->doc, 0, $lastPos);
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DMessageQueue.php131 $lastPos = (int)$message->getLastPosition();
132 $this->toConsume = \substr($this->toConsume, $lastPos);
/plugin/mdpage/vendor/composer/
H A DClassLoader.php378 while (false !== $lastPos = strrpos($subPath, '\\')) {
379 $subPath = substr($subPath, 0, $lastPos);
382 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
/plugin/findologicxmlexport/vendor/composer/
H A DClassLoader.php378 while (false !== $lastPos = strrpos($subPath, '\\')) {
379 $subPath = substr($subPath, 0, $lastPos);
382 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
/plugin/webdav/vendor/composer/
H A DClassLoader.php378 while (false !== $lastPos = strrpos($subPath, '\\')) {
379 $subPath = substr($subPath, 0, $lastPos);
382 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
/plugin/jplayer/vendor/composer/
H A DClassLoader.php378 while (false !== $lastPos = strrpos($subPath, '\\')) {
379 $subPath = substr($subPath, 0, $lastPos);
382 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
/plugin/quickstats/GEOIP/vendor/composer/
H A DClassLoader.php378 while (false !== $lastPos = strrpos($subPath, '\\')) {
379 $subPath = substr($subPath, 0, $lastPos);
382 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
/plugin/pureldap/vendor/composer/
H A DClassLoader.php500 while (false !== $lastPos = strrpos($subPath, '\\')) {
501 $subPath = substr($subPath, 0, $lastPos);
504 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
/plugin/commonmark/vendor/composer/
H A DClassLoader.php501 while (false !== $lastPos = strrpos($subPath, '\\')) {
502 $subPath = substr($subPath, 0, $lastPos);
505 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php410 while (false !== $lastPos = strrpos($subPath, '\\')) {
411 $subPath = substr($subPath, 0, $lastPos);
414 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
/plugin/elasticsearch/vendor/composer/
H A DClassLoader.php500 while (false !== $lastPos = strrpos($subPath, '\\')) {
501 $subPath = substr($subPath, 0, $lastPos);
504 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
/plugin/barcodes/vendor/composer/
H A DClassLoader.php505 while (false !== $lastPos = strrpos($subPath, '\\')) {
506 $subPath = substr($subPath, 0, $lastPos);
509 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
/plugin/oauth/vendor/composer/
H A DClassLoader.php501 while (false !== $lastPos = strrpos($subPath, '\\')) {
502 $subPath = substr($subPath, 0, $lastPos);
505 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
/plugin/upgrade/vendor/composer/
H A DClassLoader.php506 while (false !== $lastPos = strrpos($subPath, '\\')) {
507 $subPath = substr($subPath, 0, $lastPos);
510 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
/plugin/combo/vendor/composer/
H A DClassLoader.php412 while (false !== $lastPos = strrpos($subPath, '\\')) {
413 $subPath = substr($subPath, 0, $lastPos);
416 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
/plugin/dw2pdf/vendor/composer/
H A DClassLoader.php500 while (false !== $lastPos = strrpos($subPath, '\\')) {
501 $subPath = substr($subPath, 0, $lastPos);
504 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
/plugin/aichat/vendor/composer/
H A DClassLoader.php500 while (false !== $lastPos = strrpos($subPath, '\\')) {
501 $subPath = substr($subPath, 0, $lastPos);
504 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
/plugin/geophp/vendor/composer/
H A DClassLoader.php500 while (false !== $lastPos = strrpos($subPath, '\\')) {
501 $subPath = substr($subPath, 0, $lastPos);
504 $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php126 protected $lastPos;
169 $lastPos = $this->lastPos;
175 $this->lastPos = $lastPos;
297 return $this->lastPos;
304 $this->lastPos = null;
314 $this->lastPos = $this->pos;
87 protected $lastPos; global() variable in FreeDSx\\Asn1\\Encoder\\BerEncoder
/plugin/vbsso/vendor/composer/
H A DClassLoader.php378 while (false !== $lastPos = strrpos($subPath, '\\')) {
379 $subPath = substr($subPath, 0, $lastPos);
/plugin/icalevents/vendor/composer/
H A DClassLoader.php378 while (false !== $lastPos = strrpos($subPath, '\\')) {
379 $subPath = substr($subPath, 0, $lastPos);
/plugin/statdisplay/pchart/
H A DPieChart.php576 $lastPos = null;
595 if ($lastPos != null)
596 $this->canvas->drawLine($lastPos,
603 $lastPos = $currentPos;
/plugin/statistics/inc/pchart/
H A DPieChart.php611 $lastPos = null;
632 if($lastPos != null)
634 $lastPos,
642 $lastPos = $currentPos;
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1lastPos","replaceAll","newText","_value","savedCallback","detach","insertModeChangeRegister","last…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php2557 $lastPos = $GlyphPos[(count($GlyphPos) - 1)];
2610 $lastPos = $GlyphPos[(count($GlyphPos) - 1)] + $ic - 1;

12