| /dokuwiki/conf/ |
| H A D | acronyms.conf | 4 AFAICS As far as I can see 5 AFAIK As far as I know 6 AFAIR As far as I remember 8 ASAP As soon as possible
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | rsplus.php | 43 * it under the terms of the GNU General Public License as published by 73 …w', 'all.names', 'all.vars', 'any', 'aperm', 'append', 'apply', 'Arg', 'args', 'array', 'as.array', 74 …'as.array.default', 'as.call', 'as.character', 'as.character.condition', 'as.character.Date', 'as.… 75 …'as.character.error', 'as.character.factor', 'as.character.hexmode', 'as.character.numeric_version… 76 …'as.character.POSIXt', 'as.character.srcref', 'as.complex', 'as.data.frame', 'as.data.frame.array'… 77 …'as.data.frame.character', 'as.data.frame.complex', 'as.data.frame.data.frame', 'as.data.frame.Dat… 78 …'as.data.frame.difftime', 'as.data.frame.factor', 'as.data.frame.integer', 'as.data.frame.list', '… 79 …'as.data.frame.matrix', 'as.data.frame.model.matrix', 'as.data.frame.numeric', 'as.data.frame.nume… 80 …'as.data.frame.ordered', 'as.data.frame.POSIXct', 'as.data.frame.POSIXlt', 'as.data.frame.raw', 'a… 81 …'as.data.frame.ts', 'as.data.frame.vector', 'as.Date', 'as.Date.character', 'as.Date.date', 'as.Da… [all …]
|
| /dokuwiki/lib/plugins/authpdo/_test/mysql/ |
| H A D | fluxbb.php | 11 SELECT id AS uid, 12 username AS user, 13 username AS name, 14 password AS hash, 15 email AS mail 20 SELECT g_title AS `group` 26 SELECT g_id AS gid, g_title AS `group` 39 SELECT DISTINCT username AS user 51 SELECT COUNT(DISTINCT username) AS `count`
|
| H A D | wordpress.php | 5 …* Wordpress has no proper groups. This configures the default access permissions as groups. Better… 13 SELECT ID AS uid, 14 user_login AS user, 15 display_name AS name, 16 user_pass AS hash, 17 user_email AS mail 22 SELECT CONCAT("group",meta_value) AS `group` 31 SELECT DISTINCT user_login AS user 44 SELECT COUNT(DISTINCT user_login) as `count`
|
| H A D | mybb.php | 15 username AS user, 16 username AS name, 17 email AS mail 28 SELECT UG.title AS `group`, 36 SELECT gid, title AS `group` 50 SELECT U.username AS user 63 SELECT COUNT(U.username) AS `count` 76 ', // we do not support changing the full name as that is the same as the login
|
| /dokuwiki/lib/plugins/config/lang/pt-br/ |
| H A D | intro.txt | 3 Use essa página para controlar as configurações da instalação do seu DokuWiki. Para ajuda acerca do… 5 …As definições com um fundo azul são o padrão e as com um fundo branco foram configuradas localment…
|
| /dokuwiki/lib/plugins/authpdo/_test/pgsql/ |
| H A D | django.php | 11 SELECT id AS uid, 12 username AS "user", 13 CONCAT_WS(\' \', first_name, last_name) AS name, 14 password AS hash, 15 email AS mail 20 SELECT G.name AS "group" 26 SELECT id AS gid, name AS "group" 42 SELECT DISTINCT U.username AS "user" 55 SELECT COUNT(DISTINCT U.username) AS count
|
| /dokuwiki/lib/plugins/config/lang/gl/ |
| H A D | intro.txt | 5 As opcións que amosan un fondo de cor vermella clara están protexidas e non poden ser alteradas con…
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/ |
| H A D | FeedDate.php | 14 * can parse, really) as well as unix time stamps. 37 * Gets the date stored in this FeedDate as an RFC 822 date. 50 * Gets the date stored in this FeedDate as an ISO 8601 date. 62 * Gets the date stored in this FeedDate as unix time stamp. 64 * @return int a date as a unix time stamp
|
| /dokuwiki/lib/plugins/revert/lang/pt-br/ |
| H A D | intro.txt | 3 …as páginas que sofreram ataque, primeiro entre com um termo na busca (ex.: a URL do spam), então c…
|
| /dokuwiki/lib/plugins/acl/lang/pt/ |
| H A D | lang.php | 21 $lang['p_user_id'] = 'O utilizador <b class="acluser">%s</b> tem as seguintes permissõe… 22 $lang['p_user_ns'] = 'O utilizador <b class="acluser">%s</b> tem as seguintes permissõe… 23 $lang['p_group_id'] = 'Os membros do grupo <b class="aclgroup">%s</b> têm as seguintes p… 24 $lang['p_group_ns'] = 'Os membros do grupo <b class="aclgroup">%s</b> têm as seguintes p… 25 …r <b>digite um usuário ou grupo</b> no formulário acima para ver ou editar as permissões para a pá… 26 …r <b>digite um usuário ou grupo</b> no formulário acima para ver ou editar as permissões para o na… 29 $lang['p_include'] = 'As permissões superiores incluem as inferiores. Permissões para C…
|
| /dokuwiki/lib/plugins/acl/lang/pt-br/ |
| H A D | lang.php | 29 $lang['p_user_id'] = 'O usuário <b class="acluser">%s</b> possui as seguintes permissõe… 30 $lang['p_user_ns'] = 'O usuário <b class="acluser">%s</b> possui as seguintes permissõe… 31 $lang['p_group_id'] = 'Os membros do grupo <b class="aclgroup">%s</b> possuem as seguint… 32 $lang['p_group_ns'] = 'Os membros do grupo <b class="aclgroup">%s</b> possuem as seguint… 33 …r <b>digite um usuário ou grupo</b> no formulário acima para ver ou editar as permissões para a pá… 34 …r <b>digite um usuário ou grupo</b> no formulário acima para ver ou editar as permissões para o es… 37 $lang['p_include'] = 'As permissões superiores incluem as inferiores. Permissões para C…
|
| /dokuwiki/vendor/simplepie/simplepie/src/HTTP/ |
| H A D | Response.php | 34 * valid as PHP does not allow to throw an exception in __toString(): 58 * valid as PHP does not allow to throw an exception in __toString(): 83 * The keys represent the header name as it will be sent over the wire, and 86 * // Represent the headers as a string 87 * foreach ($message->get_headers() as $name => $values) { 92 * foreach ($message->get_headers() as $name => $values) { 93 * foreach ($values as $value) { 124 * @return string[] An array of string values as provided for the given 133 * This method MUST be implemented in such a way as to retain the 148 * case-insensitive header name as a string concatenated together using [all …]
|
| /dokuwiki/inc/Form/ |
| H A D | OptGroup.php | 32 foreach ($values as $value) { 44 * Options can be given as associative array (value => label) or as an 45 * indexd array (label = value) or as an array of arrays. In the latter 46 * case an element has to look as follows: 62 foreach ($options as $key => $val) { 66 'If option is given as array, it has to have a "label"-key!' 110 foreach ($this->options as $key => $val) {
|
| H A D | DropdownElement.php | 53 * optgroups have to be given as associative array 55 * * the value being an array of options as defined in @param null|array $optGroups 69 foreach ($optGroups as $label => $options) { 78 * Options can be given as associative array (value => label) or as an 79 * indexd array (label = value) or as an array of arrays. In the latter 80 * case an element has to look as follows: 142 foreach ($this->optGroups as $optGroup) { 164 foreach ($this->optGroups as $optGroup) {
|
| /dokuwiki/lib/plugins/config/lang/pt/ |
| H A D | intro.txt | 3 Use esta página para controlar as definições da instalação do seu DokuWiki. Para ajuda em itens ind… 5 …co foram configuradas localmente para essa instalação em particular. Tanto as definições em azul c… 7 Lembre-se de pressionar o botão **Salvar** antes de sair desta página, caso contrário, as suas defi…
|
| /dokuwiki/_test/tests/inc/ |
| H A D | sort_without_collator.test.php | 39 $this->assertTrue(true); // avoid being marked as risky for having no assertion 44 * The pairs should show what the fallback sort can or cannot do, as it 64 // natural sort works as usual 73 // natural sort works as usual 84 // natural sort works as usual 96 // natural sort works as usual 101 foreach ($pairs as $lang => $list) { 102 foreach ($list as $pair) { 110 * being tested, as the fallback sort simply follows character codes. 144 foreach ($lists as $lang => $list) {
|
| H A D | sort_with_collator.test.php | 17 … $this->markTestSkipped('Skipping all sort tests with collator, as they need "intl" extension'); 19 $this->assertTrue(true); // avoid being marked as risky for having no assertion 40 * will be as if X < Y. Otherwise the characters will be treated as the same. 50 * a character pair from the given set, the sort will be as if X < Y < Z < ... 51 * Otherwise the characters will be treated as the same. 52 * Craft at least one word pair to test the first case and as many as possible 133 foreach ($pairs as $lang => $list) { 134 foreach ($list as $pair) { 156 * will be sorted as words with a sole difference, that is, as if X < Y < Z. 206 foreach ($lists as $lang => $list) { [all …]
|
| /dokuwiki/inc/lang/pt/ |
| H A D | subscr_digest.txt | 4 Eis as mudanças: 13 Para cancelar as notificações de página, inicie sessão no wiki em 16 e des-subscreva as alterações à página e/ou namespace.
|
| H A D | diff.txt | 3 Esta página mostra as diferenças entre as duas revisões da página.
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | LICENSE | 10 as the successor of the GNU Library Public License, version 2, hence 93 library does the same job as widely used non-free libraries. In this 101 operating system, as well as its variant, the GNU/Linux operating 122 Each licensee is addressed as "you". 125 prepared so as to be conveniently linked with application programs 151 complete source code as you receive it, in any medium, provided that 177 the facility, other than as an argument passed when the facility 190 These requirements apply to the modified work as a whole. If 194 sections when you distribute them as separate works. But when you 195 distribute the same sections as part of a whole which is a work based [all …]
|
| /dokuwiki/inc/Search/ |
| H A D | Indexer.php | 56 foreach (array_keys($words) as $wlen) { 58 foreach ($words[$wlen] as $wid => $freq) { 76 foreach ($delwords as $word) { 83 foreach ($upwords as $wlen => $widx) { 85 foreach ($widx as $wid) { 119 foreach ($tokens as $w => $c) { 130 foreach (array_keys($words) as $wlen) { 133 foreach ($words[$wlen] as $word => $freq) { 198 foreach ($key as $name => $values) { 216 foreach ($values as $val) { [all …]
|
| /dokuwiki/inc/lang/gl/ |
| H A D | login.txt | 3 …non iniciaches sesión ningunha! Insire as túas credenciais de identificación para iniciares a sesi…
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | LICENSE | 26 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 87 authors' sake, the GPL requires that modified versions be marked as 100 of the GPL, as needed to protect the freedom of users. 119 works, such as semiconductor masks. 122 License. Each licensee is addressed as "you". "Licensees" and 138 public, and in some countries other activities as well. 150 the interface presents a list of user commands or options, such as a 165 than the work as a whole, that (a) is included in the normal form of 185 such as by intimate data communication or control flow between those 203 rights of fair use or other equivalent, as provided by copyright law. [all …]
|
| /dokuwiki/lib/plugins/revert/lang/pt/ |
| H A D | intro.txt | 3 …ataque de spam. Para encontrar as páginas afetadas insira primeiro um texto de pesquisa (ie, uma U…
|