All public logs

From OnixOS

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

Logs
  • 09:57, 11 August 2024 Tedaryum talk contribs created page Helpers (Created page with "= XML Parser = The xmlp() function is used to parse the XML. It is extremely simple to use. Returns the result as a hash. <code>def result = (xmlp("test.xml")) output(result)</code> Output: <code>...xml content...</code> = URL Fetch/Extract = The urlfetch(<type (GET, POST)>, , ) and urlextract (, ) functions execute URL operations for data retrieval and destructor functions. urlfetch.ola: <code>def olang = (urlfetch("GET","<nowiki>http://o-lang.tk</nowiki>")) def...") Tag: Visual edit