Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Osiris/Functions/Documentation: Difference between revisions

From MoonGlasses Wiki
Import>Mirandnyan
mNo edit summary
 
m 1 revision imported
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== {{{name}}} ==
=== Synopsis ===
{{{synopsis|{{:Osiris/Functions/Documentation/usage|synopsis|exists={{{exists|true}}}|}}|}}}
=== Syntax ===
{{:Osiris/Functions/Definitions|get|{{:Osiris/Functions/Definitions|id|{{{name}}}}}|__fmt_syntax}}
{{:Osiris/Functions/Definitions|get|{{:Osiris/Functions/Definitions|id|{{{name}}}}}|__fmt_iotables}}
----
=== Examples ===
==== Example 1 - Title ====
{{code:auto|IF}}
{{code:auto|db|ExampleMath}}({{code:auto|->|Id}}, {{code:auto|"|add}}, {{code:auto|->|Current}}, {{code:auto|->|Add}})
{{code:auto|AND}}
{{code:auto|query|IntegerSum}}({{code:auto|<-|Current}}, {{code:auto|<-|Add}}, {{code:auto|->|New}})
{{code:auto|THEN}}
{{code:auto|NOT}} {{code:auto|db|Example}}({{code:auto|<-|Id}}, {{code:auto|"|add}}, {{code:auto|<-|Current}}, {{code:auto|<-|Add}});
{{code:auto|NOT}} {{code:auto|db|ExampleValues}}({{code:auto|<-|Id}}, {{code:auto|<-|Current}});
{{code:auto|db|ExampleValues}}({{code:auto|<-|Id}}, {{code:auto|<-|New}});
{{{example1|{{:Osiris/Functions/Documentation/usage|examples|exists={{{exists|true}}}|}}|}}}
{{#ifeq: {{{example1|}}}|||<br/>
----
<br/>}}<!--
-->{{{example2|}}}{{#ifeq: {{{example2|}}}|||<br/>
----
<br/>}}<!--
-->{{{example3|}}}{{#ifeq: {{{example3|}}}|||<br/>
----
<br/>}}<!--
-->{{{example4|}}}{{#ifeq: {{{example4|}}}|||<br/>
----
<br/>}}<!--
-->{{{example5|}}}
----
=== Related ===
{{{related|{{:Osiris/Functions/Documentation/usage|related|exists={{{exists|true}}}|}}|}}}
==== Groups ====
{{{groups|{{:Osiris/Functions/Documentation/usage|groups|exists={{{exists|true}}}|}}|}}}
==== Similar ====
{{{similar|{{:Osiris/Functions/Documentation/usage|similar|exists={{{exists|true}}}|}}|}}}
----
This is an Osiris engine function, see the [[Osiris/Functions]] Overview page for details.<!--
-->{{#ifeq: {{{exists|}}}|true|<!--
-->| {{{exists|}}} = <br/> This (sub)page is automatically generated and documentation of it is missing. For details on contributing see [[Osiris/Functions/Contributing]].<!--
-->}}
== {{{name}}} ==
== {{{name}}} ==



Latest revision as of 23:44, 16 January 2025

{{{name}}}

Synopsis

This function currently has no Synopsis, see Osiris/Functions/Contributing#Add_Synopsis.

Syntax


Examples

Example 1 - Title

IF
DB_ExampleMath(_Id, "add", _Current, _Add)
AND
IntegerSum(_Current, _Add, _New)
THEN
NOT DB_Example(_Id, "add", _Current, _Add);
NOT DB_ExampleValues(_Id, _Current);
DB_ExampleValues(_Id, _New);


This function currently has no Examples, see Osiris/Functions/Contributing#Adding_Examples.



Related

This function currently has no Related Functions, see Osiris/Functions/Contributing#Add_Related_Functions.

Groups

This function is currently not listed in any Group, see Osiris/Functions/Contributing#Add_To_Group.

Similar

This function currently has no linked similar functions, see Osiris/Functions/Contributing#Link_Similar_Functions.



This is an Osiris engine function, see the Osiris/Functions Overview page for details.=
This (sub)page is automatically generated and documentation of it is missing. For details on contributing see Osiris/Functions/Contributing.

{{{name}}}

Synopsis

This function currently has no Synopsis, see Osiris/Functions/Contributing#Add_Synopsis.

Syntax


Examples

Example 1 - Title

IF
DB_ExampleMath(_Id, "add", _Current, _Add)
AND
IntegerSum(_Current, _Add, _New)
THEN
NOT DB_Example(_Id, "add", _Current, _Add);
NOT DB_ExampleValues(_Id, _Current);
DB_ExampleValues(_Id, _New);


This function currently has no Examples, see Osiris/Functions/Contributing#Adding_Examples.



Related

This function currently has no Related Functions, see Osiris/Functions/Contributing#Add_Related_Functions.

Groups

This function is currently not listed in any Group, see Osiris/Functions/Contributing#Add_To_Group.

Similar

This function currently has no linked similar functions, see Osiris/Functions/Contributing#Link_Similar_Functions.



This is an Osiris engine function, see the Osiris/Functions Overview page for details.=
This (sub)page is automatically generated and documentation of it is missing. For details on contributing see Osiris/Functions/Contributing.

MediaWiki Appliance - Powered by TurnKey Linux