Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 25 of 223) sorted by relevance

123456789

/plugin/translate/lang/en/
H A Dnewtrans.txt1 ======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 DnamespacePreparer.php
/plugin/tagentry/
H A Daction.php238 $exist = false;
239 resolve_pageID( $tagplugin->namespace, $id, $exist );
240 if ( $exist ) {
/plugin/templater/
H A DCHANGELOG.md38 * Better fix for `{{template>page#section}}` doesn't exist with error message.
44 * Bug fix for when `{{template>page#section}}` doesn't exist.
67 * When the template does not exist show a link to create the template.
/plugin/autlogin/
H A Daction.php100 $exist = false;
103 $exist = true;
105 if($exist){
320 $exist = false;
323 $exist = true;
325 if($exist == true){
/plugin/pagenav/
H A Dsyntax.php68 $exist = false;
70 resolve_pageid('', $start, $exist);
/plugin/conform/
H A Dhelper.php68 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 DREADME.md26 | `<<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 Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/twofactoraltemail/
H A Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/imgpaste/
H A Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DTest.ForceNoIconv.txt
/plugin/encryptedpasswords/
H A Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dmultiline_function_with_undefined_variable.test12 Twig\Error\RuntimeError: Variable "with_context" does not exist in "index.twig" at line 3.
H A Dmultiline_tag_with_undefined_variable.test12 Twig\Error\RuntimeError: Variable "vars" does not exist in "index.twig" at line 3.
H A Dmultiline_array_with_undefined_variable_again.test18 Twig\Error\RuntimeError: Variable "foobar" does not exist in "index.twig" at line 7.
H A Dmultiline_array_with_undefined_variable.test18 Twig\Error\RuntimeError: Variable "foo2" does not exist in "index.twig" at line 11.
/plugin/notfound/
H A Dplugin.info.txt6 desc Display a custom page when a page does not exist.
/plugin/dx/skel/_test/
H A DGeneralTest.php.skel53 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 Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/twofactor/
H A Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
H A Dwith_only.test10 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 Derror_line.test16 Twig\Error\RuntimeError: Variable "nothing" does not exist in "index.twig" at line 5.
/plugin/vshare/
H A Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/dbquery/
H A Ddeleted.files2 # but were removed later. They should not exist in your installation.

123456789