Home
last modified time | relevance | path

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

1234567891011

/plugin/translate/lang/en/
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/tagentry/
Daction.php238 $exist = false;
239 resolve_pageID( $tagplugin->namespace, $id, $exist );
240 if ( $exist ) {
/plugin/autlogin/
Daction.php100 $exist = false;
103 $exist = true;
105 if($exist){
320 $exist = false;
323 $exist = true;
325 if($exist == true){
/plugin/pagenav/
Dsyntax.php68 $exist = false;
70 resolve_pageid('', $start, $exist);
/plugin/conform/
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/
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/templater/
DCHANGELOG.md43 * 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/
Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/dx/skel/_test/
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/whennotfound/
Dplugin.info.txt5 desc displays search results when a page does not exist
/plugin/twofactoraltemail/
Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/imgpaste/
Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/xref/
Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DTest.ForceNoIconv.txt5 When set to true, HTMLPurifier_Encoder will act as if iconv does not exist
/plugin/virtualgroup/
Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/filelist/
Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/encryptedpasswords/
Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
Dmultiline_function_with_undefined_variable.test12 Twig\Error\RuntimeError: Variable "with_context" does not exist in "index.twig" at line 3.
Dmultiline_tag_with_undefined_variable.test12 Twig\Error\RuntimeError: Variable "vars" does not exist in "index.twig" at line 3.
Dmultiline_array_with_undefined_variable_again.test18 Twig\Error\RuntimeError: Variable "foobar" does not exist in "index.twig" at line 7.
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/acknowledge/
Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/twofactor/
Ddeleted.files2 # but were removed later. They should not exist in your installation.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
Dwith_only.test10 Twig\Error\RuntimeError: Variable "baz" does not exist in "index.twig" at line 3.

1234567891011