Home
last modified time | relevance | path

Searched refs:messages (Results 351 – 358 of 358) sorted by last modified time

1...<<1112131415

/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php33 $this->messages = new MESSAGES();
74 return MISC::b($this->messages->text("resourceType", $type) . ":") . MISC::br() . $pString;
H A DADMINSTYLE.php38 $this->messages = new MESSAGES();
345 $this->messages->text("cite", "lastName"));
393 $this->messages->text("style", "creatorListLimit"));
410 $this->messages->text("style", "italics"));
428 $this->messages->text("style", "italics"));
439 $this->messages->text("cite", "omitCreator"));
604 $this->messages->text("cite", "lastName"));
718 $example = array($this->messages->text("style", "no"), $this->messages->text("style", "yes"));
750 $this->messages->text("style", "italics"));
767 $this->messages->text("style", "italics"));
[all …]
H A DCLOSE.php32 $this->messages = new MESSAGES();
64 $helpLink = $this->messages->text("heading", "helpStyles");
H A DCLOSEPOPUP.php32 $this->messages = new MESSAGES();
H A DFORM.php60 $messages = new MESSAGES();
62 $value = $messages->text("submit", "Submit");
64 $value = $messages->text("submit", $value);
74 $messages = new MESSAGES();
75 $value = $messages->text("submit", "reset");
257 $messages = new MESSAGES();
265 if($value == $messages->text("misc", "ignore"))
H A DHELPSTYLE.php107 $this->messages = new MESSAGES();
114 $this->pString = MISC::h($this->messages->text("heading", "helpStyles"), FALSE, 3);
163 $this->utf8->decodeUtf8($this->messages->text("misc", "top")), "#top"), "small", "right");
H A Dosbib.css81 * .error: <p>error messages</p>
88 * .success: <p>success messages</p>
/plugin/bibtex/OSBib/format/
H A DHELPSTYLE.php113 $this->messages = new MESSAGES();
124 $this->utf8->decodeUtf8($this->messages->text("heading", "helpStyles")));
177 $this->utf8->decodeUtf8($this->messages->text("misc", "top")), "#top"), "small", "right");

1...<<1112131415