Home
last modified time | relevance | path

Searched refs:and (Results 1 – 25 of 106) sorted by relevance

12345

/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 extensions (gz and bzip are
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 Zi
[all...]
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
/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/lib/plugins/extension/
H A Dplugin.info.txt6 desc Allows managing and installing plugins and templates
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt3 [[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in [[doku>acl|access controls]] and [[doku>auth|authentication connectors]] make DokuWiki especially useful in the enterprise context and the large number of [[doku>plugins]] contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
14 All documentation and additional information besides the [[syntax|syntax description]] is maintained in the DokuWiki at [[doku>|www.dokuwiki.org]].
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 featur
[all...]
H A Dwelcome.txt3 Congratulations, your wiki is now up and running. Here are a few more tips to get you started.
12 Go on, follow that link and create the page. If you need help with using the syntax you can always refer to the [[wiki:syntax|syntax page]].
20 Once you're comfortable with creating and editing pages you might want to have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be sure to login as superuser first).
22 You may also want to see what [[doku>plugins|plugins]] and [[doku>templates|templates]] are available at DokuWiki.org to extend the functionality and looks of your DokuWiki installation.
26 DokuWiki is an Open Source project that thrives through user contributions. A good way to stay informed on what's going on and to get useful tips in using DokuWiki is subscribing to the [[doku>newsletter]].
28 The [[https://forum.dokuwiki.org|DokuWiki User Forum]] is an excellent way to get in contact with other DokuWiki users and is just one of the many ways to get [[doku>faq:support|support]].
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dintro.txt3 This [[doku>popularity|tool]] gathers anonymous data about your wiki and allows you to send it back to the DokuWiki developers. This helps them understand how DokuWiki is used in the field, and makes sure future development decisions are backed by real-world usage statistics.
7 Data collected contains information like your DokuWiki version, the number and size of your pages and files, installed plugins and information about your PHP install.
/dokuwiki/inc/lang/en/
H A Dsubscr_list.txt13 and unsubscribe page and/or namespace changes.
H A Dsubscr_digest.txt16 and unsubscribe page and/or namespace changes.
H A Dsubscr_single.txt19 and unsubscribe page and/or namespace changes.
H A Dsubscr_form.txt3 This page allows you to manage your subscriptions for the current page and namespace.
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dimport.txt4 The columns must contain, in order: user-id, full name, email address and groups.
5 The CSV fields should be separated by commas (,) and strings delimited by quotation marks (%%""%%). Backslash (\) can be used for escaping.
9 A password will be generated and emailed to each successfully imported user.
/dokuwiki/
H A DREADME8 and the DokuWiki Community
9 See COPYING and file headers for license info
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.
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
45 software. If the software is modified by someone else and passe
[all...]
/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
/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.
/dokuwiki/vendor/simplepie/simplepie/
H A DLICENSE.txt1 Copyright (c) 2004-2022, Ryan Parman and Sam Sneddon.
4 Redistribution and use in source and binary forms, with or without modification, are
8 conditions and the following disclaimer.
11 of conditions and the following disclaimer in the documentation and/or other materials
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md7 **Docs and Homepage:** <http://scripts.incutio.com/xmlrpc/>
11 The Incutio XML-RPC library (IXR) is designed primarily for ease of use. It incorporates both client and server classes, and is designed to hide as much of the workings of XML-RPC from the user as possible. A key feature of the library is automatic type conversion from PHP types to XML-RPC types and vice versa. This should enable developers to write web services with very little knowledge of the underlying XML-RPC standard.
13 Don't however be fooled by it's simple surface. The library includes a wide variety of additional XML-RPC specifications and has all of the features required for serious web service implementations.
17 The original XML-RPC library was developed back in 2002 and updated through 2010 by Incutio for a number of projects the company was working on at the time. It has become fairly dated but is still used extensively by a wide range of commercial and open-source projects.
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.
/dokuwiki/lib/plugins/config/lang/en/
H A Dintro.txt5 Settings shown with a light red background are protected and can not be altered with this plugin. Settings shown with a blue background are the default values and settings shown with a white background have been set locally for this particular installation. Both blue and white settings can be altered.
/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.
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
45 software. If the software is modified by someone else and passe
[all...]
/dokuwiki/lib/plugins/logviewer/lang/en/
H A Dnolog.txt1 There are no log entries for the selected day and log facility.
/dokuwiki/lib/plugins/extension/lang/el/
H A Dintro_search.txt1 Σε αυτή την καρτέλα έχετε πρόσβαση σε [[doku>plugins|plugins]] and [[doku>template|templates]] DokuWiki. Η εγκατάσταση λογισμικού τρίτων δημιουργών αποτελεί **ρίσκο ασφάλειας**, για το οποίο μπορείτε να διαβάσετε το [[doku>security#plugin_security|plugin security]]
/dokuwiki/lib/scripts/jquery/
H A Dversions1 # this is loaded from the update.sh script and our PHP code
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE6 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
49 library, and (2) we offer you this license, which gives you legal
50 permission to copy, distribute and/o
[all...]

12345