fix to example title

This commit is contained in:
Leonardo Lara Rodrigues
2025-02-22 16:56:39 -03:00
parent 1fa3a52ca3
commit 16ee0e274d
136 changed files with 137 additions and 137 deletions

View File

@@ -855,7 +855,7 @@ Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies
<para>
Exibir nomes de arquivos de configuração e diretórios verificados.
<example>
<title><literal>--ini</literal> exemplo</title>
<title>Exemplo de <literal>--ini</literal></title>
<programlisting role="shell">
<![CDATA[
$ php --ini

View File

@@ -56,7 +56,7 @@
&reftitle.examples;
<para>
<example>
<title><function>array_replace</function> exemplo</title>
<title>Exemplo de <function>array_replace</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -25,7 +25,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example xml:id="domcharacterdata.replacewith.example.basic">
<title><methodname>DOMCharacterData::replaceWith</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMCharacterData::replaceWith</methodname></title>
<para>
Substitui os dados de caracteres por novos nós.
</para>

View File

@@ -25,7 +25,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example xml:id="domdocument.append.example.basic">
<title><methodname>DOMDocument::append</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMDocument::append</methodname></title>
<para>
Adiciona nós após a raiz do documento.
</para>

View File

@@ -62,7 +62,7 @@
&reftitle.examples;
<para>
<example>
<title><function>DOMDocument::importNode</function> exemplo</title>
<title>Exemplo de <function>DOMDocument::importNode</function></title>
<para>
Copiando nós entre documentos.
</para>

View File

@@ -25,7 +25,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example xml:id="domdocument.replacechildren.example.basic">
<title><methodname>DOMDocument::replaceChildren</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMDocument::replaceChildren</methodname></title>
<para>
Substitui os filhos por novos nodes.
</para>

View File

@@ -47,7 +47,7 @@
&reftitle.examples;
<para>
<example>
<title>DOMDocument::xinclude() exemplo</title>
<title>Exemplo de DOMDocument::xinclude()</title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -25,7 +25,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example xml:id="domdocumentfragment.append.example.basic">
<title><methodname>DOMDocumentFragment::append</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMDocumentFragment::append</methodname></title>
<para>
Acrescenta nós no fragmento.
</para>

View File

@@ -25,7 +25,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example xml:id="domdocumentfragment.prepend.example.basic">
<title><methodname>DOMDocumentFragment::prepend</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMDocumentFragment::prepend</methodname></title>
<para>
Insere nós antes da raiz do fragmento.
</para>

View File

@@ -25,7 +25,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example xml:id="domdocumentfragment.replacechildren.example.basic">
<title><methodname>DOMDocumentFragment::replaceChildren</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMDocumentFragment::replaceChildren</methodname></title>
<para>
Substitui os filhos por novos nodes.
</para>

View File

@@ -25,7 +25,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example xml:id="domelement.after.example.basic">
<title><methodname>DOMElement::after</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMElement::after</methodname></title>
<para>
Adiciona nós após o elemento "hello".
</para>

View File

@@ -25,7 +25,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example xml:id="domelement.append.example.basic">
<title><methodname>DOMElement::append</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMElement::append</methodname></title>
<para>
Adiciona nós no elemento "container".
</para>

View File

@@ -25,7 +25,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example xml:id="domelement.before.example.basic">
<title><methodname>DOMElement::before</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMElement::before</methodname></title>
<para>
Adiciona nodes antes do elemento "hello".
</para>

View File

@@ -32,7 +32,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><methodname>DOMElement::getAttributeNames</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMElement::getAttributeNames</methodname></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -57,7 +57,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><methodname>DOMElement::insertAdjacentElement</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMElement::insertAdjacentElement</methodname></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -57,7 +57,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><methodname>DOMElement::insertAdjacentText</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMElement::insertAdjacentText</methodname></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -25,7 +25,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example xml:id="domelement.prepend.example.basic">
<title><methodname>DOMElement::prepend</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMElement::prepend</methodname></title>
<para>
Adiciona nós no elemento "container".
</para>

View File

@@ -23,7 +23,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example xml:id="domelement.remove.example.basic">
<title><methodname>DOMElement::remove</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMElement::remove</methodname></title>
<para>
Remove o elemento.
</para>

View File

@@ -25,7 +25,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example xml:id="domelement.replacechildren.example.basic">
<title><methodname>DOMElement::replaceChildren</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMElement::replaceChildren</methodname></title>
<para>
Substitui os filhos com novos nodes.
</para>

View File

@@ -25,7 +25,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example xml:id="domelement.replacewith.example.basic">
<title><methodname>DOMElement::replaceWith</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMElement::replaceWith</methodname></title>
<para>
Substitui o elemento por novos nodes.
</para>

View File

@@ -56,7 +56,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><methodname>DOMElement::toggleAttribute</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMElement::toggleAttribute</methodname></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -43,7 +43,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><methodname>DOMNode::contains</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMNode::contains</methodname></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -34,7 +34,7 @@
&reftitle.examples;
<para>
<example>
<title><methodname>DOMNode::getLineNo</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMNode::getLineNo</methodname></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -33,7 +33,7 @@
&reftitle.examples;
<para>
<example>
<title><methodname>DOMNode::getNodePath</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMNode::getNodePath</methodname></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -42,7 +42,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><methodname>DOMNode::getRootNode</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMNode::getRootNode</methodname></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -43,7 +43,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><methodname>DOMNode::isEqualNode</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMNode::isEqualNode</methodname></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -75,7 +75,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><methodname>DOMParentNode::replaceChildren</methodname> exemplo</title>
<title>Exemplo de <methodname>DOMParentNode::replaceChildren</methodname></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -33,7 +33,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Collection::clear</function> exemplo</title>
<title>Exemplo de <function>Ds\Collection::clear</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -33,7 +33,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Collection::copy</function> exemplo</title>
<title>Exemplo de <function>Ds\Collection::copy</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -33,7 +33,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Collection::isEmpty</function> exemplo</title>
<title>Exemplo de <function>Ds\Collection::isEmpty</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -41,7 +41,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Collection::toArray</function> exemplo</title>
<title>Exemplo de <function>Ds\Collection::toArray</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -54,7 +54,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::allocate</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::allocate</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -55,7 +55,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::apply</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::apply</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -33,7 +33,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::capacity</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::capacity</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -33,7 +33,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::clear</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::clear</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -48,7 +48,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::__construct</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::__construct</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -43,7 +43,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::contains</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::contains</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -33,7 +33,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::copy</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::copy</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -50,7 +50,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::find</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::find</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -40,7 +40,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::first</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::first</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -50,7 +50,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::get</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::get</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -64,7 +64,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::insert</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::insert</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -33,7 +33,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::isEmpty</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::isEmpty</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -40,7 +40,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::last</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::last</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -62,7 +62,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::map</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::map</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -49,7 +49,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::merge</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::merge</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -41,7 +41,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::pop</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::pop</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -43,7 +43,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::push</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::push</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -50,7 +50,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::remove</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::remove</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -36,7 +36,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::reverse</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::reverse</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -40,7 +40,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::reversed</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::reversed</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -45,7 +45,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::rotate</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::rotate</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -59,7 +59,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::set</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::set</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -41,7 +41,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::shift</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::shift</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -69,7 +69,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::slice</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::slice</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -43,7 +43,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::sort</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::sort</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -41,7 +41,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::sorted</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::sorted</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -41,7 +41,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::toArray</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::toArray</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -50,7 +50,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Deque::unshift</function> exemplo</title>
<title>Exemplo de <function>Ds\Deque::unshift</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -61,7 +61,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Hashable::hash</function> exemplo</title>
<title>Exemplo de <function>Ds\Hashable::hash</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -54,7 +54,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::allocate</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::allocate</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -57,7 +57,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::apply</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::apply</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -33,7 +33,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::capacity</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::capacity</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -33,7 +33,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::clear</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::clear</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -48,7 +48,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::__construct</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::__construct</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -33,7 +33,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::copy</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::copy</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -41,7 +41,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::first</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::first</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -43,7 +43,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::hasKey</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::hasKey</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -43,7 +43,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::hasValue</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::hasValue</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -64,7 +64,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::intersect</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::intersect</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -33,7 +33,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::isEmpty</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::isEmpty</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -34,7 +34,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::keys</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::keys</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -43,7 +43,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::ksort</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::ksort</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -41,7 +41,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::ksorted</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::ksorted</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -41,7 +41,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::last</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::last</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -63,7 +63,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::map</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::map</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -56,7 +56,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::merge</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::merge</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -34,7 +34,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::pairs</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::pairs</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -55,7 +55,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::putAll</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::putAll</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -36,7 +36,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::reverse</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::reverse</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -40,7 +40,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::reversed</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::reversed</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -50,7 +50,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::skip</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::skip</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -69,7 +69,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::slice</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::slice</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -43,7 +43,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::sort</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::sort</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -41,7 +41,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::sort</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::sort</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -53,7 +53,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::toArray</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::toArray</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -62,7 +62,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::union</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::union</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -34,7 +34,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::values</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::values</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -56,7 +56,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Map::xor</function> exemplo</title>
<title>Exemplo de <function>Ds\Map::xor</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -33,7 +33,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Pair::clear</function> exemplo</title>
<title>Exemplo de <function>Ds\Pair::clear</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -33,7 +33,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Pair::copy</function> exemplo</title>
<title>Exemplo de <function>Ds\Pair::copy</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -33,7 +33,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Pair::isEmpty</function> exemplo</title>
<title>Exemplo de <function>Ds\Pair::isEmpty</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -41,7 +41,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>Ds\Pair::toArray</function> exemplo</title>
<title>Exemplo de <function>Ds\Pair::toArray</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -35,7 +35,7 @@
&reftitle.examples;
<para>
<example>
<title><function>realpath_cache_get</function> exemplo</title>
<title>Exemplo de <function>realpath_cache_get</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -223,7 +223,7 @@ if ($size && $fp) {
&reftitle.examples;
<para>
<example>
<title><function>getimagesize</function>exemplo</title>
<title>Exemplo de <function>getimagesize</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -108,7 +108,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title>Enumerando em uma faixa de pontos de código de exemplo</title>
<title>Exemplo de enumeração em uma faixa de pontos de código</title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -53,7 +53,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title>Enumerando um intervalo de pontos de código de exemplo</title>
<title>Exemplo de enumeração de um intervalo de pontos de código</title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -88,7 +88,7 @@
&reftitle.examples;
<para>
<example>
<title><function>Memcached::addServer</function> exemplo</title>
<title>Exemplo de <function>Memcached::addServer</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -54,7 +54,7 @@
&reftitle.examples;
<para>
<example>
<title><function>Memcached::addServers</function> exemplo</title>
<title>Exemplo de <function>Memcached::addServers</function></title>
<programlisting role="php">
<![CDATA[
<?php

View File

@@ -73,7 +73,7 @@
&reftitle.examples;
<para>
<example>
<title><function>Memcached::append</function> exemplo</title>
<title>Exemplo de <function>Memcached::append</function></title>
<programlisting role="php">
<![CDATA[
<?php

Some files were not shown because too many files have changed in this diff Show More