Searched refs:resolve_conditions (Results 1 – 4 of 4) sorted by relevance
| /plugin/bb4dw/ |
| D | templating.php | 140 $result = $this->resolve_conditions($entryfields, $result); 168 private function resolve_conditions(array $entry, string &$string): string { function in BB4DWTemplating 226 $resolved = $this->resolve_conditions($entry, $resolved);
|
| /plugin/publist/bib2tpl/ |
| D | bibtex_converter.php | 432 $result = $this->resolve_conditions($entry, $result); 459 private function resolve_conditions(&$entry, &$string) { function in BibtexConverter 518 $resolved = $this->resolve_conditions($entry, $resolved);
|
| /plugin/publistf/bib2tpl/ |
| D | bibtex_converter.php | 451 $result = $this->resolve_conditions($entry, $result); 485 private function resolve_conditions(&$entry, &$string) { function in BibtexConverter 544 $resolved = $this->resolve_conditions($entry, $resolved);
|
| /plugin/publistx/bib2tpl/ |
| D | bibtex_converter.php | 447 $result = $this->resolve_conditions($entry, $result); 480 private function resolve_conditions(&$entry, &$string) { function in BibtexConverter 539 $resolved = $this->resolve_conditions($entry, $resolved);
|