Home
last modified time | relevance | path

Searched refs:title (Results 351 – 375 of 2455) sorted by path

1...<<11121314151617181920>>...99

/plugin/backlinks2/_test/data/meta/
H A Dlink.meta1 …;s:5:"title";s:18:"A link to Bob Ross";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0;a:4…
/plugin/bahnde/
H A Daction.php38 'title' => $this->getLang('bahnde'),
H A Dscript.js7 …document.getElementById("bf").title = "Klicken, um den aktuellen Fahrplan von " + document.getElem…
/plugin/baselink/
H A Dsyntax.php98 $link['title'] = $renderer->_xmlEntities($url);
/plugin/batchedit/
H A Dinterface.css188 #batchedit #be-mainform td.be-title {
H A Dinterface.php270 private function printApplyCheckBox($id, $label, $title, $checked = FALSE) {
273 print('<span class="be-apply" title="' . $this->getLang($title) . '">');
316 $action = '<a class="be-action" href="' . $href . '" title="' . $this->getLang($titleId) . '">';
393 private function printFormEdit($title, $name) {
395 print('<td class="be-title">' . $this->getLang($title) . '</td>');
262 printApplyCheckBox($id, $label, $title, $checked = FALSE) global() argument
381 printFormEdit($title, $name) global() argument
/plugin/bbcode/
H A Demail.php31 $title = NULL;
34 $title = $match[1];
36 $handler->_addCall('emaillink',array($url, $title), $pos);
H A Dimage.php31 $title = NULL;
34 $title = $match[1];
44 $handler->_addCall($call,array($url,$title,NULL,NULL,NULL,'cache'),$pos);
H A Dlink.php32 $title = NULL;
35 $title = $match[1];
40 $handler->_addCall('externallink',array($url,$title),$pos);
44 $handler->_addCall('locallink',array(substr($url,1),$title),$pos);
48 $handler->_addCall('internallink',array($url,$title),$pos);
/plugin/bez/ctl/
H A Dthreads.php78 if (isset($filters['title'])) {
79 $title = preg_replace('/\s/', '%', $filters['title']); variable
80 $db_filters['title'] = array('LIKE', "%$title%");
/plugin/bez/db/
H A Dupdate0001.sql20 title TEXT NOT NULL, field
377 thread.title, thread.content, thread.content_html,
H A Dupdate0002.sql25 thread.title, thread.content, thread.content_html,
H A Dupdate0011.sql8 thread.title, thread.content, thread.content_html,
H A Dupdate0013.sql10 thread.title, thread.content, thread.content_html,
H A Dupdate0014.sql8 thread.title, thread.content, thread.content_html,
/plugin/bez/mdl/
H A DThread.php22 protected $title, $content, $content_html;
34 'title', 'content', 'content_html',
68 'title' => array(array('length', 200), 'NOT NULL'),
82 $this->acl->grant('title', BEZ_PERMISSION_CHANGE);
106 $this->acl->grant('title', BEZ_PERMISSION_CHANGE);
112 $this->acl->grant('title', BEZ_PERMISSION_CHANGE);
467 return parent::getMailSubject() . ' #'.$this->id. ' ' .$this->title;
/plugin/bez/renderer/
H A Dxhtmlmail.php26 * @param string $title descriptive text
34 public function _media($src, $title = null, $align = null, $width = null, argument
41 // first get the $title
42 if(!is_null($title)) {
43 $title = $this->_xmlEntities($title);
50 $title = $this->_xmlEntities($cap);
55 // return the title of the picture
56 if($title === null || $title
[all...]
/plugin/bez/struct/
H A DBezType.php34 $title = $value;
68 $R->doc .= '<a href="'.$wl.'">'.$title.'</a>';
/plugin/bez/
H A Dstyle.css205 .bds_form input[id=title] {
500 .bez_form input[id=title] {
/plugin/bez/tpl/
H A D8d.php17 $tpl->getLang('8d_report').': #'.$tpl->get('thread')->id.' '.$tpl->get('thread')->title,
46 <strong><?php echo $tpl->getLang('title') ?>:</strong>
47 <?php echo $tpl->get('thread')->title ?>
H A Dkp.php6 $tpl->getLang('kp_report').': #'.$tpl->get('thread')->id.' '.$tpl->get('thread')->title,
31 <strong><?php echo $tpl->getLang('title') ?>:</strong>
32 <?php echo $tpl->get('thread')->title ?>
H A Dtask.php25 <?php echo $tpl->get('task')->thread->title ?>
113 title="<?php echo $participant['user_id'] ?>">
118 title="<?php echo $tpl->getLang('reporter') ?>">
124 title="<?php echo $tpl->getLang('executor') ?>">
130 title="<?php echo $tpl->getLang('commentator') ?>">
136 title="<?php echo $tpl->getLang('subscribent') ?>">
H A Dthread.php122 '#'.$tpl->get('thread')->id.' '.$tpl->get('thread')->title,
123 $tpl->url('thread', 'id', $tpl->get('thread')->id)) ?>" title="<?php echo $participant['user_id'] ?>">
128 title="<?php echo $tpl->getLang('reporter') ?>">
134 title="<?php echo $tpl->getLang('coordinator') ?>">
140 title="<?php echo $tpl->getLang('executor') ?>">
146 title="<?php echo $tpl->getLang('commentator') ?>">
152 title="<?php echo $tpl->getLang('subscribent') ?>">
H A Dthread_box.php31 <h1 class="thread_header"><?php echo $tpl->get('thread')->title ?></h1>
94 <?php if (count($tpl->get('thread')->changable_fields(array('label_id', 'title', 'content', 'coordinator'))) > 0): ?>
110 '#'.$tpl->get('thread')->id.' '.$tpl->get('thread')->title,
/plugin/bez/tpl/cron/
H A Dweekly-message.php61 <td><?php echo $issue->title ?></td>

1...<<11121314151617181920>>...99