From 1c208308a4890e95210bf8e05542294de6ab5ad0 Mon Sep 17 00:00:00 2001 From: leonardolara Date: Fri, 6 Dec 2024 10:36:31 -0300 Subject: [PATCH] initial translation in yaf/yaf_config_ini --- reference/yaf/yaf_config_ini/construct.xml | 73 ++++++++++++++++++ reference/yaf/yaf_config_ini/count.xml | 58 ++++++++++++++ reference/yaf/yaf_config_ini/current.xml | 58 ++++++++++++++ reference/yaf/yaf_config_ini/get.xml | 67 ++++++++++++++++ reference/yaf/yaf_config_ini/isset.xml | 67 ++++++++++++++++ reference/yaf/yaf_config_ini/key.xml | 58 ++++++++++++++ reference/yaf/yaf_config_ini/next.xml | 58 ++++++++++++++ reference/yaf/yaf_config_ini/offsetexists.xml | 67 ++++++++++++++++ reference/yaf/yaf_config_ini/offsetget.xml | 67 ++++++++++++++++ reference/yaf/yaf_config_ini/offsetset.xml | 76 +++++++++++++++++++ reference/yaf/yaf_config_ini/offsetunset.xml | 67 ++++++++++++++++ reference/yaf/yaf_config_ini/readonly.xml | 58 ++++++++++++++ reference/yaf/yaf_config_ini/rewind.xml | 58 ++++++++++++++ reference/yaf/yaf_config_ini/set.xml | 76 +++++++++++++++++++ reference/yaf/yaf_config_ini/toarray.xml | 55 ++++++++++++++ reference/yaf/yaf_config_ini/valid.xml | 58 ++++++++++++++ 16 files changed, 1021 insertions(+) create mode 100644 reference/yaf/yaf_config_ini/construct.xml create mode 100644 reference/yaf/yaf_config_ini/count.xml create mode 100644 reference/yaf/yaf_config_ini/current.xml create mode 100644 reference/yaf/yaf_config_ini/get.xml create mode 100644 reference/yaf/yaf_config_ini/isset.xml create mode 100644 reference/yaf/yaf_config_ini/key.xml create mode 100644 reference/yaf/yaf_config_ini/next.xml create mode 100644 reference/yaf/yaf_config_ini/offsetexists.xml create mode 100644 reference/yaf/yaf_config_ini/offsetget.xml create mode 100644 reference/yaf/yaf_config_ini/offsetset.xml create mode 100644 reference/yaf/yaf_config_ini/offsetunset.xml create mode 100644 reference/yaf/yaf_config_ini/readonly.xml create mode 100644 reference/yaf/yaf_config_ini/rewind.xml create mode 100644 reference/yaf/yaf_config_ini/set.xml create mode 100644 reference/yaf/yaf_config_ini/toarray.xml create mode 100644 reference/yaf/yaf_config_ini/valid.xml diff --git a/reference/yaf/yaf_config_ini/construct.xml b/reference/yaf/yaf_config_ini/construct.xml new file mode 100644 index 000000000..98104c33a --- /dev/null +++ b/reference/yaf/yaf_config_ini/construct.xml @@ -0,0 +1,73 @@ + + + + + + Yaf_Config_Ini::__construct + Construtor de Yaf_Config_Ini + + + + &reftitle.description; + + public Yaf_Config_Ini::__construct + stringconfig_file + stringsection + + + Constrói um objeto Yaf_Config_Ini. + + + + + &reftitle.parameters; + + + config_file + + + Caminho para um arquivo de configuração INI. + + + + + section + + + Seção do arquivo INI a ser analisada. + + + + + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/yaf/yaf_config_ini/count.xml b/reference/yaf/yaf_config_ini/count.xml new file mode 100644 index 000000000..63ebc13c7 --- /dev/null +++ b/reference/yaf/yaf_config_ini/count.xml @@ -0,0 +1,58 @@ + + + + + + Yaf_Config_Ini::count + Conta todos os elementos de Yaf_Config.ini + + + + &reftitle.description; + + public voidYaf_Config_Ini::count + + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/yaf/yaf_config_ini/current.xml b/reference/yaf/yaf_config_ini/current.xml new file mode 100644 index 000000000..9ead25992 --- /dev/null +++ b/reference/yaf/yaf_config_ini/current.xml @@ -0,0 +1,58 @@ + + + + + + Yaf_Config_Ini::current + Obtém o valor atual + + + + &reftitle.description; + + public voidYaf_Config_Ini::current + + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/yaf/yaf_config_ini/get.xml b/reference/yaf/yaf_config_ini/get.xml new file mode 100644 index 000000000..bf239da22 --- /dev/null +++ b/reference/yaf/yaf_config_ini/get.xml @@ -0,0 +1,67 @@ + + + + + + Yaf_Config_Ini::__get + Obtém um elemento + + + + &reftitle.description; + + public voidYaf_Config_Ini::__get + stringname + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + name + + + + + + + + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/yaf/yaf_config_ini/isset.xml b/reference/yaf/yaf_config_ini/isset.xml new file mode 100644 index 000000000..9fa2854e8 --- /dev/null +++ b/reference/yaf/yaf_config_ini/isset.xml @@ -0,0 +1,67 @@ + + + + + + Yaf_Config_Ini::__isset + Determina se uma chave existe + + + + &reftitle.description; + + public voidYaf_Config_Ini::__isset + stringname + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + name + + + + + + + + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/yaf/yaf_config_ini/key.xml b/reference/yaf/yaf_config_ini/key.xml new file mode 100644 index 000000000..be4a2eb73 --- /dev/null +++ b/reference/yaf/yaf_config_ini/key.xml @@ -0,0 +1,58 @@ + + + + + + Yaf_Config_Ini::key + Busca a chave do elemento atual + + + + &reftitle.description; + + public voidYaf_Config_Ini::key + + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/yaf/yaf_config_ini/next.xml b/reference/yaf/yaf_config_ini/next.xml new file mode 100644 index 000000000..af6864d0c --- /dev/null +++ b/reference/yaf/yaf_config_ini/next.xml @@ -0,0 +1,58 @@ + + + + + + Yaf_Config_Ini::next + Avança o ponteiro interno + + + + &reftitle.description; + + public voidYaf_Config_Ini::next + + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/yaf/yaf_config_ini/offsetexists.xml b/reference/yaf/yaf_config_ini/offsetexists.xml new file mode 100644 index 000000000..489cc2dca --- /dev/null +++ b/reference/yaf/yaf_config_ini/offsetexists.xml @@ -0,0 +1,67 @@ + + + + + + Yaf_Config_Ini::offsetExists + offsetExists + + + + &reftitle.description; + + public voidYaf_Config_Ini::offsetExists + stringname + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + name + + + + + + + + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/yaf/yaf_config_ini/offsetget.xml b/reference/yaf/yaf_config_ini/offsetget.xml new file mode 100644 index 000000000..03aaf24a7 --- /dev/null +++ b/reference/yaf/yaf_config_ini/offsetget.xml @@ -0,0 +1,67 @@ + + + + + + Yaf_Config_Ini::offsetGet + offsetGet + + + + &reftitle.description; + + public voidYaf_Config_Ini::offsetGet + stringname + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + name + + + + + + + + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/yaf/yaf_config_ini/offsetset.xml b/reference/yaf/yaf_config_ini/offsetset.xml new file mode 100644 index 000000000..8d5a5cf68 --- /dev/null +++ b/reference/yaf/yaf_config_ini/offsetset.xml @@ -0,0 +1,76 @@ + + + + + + Yaf_Config_Ini::offsetSet + offsetSet + + + + &reftitle.description; + + public voidYaf_Config_Ini::offsetSet + stringname + stringvalue + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + name + + + + + + + + value + + + + + + + + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/yaf/yaf_config_ini/offsetunset.xml b/reference/yaf/yaf_config_ini/offsetunset.xml new file mode 100644 index 000000000..f965b825e --- /dev/null +++ b/reference/yaf/yaf_config_ini/offsetunset.xml @@ -0,0 +1,67 @@ + + + + + + Yaf_Config_Ini::offsetUnset + offsetUnset + + + + &reftitle.description; + + public voidYaf_Config_Ini::offsetUnset + stringname + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + name + + + + + + + + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/yaf/yaf_config_ini/readonly.xml b/reference/yaf/yaf_config_ini/readonly.xml new file mode 100644 index 000000000..bb2a6434d --- /dev/null +++ b/reference/yaf/yaf_config_ini/readonly.xml @@ -0,0 +1,58 @@ + + + + + + Yaf_Config_Ini::readonly + readonly + + + + &reftitle.description; + + public voidYaf_Config_Ini::readonly + + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/yaf/yaf_config_ini/rewind.xml b/reference/yaf/yaf_config_ini/rewind.xml new file mode 100644 index 000000000..6621a2481 --- /dev/null +++ b/reference/yaf/yaf_config_ini/rewind.xml @@ -0,0 +1,58 @@ + + + + + + Yaf_Config_Ini::rewind + rewind + + + + &reftitle.description; + + public voidYaf_Config_Ini::rewind + + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/yaf/yaf_config_ini/set.xml b/reference/yaf/yaf_config_ini/set.xml new file mode 100644 index 000000000..f49b6a90e --- /dev/null +++ b/reference/yaf/yaf_config_ini/set.xml @@ -0,0 +1,76 @@ + + + + + + Yaf_Config_Ini::__set + __set + + + + &reftitle.description; + + public voidYaf_Config_Ini::__set + stringname + mixedvalue + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + name + + + + + + + + value + + + + + + + + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/yaf/yaf_config_ini/toarray.xml b/reference/yaf/yaf_config_ini/toarray.xml new file mode 100644 index 000000000..657561982 --- /dev/null +++ b/reference/yaf/yaf_config_ini/toarray.xml @@ -0,0 +1,55 @@ + + + + + + Yaf_Config_Ini::toArray + Retorna a configuração como um array PHP + + + + &reftitle.description; + + public arrayYaf_Config_Ini::toArray + + + + Retorna um array PHP a partir do Yaf_Config_Ini. + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/yaf/yaf_config_ini/valid.xml b/reference/yaf/yaf_config_ini/valid.xml new file mode 100644 index 000000000..1c727ed5d --- /dev/null +++ b/reference/yaf/yaf_config_ini/valid.xml @@ -0,0 +1,58 @@ + + + + + + Yaf_Config_Ini::valid + valid + + + + &reftitle.description; + + public voidYaf_Config_Ini::valid + + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + + + + + + + +