Home
last modified time | relevance | path

Searched full:and (Results 1 – 25 of 990) sorted by relevance

12345678910>>...40

/dokuwiki/
H A DCOPYING6 Everyone is permitted to copy and distribute verbatim copies
12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
16 Foundation's software and to any other program whose authors commit to
23 have the freedom to distribute copies of free software (and charge for
26 in new free programs; and that you know you can do these things.
36 source code. And you must show them these terms so they know their
39 We protect your rights with two steps: (1) copyright the software, and
41 distribute and/or modify the software.
43 Also, for each author's protection and ours, we want to make certain
[all …]
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
16 Foundation's software and to any other program whose authors commit to
23 have the freedom to distribute copies of free software (and charge for
26 in new free programs; and that you know you can do these things.
36 source code. And you must show them these terms so they know their
39 We protect your rights with two steps: (1) copyright the software, and
41 distribute and/or modify the software.
43 Also, for each author's protection and ours, we want to make certain
[all …]
/dokuwiki/_test/tests/inc/
H A Dfulltext_query.test.php26 …'parsed_str' => '(W+:test)ANDNOT((W-:baz))AND((W_:foo)AND(W_:bar)AND(P+:foo bar))AND(N+:abc)ANDNOT…
31 'AND',
34 'AND',
36 'AND',
37 'AND',
39 'AND',
42 'AND',
54 'and' => [
76 'and' => [
94 $input['and'],
/dokuwiki/vendor/simplepie/simplepie/LICENSES/
H A DBSD-3-Clause.txt1 Copyright (c) 2004-2023, Ryan Parman and Sam Sneddon.
3 Redistribution and use in source and binary forms, with or without modification, are permitted prov…
5 …ource code must retain the above copyright notice, this list of conditions and the following discl…
7 …e above copyright notice, this list of conditions and the following disclaimer in the documentatio…
11AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE…
H A DMIT.txt2 of this software and associated documentation files (the "Software"), to deal
4 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5 copies of the Software, and to permit persons to whom the Software is
8 The above copyright notice and this permission notice shall be included in
13 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DLICENSE4 2006 til today Andreas Gohr and the DokuWiki community
6 Redistribution and use in source and binary forms, with or without
10 list of conditions and the following disclaimer.
13 this list of conditions and the following disclaimer in the documentation
14 and/or other materials provided with the distribution.
20 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
27 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
16 freedom to share and change it. By contrast, the GNU General Public
17 Licenses are intended to guarantee your freedom to share and change
22 Free Software Foundation and other authors who decide to use it. You
29 you have the freedom to distribute copies of free software (and charge
31 it if you want it; that you can change the software and use pieces of
32 it in new free programs; and that you are informed that you can do
45 with the library after making changes to the library and recompiling
46 it. And you must show them these terms so they know their rights.
49 library, and (2) we offer you this license, which gives you legal
[all …]
/dokuwiki/_test/tests/Ui/
H A DSearchTest.php21 'and' => [0 => 'foo',],
33 'parsed_str' => '(W+:foo)AND(N+:wiki)',
34 'parsed_ary' => [0 => 'W+:foo', 1 => 'N+:wiki', 2 => 'AND',],
37 'and' => [0 => 'foo',],
50 'parsed_ary' => [0 => 'W+:foo', 1 => 'N-:wiki', 2 => 'NOT', 3 => 'AND',],
53 'and' => [0 => 'foo',],
60 'simple word and excluding a namespace',
66 'parsed_ary' => [0 => 'W+:foo', 1 => 'W-:bar', 2 => 'NOT', 3 => 'AND',],
69 'and' => [0 => 'foo',],
81 'parsed_str' => '((W+:wiki)AND(W+:foo))',
[all …]
/dokuwiki/vendor/kissifrot/php-ixr/
H A DLICENSE.txt6 Redistribution and use in source and binary forms, with or without
10 this list of conditions and the following disclaimer.
12 notice, this list of conditions and the following disclaimer in the
13 documentation and/or other materials provided with the distribution.
18 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
19 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
20 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
25 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
H A DREADME.md7 **Docs and Homepage:** <http://scripts.incutio.com/xmlrpc/>
11and server classes, and is designed to hide as much of the workings of XML-RPC from the user as po…
13 …. The library includes a wide variety of additional XML-RPC specifications and has all the feature…
17and updated through 2010 by Incutio for a number of projects the company was working on at the tim…
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE16 a copy of this software and associated documentation files (the
19 distribute, sublicense, and/or sell copies of the Software, and to
23 The above copyright notice and this permission notice shall be
28 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
46 Everyone is permitted to copy and distribute verbatim copies
52 software and other kinds of works.
54 The licenses for most software and other practical works are designed
55 to take away your freedom to share and change the works. By contrast,
57 share and change all versions of a program--to make sure it remains free
65 have the freedom to distribute copies of free software (and charge for
[all …]
/dokuwiki/lib/plugins/authpdo/_test/mysql/
H A Dwordpress.php25 AND meta_key = "wpvk_user_level"
34 AND M.meta_key = "wpvk_user_level"
35 AND CONCAT("group", M.meta_value) LIKE :group
36 AND U.user_login LIKE :user
37 AND U.display_name LIKE :name
38 AND U.user_email LIKE :mail
47 AND M.meta_key = "wpvk_user_level"
48 AND CONCAT("group", M.meta_value) LIKE :group
49 AND U.user_login LIKE :user
50 AND U.display_name LIKE :name
[all …]
H A Dfluxbb.php3 …ion for fluxbb. They have a very simplistic model. There is no separate display name and a user can
23 AND U.group_id = G.g_id
42 AND G.g_title LIKE :group
43 AND U.username LIKE :user
44 AND U.username LIKE :name
45 AND U.email LIKE :mail
54 AND G.g_title LIKE :group
55 AND U.username LIKE :user
56 AND U.username LIKE :name
57 AND U.email LIKE :mail
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md1 PHPArchive - Pure PHP ZIP and TAR handling
4 This library allows to handle new ZIP and TAR archives without the need for any special PHP extensi…
19 The usage for the Zip and Tar classes are basically the same. Here are some
30 // To list the contents of an existing TAR archive, open() it and use
37 // To extract the contents of an existing TAR archive, open() it and use
53 // files and then either save() or getArchive() it:
60 $tar->save('myfile.tbz'); // compresses and saves it
61 echo $tar->getArchive(); // compresses and returns it
64 Differences between Tar and Zip: Tars are compressed as a whole, while Zips compress each file indi…
65 you can call ```setCompression``` before each ```addFile()``` and ```addData()``` function call.
H A DLICENSE4 of this software and associated documentation files (the "Software"), to deal
6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 copies of the Software, and to permit persons to whom the Software is
10 The above copyright notice and this permission notice shall be included in
15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/dokuwiki/vendor/phpseclib/phpseclib/
H A DLICENSE1 Copyright (c) 2011-2019 TerraFrost and other contributors
4 a copy of this software and associated documentation files (the
7 distribute, sublicense, and/or sell copies of the Software, and to
11 The above copyright notice and this permission notice shall be
16 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
/dokuwiki/vendor/paragonie/constant_time_encoding/
H A DLICENSE.txt6 of this software and associated documentation files (the "Software"), to deal
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 copies of the Software, and to permit persons to whom the Software is
12 The above copyright notice and this permission notice shall be included in all
17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32 of this software and associated documentation files (the "Software"), to deal
34 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
35 copies of the Software, and to permit persons to whom the Software is
38 The above copyright notice and this permission notice shall be included in all
43 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dintro.txt3 …out your wiki and allows you to send it back to the DokuWiki developers. This helps them understan…
7 …formation like your DokuWiki version, the number and size of your pages and files, installed plugi…
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt3and highly versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved…
14 All documentation and additional information besides the [[syntax|syntax description]] is maintaine…
41 * [[doku>tips|Tips and Tricks]]
42 * [[doku>Template|How to create and use templates]]
46 **DokuWiki Feedback and Community**
52 * [[https://github.com/splitbrain/dokuwiki/issues|Submit bugs and feature wishes]]
58 … do not contact me for help and support -- use the [[doku>mailinglist]] or [[https://forum.dokuwik…
/dokuwiki/lib/plugins/authpdo/_test/pgsql/
H A Ddjango.php23 AND UG.group_id = G.id
45 AND G.id = UG.group_id
46 AND G.name LIKE :group
47 AND U.username LIKE :user
48 AND CONCAT_WS(\' \', U.first_name, U.last_name) LIKE :name
49 AND U.email LIKE :mail
58 AND G.id = UG.group_id
59 AND G.name LIKE :group
60 AND U.username LIKE :user
61 AND CONCAT_WS(\' \', U.first_name, U.last_name) LIKE :name
[all …]
/dokuwiki/lib/plugins/acl/lang/en/
H A Dhelp.txt3 On this page you can add and remove permissions for namespaces and pages in your wiki.
4 * The left pane displays all available namespaces and pages.
5 * The form above allows you to see and modify the permissions of a selected user or group.
/dokuwiki/vendor/splitbrain/slika/
H A DLICENSE3and associated documentation files (the "Software"), to deal in the Software without restriction, …
5 The above copyright notice and this permission notice shall be included in all copies or substantia…
7 …TED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN…
/dokuwiki/vendor/paragonie/random_compat/
H A DLICENSE6 of this software and associated documentation files (the "Software"), to deal
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 copies of the Software, and to permit persons to whom the Software is
12 The above copyright notice and this permission notice shall be included in all
17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/dokuwiki/vendor/composer/
H A DLICENSE5 of this software and associated documentation files (the "Software"), to deal
7 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8 copies of the Software, and to permit persons to whom the Software is furnished
11 The above copyright notice and this permission notice shall be included in all
16 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/dokuwiki/vendor/php81_bc/strftime/
H A DLICENSE6 of this software and associated documentation files (the "Software"), to deal
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 copies of the Software, and to permit persons to whom the Software is
12 The above copyright notice and this permission notice shall be included in all
17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

12345678910>>...40