| /plugin/authopenldapkerberos/lang/en/ |
| D | settings.php | 3 $lang['server'] = 'Your OpenLDAP server URI. Eg. <code>ldap://ldap.example.com</code>'; 4 $lang['port'] = 'Your OpenLDAP server port. Eg. 389'; 5 $lang['base_dn'] = 'Your base DN. Eg. <code>dc=example,dc=com</code>'; 6 $lang['user_ou'] = 'Your user OU. Eg. <code>people</code>'; 7 $lang['group_ou'] = 'Your group OU. Eg. <code>people</code>'; 8 $lang['userkey'] = 'Your user\'s UID in user OU. Eg. <code>uid</code>'; 9 $lang['username'] = 'Your user\'s name in user OU. Eg. <code>cn</code>'; 10 $lang['usermail'] = 'Your user\'s mail in user OU. Eg. <code>mail</code>'; 11 $lang['usergid'] = 'Your user\'s GID number in user OU. Eg. <code>gidnumber</code>'; 12 $lang['groupkey'] = 'Your group\'s GID in group OU. Eg. <code>cn</code>'; [all …]
|
| /plugin/pureldap/lang/en/ |
| H A D | lang.php | 8 $lang['pwdexpire'] = 'Your password will expire in less than %d days, you should change it soon.'; 9 $lang['pass_reset'] = 'Maybe try resetting your password?'; 11 …'] = 'Account restrictions are preventing you from logging in. Please contact your administrator.'; 13 … restriction active. You are not allowed to log into the Wiki. Please contact your administrator.'; 14 $lang['ERROR_PASSWORD_EXPIRED'] = 'Your password has expired.'; 15 $lang['ERROR_ACCOUNT_DISABLED'] = 'Your account has been disabled. Please contact your administrato… 16 $lang['ERROR_ACCOUNT_EXPIRED'] = 'Your account has expired. Please contact your administrator.'; 17 $lang['ERROR_PASSWORD_MUST_CHANGE'] = 'Your password must be changed before you can log in.';
|
| /plugin/findologicxmlexport/vendor/jms/serializer/ |
| D | CONTRIBUTING.md | 5 Before we can merge your Pull-Request here are some guidelines that you need to follow. 14 Your Pull-Request must be compliant with the said standard. 15 To check your code you can run `vendor/bin/phpcs`. This command will give you a list of violations … 24 Please try to add a test for your pull-request. This project uses [PHPUnit](https://phpunit.de/) as… 36 To test doc rendering before submitting your PR, you will need [Sphinx](http://www.sphinx-doc.org/e… 52 We automatically run your pull request through [Travis CI](https://www.travis-ci.org) 54 If you break the tests, we cannot merge your code, 55 so please make sure that your code is working before opening up a Pull-Request. 68 Please allow us time to review your pull requests. 73 and [rebase your branch](http://git-scm.com/book/en/Git-Branching-Rebasing) [all …]
|
| /plugin/authremoteuser/ |
| D | README.md | 27 environment variable on your web server (`_SERVER[...]`) (and disable 28 anonymous authentication) on your web server. 39 1. Determine the variable name your authentication system uses: 43 2. If your authentication system uses another variable name notice this 46 2. Determine your username: 48 1. Save file `phpinfo.php` on your web server: 56 2. Open `phpinfo.php` in your web browser and search for the (domain and) 57 username in `_SERVER[...]` whereby `...` is the variable name of your 60 3. Add this value as new user ID to your user list if it is missing and 65 3. In your *DokuWiki* login as superuser, click *Admin*, choose [all …]
|
| /plugin/preregister/lang/en/ |
| D | lang.php | 7 $lang['cards_nomatch'] = "Your Selections do not match the cards; please try again."; 8 $lang['confirmation'] ="An email with a confirmation link has been sent to your email address. Eit… 9 . " into your browser. You will then be registered and will receive your password. "; 10 $lang['email_problem'] ="A problem occurred in sending your confirmation link to your email address… 11 …nfirm'] = "Click on the above link to confirm your registration. You will then be sent an email wi… 12 $lang['email_confirm'] = "Either click on this link or paste it into your browser to complete your …
|
| /plugin/badbehaviour/bad-behavior/ |
| D | responses.inc.php | 8 …'136673cd' => array('response' => 403, 'explanation' => 'Your Internet Protocol address is listed … 9 …'response' => 403, 'explanation' => 'An invalid request was received from your browser. This may b… 12 …i-virus and anti-spyware software and remove any viruses and spyware from your computer.', 'log' =… 13 …his server. If you are using the Opera browser, then Opera must appear in your user agent.', 'log'… 14 …'explanation' => 'You do not have permission to access this server. Check your browser\'s language… 15 …i-virus and anti-spyware software and remove any viruses and spyware from your computer.', 'log' =… 16 …ng proxy server. Bypass the proxy server and connect directly, or contact your proxy server admini… 17 …'response' => 400, 'explanation' => 'An invalid request was received from your browser. This may b… 18 …i-virus and anti-spyware software and remove any viruses and spyware from your computer.', 'log' =… 19 …ived. If you are using a proxy server, bypass the proxy server or contact your proxy server admini… [all …]
|
| /plugin/dokullm/doc/ |
| H A D | install.txt | 10 * Access to your DokuWiki server's file system 20 1. Log in to your DokuWiki as an administrator 33 4. Upload the ''dokullm'' folder to your DokuWiki's ''lib/plugins/'' directory 43 * **LLM API URL**: The base URL of your LLM API (e.g., Ollama API) 44 * **LLM API Key**: Your API key if authentication is required 49 * **ChromaDB Host**: Hostname of your ChromaDB server 50 * **ChromaDB Port**: Port number of your ChromaDB server 53 * **Ollama Host**: Hostname of your Ollama server (for embeddings) 54 * **Ollama Port**: Port number of your Ollama server 68 1. Create the ''dokullm:profiles:default:system'' page with your base system prompt [all …]
|
| H A D | profiles.txt | 3 Profiles in DokuLLM allow you to organize and customize your AI interactions. Each profile can have… 9 * //Add your custom profiles here// 15 …- Create a new namespace at ''dokullm:profiles:PROFILE_NAME'' (replace PROFILE_NAME with your desi… 17 - Add prompt pages for each action in your profile 18 - Configure the plugin to use your new profile in the plugin settings 49 Here's an example of how to structure your profile action table: 68 Each action in your profile corresponds to a prompt page. To add a custom prompt: 69 …es:PROFILE_NAME:PROMPT_NAME'' (replace PROFILE_NAME with your profile and PROMPT_NAME with your ac… 70 - Write your prompt in this page, using placeholders as needed: 73 * The prompt will automatically be available through the action defined in your profile [all …]
|
| /plugin/statistics/lang/en/ |
| D | lang.php | 66 … = 'This page gives you a quick overview on what has happened in your wiki during the cho… 67 … = 'These are the wiki pages most viewed in the selected timeframe – your top content.'; 69 $lang['intro_images'] = 'These are the top most displayed local images in your wiki.… 70 $lang['intro_downloads'] = 'These are the top most downloaded local media items in your… 74 …ro_outlinks'] = 'These are the most clicked on links to external sites in your wiki.'; 75 …tro_searchengines'] = 'The following search engines were used by users to find your wiki.'; 76 …ro_internalsearchphrases'] = 'These are the exact phrases people used to search inside your wiki.'; 77 …nternalsearchwords'] = 'These are the most common words people used to search inside your wiki.'; 78 $lang['intro_browsers'] = 'Here are the most popular browsers used by your users.'; 79 $lang['intro_os'] = 'Here are the most popular platforms used by your users.'; [all …]
|
| /plugin/bureaucracyau/_test/ |
| D | input.txt | 2 action template userstpl users:%Y:@@What's your Name?@@:start 5 Textbox "Employee Name" "=Your Name" 6 number "Your Age" >13 <99 7 email "Your E-Mail Address" 23 textarea "Tell me about your self" 26 fieldset "Create Your User Page" 27 select "What's your Continent?" "Europe|N. America|S. America|Asia|Australia" 28 textbox "What's your Name?" 32 fieldset "Add your publications" "Do have publication?"
|
| /plugin/bureaucracy-au/_test/ |
| D | input.txt | 2 action template userstpl users:%Y:@@What's your Name?@@:start 5 Textbox "Employee Name" "=Your Name" 6 number "Your Age" >13 <99 7 email "Your E-Mail Address" 23 textarea "Tell me about your self" 26 fieldset "Create Your User Page" 27 select "What's your Continent?" "Europe|N. America|S. America|Asia|Australia" 28 textbox "What's your Name?" 32 fieldset "Add your publications" "Do have publication?"
|
| /plugin/findologicxmlexport/vendor/jms/metadata/ |
| D | CONTRIBUTING.md | 5 Before we can merge your Pull-Request here are some guidelines that you need to follow. 14 Your Pull-Request must be compliant with the said standard. 15 To check your code you can run `vendor/bin/phpcs`. This command will give you a list of violations … 20 Please try to add a test for your pull-request. This project uses [PHPUnit](https://phpunit.de/) as… 28 We automatically run your pull request through [Travis CI](https://www.travis-ci.org) 30 If you break the tests, we cannot merge your code, 31 so please make sure that your code is working before opening up a Pull-Request. 41 Please allow us time to review your pull requests. 44 Thank you very much again for your contribution!
|
| /plugin/googleanalytics/lang/en/ |
| D | intro.txt | 5 …en.wikipedia.org/wiki/Google_Analytics|Google Analytics]], which allows you to track your visitors. 9 …de that is automatically included into your site via the ''lib/exe/js.php'' file. (Which you can i… 22 ….js'' or ''gtag.js'', you will need to be able to embed JavaScript within your DokuWiki pages. You… 24 …* [[:wiki:syntax#embedding_html_and_php|Enabling embedded HTML]] in your local DokuWiki instance (… 26 * Edit your site's template to add "tagging" directly 28 …your site to [[https://en.wikipedia.org/wiki/Cross-site_scripting|Cross-site Scripting]] attacks i… 30 If you edit your template (the third option), make sure to make notes of what you change, as "upgra…
|
| /plugin/davcal/vendor/sabre/dav/bin/ |
| H A D | googlecode_upload.py | 13 # file on your local machine, a small summary of what the file is, a 17 # in your local filesystem (that is, the "basename" or last path 21 # Note that the upload script requests that you enter your 22 # googlecode.com password. This is NOT your Gmail account password! 24 # Subversion and uploading files. You can find your password by going 25 # to http://code.google.com/hosting/settings when logged in with your 26 # Gmail account. If you have already committed to your project's 27 # Subversion repository, the script will automatically retrieve your 32 # your own Google Code file uploader, then you should take a look at 64 project_name: The name of your project on Google Code. [all …]
|
| /plugin/passpolicy/lang/en/ |
| D | lang.php | 9 $lang['length'] = 'Your password needs to be at least %d characters long.'; 10 $lang['pools'] = 'Your password needs to use characters from at least %d of the following types: %s… 11 $lang['user1'] = 'Your password may not contain your username.'; 12 $lang['user2'] = 'Your password may only use %d or less consecutive characters that appear in your … 13 $lang['nocommon'] = 'Your password may not be one of the 10,000 most commonly used passwords.'; 14 $lang['noleaked'] = 'Your password may not have been used in any known password leak.';
|
| /plugin/bible/bible_douayRheims/ |
| D | Joel.txt | 2 …ar, all ye inhabitants of the land: did this ever happen in your days, or in the days of your fath… 3 …1:3. Tell ye of this to your children, and let your children tell their children, and their childr… 5 …eep, and mourn all ye that take delight; in drinking sweet wine: for it is cut off from your mouth. 13 …loth, ye ministers of my God: because sacrifice and libation is cut off from the house of your God. 14 … together the ancients, all the inhabitants of the land into the house of your God: and cry ye to … 31 …2:12. Now, therefore, saith the Lord. Be converted to me with all your heart, in fasting, and in w… 32 …2:13. And rend your hearts, and not your garments and turn to the Lord your God: for he is graciou… 33 … return, and forgive, and leave a blessing behind him, sacrifice and libation to the Lord your God? 41 …2:23. And you, O children of Sion, rejoice, and be joyful in the Lord your God: because he hath gi… 44 … in plenty, and shall be filled and you shall praise the name of the Lord your God; who hath done … [all …]
|
| /plugin/fckg/fckeditor/editor/lang/ |
| D | lang-template.txt | 2 * To Upgrade for your language, create the following language items in your language file, 4 * You can use this file as your template and over-write the English with your tanslations 27 …e DokuWiki Mediamangager can be used only for uploading. It cannot insert images into your text.", 28 DlgImgHelp : "<b>Image Alignment</b> The align property will place your images in text con… 36 DlgImgAlertSucess : "Your file has been successfully uploaded.", 39 … "Security error. You probably don't have enough permissions to upload. Please check your server.", 51 DlgnLnkMsgNoWikiFile : "Please enter a file name for your internal link", 70 DlgFileBrowserSelect: "Please select a file from your computer", 98 … to upload files to this folder. If you think this is incorrect please notify your administrator.', 100 FileBrowserError_205: 'Unable to rename the selected file; check your directory/write permisssions… [all …]
|
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/ |
| D | PULL_REQUEST_TEMPLATE.md | 1 <!--- Provide a general summary of your changes in the Title above --> 5 Describe your changes in detail. 16 Please describe in detail how you tested your changes. 18 Include details of your testing environment, and the tests you ran to 19 see how your change affects other areas of the code, etc. 25 What types of changes does your code introduce? Put an `x` in all the boxes that apply: 34 …your pull request until all of the boxes are ticked. Once your pull request is created, it will tr…
|
| /plugin/subjectindex/plugins/ |
| D | bible_verses.txt | 61 For God knows that in the very day of YOUR eating from it YOUR eyes are bound to be opened and YOU … 66 Finally he said: "Your voice I heard in the garden, but I was afraid because I was naked and so I h… 70 … all the wild beasts of the field. Upon your belly you will go and dust is what you will eat all t… 71 And I shall put enmity between you and the woman and between your seed and her seed. He will bruise… 72 …greatly increase the pain of your pregnancy; in birth pangs you will bring forth children, and you… 73 …your wife's voice and took to eating from the tree concerning which I gave you this command, 'You … 75 In the sweat of your face you will eat bread until you return to the ground, for out of it you were… 86 At this Jehovah said to Cain: "Why are you hot with anger and why has your countenance fallen? 87 … crouching at the entrance, and for you is its craving; and will you, for your part, get the maste… 89 Later on Jehovah said to Cain: "Where is Abel your brother?" and he said: "I do not know. Am I my b… [all …]
|
| /plugin/oauth/lang/en/ |
| H A D | lang.php | 10 …account associated with your email address has not enabled logging in with %s. Please login by oth… 11 …en malconfigured. Defaulting to local authentication only. Please contact your wiki administrator.… 15 $lang['eMailEnforced'] = 'Sorry, accounts from your domain have to login via oAuth.'; 17 …led or conf/users.auth.php is not writable. Please ask your DokuWiki administrator to create your … 18 $lang['oauth login failed'] = 'Your (re)login has failed.'; 19 $lang['generic create error'] = 'Something went wrong creating your user account. Please try again …
|
| /plugin/jplayer/vendor/mustache/mustache/ |
| D | CONTRIBUTING.md | 12 …4. Add tests for your change. Only refactoring and documentation changes require no new tests. If … 16 6. Push your fork to GitHub and submit a pull request against the `dev` branch. 19 ### You can do some things to increase the chance that your pull request is accepted the first time: 22 * To help with that, do all your work in a feature branch (e.g. `feature/my-alsome-feature`). 24 * Use `phpcs --standard=PSR2` to check your changes against the coding standard. 25 * Write tests that fail without your code, and pass with it. 26 …* Don't bump version numbers. Those will be updated — per [semver](http://semver.org) — once your … 28 …* ... Don't update the wiki until your change is merged and released, but make a note in your pull…
|
| /plugin/authdrupal8/ |
| D | README.md | 4 This plugin might be useful if you are running a drupal website and want to give your drupal users … 40 * MySQL database holding your drupal tables 41 * The database prefix used for your drupal tables (including the underscore e.g. ```myprefix_```) 43 **Before** setting your authentication mode to ```authdrupal8``` you should think about the followi… 44 …that are member of a defined user group. This plugin is reading the user groups from your database. 45 … the ACL controls. Otherwise you might not be able to get access to your wiki or your adminstratio… 50 * administrator: add a administrator group (with @) or username that matches one of your drupal8 ad… 51 * manager: add a manager group (with @) or username that matches one of your drupal roles or users
|
| /plugin/swiftmail/lang/en/ |
| D | settings.php | 3 $lang['smtp_host'] = 'Your outgoing SMTP server.'; 4 $lang['smtp_port'] = 'The port your SMTP server listens on. Usually 25. 465 for SSL.'; 5 $lang['smtp_ssl'] = 'What kind of encryption is used when communicating with your SMTP Server?'; /… 11 $lang['auth_user'] = 'If authentication is required, put your user name here.'; 13 $lang['pop3_host'] = 'If your server uses POP-before-SMTP for authentication, give your POP3 creden…
|
| /plugin/authgooglesheets/vendor/google/auth/ |
| D | README.md | 48 #### Download your Service Account Credentials JSON file 51 JSON credentials for your project. Go to **APIs & Services** > **Credentials** in 55 > This file is your *only copy* of these credentials. It should never be 56 > committed with your source code, and should be stored securely. 70 Before making your API call, you must be sure the API you're calling has been 77 As long as you update the environment variable below to point to *your* JSON 78 credentials file, the following code should output a list of your Drive files. 85 // specify the path to your application credentials 88 // define the scopes for your API call 128 If your application is running behind Cloud Run, or using Cloud Identity-Aware [all …]
|
| /plugin/googleanalytics/ |
| D | README.md | 13 …nalytics](https://en.wikipedia.org/wiki/Google_Analytics), which allows you to track your visitors. 15 …ode that is automatically included into your site via the `lib/exe/js.php` file. (Which you can in… 28 …ics.js` or `gtag.js`, you will need to be able to embed JavaScript within your DokuWiki pages. You… 30 …* [Enabling embedded HTML](https://www.dokuwiki.org/wiki:syntax#embedding_html_and_php) in your lo… 32 * Edit your site's template to add "tagging" directly 34 …your site to [Cross-site Scripting](https://en.wikipedia.org/wiki/Cross-site_scripting) attacks if… 36 If you edit your template (the third option), make sure to make notes of what you change, as "upgra…
|