Home
last modified time | relevance | path

Searched refs:first (Results 51 – 75 of 1078) sorted by path

12345678910>>...44

/plugin/authjoomla3/
H A DREADME.md10 …- The first thing to do is to go to the Authentication page and change `Authentication backend` wi…
/plugin/authmantis/
H A DLICENSE.md420 violation by some reasonable means, this is the first time you have
/plugin/authsmartcard/
H A DREADME.md36 Redirect requests to the authentication plugin, so that requests to the first page of the wiki, e.g…
/plugin/authsmf20/
H A Dstyle.css92 span.userlink-popup > * > *:first-child {
/plugin/authsplit/
H A DREADME39 being unknown. Since these effects may not be particularly intuitive at first
54 passwords. authsplit will first make sure that the PRIMARY auth plugin
105 authsplit will first check if the user is not known to the PRIMARY auth plugin
107 the user there, first. This is so that you can use DokuWiki to quickly create
128 modify in the PRIMARY auth plugin first (if that plugin reports being
142 user manager is supposed to manage DokuWiki users in the first place. Thus,
/plugin/authsqlite/
H A Dauth.php143 * @param int $first index of first user to be returned
148 public function retrieveUsers($first = 0, $limit = 0, $filter = array()) { argument
156 if($first) $sql .= " OFFSET $first";
/plugin/authyubikey/
H A DREADME.md16 After that, you have to login into your Dokuwiki as an administrator. At first
H A Dauth.php.org265 * @param int $start index of first user to be returned
/plugin/autogroup/
H A DLICENSE424 violation by some reasonable means, this is the first time you have
673 Public License instead of this License. But first, please read
/plugin/autoindex/
H A Dsyntax.php75 $first = PhpString::strtoupper(PhpString::substr($page['title'], 0, 1));
76 if ($first !== $last) {
82 $last = $first;
84 $renderer->header($first, 2, 0);
/plugin/autolink4/lang/en/
H A Dadmin_help.txt10 * once: Only link the first occurrence of this tooltip.
/plugin/autotooltip/
H A Dscreen.less22 > *:first-child {
H A Dscript.js34 container.first().append(m_tt);
/plugin/autotweet/
H A DOAuth.php420 $first = true;
423 $first = false;
433 $out .= ($first) ? ' ' : ',';
438 $first = false;
/plugin/backup/
H A DCHANGELOG.md25 - [BT-44] - Added this CHANGELOG.md file and first official version number 1.0.0 and release date t…
/plugin/badbehaviour/
H A Dbadbehavior.readme10 cases, from ever reading your site in the first place.
24 ever reading your site in the first place. This keeps your site's load down,
/plugin/barcode/
H A DCOPYING424 violation by some reasonable means, this is the first time you have
673 Public License instead of this License. But first, please read
/plugin/barcode/api/
H A Dbarcode.inc23 function addParam(&$first, $param) {
24 if (!$first) {return '&' . $param;}
25 $first = false;
/plugin/barcode/api/google/
H A Dbarcode.inc16 $first = true;
21 $resultStr .= $this->addParam($first, 'cht=qr');
24 $resultStr .= $this->addParam($first, 'chs=120x120');
27 $resultStr .= $this->addParam($first, 'chs=240x240');
30 $resultStr .= $this->addParam($first, 'chs=350x350');
33 $resultStr .= $this->addParam($first, 'chs=500x500');
36 $resultStr .= $this->addParam($first, 'chs=240x240');
39 $resultStr .= $this->addParam($first, 'chl=' . urlencode($text));
/plugin/barcode/api/inigma/
H A Dbarcode.inc16 $first = true;
28 $resultStr .= $this->addParam($first, 'c=' . $caption);
32 $resultStr .= $this->addParam($first, 's=3');
35 $resultStr .= $this->addParam($first, 's=4');
38 $resultStr .= $this->addParam($first, 's=5');
41 $resultStr .= $this->addParam($first, 's=6');
44 $resultStr .= $this->addParam($first, 's=4');
47 $resultStr .= $this->addParam($first, 'd=' . urlencode($text));
/plugin/barcode/api/kawa/
H A Dbarcode.inc16 $first = true;
22 $resultStr .= $this->addParam($first, 's=4');
25 $resultStr .= $this->addParam($first, 's=6');
28 $resultStr .= $this->addParam($first, 's=8');
31 $resultStr .= $this->addParam($first, 's=10');
34 $resultStr .= $this->addParam($first, 's=15');
37 $resultStr .= $this->addParam($first, 'd=' . urlencode($text));
/plugin/barcode/api/qrserver/
H A Dbarcode.inc16 $first = true;
22 $resultStr .= $this->addParam($first, 'size=120x120');
25 $resultStr .= $this->addParam($first, 'size=240x240');
28 $resultStr .= $this->addParam($first, 'size=350x350');
31 $resultStr .= $this->addParam($first, 'size=500x500');
34 $resultStr .= $this->addParam($first, 'size=240x240');
37 $resultStr .= $this->addParam($first, 'data=' . urlencode($text));
41 if ($p[$optional]) $resultStr .= $this->addParam($first, $optional . '=' . $p[$optional]);
/plugin/barcodes/vendor/composer/
H A DClassLoader.php206 $first = $prefix[0];
207 if (!isset($this->prefixesPsr0[$first][$prefix])) {
208 $this->prefixesPsr0[$first][$prefix] = (array) $paths;
213 $this->prefixesPsr0[$first][$prefix] = array_merge(
215 $this->prefixesPsr0[$first][$prefix]
218 $this->prefixesPsr0[$first][$prefix] = array_merge(
219 $this->prefixesPsr0[$first][$prefix],
502 $first = $class[0];
503 if (isset($this->prefixLengthsPsr4[$first])) {
536 if (isset($this->prefixesPsr0[$first])) {
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DLICENSE424 violation by some reasonable means, this is the first time you have
673 Public License instead of this License. But first, please read
/plugin/batchedit/
H A Dinterface.css171 #batchedit #be-mainform > div:first-child {

12345678910>>...44