Searched refs:exist (Results 1 – 25 of 223) sorted by relevance
123456789
/plugin/translate/lang/en/ |
H A 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/nspages/fileHelper/ |
H A D | namespacePreparer.php |
|
/plugin/tagentry/ |
H A D | action.php | 238 $exist = false; 239 resolve_pageID( $tagplugin->namespace, $id, $exist ); 240 if ( $exist ) {
|
/plugin/templater/ |
H A 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/autlogin/ |
H A D | action.php | 100 $exist = false; 103 $exist = true; 105 if($exist){ 320 $exist = false; 323 $exist = true; 325 if($exist == true){
|
/plugin/pagenav/ |
H A D | syntax.php | 68 $exist = false; 70 resolve_pageid('', $start, $exist);
|
/plugin/conform/ |
H A 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/ |
H A 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/twofactoremail/ |
H A D | deleted.files | 2 # but were removed later. They should not exist in your installation.
|
/plugin/twofactoraltemail/ |
H A D | deleted.files | 2 # but were removed later. They should not exist in your installation.
|
/plugin/imgpaste/ |
H A D | deleted.files | 2 # but were removed later. They should not exist in your installation.
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Test.ForceNoIconv.txt |
|
/plugin/encryptedpasswords/ |
H A 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/ |
H A D | multiline_function_with_undefined_variable.test | 12 Twig\Error\RuntimeError: Variable "with_context" does not exist in "index.twig" at line 3.
|
H A D | multiline_tag_with_undefined_variable.test | 12 Twig\Error\RuntimeError: Variable "vars" does not exist in "index.twig" at line 3.
|
H A D | multiline_array_with_undefined_variable_again.test | 18 Twig\Error\RuntimeError: Variable "foobar" does not exist in "index.twig" at line 7.
|
H A 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/dx/skel/_test/ |
H A 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/acknowledge/ |
H A D | deleted.files | 2 # but were removed later. They should not exist in your installation.
|
/plugin/twofactor/ |
H A 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/ |
H A D | with_only.test | 10 Twig\Error\RuntimeError: Variable "baz" does not exist in "index.twig" at line 3.
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/ |
H A D | error_line.test | 16 Twig\Error\RuntimeError: Variable "nothing" does not exist in "index.twig" at line 5.
|
/plugin/vshare/ |
H A D | deleted.files | 2 # but were removed later. They should not exist in your installation.
|
/plugin/dbquery/ |
H A D | deleted.files | 2 # but were removed later. They should not exist in your installation.
|
123456789