| /dokuwiki/_test/tests/Search/Query/ |
| H A D | QueryParserTest.php | 18 $actualParsedQuery = (new QueryParser)->convert($inputQuery);
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
| H A D | Misc.php | 44 public function convert(array $args): array function in LesserPHP\\Functions\\Misc 53 return Util::convert($value, $to);
|
| H A D | Math.php | 237 $converted = Util::convert($values[$a], $first_format); 264 $converted = Util::convert($values[$a], $first_format);
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/Utils/ |
| H A D | Util.php | 51 public static function convert($number, $to): array function in LesserPHP\\Utils\\Util
|
| /dokuwiki/inc/Action/ |
| H A D | Search.php | 105 $parsedQuery = (new QueryParser())->convert($QUERY);
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/ |
| H A D | README.md | 18 You'll have to convert your code to use ';' first.
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | README.md | 133 | `imconvert` | `/usr/bin/convert` | The path to ImageMagick's `convert` binary |
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Enclosure.php | 423 * @param bool $convert Convert seconds into hh:mm:ss 426 public function get_duration(bool $convert = false) argument 429 if ($convert) {
|
| /dokuwiki/inc/Search/Query/ |
| H A D | QueryParser.php | 64 public function convert(string $query): array function in dokuwiki\\Search\\Query\\QueryParser
|
| /dokuwiki/inc/Search/ |
| H A D | FulltextSearch.php | 91 $q = (new QueryParser())->convert($data['query']);
|
| H A D | MetadataSearch.php | 71 $parsedQuery = (new QueryParser())->convert($data['id']);
|
| /dokuwiki/inc/ |
| H A D | deprecated.php | 457 return (new dokuwiki\Search\Query\QueryParser())->convert($query);
|
| /dokuwiki/inc/Ui/ |
| H A D | Search.php | 33 $this->parsedQuery = (new QueryParser())->convert($QUERY ?? '');
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | X509.php | 1742 $s = ASN1::convert($s, $type); 1850 $v = ASN1::convert($v, $type); 1928 $v = ASN1::convert($v, $type);
|
| H A D | ASN1.php | 1364 … public static function convert($in, $from = self::TYPE_UTF8_STRING, $to = self::TYPE_UTF8_STRING) function in phpseclib3\\File\\ASN1
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 226 DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML. 258 Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entiti…
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 226 DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML. 258 Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entiti…
|