Home
last modified time | relevance | path

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

/plugin/strata/syntax/
H A Dentry.php360 $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 Dadmin.php489 * @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 Dadmin.php616 * @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 Dadmin.php739 * @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/
DEditorUi.js11837 this.showError((data.titleKey != null) ? mxResources.get(data.titleKey) : data.title,
11869 }, (data.titleKey != null) ? mxResources.get(data.titleKey) : data.title);