Home
last modified time | relevance | path

Searched refs:title (Results 76 – 100 of 2327) sorted by relevance

12345678910>>...94

/plugin/folded/syntax/
H A Dheader.php35 // Copied from parser: get level and title
36 $title = trim($match);
37 $level = 7 - strspn($title,'=');
39 $title = trim($title,'=');
40 $title = trim($title);
41 return array($title,$level,$pos);
/plugin/zotero/
H A DZoteroEntry.php10 private $title; variable in ZoteroEntry
36 $this->title = $value;
41 return $this->title;
89 $title = str_replace(self::AUTHOR_PLACEHOLDER, $this->getAuthor(), $format);
90 $title = str_replace(self::TITLE_PLACEHOLDER, $this->getTitle(), $title);
91 $title = str_replace(self::DATE_PLACEHOLDER, $date, $title);
92 return $title;
/plugin/pdfjs/pdfjs/web/locale/ur/
H A Dviewer.properties16 previous.title=پچھلا صفحہ
18 next.title=اگلا صفحہ
22 page.title=صفحہ
31 zoom_out.title=باہر زوم کریں
33 zoom_in.title=اندر زوم کریں
35 zoom.title=زوم
38 open_file.title=مسل کھولیں
40 print.title=چھاپیں
42 download.title=ڈاؤن لوڈ
48 tools.title=آلات
[all …]
/plugin/pdfjs/pdfjs/web/locale/te/
H A Dviewer.properties16 previous.title=మునుపటి పేజీ
18 next.title=తరువాత పేజీ
22 page.title=పేజీ
31 zoom_out.title=జూమ్ తగ్గించు
33 zoom_in.title=జూమ్ చేయి
35 zoom.title=జూమ్
38 open_file.title=ఫైల్ తెరువు
40 print.title=ముద్రించు
42 download.title=దింపుకోళ్ళు
48 tools.title=పనిముట్లు
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_links_inline_style.md3 [URL and title](/url/ "title").
5 [URL and title](/url/ "title preceded by two spaces").
7 [URL and title](/url/ "title preceded by a tab").
/plugin/avatar/
H A Dhelper.php19 'title (optional)' => 'string',
30 function getXHTML($user, $title = '', $align = '', $size = NULL) { argument
33 $src = $this->_getAvatarURL($user, $title, $size);
37 ' title="'.$title.'" alt="'.$title.'" width="'.$size.'"'.
44 function _getAvatarURL($user, &$title, &$size) { argument
60 if (($userinfo['name']) && (!$title)) $title = hsc($userinfo['name']);
110 if (!$title)
[all...]
/plugin/webcomponent/syntax/
H A Dheading.php123 $title = trim($match);
124 $level = strspn($title, self::getHeadingCharacter());
126 $title = trim($title, self::getHeadingCharacter());
127 $title = trim($title);
131 $handler->_addCall('header', array($title, $level, $pos), $pos);
135 return array($state, array($title, $level, $pos));
/plugin/pdfjs/pdfjs/web/locale/ltg/
H A Dviewer.properties16 previous.title=Īprīkšejā lopa
18 next.title=Nuokomuo lopa
22 page.title=Lopa
31 zoom_out.title=Attuolynuot
33 zoom_in.title=Pītuvynuot
35 zoom.title=Palelynuojums
38 open_file.title=Attaiseit failu
40 print.title=Drukuošona
42 download.title=Lejupīluode
48 tools.title=Reiki
[all …]
/plugin/pdfjs/pdfjs/web/locale/xh/
H A Dviewer.properties18 next.title=Iphepha elilandelayo
22 page.title=Iphepha
31 zoom_out.title=Bhekelisela Kudana
33 zoom_in.title=Sondeza Kufuphi
35 zoom.title=Yandisa / Nciphisa
38 open_file.title=Vula Ifayile
40 print.title=Printa
42 download.title=Khuphela
48 tools.title=Izixhobo zemiyalelo
112 findbar.title=Fumana kuXwebhu
[all …]
/plugin/pdfjs/pdfjs/web/locale/si/
H A Dviewer.properties16 previous.title=මීට පෙර පිටුව
18 next.title=මීළඟ පිටුව
22 page.title=පිටුව
29 zoom_out.title=කුඩා කරන්න
31 zoom_in.title=විශාල කරන්න
33 zoom.title=විශාලණය
38 print.title=මුද්‍රණය
40 download.title=බාගන්න
46 tools.title=මෙවලම්
127 findbar.title=ලේඛනය තුළ සොයන්න
[all …]
/plugin/xssnipper/
H A Daction.php40 'title' => 'Code select',
45 'title' => 'xssnip',
52 'title' => 'code',
59 'title' => 'php',
66 'title' => 'html',
73 'title' => 'js',
80 'title' => 'code',
87 'title' => 'txt',
94 'title' => 'xml',
101 'title' => 'file',
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloFile.js75 TrelloFile.prototype.saveAs = function(title, success, error) argument
77 this.doSave(title, success, error);
83 TrelloFile.prototype.doSave = function(title, success, error) argument
87 this.meta.name = title;
92 this.saveFile(title, false, success, error);
99 TrelloFile.prototype.saveFile = function(title, revision, success, error) argument
115 if (this.getTitle() == title)
133 this.saveFile(title, revision, success, error);
150 this.ui.trello.insertFile(title, this.getData(), mxUtils.bind(this, function(file)
164 this.saveFile(title, revision, success, error);
H A DUrlLibrary.js13 UrlLibrary = function(ui, data, title) argument
15 StorageFile.call(this, ui, data, title);
17 var fname = title;
39 return 'U' + encodeURIComponent(this.title);
67 UrlLibrary.prototype.isEditable = function(title, success, error) argument
75 UrlLibrary.prototype.saveAs = function(title, success, error) argument
/plugin/data-au/
H A Dhelper.php197 if($type == 'title' || ($type == 'page' && useHeading('content'))) {
199 if($type == 'title') {
245 case 'title':
301 . '" title="' . sprintf($this->getLang('tagfilter'), hsc($val))
379 'title' => $matches[1],
385 '%title%' => array('page', 'title'),
386 '%pageid%' => array('title', 'page'),
390 if(isset($specials[$column['title']])) {
391 $s = $specials[$column['title']];
392 $column['title'] = $this->getLang($s[0]);
[all …]
/plugin/data/
H A Dhelper.php200 // for pages, resolve title
205 if ($type == 'title' || ($type == 'page' && useHeading('content'))) {
207 if ($type == 'title') {
255 case 'title':
256 [$id, $title] = array_pad(explode('|', $val, 2), 2, null);
259 $outs[] = $R->internallink($id, $title, null, true);
262 [$id, $title] = array_pad(explode('|', $val, 2), 2, null);
265 if ($title == null) {
266 $title = $id;
276 $outs[] = $R->internallink($id, $title, nul
[all...]
/plugin/struct/meta/
H A DPageMeta.php11 protected $title; variable in dokuwiki\\plugin\\struct\\meta\\PageMeta
41 $sql = "SELECT pid, title, lasteditor, lastrev, lastsummary FROM titles WHERE pid = ?";
47 * Save title, last editor and revision timestamp to database
51 $sql = "REPLACE INTO titles (pid, title, lasteditor, lastrev, lastsummary) VALUES (?,?,?,?,?)";
52 $this->sqlite->query($sql, [$this->pid, $this->title, $this->lasteditor, $this->lastrev, $this->lastsummary]);
57 * Sets a new title
59 * @param string|null $title set null to derive from PID
61 public function setTitle($title) argument
63 if ($title === null) {
64 $title
[all...]
/plugin/epub/
H A Drenderer.php127 list($title,$rest) = explode('(', $title);
129 $display_name = $title;
138 list($title,$rest) = explode('(', $title);
140 $display_name = $title;
146 $out .= "<a href='$src'>$title</a>";
337 if ($title) {
338 $name = $title;
416 function set_audio($src,$mtype,$title) { argument
421 "\n<a href='$src' title='$title'>$title</a></audio>\n";
425 function set_video($src,$mtype,$title) { argument
[all …]
/plugin/fastwiki/
H A Dhistory.js23 * Get the expected title of the wiki page.
26 * @return {String} the title.
50 document.title = e.state.title;
152 history.replaceState({url: prevpage, title: document.title}, "", prevpage);
154 history.pushState({url: newpage, title: document.title}, "", newpage);
171 * Refresh the page title based on the top heading.
176 var title
[all...]
/plugin/pdfjs/pdfjs/web/locale/lo/
H A Dviewer.properties16 previous.title=ຫນ້າກ່ອນຫນ້າ
18 next.title=ຫນ້າຖັດໄປ
22 page.title=ຫນ້າ
31 zoom_out.title=ຂະຫຍາຍອອກ
33 zoom_in.title=ຂະຫຍາຍເຂົ້າ
35 zoom.title=ຂະຫຍາຍ
38 open_file.title=ເປີດໄຟລ໌
40 print.title=ພິມ
42 download.title=ດາວໂຫລດ
48 tools.title=ເຄື່ອງມື
[all …]
/plugin/admnote/
H A Dstyle.css40 .admonition-title {
48 .admonition-title::before {
56 .admonition-title + p, .admonition-title + ul, .admonition-title + ol,
57 .admonition-title + dl, .admonition-title + pre, .admonition-title + table,
66 .note>.admonition-title {
111 .tip>.admonition-title {
156 .warning>.admonition-title {
171 .failure>.admonition-title {
186 .danger>.admonition-title {
201 .bug>.admonition-title {
[all …]
/plugin/pdfjs/pdfjs/web/locale/af/
H A Dviewer.properties16 previous.title=Vorige bladsy
18 next.title=Volgende bladsy
22 page.title=Bladsy
31 zoom_out.title=Zoem uit
33 zoom_in.title=Zoem in
35 zoom.title=Zoem
38 open_file.title=Open lêer
40 print.title=Druk
42 download.title=Laai af
48 tools.title=Nutsgoed
[all …]
/plugin/latexport/implementation/
H A Ddecorator.php201 * @param string $title The associated text.
203 function anchor($link, $title = null) { argument
205 $this->decorator->anchor($link, $title);
748 function internallink($link, $title = null) { argument
772 $this->decorator->rss($link, $title);
796 function filelink($link, $title = null) { argument
798 $this->decorator->filelink($link, $title);
829 * @param string $title descriptive text
848 * @param string $title descriptive text
865 * @param string $title descriptive text
[all …]
/plugin/news/scripts/
H A Dnewsfeed.php23 $title = ""; variable
30 $title = $INPUT->str('title'); variable
34 $title = $argv[1]; variable
37 $title = $INPUT->str('feed'); variable
50 if($title) {
51 $xml_file = DOKU_INC . $title . '_news.xml';
58 $which = isset($ini_array[$title]) ? $title : 'default';
91 new externalNewsFeed($xml_file,$ttl/$minute,$title);
/plugin/pdfjs/pdfjs/web/locale/son/
H A Dviewer.properties16 previous.title=Moo bisante
18 next.title=Jinehere moo
22 page.title=Moo
31 zoom_out.title=Nakasandi
33 zoom_in.title=Bebbeerandi
35 zoom.title=Bebbeerandi
38 open_file.title=Tuku feeri
40 print.title=Kar
42 download.title=Zumandi
48 tools.title=Goyjinawey
[all …]
/plugin/linksuggest/
H A Dscript.js12 function appendTitle(title) {
13 return (title && JSINFO["append_header"] === 1 && charAfterCursor() !== '|')? '|' + title : '';
15 function appendSubtitle(title) {
16 return (title && charAfterCursor() !== '|')? '|' + title : '';
53 title: item.title,
63 let title = item.title
[all...]

12345678910>>...94