Searched refs:titleKey (Results 1 – 5 of 5) sorted by relevance
| /plugin/strata/syntax/ |
| H A D | entry.php | 360 $titleKey = $this->util->getTitleKey(); 365 if(empty($data['data'][$titleKey])) { 368 $data['data'][$titleKey][] = $data['title candidate']; 373 $data['data'][$titleKey][] = array(
|
| /plugin/lastseen/ |
| H A D | admin.php | 489 * @param string $titleKey lang key for the title attribute, or '' for none 492 protected function pagerLink($id, $p, $sort, $order, array $filters, $text, $titleKey) argument 495 $title = ($titleKey !== '') ? ' title="' . hsc($this->getLang($titleKey)) . '"' : '';
|
| /plugin/annotations/ |
| H A D | admin.php | 616 * @param string $titleKey lang key for the title attribute, or '' for none 619 protected function pagerLink($p, $text, $titleKey) argument 622 $title = ($titleKey !== '') ? ' title="' . hsc($this->getLang($titleKey)) . '"' : '';
|
| /plugin/usersettings/ |
| H A D | admin.php | 739 * @param string $titleKey lang key for the title attribute, or '' for none 742 protected function pagerLink($p, $sort, $dir, $setFilter, array $qfilters, $text, $titleKey) argument 748 $title = ($titleKey !== '') ? ' title="' . hsc($this->getLang($titleKey)) . '"' : '';
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | EditorUi.js | 11837 this.showError((data.titleKey != null) ? mxResources.get(data.titleKey) : data.title, 11869 }, (data.titleKey != null) ? mxResources.get(data.titleKey) : data.title);
|