Home
last modified time | relevance | path

Searched refs:title (Results 126 – 150 of 2327) sorted by relevance

12345678910>>...94

/plugin/pdfjs/pdfjs/web/locale/en-GB/
H A Dviewer.properties16 previous.title=Previous Page
18 next.title=Next Page
22 page.title=Page
31 zoom_out.title=Zoom Out
33 zoom_in.title=Zoom In
35 zoom.title=Zoom
38 open_file.title=Open File
40 print.title=Print
42 download.title=Download
48 tools.title=Tools
[all …]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.delicious.js36 var hash, total_posts, title, txt_button;
42 title = count.title;
51 title: (typeof options.title === "function" ?
52 options.title.call(this, options, uri, settings) :
53 String(options.title)) || title
/plugin/highlightjs/highlight/styles/
H A Dgithub.css18 .keyword, .css .rule .keyword, .winutils, .javascript .title, .lisp .title, .subst {
31 .title, .id {
36 .javascript .title, .lisp .title, .subst {
40 .class .title {
45 .tag, .css .keyword, .html .keyword, .tag .title, .django .tag .keyword {
67 .builtin, .built_in, .lisp .title {
/plugin/webcomponent/syntax/
H A Dcard.php160 $title = trim($match);
161 $level = 7 - strspn($title, '=');
163 $title = trim($title, '=');
164 $title = trim($title);
165 $parameters['header']['title'] = $title;
228 $title = $parameters['header']['title'];
231 $this->header .= $renderer->_xmlEntities($title);
251 $title = $this->image['title'];
253 …rc, array('w' => $width, 'h' => $height, 'cache' => true)) . '" alt="' . $title . '" width="' . $w…
260 $title = $this->image['title'];
[all …]
/plugin/pdfjs/pdfjs/web/locale/oc/
H A Dviewer.properties16 previous.title=Pagina precedenta
18 next.title=Pagina seguenta
22 page.title=Pagina
31 zoom_out.title=Zoom arrièr
33 zoom_in.title=Zoom avant
35 zoom.title=Zoom
38 open_file.title=Dobrir lo fichièr
40 print.title=Imprimir
42 download.title=Telecargar
48 tools.title=Aisinas
[all …]
/plugin/pdfjs/pdfjs/web/locale/en-ZA/
H A Dviewer.properties16 previous.title=Previous Page
18 next.title=Next Page
29 zoom_out.title=Zoom Out
31 zoom_in.title=Zoom In
33 zoom.title=Zoom
36 open_file.title=Open File
38 print.title=Print
40 download.title=Download
46 tools.title=Tools
51 last_page.title=Go to Last Page
[all …]
/plugin/pdfjs/pdfjs/web/locale/mk/
H A Dviewer.properties16 previous.title=Претходна страница
18 next.title=Следна страница
28 zoom_out.title=Намалување
30 zoom_in.title=Зголемување
32 zoom.title=Променување на големина
35 open_file.title=Отворање датотека
37 print.title=Печатење
39 download.title=Преземање
45 tools.title=Алатки
79 thumbs.title=Прикажување на икони
[all …]
/plugin/pdfjs/pdfjs/web/locale/an/
H A Dviewer.properties16 previous.title=Pachina anterior
18 next.title=Pachina siguient
22 page.title=Pachina
31 zoom_out.title=Achiquir
33 zoom_in.title=Agrandir
35 zoom.title=Grandaria
38 open_file.title=Ubrir o fichero
40 print.title=Imprentar
42 download.title=Descargar
48 tools.title=Ferramientas
[all …]
/plugin/stars2/
H A Daction.php42 'title' => $this->getLang('star'),
47 'title' => $this->getLang('star1'),
53 'title' => $this->getLang('star2'),
59 'title' => $this->getLang('star3'),
65 'title' => $this->getLang('star4'),
71 'title' => $this->getLang('star5'),
77 'title' => $this->getLang('star_not_rated'),
/plugin/combo/ComboStrap/
H A DTooltip.php41 $title = $tooltip[syntax_plugin_combo_tooltip::TEXT_ATTRIBUTE] ?? null;
42 if ($title === null) {
47 $title = PluginUtility::renderInstructionsToXhtml($callStack);
49 $title = LogUtility::wrapInRedForHtml("Error while rendering the tooltip. Error: {$e->getMessage()}");
62 if (empty($title)) {
63 $title = LogUtility::wrapInRedForHtml("The tooltip is empty");
65 $tagAttributes->addOutputAttributeValue("title", $title);
/plugin/struct/types/
H A DUrl.php47 $title = $this->generateTitle($url);
48 $R->externallink($url, $title);
65 $title = $parsed['host'];
66 $title = preg_replace('/^www\./i', '', $title);
75 $title .= '/…';
77 return $title;
/plugin/inserticon/
H A Dsyntax.php54 …$renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/sound.png" alt="MP3" title="Sound" align="top" …
58 …$renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/video.png" alt="Video" title="Video" align="top…
62 …$renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/folder.png" alt="Carpeta" title="Folder" align=…
66 … $renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/zip.png" alt="ZIP" title="ZIP" align="top" />';
70 …$renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/image.png" alt="Image" title="Image" align="top…
74 …$renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/people.png" alt="People" title="People" align="…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPlaylistLocalization.php29 public $title; variable in Google\\Service\\YouTube\\PlaylistLocalization
48 public function setTitle($title) argument
50 $this->title = $title;
57 return $this->title;
H A DVideoLocalization.php29 public $title; variable in Google\\Service\\YouTube\\VideoLocalization
48 public function setTitle($title) argument
50 $this->title = $title;
57 return $this->title;
H A DChannelLocalization.php29 public $title; variable in Google\\Service\\YouTube\\ChannelLocalization
48 public function setTitle($title) argument
50 $this->title = $title;
57 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventSource.php25 public $title; variable in Google\\Service\\Calendar\\EventSource
34 public function setTitle($title) argument
36 $this->title = $title;
43 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
H A DCategoryGroupV5.php29 public $title; variable in Google\\Service\\PagespeedInsights\\CategoryGroupV5
48 public function setTitle($title) argument
50 $this->title = $title;
57 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/
H A DGroupSnippet.php29 public $title; variable in Google\\Service\\YouTubeAnalytics\\GroupSnippet
48 public function setTitle($title) argument
50 $this->title = $title;
57 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DDriveReference.php29 public $title; variable in Google\\Service\\DriveActivity\\DriveReference
48 public function setTitle($title) argument
50 $this->title = $title;
57 return $this->title;
H A DGroup.php29 public $title; variable in Google\\Service\\DriveActivity\\Group
48 public function setTitle($title) argument
50 $this->title = $title;
57 return $this->title;
H A DTeamDriveReference.php29 public $title; variable in Google\\Service\\DriveActivity\\TeamDriveReference
48 public function setTitle($title) argument
50 $this->title = $title;
57 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DSavedReport.php29 public $title; variable in Google\\Service\\Adsense\\SavedReport
48 public function setTitle($title) argument
50 $this->title = $title;
57 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DMandatoryServiceAnnouncement.php29 public $title; variable in Google\\Service\\AlertCenter\\MandatoryServiceAnnouncement
48 public function setTitle($title) argument
50 $this->title = $title;
57 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DCreateProjectRequest.php29 public $title; variable in Google\\Service\\Script\\CreateProjectRequest
48 public function setTitle($title) argument
50 $this->title = $title;
57 return $this->title;
/plugin/nsindex/
H A Dsyntax.php172 $title = p_get_first_heading($wikipath);
174 $title = '';
176 if ( ! $title) {
177 $title = noNS(getNS($wikipath));
188 $title = p_get_first_heading($wikipath);
189 if ( ! $title) {
190 $title = $pn;
200 $sortkey = cleanID($title);
204 $data[$i]['title'] = $title;
216 $title = $data[$i]['title'];

12345678910>>...94