Home
last modified time | relevance | path

Searched refs:title (Results 376 – 400 of 2455) sorted by path

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

/plugin/bez/tpl/
H A Dthreads.php83 <label><?php echo $tpl->getLang('title') ?>:
84 <input name="title" value="<?php echo $tpl->value('title') ?>" />
130 <th><?php echo $tpl->getLang('title')?></th>
182 <td><?php echo $thread->title ?></td>
/plugin/bible/bible_douayRheims/
H A D2_Machabees.txt14 …hough he would marry her, and that he might receive great sums of money under the title of a dowry.
H A DGenesis.txt791 …ing, took the stone which he had laid under his head, and set it up for a title, pouring oil upon …
795 …28:22. And this stone, which I have set up for a title, shall be called the house of God: and of a…
918 31:45. And Jacob took a stone, and set it up for a title.
H A DJohn.txt800 …19:19. And Pilate wrote a title also: and he put it upon the cross. And the writing was: JESUS OF …
801 …19:20. This title therefore many of the Jews did read: because the place where Jesus was crucified…
H A DPsalms.txt164 …15:1. The inscription of a title to David himself. Preserve me, O Lord, for I have put my trust in…
853 …oved at a distance form the sanctuary: for David, for an inscription of a title (or pillar) when t…
866 …56:1. Unto the end, destroy not, for David, for an inscription of a title, when he fled from Saul …
878 57:1. Unto the end, destroy not, for David, for an inscription of a title.
890 …58:1. Unto the end, destroy not, for David for an inscription of a title, when Saul sent and watch…
908 …59:1. Unto the end, for them that shall be changed, for the inscription of a title, to David himse…
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php407 $this->row['title'] = 'Kill Will Vol. 3';
428 $this->row['title'] = 'Pachelbel';
438 $this->row['title'] = 'Dazed and Confused';
450 $this->row['title'] = 'Sonata in A Minor';
460 $this->row['title'] = 'Art? What Art?';
477 $this->row['title'] = 'Whispering Sands';
489 $this->row['title'] = 'Blue Pages';
522 $this->row['title'] = 'People v. George';
532 $this->row['title'] = 'People v. George';
541 $this->row['title'] = 'People v. George';
[all …]
H A Dosbib.css50 * .titleTable: the table containing the title bar
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php1031 $title = $this->utf8->encodeUtf8($this->utf8->utf8_ucfirst(trim($pString)));
1033 ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($title) : $title;
H A DREADME.txt65 Array ( [resourceId] => 1 [type] => journal_article [title] => {X} Window System, Version 11 [subti…
131 $styleCommon -- common styling for bibliographic output such as formatting of names, title capitali…
167 Format the title of the resource.
168 $bibformat->formatTitle(STRING: $title[, STRING: $delimitLeft, STRING: $delimitRight]);
170 $title -- The title of the resource.
172 … first letter of the title to be lowercased. If your bibliographic system allows users to specify…
216 2. Resource title
235 'title' => 'How Bibliographies Ruined our Lives',
/plugin/bibtex/OSBib/format/bibtexParse/
H A DREADME31 …[title] => New method for h{\i}gh mark@sirfragalot.com accuracy determination of fine structure co…
44 [title] => The Quantized Hall Effect
/plugin/bibtex/
H A Dsyntax.php363 $link['title'] = $this->_xmlEntities($url);
398 $link['title'] = $this->_xmlEntities($src);
463 if ( is_null($title) ) {
471 } else if ( is_string($title) ) {
472 return $this->_xmlEntities($title);
473 } else if ( is_array($title) ) {
475 return $this->_imageTitle($title);
513 if (!is_null($title)) {
515 $ret .= ' alt="'.$this->_xmlEntities($title).'"';
553 }elseif(!is_null($title)){
[all …]
/plugin/blog/
H A Daction.php91 $ID = $this->_newEntryID($ns, $_REQUEST['title']);
112 $data = array('id' => $ID, 'ns' => $ns, 'title' => $_REQUEST['title']);
151 $replace['@TITLE@'] = $data['title'];
182 * Returns the ID of a new entry based on its namespace, title and the date prefix
185 * @param $title
191 function _newEntryID($ns, $title) { argument
212 $title = str_replace([':', ';', '#', '&', '%', '/', '\\', '?'], '', $title);
213 return cleanID(($ns ? $ns.':' : '').$pre.$title);
[all...]
H A Dhelper.php88 if (isset($meta['title'])) {
89 $title = $meta['title'];
91 $title = $id;
97 elseif ($this->sort == 'title') $key = $title;
105 'title' => $title,
/plugin/blogtng/action/
H A Dfeed.php136 $event->data['item']->title = $ditem['entry']['title'];
H A Dnew.php84 private function prepareTemplateNewEntry($id, $title) { argument
89 '@TITLE@' => $title,
/plugin/blogtng/
H A Dadmin.php438 * @param string $title title of url
441 private function htmlPaginationurl($query, $offset, $text, $title) { argument
444 ptln("<a href='".wl($ID, $params).'#'.$anchor."' title='$title'>$text</a>");
H A Dscript.js112 objs[i].title = LANG['plugins']['blogtng']['reply'];
/plugin/blogtng/db/
H A Dupdate0001.sql4 title, field
14 CREATE INDEX idx_entries_title ON entries(title);
H A Dupdate0004.sql47 title, field
57 SELECT pid, page, title, blog, image, created, lastmod, author, login, email
65 title, field
76 CREATE INDEX idx_entries_title ON entries(title);
81 SELECT pid, page, title, blog, image, created, lastmod, author, login, email, 1
H A Dupdate0005.sql5 title, field
15 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail
23 title, field
34 CREATE INDEX idx_entries_title ON entries(title);
39 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail, 'enabled'
/plugin/blogtng/entities/
H A DComment.php130 * @param string $title null or alternative title
132 public function tpl_number($link = true, $fmt = '%d', $title = null) { argument
133 if($title === null) $title = sprintf($fmt, $this->num);
136 echo $title;
/plugin/blogtng/helper/
H A Dcomments.php246 $title = sprintf($this->getLang('subscr_subject'),$entry['title']);
269 $mail->subject($title);
296 $mail->subject($title);
312 $title = $this->getLang('optin_subject');
322 $mail->subject($title);
H A Dlinkback.php43 public function saveLinkback($type, $title, $sourceUri, $excerpt, $id) { argument
50 $comment->setName($title);
H A Dtools.php24 * @param string $title the title of the page to create
27 static public function mkpostid($format,$title){ argument
31 '%{title}' => str_replace(':',$conf['sepchar'],$title),
/plugin/bookcreator/action/
H A Dhandleselection.php57 $title = $INPUT->post->str('savedselectionname');
58 $response = $this->saveSelection($title, $this->getPOSTedSelection());
118 * Construct a link title
227 * @return array with title and a list of pages
245 list($title, $list) = $this->getSavedSelection($pageid);
246 $response['title'] = $title;
252 * Returns title and list of pages from a Saved Selection
255 * @return array(title, array(list))
258 $title
[all...]

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