| /dokuwiki/vendor/splitbrain/php-archive/ |
| H A D | README.md | 5 needed for compression). It can create new files or extract existing ones. 43 // To create a new TAR archive directly on the filesystem (low memory 44 // requirements), create() it: 46 $tar->create('myfile.tgz'); 52 // To create a TAR archive directly in memory, create() it, add*() 56 $tar->create();
|
| /dokuwiki/inc/lang/en/ |
| H A D | newpage.txt | 3 …topic that doesn't exist yet. If permissions allow, you may create it by clicking on **Create this…
|
| H A D | editrev.txt | 1 **You've loaded an old revision of the document!** If you save it, you will create a new version wi…
|
| H A D | register.txt | 3 Fill in all the information below to create a new account in this wiki. Make sure you supply a **va…
|
| /dokuwiki/.github/workflows/ |
| H A D | autoFix.yml | 41 continue-on-error: true # even if not all errors are fixed, we want to create a PR 44 - name: Create Pull Request 45 uses: peter-evans/create-pull-request@v6 54 …If you disagree with the changes, simply clean the code yourself and create a new pull request. Th…
|
| H A D | release-preparation.yml | 27 create: 62 - name: Create merge commit with version info 75 - name: Create pull request
|
| /dokuwiki/lib/plugins/authpdo/_test/pgsql/ |
| H A D | django.sql | 18 CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog; 38 CREATE TABLE auth_group ( 50 CREATE SEQUENCE auth_group_id_seq 71 CREATE TABLE auth_group_permissions ( 84 CREATE SEQUENCE auth_group_permissions_id_seq 105 CREATE TABLE auth_permission ( 119 CREATE SEQUENCE auth_permission_id_seq 140 CREATE TABLE auth_user ( 161 CREATE TABLE auth_user_groups ( 174 CREATE SEQUENCE auth_user_groups_id_seq [all …]
|
| /dokuwiki/_test/tests/Subscriptions/ |
| H A D | BulkSubscriptionsSenderTest.php | 40 // create a subscription 43 // now create change 53 // now create more changes 82 // create a subscription 85 // now create change 95 // now create more changes
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Cache.php | 50 * Used to create cache objects 53 * although the preferred way is to create your own handler 84 * Create a new SimplePie\Cache object 104 * Create a new SimplePie\Cache object 108 public function create($location, $filename, $extension) function in SimplePie\\Cache 110 …trigger_error('Cache::create() has been replaced with Cache::get_handler() since SimplePie 1.3.1, …
|
| /dokuwiki/data/pages/wiki/ |
| H A D | welcome.txt | 8 ===== Create your first pages ===== 12 Go on, follow that link and create the page. If you need help with using the syntax you can always … 14 You might also want to use a sidebar. To create it, just edit the [[:sidebar]] page. Everything in …
|
| /dokuwiki/inc/Menu/Item/ |
| H A D | Edit.php | 8 * Most complex item. Shows the edit button but mutates to show, draft and create based on 32 $this->type = 'create'; 58 'create' => '02-create_pencil.svg',
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | progress.php | 56 'CONSTRUCTOR','COPY-LOB','CREATE','CREATE ALIAS', 57 'CREATE BROWSE','CREATE BUFFER','CREATE CALL','CREATE CLIENT-PRINCIPAL', 58 'CREATE DATABASE','CREATE DATASET','CREATE DATA-SOURCE','CREATE QUERY', 59 'CREATE SAX-attributeS','CREATE SAX-READER','CREATE SAX-WRITER','CREATE SERVER', 60 … 'CREATE SERVER-SOCKET','CREATE SOAP-HEADER','CREATE SOAP-HEADER-ENTRYREF','CREATE SOCKET', 61 'CREATE TEMP-TABLE','CREATE WIDGET','CREATE widget-POOL','CREATE X-DOCUMENT', 62 'CREATE X-NODEREF','CURRENT-LANGUAGE','CURRENT-VALUE','DDE ADVISE', 82 'OS-COMMAND','OS-COPY','OS-CREATE-DIR','OS-DELETE', 132 'BEGIN-EVENT-GROUP','BUFFER-CREATE', 137 'COPY-DATASET','COPY-SAX-attributeS','COPY-TEMP-TABLE','CREATE-LIKE', [all …]
|
| /dokuwiki/inc/Ui/ |
| H A D | UserResendPwd.php | 45 * create a form ui to set new password 54 // create the form 74 * create a form ui to request new password 82 // create the form
|
| /dokuwiki/inc/ |
| H A D | JWT.php | 15 * Create a new JWT object 17 * Use validate() or create() to create a new instance 39 * Create a new instance from a token 92 * Create a new instance from a user
|
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | remote.php | 17 * Create a new user 23 * Superuser permission are required to create users. 39 throw new AccessDeniedException('Only admins are allowed to create users', 114); 72 $ok = (bool)$auth->triggerUserMod('create', [$user, $password, $name, $mail, $groups]);
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Gui.php | 38 * Create an URL inside the extension manager 43 * @param bool $absolute create absolute URLs?
|
| /dokuwiki/inc/lang/ia/ |
| H A D | registermail.txt | 1 Un nove conto de usator ha essite create. Ecce le detalios:
|
| /dokuwiki/_test/ |
| H A D | mysql.conf.php.dist | 4 * to create and drop databases.
|
| H A D | pgsql.conf.php.dist | 4 * to create and drop databases.
|
| /dokuwiki/_test/tests/inc/ |
| H A D | common_saveWikiText.test.php | 51 … * assertions against changelog entries and attic after external edit, create or deletion of page 87 * 1.1 create a page 104 // 1.1 create a page 269 * TEST 2 - create a page externally in 2.3, while external edit in Test 1.8 270 * 2.1 create a page 272 * 2.3 externally create the page 288 // 2.1 create a page 323 // 2.3 externally create the page 399 * 3.1 externally create a page 408 // 3.1 externally create a page [all …]
|
| H A D | cache_stalecheck.test.php | 15 # Create stale cache
|
| /dokuwiki/conf/ |
| H A D | acl.auth.php.dist | 17 # create 4
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Archive.php | 72 * Create a new archive file 78 abstract public function create($file = ''); function in splitbrain\\PHPArchive\\Archive 116 * Note: It is more memory effective to specify the filename in the create() function and
|
| /dokuwiki/lib/plugins/config/core/Setting/ |
| H A D | SettingArray.php | 11 * Create an array from a string 26 * Create a string from an array
|
| /dokuwiki/_test/conf/ |
| H A D | acl.auth.php | 17 # create 4
|