Home
last modified time | relevance | path

Searched full:continue (Results 1 – 25 of 229) sorted by relevance

12345678910

/dokuwiki/inc/Remote/OpenApiDoc/
H A DDocBlockClass.php44 if ($method->isConstructor()) continue;
45 if ($method->isDestructor()) continue;
46 if (!$method->isPublic()) continue;
64 if (!$property->isPublic()) continue;
H A DClassResolver.php121 continue;
131 continue;
136 continue;
H A DDocBlockMethod.php78 if ($name === '' || $name[0] !== '$') continue;
80 if (!isset($result[$name])) continue; // reflection says this param does not exist
/dokuwiki/lib/plugins/config/_test/
H A DDocumentationTest.php29 if (is_a($setting, SettingHidden::class)) continue;
30 if (is_a($setting, SettingFieldset::class)) continue;
34 if (!preg_match('/ href="(.*?)"/', $pretty, $m)) continue;
/dokuwiki/inc/Extension/
H A DRemotePlugin.php45 continue;
49 continue;
52 continue; // skip self, if overridden
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingDirchoice.php21 if ($entry == '.' || $entry == '..') continue;
22 if ($this->pattern && !preg_match($this->pattern, $entry)) continue;
/dokuwiki/inc/
H A DSafeFN.class.php32 * (continue to next character)
36 * (continue to next character)
42 * (continue to next character)
62 * (continue to next substring)
66 * (continue to next substring)
72 * (continue to next substring)
/dokuwiki/inc/lang/en/
H A Ddenied.txt3 Sorry, you don't have enough rights to continue.
H A Ddraft.txt3 …i automatically saved a draft during your work which you may now use to continue your editing. Bel…
/dokuwiki/.github/workflows/
H A DdeletedFiles.yml28 continue
37 continue
40 continue
H A DautoFix.yml37 continue-on-error: true # even if not all errors are fixed, we want to create a PR
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php101 continue;
109 continue;
143 continue;
162 continue;
180 continue;
198 continue;
214 continue;
221 continue;
/dokuwiki/inc/File/
H A DResolver.php91 if ($dir === '.') continue;
92 if ($dir === '') continue;
95 continue;
/dokuwiki/inc/Action/
H A DCancel.php25 // continue with draftdel -> redirect -> show
H A DSave.php62 // continue with draftdel -> redirect -> show
H A DRevert.php58 // continue with draftdel -> redirect -> show
/dokuwiki/_test/core/
H A DTestUtils.php36 continue;
57 continue;
/dokuwiki/inc/Parsing/Handler/
H A DBlock.php155 continue;
161 continue;
170 continue;
175 continue;
190 continue;
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php47 continue;
57 continue;
64 continue;
67 continue;
76 continue;
H A DSubscriberManager.php187 continue;
199 continue;
258 continue;
261 continue;
264 continue;
/dokuwiki/lib/plugins/safefnrecode/
H A Daction.php62 if ($file == '.' || $file == '..') continue; # cur and upper dir
64 if (strpos($file, '%') === false) continue; # no encoding used
/dokuwiki/inc/Ui/
H A DAdmin.php136 if (!($obj = plugin_load('admin', $p)) instanceof PluginInterface) continue;
139 if (!$obj->isAccessibleByCurrentUser()) continue;
140 if (!$obj->showInMenu()) continue;
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php131 continue;
135 continue;
141 continue;
155 continue;
300 continue;
/dokuwiki/_test/
H A Dbootstrap.php100 continue;
104 continue;
/dokuwiki/lib/plugins/extension/
H A Dcli.php131 … if ($ext->isGitControlled() && !$gitOverwrite) continue; // skip git controlled extensions
162 continue;
312 continue;
342 if (!$details) continue;
350 if (!$msgs) continue;

12345678910