Related changes
Jump to navigation
Jump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
11 December 2025
| 14:46 | Ferreteria/v0.6/clade/IO/Aspect/Connx/Buffer/File/Reader diffhist +56 Woozle talk contribs | ||||
| N 14:41 | Ferreteria/v0.6/clade/IO/Aspect/Connx/Buffer/File/Reader/@fx/RemoveBytes diffhist +1,613 Woozle talk contribs (Created page with "{{page/fx}} ==Code== ''as of {{fmt/date|2025|12|11}}:'' {{fmt/php/block|1=# public function RemoveBytes() : string { $this->ErrorIfShut('read from'); // Is there room in the buffer for more? $nBuff = $this->AvailBuffByteCount(); // what's in the buffer #$this->AmHere("Bytes remaining: [$nBuff]"); $nRoom = self::MAX_BUFF_LEN - $nBuff; // room available #$this->AmHere("Bytes remaining: [$nBuff] / Space remaining: [...") | ||||
| N 14:36 | Ferreteria/v0.6/clade/IO/Aspect/Connx/Buffer/@fx/RemoveBytes diffhist +312 Woozle talk contribs (Created page with "{{page/fx}} ==Code== ''as of {{fmt/date|2025|12|11}}:'' {{fmt/php/block|1=# public function RemoveBytes() : string { $this->ErrorIfShut('read from'); $sOut = $this->sBuff; $nLen = strlen($sOut); $this->nSpent += $nLen; $this->sBuff = ''; return $sOut; } }}") | ||||
| 13:42 | Ferreteria/v0.6/fx diffhist +299 Woozle talk contribs | ||||
10 December 2025
| 03:13 | Template:Page/fx diffhist +286 Woozle talk contribs | ||||
| 02:49 | Ferreteria/v0.6/fx diffhist +135 Woozle talk contribs | ||||