All public logs

Jump to navigation Jump to search

Combined display of all available logs of Woozle Writes Code. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 22:36, 20 November 2025 Woozle talk contribs created page Ferreteria/v0.6/fx/Dadex (Created page with "{{page/fx}} ==About== * '''Definition''': <code>public function Dadex() : {{l/ver/clade|Sys\Data\Things\Array\aux|Index|DadexIface}}</code> ==Usage== {| class="wikitable sortable" ! clade || define || implement || call || notes {{!-!}} <code>{{l/ver/clade|Sys\Data\reqs\Codecked\aux|Connect}}</code> || yes || <code>{{fmt/php/inline|1=return $this->oDx ?? ($this->oDx = new DadexClass);}}</code> {{!-!}} <code>{{l/ver/clade|Sys\Data|Codec}}</code>...")
  • 22:11, 20 November 2025 Woozle talk contribs created page Futilities/v0.6/clade/App (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} <code>{{l/ver/clade|p=ferreteria|App\Routed|Cmd}}</code> {{!}} align=center {{!}} ⇒ <code>{{l/ver/clade/base|App}}</code> ⇒ {{!}} align=left {{!}} <code>{{l/ver/clade|App|WUIDL}}</code> |alia= {{!-!}} '''Base'''* [ca,i] {{!!}} <code>{{l/ver/clade/full|p=ferreteria|App\Routed|Cmd}}</code> {{!-!}} '''Globals''' [cs] {{!!}} <code>{{l/ver/clade/full|Config|Globals}}</code> {{!-!}} '''QStr'''* [c,i] {{!!}} <code>{{l...")
  • 22:06, 20 November 2025 Woozle talk contribs created page Futilities/v0.6/clade/App/@removed (Created page with "{{fmt/title|Removed Code}} =={{fmt/date|2025|11|20}}== Removed on {{fmt/date|2025|03|06}} and other times: {{fmt/php/block|1= # use RoutedTrait; // ++ STARTUP ++ // // -- STARTUP -- // // ++ OBJECTS ++ // // 2025-03-06 It looks like this could be replaced with HomeKiosk()... private $oOpts = NULL; protected function Kiosk() : iKiosk { return $this->oOpts ?? ($this->oOpts = $this->NewKiosk()); } abstract protected function NewKiosk() : iKios...")
  • 21:56, 20 November 2025 Woozle talk contribs created page Futilities/v0.6/clade/Actor (Created page with "{{fmt/title|Removed Clade: <code>Actor</code>}} =={{fmt/date|2025|01|19}}== This file (Actor.php) appears to be completely unused at this point; here is the entire remaining contents of the file (now deleted): {{fmt/php/block|1= <?php namespace Woozalia\Futil; * * HISTORY: 2024-10-15 created 2024-11-19 tentatively, this is unused: interface iActor { function Go(); } abstract class caActor implements iActor { } }} =={{fmt/date|2024|11|08}}== {{fmt/php/bl...")
  • 17:47, 20 November 2025 Woozle talk contribs created page Futilities/v0.6/clade/Sys/dba/InReq/@removed (Created page with "{{fmt/title|Removed Code}} =={{fmt/date|2025|10|09}}== Before commenting out stuff (which might have happened yesterday?): {{fmt/php/block|1=# protected function SaveAsEngConnName(string $s) { #$this->AmHere('OAUserInput is a '.get_class($this->OAUserInput())); #$this->OAUserInput()->SetIt(KioskEnum::VAL_CONN->value,$s); $this->OAUserInput()->QDbConnSlug()->SetIt($s); // 2025-10-08 Does this work? (Fix it, if not.) } }} =={{fmt/date|2025|0...")
  • 14:33, 19 November 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Events/InputRq/@fx/WithItemPiece (Created page with "{{page/fx}} ==About== * '''General''': {{l/ver/fx|{{SUBPAGENAME}}}} ==Code== ''as of {{fmt/date|2025|11|19}}:'' {{fmt/php/block|1=# protected function WithItemPiece(ItemIface $oItem, PieceIface $oPiece) : void { $this->Item($oItem); if ($oPiece->HasValue()) { $sVal = $oPiece->Value(); $this->ParseInputArgs($oPiece->GetExtras()); } else { // check for default (used if request is present but with no value):...")
  • 03:12, 19 November 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/App/@fx/GoCore (Created page with "{{page/fx}} ==About== * '''Purpose''': main execution sequence -- can either be wrapped in try{}catch{} syntax or called directly, depending on debugging needs * '''Calls''': ** <code>$this->{{l/ver/fx|ReadAppConfig}}(); </code>// read the app's configuration ** <code>$this->{{l/ver/fx|ShowAppConfig}}(); </code>// display the app's configuration (name, version...) ** <code>$this->{{l/ver/fx|ReadUserCommand}}(); </code>// decode/digest any user request (input) d...")
  • 00:50, 19 November 2025 Woozle talk contribs created page Futilities/v0.6/clade/Kiosk/WUIDL/@fx/ReadInput (Created page with "{{page/fx}} ==About== * '''Action''': match the input arguments up against the available (app) parameters, and turn them into an Action sequence * '''Defined by''' {{l/ver/fx|p=ferreteria|{{SUBPAGENAME}}|Ferreteria}} ==Code== ''as of {{fmt/date|2025|11|18}}:'' {{fmt/php/block|1=# public function ReadInput() { // + OBJECTS $oScrn = self::Screen(); $osDex = $this->QInDadex(); // object encapsulating the input command // - OBJECTS...")
  • 17:52, 18 November 2025 Woozle talk contribs created page Futilities/v0.6/fx/ReadInput (Created page with "{{page/fx}} ==About== * '''Definition''' is in {{l/ver/fx|p=ferreteria|{{SUBPAGENAME}}|Ferreteria}}. ==Usage== {| class="wikitable sortable" ! clade || define || implement || call || notes {{!-!}} <code>{{l/ver/clade/full|Kiosk|WUIDL}}</code> || || {{l/ver/clade/fx|Kiosk|WUIDL|{{SUBPAGENAME}}|page}} |}")
  • 17:49, 18 November 2025 Woozle talk contribs created page Ferreteria/v0.6/fx/ReadInput (Created page with "{{page/fx}} ==About== * '''Purpose''': read & interpret any user input (CLI or web) which came with the startup request * '''Definition''' in <code>{{l/ver/clade/full|Sys\Routing|Kiosk}}</code>: {{fmt/php/inline|public function ReadInput()}} ==Usage== {| class="wikitable sortable" ! clade || define || implement || call || notes {{!-!}} <code>{{l/ver/clade/full|Sys\Routing|Kiosk}}</code> || {{l/ver/clade/fx|Sys\Routing|Kiosk|ReadInput|page}} {{!-!}} <code>{{l/ver/clade/f...")
  • 16:30, 18 November 2025 Woozle talk contribs created page Futilities/ftm (Redirected page to Futilities/human/ftm) Tag: New redirect
  • 14:39, 18 November 2025 Woozle talk contribs created page Ferreteria/v0.6/fx/WithItemValue/@removed (Created page with "{{fmt/title|Removed Function}} ==About== * '''Action''': initializes a newly-created object with an <code>{{l/ver/clade|Sys\Events|InputItem}}</code> object and the string to be processed by it * '''Calls''': ** <code>{{l/ver/fx|Item}}()</code> - saves the InputItem object ** <code>{{l/ver/fx|ParseInputString}}()</code> - parses/handles the corresponding input string ==Code== ''as of {{fmt/date|2025|11|17}}:'' {{fmt/php/block|1=# protected function WithItemValue(Item...")
  • 01:42, 18 November 2025 Woozle talk contribs created page Ferreteria/v0.6/fx/WithItemPiece (Created page with "{{page/fx}} ==About== * '''Definition''' {{fmt/php/inline|1=protected function WithItemPiece(ItemIface $oItem, PieceIface $oPiece) : void}}")
  • 22:54, 17 November 2025 Woozle talk contribs created page Ferreteria/v0.6/fx/WithItemValue (Created page with "{{page/fx}} ==About== * '''Action''': initializes a newly-created object with an <code>{{l/ver/clade|Sys\Events|InputItem}}</code> object and the string to be processed by it * '''Calls''': ** <code>{{l/ver/fx|Item}}()</code> - saves the InputItem object ** <code>{{l/ver/fx|ParseInputString}}()</code> - parses/handles the corresponding input string ==Code== ''as of {{fmt/date|2025|11|17}}:'' {{fmt/php/block|1=# protected function WithItemValue(ItemIface $oItem, strin...")
  • 22:25, 17 November 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Events/InputRq/@removed (Created page with "{{fmt/title|Removed Code}} =={{fmt/date|2025|10|11}}== Commented out on {{fmt/date|2025|09|27}}: {{fmt/php/block|1=# /2025-09-27 nopenopenope... protected function OAUserInput() : InDataIface { $oa = InDataClass::GlobalData(); #echo $this->ReflectThis()->Report(); #echo $oa->ReflectThis()->Report(); #return $oa->QryIt('data'); // a bit klugey? We're only storing this one array... return $oa; } //: }} =={{fmt/da...")
  • 15:55, 17 November 2025 Woozle talk contribs created page Futilities/v0.6/clade/Sys/dba/InReq/DoImport/@fx/Describe (Created page with "{{fmt/title|<code>DoImport::Describe()</code>}} ==About== * '''General''': {{l/ver/fx|{{SUBPAGENAME}}}} * NOTE that this describes what is ''going to happen'', but doesn't attempt to do it (except for necessary state-changes). ** However, what is going to happen ''can'' depend on kept settings -- so those need to be checked IF the current reqlet has no value. *** Apparently this can be called ''before'' validating the user's input. * {{hashtag|TODO}} {{fmt/date|2025|02|...")
  • 15:44, 17 November 2025 Woozle talk contribs created page Futilities/v0.6/clade/Sys/dba/InReq/DoImport/@removed (Created page with "{{fmt/title|Removed Code}} =={{fmt/date|2025|07|20}}== Commented out {{fmt/date|2025|07|15}}: {{fmt/php/block|1=# // 2025-07-15 old version public function Describe() : string { $oScrn = self::Screen(); #echo $this->ReflectThis()->Report(); #echo $this->OAThisInput()->ReflectThis()->Report(); $oaData = $this->OAThisInput(); $osDbSlug = $oaData->QDbConnSlug(); $osScSlug = $oaData->QSchemaSlug(); #echo 'SLUG...")
  • 02:34, 17 November 2025 Woozle talk contribs created page Futilities/v0.6/clade/Kiosk/WUIDL/@removed (Created page with "{{fmt/title|Removed Code}} =={{fmt/date|2025|03|07}}== Outdated header from `ReadInput()`: {{fmt/php/block|1= /** * ACTION: match the input arguments up against the available (app) parameters, and turn them into an Action sequence * INSTAR: use cmdfmt as a template for interpreting the command arguments (I think this is a TODO) * SEQUENCE: * * SetupOptions() * * ParseInput() <- YOU ARE HERE <> * * HandleInput() -- use the action sequ...")
  • 01:19, 17 November 2025 Woozle talk contribs created page Futilities/v0.6/fx/DescribeActions (Created page with "{{page/fx}} ==About== * '''Defined in''' {{l/ver/fx/proj|Ferreteria}}. ==Usage== {| class="wikitable sortable" ! clade || define? || implement || call || notes {{!-!}} {{l/ver/clade/base|p=futilities|Kiosk}} || - || {{l/ver/clade/base|p=futilities|Kiosk/@fx/{{SUBPAGENAME}}|page}} || - || |}")
  • 22:53, 16 November 2025 Woozle talk contribs created page Futilities/v0.6/fx/Describe (Created page with "{{page/fx}} ==About== * '''Defined in''' {{l/ver/fx/proj|Ferreteria}}. ==Usage== {| class="wikitable sortable" ! clade || define? || implement || call || notes {{!-!}} {{l/ver/clade/full|p=futilities|Sys\dba\InReq|DoExport}} {{!-!}} {{l/ver/clade/full|p=futilities|Sys\dba\InReq|DoList}} {{!-!}} {{l/ver/clade/full|p=futilities|Sys\dba\InReq|DoSetup}} {{!-!}} {{l/ver/clade/full|p=futilities|Sys\dba\InReq|DoTest}} {{!-!}} {{l/ver/clade/full|p=futilities|Sys\ftm\InReq|Go}}...")
  • 19:49, 16 November 2025 Woozle talk contribs created page Futilities/v0.6/fx/ParseInputArgs (Created page with "{{page/fx}} ==Usage== {| class="wikitable sortable" ! clade || usage || called from || notes {{!-!}} {{l/ver/clade/full|p=futilities|Sys\dba|InReq}} || implement || {{!-!}} {{l/ver/clade/full|p=futilities|Sys\dba\InReq|DoExport}} || implement (re-stub) {{!-!}} {{l/ver/clade/full|p=futilities|Sys\dba\InReq|DoImport}} || implement (override) {{!-!}} {{l/ver/clade/full|p=futilities|Sys\dba\InReq\infmts|DbStuff}} || implement || |} Defined in {{l...")
  • 18:21, 16 November 2025 Woozle talk contribs created page Futilities/v0.6/fx/ParseInputString (Created page with "{{page/fx}} ==About== * '''Main Docs''' are in {{l/ver/fx|p=ferreteria|ParseInputString|Ferreteria}}. ==Usage== {| class="wikitable sortable" ! clade || function || usage || notes {{!-!}} {{l/ver/clade/full|p=futilities|Sys\dba\InReq|DoExport}} || || implement {{!-!}} {{l/ver/clade/full|p=futilities|Sys\dba\InReq|DoImport}} || || implement {{!-!}} {{l/ver/clade/full|p=futilities|Sys\dba\InReq|DoList}} || || implement {{!-!}} {{l/ver/clade/full|p=futil...")
  • 16:39, 16 November 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Events/InputRq/Setting/@fx/Describe (Created page with "{{fmt/title|<code>function Describe() : string</code>}} ==About== * '''General''': {{l/ver/fx|Describe}} * '''Note''': This could also be called "Simulate()", because it does any internal state-changes that are necessary in order to calculate what actions will be taken. It should parallel any internal stuff that <code>[[../Go/]]()</code> does.")
  • 16:28, 16 November 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Events/InputRq/Setting/@fx/Go (Created page with "{{fmt/title|function Go()}} ==About== * '''General''': <code>{{l/ver/fx|Go}}()</code> * '''Instar''': Set the Current Option Value from the Action Option Value ** This was done in <code>[[../ParseInput/]]()</code>, but needs to be repeated for proper sequencing. ==Notes== * Go() doesn't currently do anything here because: ** The default action for an Option Actor is to save the value for use at execution-time. ** If we get this far, then the value has already been saved...")
  • 16:08, 16 November 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Events/InputRq/Setting/@removed (Created page with "{{fmt/title|Removed Code}} =={{fmt/date|2025|08|31}}== Commented out at the start of the month: {{fmt/php/block|1= // 2025-08-01 never used anywhere: static function FromItemValue(ItemIface $oItem, string $sValue) : BaseIface; #function Input() : string; }} =={{fmt/date|2025|03|10}}== Commented out 2 days ago: {{fmt/php/block|1= // 2025-03-08 This is a confusion of concepts. Splitting into OAKeptInput and OAThisInput, with OAFinalInput combining the two....")
  • 02:21, 16 November 2025 Woozle talk contribs created page Futilities/v0.6/clade/Kiosk/@fx (Created page with "{{fmt/title|Functions}} * <code>/DescribeActions/()</code> * <code>/RenderCommonHelp/()</code>")
  • 02:02, 16 November 2025 Woozle talk contribs created page Futilities/v0.6/clade/Kiosk/@fx/RenderCommonHelp (Created page with "{{fmt/title|<code>RenderCommonHelp()</code>}} ==About== * '''General''': {{l/ver/fx|RenderCommonHelp}} ==History== * '''{{fmt/date|2024|07|08}}''' Made this public so Options object can call it when the CLI input isn't right. ** This feels like it needs further refinement, but this is a Just Get It Working. ==Code== ''as of {{fmt/date|2025|11|15}}'' {{fmt/php/block|1= public function RenderCommonHelp() : string { #echo $this->ReflectObject()->Report();...")
  • 01:59, 16 November 2025 Woozle talk contribs created page Futilities/v0.6/clade/Kiosk/@fx/DescribeActions (Created page with "{{fmt/title|<code>DescribeActions()</code>}} ==About== * '''General''': {{l/ver/fx|DescribeActions}} * '''Action''': describe the app and what it's planning to do (or would try to do but can't for some reason), based on the current command-line options. * '''Note''': Displaying help info, if there's nothing to do, is not the job of this method; it's done elsewhere. ==History== * '''{{fmt/date|2024|11|09}}''' Removed help display when no action requested -- it's redundant...")
  • 01:21, 16 November 2025 Woozle talk contribs created page Futilities/v0.6/clade/Kiosk/@removed (Created page with "{{fmt/title|Removed Code}} =={{fmt/date|2025|08|26}}== Commented out on {{fmt/date|2025|03|08}}: {{fmt/php/block|1= * * CEMENT: Kiosk\Root * ACTION: process the prepared input actions * This is called only after the input is deemed valid.: // 2025-03-08 Changing the dispatch methodology. protected function Respond() { $this->HandleInput(); $this->HandleErrors(); } }} =={{fmt/date|2024|12|16}}== Apparently this meth...")
  • 01:18, 16 November 2025 Woozle talk contribs created page Futilities/v0.6/clade/Kiosk/@thinking (Created page with "{{fmt/title|Thinking Through Changes}} =={{fmt/date|2024|12|19}}== {{fmt/php/block|1= private $oTerms = NULL; // RETURNS: an object encapsulating the *available* CLI options public function Terms() : TermsIface { return $this->oTerms ?? ($this->oTerms = $this->NewTerms()); } // 2024-12-16 old methodology public function Terms() : TermsIface { return $this->oTerms ?? ($this->oTerms = $this->BuildTerms()); } protected function BuildTerms() : TermsIf...")
  • 22:55, 15 November 2025 Woozle talk contribs created page Futilities/v0.6/clade/Kiosk/@history (Created page with "{{fmt/title|Revision History}} ===2024=== * {{fmt/date|2024|07|25}} GetAppOptions() replaced by OptsKnown() * for HasAppOption(), use AppOpts()->HasIt($sText) instead * {{fmt/date|2024|09|15}} reworking this as a wrapper around the incoming Request * {{fmt/date|2024|09|19}} ...and making it a Kiosk podling, which I hope is the right move. * {{fmt/date|2024|09|20}} ** renamed HasSearchArgs() -> HasCmdTerms() *** (in accordance with earlier note suggesting this) ***...")
  • 20:45, 15 November 2025 Woozle talk contribs created page Futilities/v0.6/clade/Sys/dba/InReq/infmts/DbStuff (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|p=ferreteria|Sys\Data\aux\has|DataFile}} {{!}} align=center {{!}} ⇒ {{l/ver/clade|Sys\dba\InReq\infmts|DbStuff}} ⇒ {{!}} align=left {{!}} ''(none)'' |alia= {{!-!}} '''DataFile'''* [i,t] {{!!}} {{l/ver/clade|p=ferreteria|Sys\Data\aux\has|DataFile}} {{!-!}} '''QObjClass'''* [c,i] {{!!}} {{l/ver/clade|p=ferreteria|Data\Mem\QVar|Obj}} {{!-!}} '''QStrClass'''* [c,i] {{!!}} {{l/ver/clade|p=ferrete...")
  • 20:38, 15 November 2025 Woozle talk contribs created page Futilities/v0.6/clade/Sys/dba/InReq/infmts (Created page with "{{page/nspace}}")
  • 14:55, 12 November 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/Things/Array/View/Grid (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\Data\Things\Array|View}} {{!}} align=center {{!}} ⇒ {{l/ver/clade|Sys\Data\Things\Array\View|Grid}} ⇒ {{!}} align=left {{!}} ''(TBD)'' |alia= {{!-!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\Data\Things\Array|View}} {{!-!}} '''DataIface''' {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\Data\Things\Array\types|Grid}} {{!-!}} '''InspectIface''' {{!!}} {{l/ver/clade/full|p=ferr...")
  • 14:33, 12 November 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/Things/Array/View (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|IO\O\View|Debug}} {{!}} align=center {{!}} ⇒ {{l/ver/clade|Sys\Data\Things\Array|View}} ⇒ {{!}} align=left {{!}} {{l/ver/clade|Sys\Data\Things\Array\View|Grid}}<br> {{l/ver/clade|Sys\Data\Things\Array\View|List}}<br> {{l/ver/clade|Sys\Data\Things\Array\View|Multi}}<br> {{l/ver/clade|Sys\Data\Things\Array\View|Row}} |alia= {{!-!}} '''ArrayIface''' {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\Data\T...")
  • 16:52, 11 November 2025 Woozle talk contribs moved page Ferreteria/v0.6/clade/Sys/Data/Engine/Ops to Ferreteria/v0.6/clade/Sys/Data/Engine/Oper (renamed)
  • 15:08, 9 November 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/aux/MetaPair (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Aux|StandardBase}} {{!}} align=center {{!}} ⇒ {{l/ver/clade|Sys\Data\aux|MetaPair}} ⇒ {{!}} align=left {{!}} ''(none)'' |alia= {{!-!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Aux|StandardBase}} {{!-!}} '''DataNode'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\Data\aux\metaPair|Data}} {{!-!}} '''InfoNode'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\Data\aux\metaPair|Info...")
  • 20:36, 5 November 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/FileSys (Created page with "{{page/nspace}} ==About== This namespace is for filesystem management clades, which currently consist of the /Aspect/ and /Node/ families.")
  • 18:03, 5 November 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/FileSys/Aspect/Ident/stringer/Chain/Nested/Named (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\FileSys\Aspect\Ident\stringer\Chain|Nested}} {{!}} align=center {{!}} ⇒ {{l/ver/clade|Sys\FileSys\Aspect\Ident\stringer\Chain\Nested|Named}} ⇒ {{!}} align=left {{!}} /Blank/<br> /Cap/<br> /FileList/ |alia= {{!-!}} '''Base'''* [ca,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\FileSys\Aspect\Ident\stringer\Chain|Nested}} {{!-!}} '''SelfIface''' {{!!}} {{l/ver/clade/full|p=ferret...")
  • 16:00, 5 November 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/FileSys/Aspect/Ident/stringer/Chain/Nested (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\FileSys\Aspect\Ident\stringer|Chain}} {{!}} align=center {{!}} ⇒ {{l/ver/clade|Sys\FileSys\Aspect\Ident\stringer\Chain|Nested}} ⇒ {{!}} align=left {{!}} {{l/ver/clade|Sys\FileSys\Aspect\Ident\stringer\Chain\Nested|Named}} }} ==About== * PURPOSE: mainly a place to pull the path-base stuff from Named without putting it in Piece ==History== * '''{{fmt/date|2023|12|13}}''' created * '''{{fmt/date|2...")
  • 15:31, 5 November 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/FileSys/Aspect/Ident/stringer/Chain (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Data\Mem\QVar|Str}} {{!}} align=center {{!}} ⇒ {{l/ver/clade|Sys\FileSys\Aspect\Ident\stringer|Chain}} ⇒ {{!}} align=left {{!}} /Nested/<br> /Root/ |alia= {{!-!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Data\Mem\QVar|Str}} {{!-!}} '''Cap'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\FileSys\Aspect\Ident\stringer\Chain\Nested\Named|Cap}} {{!-!}} '''File'''* [c,i] {...")
  • 15:02, 5 November 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/FileSys/Aspect/Ident/stringer/aux/QSpec (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Data\Mem\QVar|Str}} {{!}} align=center {{!}} ⇒ {{l/ver/clade|Sys\FileSys\Aspect\Ident\stringer\aux|QSpec}} ⇒ {{!}} align=left {{!}} ''(none)'' |alia= {{!-!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Data\Mem\QVar|Str}} {{!-!}} '''QObj'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Data\Mem\QVar|Obj}} {{!-!}} '''ChainIface''' {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\FileSys\Aspec...")
  • 14:53, 5 November 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/FileSys/Aspect/Ident/stringer/aux (Created page with "{{page/nspace}} ==About== This namespace contains helper-clades for the [[../Chain/]] filespec-string management clade. As of {{fmt/date|2025|11|05}}, that consists of /QSpec/ and /Status/.")
  • 14:50, 5 November 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/FileSys/Aspect/Ident/stringer (Created page with "{{page/nspace}} ==About== This namespace contains all the clades for handling filespecs. As of {{fmt/date|2025|11|05}}, it contains only the /aux/ subspace and the /Chain/ clade.")
  • 23:59, 2 November 2025 Woozle talk contribs moved page Futilities/v0.6/fx/IndexIt to Futilities/v0.6/fx/PairCheck (renamed for clarity)
  • 23:58, 2 November 2025 Woozle talk contribs moved page Futilities/v0.6/clade/Sys/dba/files/DataFolder/@fx/IndexIt to Futilities/v0.6/clade/Sys/dba/files/DataFolder/@fx/PairCheck (better name)
  • 16:16, 2 November 2025 Woozle talk contribs created page Template:L/sub/fx (Created page with "<includeonly>{{l/sub|pfx={{PAGENAME}}/@fx/{{{1}}}|{{{1}}}}}</includeonly><noinclude> ==Examples== {| class="wikitable sortable" ! call || result |- | <nowiki>{{l/sub/fx|FuncName}}</nowiki> || {{l/sub/fx|FuncName}} |} </noinclude>")
  • 15:56, 2 November 2025 Woozle talk contribs moved page Futilities/v0.6/Sys/dba/files/DataFolder/@fx/IndexIt to Futilities/v0.6/clade/Sys/dba/files/DataFolder/@fx/IndexIt without leaving a redirect (improper naming)
  • 15:10, 2 November 2025 Woozle talk contribs created page Futilities/v0.6/Sys/dba/files/DataFolder/@fx/IndexIt (Created page with "==Status== * '''{{fmt/date|2025|01|27}}''' {{hashtag|TODO}}: use data-migration enum as basis for orphaned-file-extension list (in the <code>QryIt('sql')</code> section) ** (...that is, data files which don't have an associated .json index file) ==Code== ''as of {{fmt/date|2025|11|02}}'' {{fmt/php/block|1= public function IndexIt() : StatusIface { $oStat = new StatusClass; $this->AmHere('Indexing the folder'); if ($this->Ident()->Exists()) {...")
  • 14:19, 2 November 2025 Woozle talk contribs created page Template:L/ver/clade/fx (Created page with "{{l/ver/clade|p={{{p|{{ROOTPAGENAME}}}}}|{{{1}}}/@fx/{{{2|{{SUBPAGENAME}}}}}}}")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)