Home
last modified time | relevance | path

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

12345678910>>...23

/plugin/top/_test/
H A 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/
H A 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/
H A 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…
H A 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/
H A 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/discussion/lang/de-informal/
H A Dconfirmsubscribe.txt5 Rufe den folgenden Link auf, Um das Abonnement zu bestätigen: @SUBSCRIBE@
/plugin/discussion/lang/de/
H A Dconfirmsubscribe.txt5 Um das Abonnement zu bestätigen, rufen Sie den folgenden Link auf: @SUBSCRIBE@
/plugin/vbsso/
H A 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/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.TidyLevel.txt
/plugin/rating/
H A Dsyntax.php70 $list = $hlp->best($data[1]['lang'],$data[1]['startdate'], 20);
H A Dhelper.php106 public function best($lang, $startdate, $num = 10) { function in helper_plugin_rating
/plugin/stackedit/
H A DREADME6 It adds a button to the dokuwiki toolbar to open StackEdit. It is best used in combination with a M…
/plugin/top/
H A Dsyntax.php78 $list = $hlp->best($data[1]['lang'],$data[1]['month'], 20);
H A Dhelper.php79 public function best($lang, $month, $num = 10) { function in helper_plugin_top
/plugin/markdownextra/
H A 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/
H A DREADME.md67 > For more examples it would be best to review the scripts in the [`/examples` folder](/examples).
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md42 We will give our best to review everything as fast as possible, but cannot always live up to our ow…
/plugin/pdfjs/pdfjs/web/locale/fy-NL/
H A 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/imagecarousel/vendor/slick/
H A DCONTRIBUTING.markdown13 Providing a test case is the best way to get your issue addressed. Without a test case; your issue …
/plugin/authshibboleth/
H A DREADME.md49 The best way to do this is to copy the `conf/authshibboleth.conf.php` file from the repository to `…
/plugin/formatplus2/
H A DREADME5 other plugins. I believed the best solution is a unified plugin.
/plugin/formatplus/
H A DREADME5 other plugins. I believed the best solution is a unified plugin.
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt113 …['tags']=>array() { // array of array of strings containing best data from any av…
156 …['comments']=>array() { // array of array of strings containing best data from any avail…
570 …rray() { // array of array of strings containing best data from any avail…
1190 …['comments']=>array() { // array of array of strings containing best data from an…
1333 …['comments']=>array() { // array of array of strings containing best data fr…
1930 …y() { // array of array of strings containing best data from any avail…
2060 …nteger() // quality factor (0=most compressed lossy; 99=best quality lossy; 100=…
2155 …['comments']=>array() { // array of array of strings containing best data from any avail…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md69 We will give our best to review everything as fast as possible, but cannot always live up to our ow…

12345678910>>...23