Home
last modified time | relevance | path

Searched refs:best (Results 1 – 25 of 680) sorted by relevance

12345678910>>...28

/plugin/top/_test/
Ddate.test.php29 $result = $top_helper->best(null,201312);
35 $result = $top_helper->best(null,null);
41 $result = $top_helper->best('en',null);
47 $result = $top_helper->best('en',201302);
/plugin/autlogin/
Daction.php93 $best = $this->find_best(); //find best rule for host
95 if($best != -1) //some rule is accepting, log in like $best
97 $best = auth_nameencode($best,true);
98 $info = $auth->getUserData($best);
106 auth_login($best,$passw,false,false);
107 if(auth_aclcheck($ID,$best,$groups) == AUTH_NONE)
135 $best = -1;
199 $best = $alias;
207 return $best;
/plugin/404manager/
DREADME.md32 * Redirection by best namespace
58 * set the weight factor for the [Redirection by best namepage](#redirection-by-best-namepage)
77 ### Redirection by best name page
79 The redirection by best name page is an simple algorithm which occurs to find the best page by name.
106 ### Redirection by best namespace
107 …ection perform the same algorithm that the [redirection by best namepage](#Redirection by best nam…
DCHANGES.md12 …* The page path is no more split by an underscore `_` for the best page name. This is to avoid tha…
13 …* The best name space page doesn't check all namespace if the page ID that gives a 404 has a exist…
/plugin/tos/lang/de/
Dintro.txt1 ====== Bitte bestätigen Sie unsere Nutzungsbedingungen ======
/plugin/publish/lang/de/
H A Dmailapprovetext.txt2 Ihr Vorschlag für @TITLE@ auf @DOKUWIKIURL@ wurde bestätigt.
/plugin/dw2pdf/vendor/mpdf/mpdf/.github/ISSUE_TEMPLATE/
DFeature_request.md8 <!-- Please describe the new functionality as best as you can. -->
/plugin/dw2pdf/vendor/mpdf/qrcode/.github/ISSUE_TEMPLATE/
DFeature_request.md8 <!-- Please describe the new functionality as best as you can. -->
/plugin/vbsso/
DREADME.md34 Note please: It's best to put the site into Maintenance Mode first and take a backup, before you st…
46 Note please: It's best to put the site into Maintenance Mode first and take a backup, before you st…
53 Note please: It's best to put the site into Maintenance Mode first and take a backup, before you st…
/plugin/discussion/lang/de-informal/
Dconfirmsubscribe.txt5 Rufe den folgenden Link auf, Um das Abonnement zu bestätigen: @SUBSCRIBE@
/plugin/discussion/lang/de/
Dconfirmsubscribe.txt5 Um das Abonnement zu bestätigen, rufen Sie den folgenden Link auf: @SUBSCRIBE@
/plugin/top/
Daction.php76 $pages = $hlp->best($lang, $month, $num);
Dsyntax.php80 $list = $hlp->best($data[1]['lang'], $data[1]['month'], 20);
Dhelper.php74 public function best($lang, $month, $num = 10) function in helper_plugin_top
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.TidyLevel.txt16 <dd>Enforce best practices</dd>
/plugin/rating/
Dsyntax.php70 $list = $hlp->best($data[1]['lang'],$data[1]['startdate'], 20);
Dhelper.php106 public function best($lang, $startdate, $num = 10) { function in helper_plugin_rating
/plugin/stackedit/
DREADME6 It adds a button to the dokuwiki toolbar to open StackEdit. It is best used in combination with a M…
/plugin/markdownextra/
DREADME.md60 I love this markdown extra plugin, the best feature is .md suffix. And I love [tag plugin](https://…
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
DREADME.md67 > For more examples it would be best to review the scripts in the [`/examples` folder](/examples).
/plugin/pdfjs/pdfjs/web/locale/fy-NL/
Dviewer.properties225 invalid_file_error=Ynfalide of korruptearre PDF-bestân.
226 missing_file_error=PDF-bestân ûntbrekt.
238 password_label=Jou it wachtwurd om dit PDF-bestân te iepenjen.
/plugin/structtemplating/
Dcomposer.lock134 "ext-ctype": "For best performance"
213 "ext-mbstring": "For best performance"
/plugin/findologicxmlexport/vendor/jms/metadata/
DCONTRIBUTING.md42 We will give our best to review everything as fast as possible, but cannot always live up to our ow…
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Doutput.js1335 var best = a[0], len = best.length;
1338 best = a[i];
1339 len = best.length;
1342 return best;
/plugin/imagecarousel/vendor/slick/
DCONTRIBUTING.markdown13 Providing a test case is the best way to get your issue addressed. Without a test case; your issue …

12345678910>>...28