Home
last modified time | relevance | path

Searched refs:keyvalue (Results 1 – 1 of 1) sorted by relevance

/plugin/pagequery/
Dsyntax.php87 [$option, $value] = $this->keyvalue($param, '=');
110 [$key, $expr] = $this->keyvalue($field);
227 private function keyvalue(string $str, string $delim = ':'): array function in syntax_plugin_pagequery