| /dokuwiki/inc/Search/Query/ |
| H A D | PageSet.php | 38 public function intersect(PageSet $other): self argument 40 $otherPages = $other->getPages(); 55 public function unite(PageSet $other): self argument 58 foreach ($other->getPages() as $id => $score) { 69 public function subtract(PageSet $other): self argument 71 return new self(array_diff_key($this->pages, $other->getPages()));
|
| /dokuwiki/lib/plugins/config/core/Setting/ |
| H A D | SettingMulticheckbox.php | 12 protected $other = 'always'; variable in dokuwiki\\plugin\\config\\core\\Setting\\SettingMulticheckbox 81 if ($this->other != 'never') { 82 $other = implode(',', $value); 85 if ($this->other != 'exists' || $other) { 97 '][other]" type="text" class="edit" value="' . htmlspecialchars($other) . 143 $other = trim($input['other']); 144 $other = empty($other) ? [] : explode(',', str_replace(' ', '', $input['other'])); 147 $array = array_unique(array_merge($input, $other));
|
| /dokuwiki/_test/tests/Search/Index/ |
| H A D | MemoryIndexTest.php | 101 $other = new MemoryIndex('wiki', '2', true); 102 $other->changeRow(0, 'test'); 103 $other->save(); 104 $other->unlock();
|
| /dokuwiki/lib/images/smileys/ |
| H A D | README | 3 Copyright 2019 Twitter, Inc and other contributors
|
| /dokuwiki/lib/plugins/logviewer/lang/en/ |
| H A D | intro.txt | 7 Please be aware that **log files can contain sensitive information** like passwords, paths or other…
|
| /dokuwiki/conf/ |
| H A D | acronyms.conf | 34 IOW In other words 48 OTOH On the other hand
|
| /dokuwiki/inc/ |
| H A D | preload.php.dist | 5 * You can also use preload.php for other things than farming, e.g. for moving
|
| /dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/ |
| H A D | LICENSE | 8 other relationship. Creative Commons makes its licenses and related 18 conditions that creators and other rights holders may use to share 19 original works of authorship and other material subject to copyright 20 and certain other rights specified in the public license below. The 27 copyright and certain other rights. Our licenses are 33 material not subject to the license. This includes other CC- 45 other rights that a licensor has authority to grant. Use of 46 the licensed material may still be restricted for other 47 reasons, including because others have copyright or other 106 any other exception or limitation to Copyright and Similar Rights [all …]
|
| /dokuwiki/_test/tests/Parsing/ |
| H A D | ModeRegistryTest.php | 110 $other = new ModeRegistry('dw'); 113 $other->getModesForCategories([ModeRegistry::CATEGORY_CONTAINER]) 371 $other = new ModeRegistry('dw'); 372 $second = $other->acquireSubParser(); 373 $other->releaseSubParser();
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | LICENSE | 22 Free Software Foundation and other authors who decide to use it. You 43 code. If you link other code with the library, you must provide 78 Public License permits more lax criteria for linking other code with 83 Public License. It also provides other free software developers Less 97 In other cases, permission to use a particular library in non-free 118 0. This License Agreement applies to any software library or other 120 other authorized party saying it may be distributed under the terms of 142 Activities other than copying, distribution and modification are not 177 the facility, other than as an argument passed when the facility 197 this License, whose permissions for other licensees extend to the [all …]
|
| /dokuwiki/data/pages/wiki/ |
| H A D | dokuwiki.txt | 22 * [[https://www.wikimatrix.org/show/DokuWiki|Compare it with other wiki software]] 51 * [[doku>irc|Talk to other users in the IRC channel]]
|
| /dokuwiki/lib/plugins/config/ |
| H A D | style.css | 157 #config__manager .other { 162 #config__manager .other label {
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | LICENSE | 52 software and other kinds of works. 54 The licenses for most software and other practical works are designed 60 any other work released this way by its authors. You can apply it to 98 products. If such problems arise substantially in other domains, we 118 "Copyright" also means copyright-like laws that apply to other kinds of 126 in a fashion requiring copyright permission, other than the making of an 138 public, and in some countries other activities as well. 140 To "convey" a work means any kind of propagation that enables other 164 The "System Libraries" of an executable work include anything, other 186 subprograms and other parts of the work. [all …]
|
| H A D | HISTORY.md | 9 * 2024-01-27: Refactoring based on 0.6-dev branch and some cherry-picks from other repos
|
| /dokuwiki/ |
| H A D | COPYING | 16 Foundation's software and to any other program whose authors commit to 17 using it. (Some other Free Software Foundation software is covered by 62 0. This License applies to any program or other work which contains 72 Activities other than copying, distribution and modification are not 84 and give any other recipients of the Program a copy of this License 121 this License, whose permissions for other licensees extend to the 131 a storage or distribution medium does not bring the other work under 198 infringement or for any other reason (not limited to patent issues), 203 License and any other pertinent obligations, then as a consequence you 212 apply and the section as a whole is intended to apply in other [all …]
|
| H A D | .gitignore | 89 vendor/paragonie/random_compat/other/*
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | LICENSE | 16 Foundation's software and to any other program whose authors commit to 17 using it. (Some other Free Software Foundation software is covered by 62 0. This License applies to any program or other work which contains 72 Activities other than copying, distribution and modification are not 84 and give any other recipients of the Program a copy of this License 121 this License, whose permissions for other licensees extend to the 131 a storage or distribution medium does not bring the other work under 198 infringement or for any other reason (not limited to patent issues), 203 License and any other pertinent obligations, then as a consequence you 212 apply and the section as a whole is intended to apply in other [all …]
|
| H A D | README.md | 26 And if you're using GeSHi as a plugin/mod for some other software,
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | dokuwiki.txt | 22 * [[http://www.wikimatrix.org/show/DokuWiki|Compare it with other wiki software]] 52 * [[doku>irc|Talk to other users in the IRC channel]]
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/ |
| H A D | Lessc.php | 613 $other = []; 626 $other = array_merge($other, $stack); 635 $other[] = ['import_mixin', $id]; 640 $other = array_merge($other, $stack); 645 $other = array_merge($other, $stack); 648 return [array_merge($vars, $imports, $vars), $other]; 650 return array_merge($vars, $imports, $vars, $other);
|
| /dokuwiki/vendor/phpseclib/phpseclib/ |
| H A D | LICENSE | 1 Copyright (c) 2011-2019 TerraFrost and other contributors
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _links.css | 29 /*____________ other link types ____________*/
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/ |
| H A D | LICENSE | 14 and/or other materials provided with the distribution.
|
| /dokuwiki/vendor/simplepie/simplepie/LICENSES/ |
| H A D | BSD-3-Clause.txt | 7 …st of conditions and the following disclaimer in the documentation and/or other materials provided…
|
| /dokuwiki/vendor/kissifrot/php-ixr/ |
| H A D | LICENSE.txt | 13 documentation and/or other materials provided with the distribution.
|