Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 2547) sorted by relevance

12345678910>>...102

/plugin/diagramsnet/lib/js/diagramly/
DStorageFile.js13 StorageFile = function(ui, data, title) argument
17 this.title = title;
76 return this.title;
107 StorageFile.prototype.saveAs = function(title, success, error) argument
110 this.saveFile(title, false, success, error);
119 StorageFile.insertFile = function(ui, title, data, success, error) argument
125 var file = new StorageFile(ui, data, title);
128 file.saveFile(title, false, function()
136 ui.confirm(mxResources.get('replaceIt', [title]), fn, error);
144 StorageFile.getFileContent(ui, title, function(data)
[all …]
DLocalFile.js11 LocalFile = function(ui, data, title, temp, fileHandle, desc) argument
15 this.title = title;
63 return this.title;
85 this.saveAs(this.title, success, error);
94 LocalFile.prototype.saveAs = function(title, success, error) argument
96 this.saveFile(title, false, success, error);
105 LocalFile.prototype.saveAs = function(title, success, error) argument
107 this.saveFile(title, false, success, error);
150 LocalFile.prototype.saveFile = function(title, revision, success, error, useCurrentData) argument
152 if (title != this.title)
[all …]
/plugin/bez/renderer/
Dxhtmlmail.php26 * @param string $title descriptive text
34 public function _media($src, $title = null, $align = null, $width = null, argument
42 if(!is_null($title)) {
43 $title = $this->_xmlEntities($title);
50 $title = $this->_xmlEntities($cap);
56 if($title === null || $title === "") {
58 $title = $this->_xmlEntities(\dokuwiki\Utf8\PhpString::basename(noNS($src)));
60 return $title;
66 if($title) {
67 $ret .= ' title="'.$title.'"';
[all …]
/plugin/imagemap/
Dsyntax.php88 list($state,$type,$src,$title,$name,$align,$width,$height,$cache) = $data;
97 if (!is_null($title)) {
98 $title = $renderer->_xmlEntities($title);
99 $renderer->doc .= ' title="'.$title.'"';
100 $renderer->doc .= ' alt="'.$title.'"';
115 @list($state,$match,$shape,$coords,$type,$title,$url,$extra) = $data;
122 $title = $renderer->_getLinkTitle($title, $default, $isImg, $url);
130 $title = $renderer->_getLinkTitle($title, $url, $isImg);
135 $title = $renderer->_getLinkTitle($title, $url, $isImg);
144 $title = $renderer->_getLinkTitle($title, $url, $isImg);
[all …]
/plugin/interwikiformatting/
Dsyntax.php76 $title = trim($target, "\r\n\t\f\v /#");
81 $index = strrpos($title, '?');
83 if ($index !== false) { $title = substr($title, 0, -(strlen($title) - $index)); }
91 $title = preg_replace('/\.' . $ext . '$/i', '', $title, 1, $count);
96 … $title = str_replace(array_keys($text_replacements), array_values($text_replacements), $title);
98 $title = preg_replace('/' . self::PATTERN_INSERT_SPACES . '/', ' $1', $title);
100 $title = preg_replace('/[\r\n\t\f\v]+?/', ' ', $title);
102 $title = preg_replace('/[ ]{2,}/', ' ', $title);
104 $title = trim($title, "\r\n\t\f\v /#");
109 $title = ucwords($title);
[all …]
/plugin/struct/renderer/
Dcsv.php148 public function internallink($link, $title = null) argument
150 if (is_null($title) || is_array($title) || $title == '') {
151 $title = $this->_simpleTitle($link);
153 $this->cdata($title);
156 public function externallink($link, $title = null) argument
158 if (is_null($title) || is_array($title) || $title == '') {
159 $title = $link;
161 $this->cdata($title);
256 public function interwikilink($link, $title, $wikiName, $wikiUri) argument
258 if (is_array($title) || $title == '') {
[all …]
/plugin/linklist/
Drenderer.php40 public function internallink($link, $title = null) argument
42 $title = helper_plugin_linklist::getTitle($link);
47 $this->data['internal'][$link] = [$link, $title];
50 public function externallink($link, $title = null) argument
52 if (is_array($title)) $title = null;
53 if (!$title) {
54 $title = helper_plugin_linklist::getUrlTitle($link);
60 $this->data['external'][$link] = [$link, $title];
63 public function interwikilink($link, $title, $wikiName, $wikiUri) argument
65 if (is_array($title)) $title = null;
[all …]
Dhelper.php23 $title = p_get_first_heading($link);
24 if ($title) return $title;
40 $title = $url['host'];
41 if (str_starts_with($title, 'www.')) {
42 $title = substr($title, 4);
45 if (isset($url['port'])) $title .= ':' . $url['port'];
46 $title .= $url['path'];
47 return $title;
/plugin/bootswrapper/exe/help/
Dpanel.txt11 <panel type="default" title="Panel title">
15 <code html5><panel type="default" title="Panel title">
21 <panel type="default" title="Panel title" subtitle="Panel subtitle">
25 <code html5><panel type="default" title="Panel title" subtitle="Panel subtitle">
33 <panel type="primary" title="Panel title">Panel content</panel>
34 <panel type="success" title="Panel title">Panel content</panel>
35 <panel type="info" title="Panel title">Panel content</panel>
36 <panel type="warning" title="Panel title">Panel content</panel>
37 <panel type="danger" title="Panel title">Panel content</panel>
40 <panel type="primary" title="Panel title">Panel content</panel>
[all …]
/plugin/gemini/
Drenderer.php264 public function internallink($id, $title = null) argument
280 $this->externallink($url, $title);
287 public function externallink($url, $title = null) argument
290 if (is_array($title)) {
291 if ($title['type'] == 'internalmedia') {
292 $this->internalmedia($title['src'], $title['title']);
294 $this->externalmedia($title['src'], $title['title']);
296 $title = $title['title'];
301 if (!$title) $title = $url;
309 'title' => $title,
[all …]
/plugin/imagemapping/
DImageMapHandler.php104 * @param string $title The link title including the coordinates
109 protected function addArea($pos, $type, $title, $url, $wiki = null) argument
111 if (preg_match('/^(.*)@([^@]+)$/u', $title, $match)) {
120 return $title;
123 $title = trim($match[1]);
129 [DOKU_LEXER_MATCHED, 'area', $shape, $coords, $type, $title, $url, $wiki],
133 return $title;
164 $title = $data[1]['title'] ?? '';
166 $title = $data[1];
168 $title = $this->addArea($pos, $type, $title, $data[0]);
[all …]
Dsyntax.php116 … list($state, $type, $src, $title, $name, $align, $width, $height, $cache) = $data;
125 if (!is_null($title)) {
126 $title = $renderer->_xmlEntities($title);
127 $renderer->doc .= ' title="' . $title . '"';
128 $renderer->doc .= ' alt="' . $title . '"';
143 @list($state, $match, $shape, $coords, $type, $title, $url, $wiki) = $data;
150 $title = $renderer->_getLinkTitle($title, $default, $isImg, $url);
158 $title = $renderer->_getLinkTitle($title, $url, $isImg);
163 $title = $renderer->_getLinkTitle($title, $url, $isImg);
172 $title = $renderer->_getLinkTitle($title, $url, $isImg);
[all …]
/plugin/xtern/
Dscript.js50 var title;
53 title = '400: Bad Request';
56 title = '401: Unauthorized';
59 title = '402: Payment Required';
62 title = '403: Forbidden';
65 title = '404: Not Found';
68 title = '405: Method Not Allowed';
71 title = '406: Not Acceptable';
74 title = '407: Proxy Authentication Required (RFC 7235)';
77 title = '408: Request Timeout';
[all …]
/plugin/revealjs/syntax/
Dheader.php52 $title = trim($match);
53 $level = 7 - strspn($title,'=');
55 $title = trim($title,'= ');
68 $handler->_addCall('header', array($title, $level, $pos), $pos);
70 return array($title, $level, $pos);
187 * @param string $title The headline title
190 function _headerToLink($title, &$check) { argument
191 $title = str_replace(array(':','.'),'',cleanID($title));
192 $new = ltrim($title,'0123456789_-');
194 $title = 'section'.preg_replace('/[^0-9]+/','',$title); //keep numbers from headline
[all …]
/plugin/pdfjs/pdfjs/web/locale/sr/
Dviewer.properties16 previous.title=Претходна страница
18 next.title=Следећа страница
21 # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 page.title=Страница
31 zoom_out.title=Умањи
33 zoom_in.title=Увеличај
35 zoom.title=Увеличавање
36 presentation_mode.title=Промени на приказ у режиму презентације
38 open_file.title=Отвори датотеку
40 print.title=Штампај
[all …]
/plugin/s5reloaded/
Drenderer.php60 function s5reloaded_init($title){ argument
75 <title>'.hsc($title).'</title>
155 <h1>'.$title.'</h1>
252 function _media ($src, $title=NULL, $align=NULL, $width=NULL, argument
260 if (!is_null($title)) {
261 $title = $this->_xmlEntities($title);
268 $title = $this->_xmlEntities($cap);
274 if (!$title) {
276 $title = $this->_xmlEntities(basename(noNS($src)));
278 return $title;
[all …]
/plugin/commonmark/
Dscript.js6 title: "Markdown Doctype", property
14 title: "Markdown syntax", property
21 title: toolbar[0].title, property
30 title: toolbar[1].title, property
39 title: toolbar[3].title, property
48 title: toolbar[4].title, property
/plugin/pdfjs/pdfjs/web/locale/ml/
Dviewer.properties16 previous.title=മുമ്പുള്ള താള്‍
18 next.title=അടുത്ത താള്‍
21 # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 page.title=താള്‍
31 zoom_out.title=ചെറുതാക്കുക
33 zoom_in.title=വലുതാക്കുക
35 zoom.title=വ്യാപ്തി മാറ്റുക
36 presentation_mode.title=പ്രസന്റേഷന്‍ രീതിയിലേക്കു് മാറ്റുക
38 open_file.title=ഫയല്‍ തുറക്കുക
40 print.title=പ്രിന്റ് ചെയ്യുക
[all …]
/plugin/pdfjs/pdfjs/web/locale/km/
Dviewer.properties16 previous.title=ទំព័រ​មុន
18 next.title=ទំព័រ​បន្ទាប់
21 # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 page.title=ទំព័រ
31 zoom_out.title=​បង្រួម
33 zoom_in.title=​ពង្រីក
35 zoom.title=ពង្រីក
36 presentation_mode.title=ប្ដូរ​ទៅ​របៀប​បទ​បង្ហាញ
38 open_file.title=បើក​ឯកសារ
40 print.title=បោះពុម្ព
[all …]
/plugin/odt/ODT/
DODTHeading.php66 * @param string $title The headline title
72 static protected function headerToLink(ODTDocument $doc, $title,$create=false) { argument
74 $title = str_replace(':','',cleanID($title));
75 $title = ltrim($title,'0123456789._-');
76 if(empty($title)) {
77 $title='section';
83 while($doc->headerExists($title.$num)){
86 $title = $title.$num;
87 $doc->addHeader($title);
90 return $title;
/plugin/diagramsnet/lib/js/diagramly/sidebar/
DSidebar.js459 this.entries = [{title: mxResources.get('standard'), property
460 …entries: [{title: mxResources.get('general'), id: 'general', image: IMAGE_PATH + '/sidebar-general… property
461 … {title: mxResources.get('basic'), id: 'basic', image: IMAGE_PATH + '/sidebar-basic.png'}, property
462 … {title: mxResources.get('arrows'), id: 'arrows2', image: IMAGE_PATH + '/sidebar-arrows2.png'}, property
463 … {title: mxResources.get('clipart'), id: 'clipart', image: IMAGE_PATH + '/sidebar-clipart.png'}, property
464 …{title: mxResources.get('flowchart'), id: 'flowchart', image: IMAGE_PATH + '/sidebar-flowchart.png… property
465 {title: mxResources.get('software'), property
466 …entries: [{title: 'Active Directory', id: 'active_directory', image: IMAGE_PATH + '/sidebar-active… property
467 … {title: mxResources.get('android'), id: 'android', image: IMAGE_PATH + '/sidebar-android.png'}, property
468 … {title: 'Atlassian', id: 'atlassian', image: IMAGE_PATH + '/sidebar-atlassian.png'}, property
[all …]
/plugin/gallery/classes/
DImage.php15 protected $title; variable in dokuwiki\\plugin\\gallery\\classes\\Image
42 $this->title = $jpegMeta->getField('Simple.Title');
85 if (empty($this->title) || $this->title == $this->filename) {
86 $title = str_replace('_', ' ', $this->filename);
87 $title = preg_replace(self::IMG_REGEX, '', $title);
88 $title = PhpString::ucwords($title);
89 return $title;
91 return $this->title;
95 * @param string $title
97 public function setTitle($title) argument
[all …]
/plugin/semanticdata/
Dhelper.php102 case 'title':
123 $outs[] = '<a href="mailto:'.$id.'" class="mail" title="'.$id.'">'.$title.'</a>';
127 $outs[] = '<a href="'.hsc($val).'" class="urlextern" title="'.hsc($val).'">'.hsc($val).'</a>';
132 '" title="'.sprintf($this->getLang('tagfilter'),hsc($val)).
151 …a" rel="lightbox"><img src="'.ml($val,"w=$sz").'" alt="'.hsc($title).'" title="'.hsc($title).'" wi…
169 'title' => $matches[1],
173 static $specials = array('%title%' => array('page', 'title'),
174 '%pageid%' => array('title', 'page'),
176 if (isset($specials[$column['title']])) {
177 $s = $specials[$column['title']];
[all …]
/plugin/mediatooltip/
Dscript.js6 var date, output="",title = "";
34 var title = jQuery( this ).parent().attr('title');
36 var tarray = title.match(/_(\d\d[.\-_]\d\d([.\-_]\d\d)?)_/);
43 title = title.replace(/_(\d\d[.\-_]\d\d([.\-_]\d\d)?)_/, date);
50 title += "<br />" + date;
56title += "<br />" + LANG.plugins.mediatooltip.img + imgsize + " " + LANG.plugins.mediatooltip.file…
61 title += camera;
63 else title += '<br />' + camera;
72 output = caption ? (title + '<br />' + caption): title;
83 var title = jQuery( this ).attr('title');
[all …]
/plugin/headernofloat/
Dsyntax.php40 $title = trim($match);
41 $level = 7 - strspn($title,'#');
43 $title = trim($title,'#');
44 $title = trim($title);
53 $opts["text"] = $title;
61 $title = $text = $data["text"];
70 $renderer->header($title, $level, $pos);
73 $renderer->header($title, $level, $pos);
76 $renderer->doc .=$renderer->_xmlEntities($title);

12345678910>>...102