Searched refs:exist (Results 1 – 25 of 275) sorted by relevance
1234567891011
| /plugin/translate/lang/en/ |
| D | newtrans.txt | 1 ======This translation does not exist yet====== 3 You've followed a link to a translation that doesn't exist yet. If permissions allow, you may creat…
|
| /plugin/tagentry/ |
| D | action.php | 238 $exist = false; 239 resolve_pageID( $tagplugin->namespace, $id, $exist ); 240 if ( $exist ) {
|
| /plugin/autlogin/ |
| D | action.php | 100 $exist = false; 103 $exist = true; 105 if($exist){ 320 $exist = false; 323 $exist = true; 325 if($exist == true){
|
| /plugin/pagenav/ |
| D | syntax.php | 68 $exist = false; 70 resolve_pageid('', $start, $exist);
|
| /plugin/conform/ |
| D | helper.php | 68 array_push($errors, "Line: $linecount --> Keyword '$args[0]' doesn't exist!"); 179 … if ( $requiredvalue != 1 ) array_push($errors, "$requiredcheck keyword is required to exist!");
|
| /plugin/displayorphans/ |
| D | README.md | 26 | `<<display orphaned>>` | Displays a table of orphaned pages, ie pages that exist but aren't linke… 27 | `<<display wanted>>` | Displays a table of wanted pages, ie pages that do not exist but are linke… 28 | `<<display linked>>` | Displays a table of linked pages, ie pages that do exist and are linked to…
|
| /plugin/templater/ |
| D | CHANGELOG.md | 43 * Better fix for `{{template>page#section}}` doesn't exist with error message. 49 * Bug fix for when `{{template>page#section}}` doesn't exist. 72 * When the template does not exist show a link to create the template.
|
| /plugin/twofactoremail/ |
| D | deleted.files | 2 # but were removed later. They should not exist in your installation.
|
| /plugin/dx/skel/_test/ |
| D | GeneralTest.php.skel | 53 self::markTestSkipped('No config files exist -> skipping test'); 66 …ault.php and ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/metadata.php have to exist and contain the sa…
|
| /plugin/whennotfound/ |
| D | plugin.info.txt | 5 desc displays search results when a page does not exist
|
| /plugin/twofactoraltemail/ |
| D | deleted.files | 2 # but were removed later. They should not exist in your installation.
|
| /plugin/imgpaste/ |
| D | deleted.files | 2 # but were removed later. They should not exist in your installation.
|
| /plugin/xref/ |
| D | deleted.files | 2 # but were removed later. They should not exist in your installation.
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | Test.ForceNoIconv.txt | 5 When set to true, HTMLPurifier_Encoder will act as if iconv does not exist
|
| /plugin/virtualgroup/ |
| D | deleted.files | 2 # but were removed later. They should not exist in your installation.
|
| /plugin/filelist/ |
| D | deleted.files | 2 # but were removed later. They should not exist in your installation.
|
| /plugin/encryptedpasswords/ |
| D | deleted.files | 2 # but were removed later. They should not exist in your installation.
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/ |
| D | multiline_function_with_undefined_variable.test | 12 Twig\Error\RuntimeError: Variable "with_context" does not exist in "index.twig" at line 3.
|
| D | multiline_tag_with_undefined_variable.test | 12 Twig\Error\RuntimeError: Variable "vars" does not exist in "index.twig" at line 3.
|
| D | multiline_array_with_undefined_variable_again.test | 18 Twig\Error\RuntimeError: Variable "foobar" does not exist in "index.twig" at line 7.
|
| D | multiline_array_with_undefined_variable.test | 18 Twig\Error\RuntimeError: Variable "foo2" does not exist in "index.twig" at line 11.
|
| /plugin/notfound/ |
| H A D | plugin.info.txt | 6 desc Display a custom page when a page does not exist.
|
| /plugin/acknowledge/ |
| D | deleted.files | 2 # but were removed later. They should not exist in your installation.
|
| /plugin/twofactor/ |
| D | deleted.files | 2 # but were removed later. They should not exist in your installation.
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/ |
| D | with_only.test | 10 Twig\Error\RuntimeError: Variable "baz" does not exist in "index.twig" at line 3.
|
1234567891011