| /dokuwiki/_test/tests/Subscriptions/ |
| H A D | SubscriberRegexBuilderTest.php | 47 $re = $sub->buildRegex($user, $style, $inputData); 48 $this->assertFalse(empty($re)); 49 $result = preg_grep($re, $data);
|
| /dokuwiki/lib/plugins/logviewer/ |
| H A D | script.js | 12 var re = new RegExp($filter.val(), 'i'); 15 if (elem.innerText.match(re)) {
|
| /dokuwiki/inc/lang/ku/ |
| H A D | backlinks.txt | 3 Di rûpelên di vê lîsteyê de girêdanên ji vê rûpelê re hene.
|
| /dokuwiki/inc/Parsing/ParserMode/ |
| H A D | Header.php | 10 //we're not picky about the closing ones, two are enough
|
| /dokuwiki/lib/plugins/config/lang/ia/ |
| H A D | intro.txt | 3 Usa iste pagina pro controlar le configurationes de tu installation de DokuWiki. Pro adjuta re conf…
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/ |
| H A D | bootstrap.php | 7 * either. it's a bonus for those using composer but if you're not phpseclib will
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | script.js | 54 /* ---- from here on we're in the popup or admin page ---- */ 71 /* ---- from here on we're in the popup only ---- */
|
| /dokuwiki/.github/workflows/ |
| H A D | deletedFiles.yml | 2 # It compares the current master with the data/deleted.files file and cleans the file from any re-i… 28 - name: Cleaning list from re-introduced files
|
| /dokuwiki/inc/Form/ |
| H A D | FieldsetOpenElement.php | 21 // the parent would expect the tag in $value but we're storing the
|
| /dokuwiki/_test/tests/inc/ |
| H A D | common_mediainfo.test.php | 35 * We're interested in the extra keys for $INFO when its a media request
|
| H A D | pageutils_sectionid.test.php | 35 * The convention in the code is to pass $check=false when we're not interested in having
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
| H A D | Barrett.php | 41 …(x >> 1) + (x >> 1) != x / 2 + x / 2. If x is even, they're the same, but if x is odd, they're no… 112 …p[self::VALUE], false); // m.length + (m.length >> 1) + 1 (so basically we're adding two same leng… 122 // 3 digit number by a 1 digit number. if you're doing 999 * 9 (in base 10) the result will 123 // be a 4 digit number. but if you're multiplying 111 * 1 then the result will be a 3 digit 210 …// at this point, we're subtracting a number with m.length + 1 digits from another number with m.l… 222 * If you're going to be doing array_slice($product->value, 0, $stop), some cycles can be saved.
|
| /dokuwiki/inc/Subscriptions/ |
| H A D | SubscriberManager.php | 93 $re = $regexBuilder->buildRegex($user, $style, $data); 94 return io_deleteFromFile($file, $re, true); 181 $re = $regexBuilder->buildRegex($user, $style, $data); 198 if (!preg_match($re, $line, $m)) {
|
| /dokuwiki/_test/tests/general/ |
| H A D | general_html.test.php | 88 $re = join('|', array_map('preg_quote_cb', $this->allowedErrors)); 89 return (bool)preg_match("/$re/", $string);
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | BUGS | 16 you're using this as part of some larger software, you may want to think about
|
| H A D | README.md | 26 And if you're using GeSHi as a plugin/mod for some other software,
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/ |
| H A D | PKCS1.php | 20 * we're just re-using that as the name.
|
| /dokuwiki/lib/plugins/config/core/Setting/ |
| H A D | SettingAuthtype.php | 55 msg('Authentication system changed. Please re-login.');
|
| /dokuwiki/data/pages/wiki/ |
| H A D | welcome.txt | 20 Once you're comfortable with creating and editing pages you might want to have a look at the [[this…
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/ |
| H A D | PKCS1.php | 12 * Technically, PKCS1 is for RSA keys, only, but we're using PKCS1 to describe
|
| /dokuwiki/inc/Ui/ |
| H A D | PageView.php | 78 * @author Szymon Olewniczak <dokuwiki@imz.re>
|
| /dokuwiki/inc/Action/ |
| H A D | Resendpwd.php | 83 // we're in token phase - get user info from token 138 // we're in request phase
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/src/ |
| H A D | JSStrip.php | 112 // tricky. might be an RE 127 // yes, this is an re 130 …en inside a character class definition, enclosed by brackets [] where '/' does not terminate the re
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/ |
| H A D | Barrett.php | 53 …(x >> 1) + (x >> 1) != x / 2 + x / 2. If x is even, they're the same, but if x is odd, they're no… 110 …$n = bcadd($lsd, $temp, 0); // m.length + (m.length >> 1) + 1 (so basically we're adding two same …
|
| /dokuwiki/vendor/splitbrain/php-cli/ |
| H A D | README.md | 135 * Use `splitbrain\phpcli\PSR3CLI` if you're using version 2 of PSR3 (PHP < 8.0) 136 * Use `splitbrain\phpcli\PSR3CLIv3` if you're using version 3 of PSR3 (PHP >= 8.0)
|