/plugin/diagramsnet/lib/js/diagramly/ |
H A D | StorageFile.js | 17 this.title = title; 76 return this.title; 196 success(data != null? {title: title} : null); 227 this.title = title; 247 title: this.title, 252 title: this.title, 307 if (oldTitle != title) 313 this.title = title; 404 title: key, 435 title: lsFileInfo.title, [all …]
|
H A D | LocalFile.js | 15 this.title = title; 63 return this.title; 85 this.saveAs(this.title, success, error); 96 this.saveFile(title, false, success, error); 107 this.saveFile(title, false, success, error); 152 if (title != this.title) 158 this.title = title; 254 this.ui.doSaveLocalFile(data, title, (binary) ? 261 var dot = title.lastIndexOf('.'); 267 '&filename=' + encodeURIComponent(title) + [all …]
|
H A D | StorageLibrary.js | 13 StorageLibrary = function(ui, data, title) argument 15 StorageFile.call(this, ui, data, title); 40 StorageLibrary.prototype.saveAs = function(title, success, error) argument 42 this.saveFile(title, false, success, error); 53 return 'L' + encodeURIComponent(this.title); 64 return (this.title == '.scratchpad') ? mxResources.get('scratchpad') : this.title; 70 StorageLibrary.prototype.isRenamable = function(title, success, error) argument 72 return this.title != '.scratchpad';
|
/plugin/bez/renderer/ |
H A D | xhtmlmail.php | 26 * @param string $title descriptive text 34 public function _media($src, $title = null, $align = null, $width = null, argument 41 // first get the $title 42 if(!is_null($title)) { 43 $title = $this->_xmlEntities($title); 50 $title = $this->_xmlEntities($cap); 55 // return the title of the picture 56 if($title === null || $title [all...] |
/plugin/interwikiformatting/ |
H A D | syntax.php | 76 $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/imagemap/ |
H A D | syntax.php | 98 $title = $renderer->_xmlEntities($title); 130 $title = $renderer->_getLinkTitle($title, $url, $isImg); 135 $title = $renderer->_getLinkTitle($title, $url, $isImg); 144 $title = $renderer->_getLinkTitle($title, $url, $isImg); 154 $title = $renderer->_getLinkTitle($title, $url, $isImg); 160 $title = $renderer->_getLinkTitle($title, $url, $isImg); 184 $renderer->doc .= ' title="'.$title.'" alt="'.$title.'"'; 291 return $title; 298 return $title; 316 $title = $this->_addArea($pos, $type, $title, $data[0]); [all …]
|
/plugin/struct/renderer/ |
H A D | csv.php | 148 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 256 interwikilink($link, $title, $wikiName, $wikiUri) global() argument 264 filelink($link, $title = null) global() argument 272 windowssharelink($link, $title = null) global() argument 282 internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null) global() argument 294 externalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null) global() argument 306 internalmedialink($src, $title = null, $align = null, $width = null, $height = null, $cache = null) global() argument 317 externalmedialink($src, $title = null, $align = null, $width = null, $height = null, $cache = null) global() argument [all...] |
/plugin/imagemapping/ |
H A D | syntax.php | 65 if ($img['title']) { 66 $mapname = str_replace(':', '', cleanID($img['title'])); 84 $args = [$state, $img['type'], $img['src'], $img['title'], $mapname, 116 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 308 _addArea($pos, $type, $title, $url, $wiki = null) global() argument [all...] |
/plugin/bootswrapper/exe/help/ |
H A D | panel.txt | 11 <panel type="default" title="Panel title"> 15 <code html5><panel type="default" title="Panel title"> 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> 42 <panel type="info" title="Panel title">Panel content</panel> 51 <panel type="default" title="Panel title" no-body="true"> 71 <panel type="default" title="Panel title" no-body="true"> [all …]
|
/plugin/gemini/ |
H A D | renderer.php | 290 if (is_array($title)) { 292 $this->internalmedia($title['src'], $title['title']); 294 $this->externalmedia($title['src'], $title['title']); 296 $title = $title['title']; 301 if (!$title) $title = $url; 316 $this->cdata($title); 372 if (!$title) $title = $wikiUri; 397 $title = null, argument 416 $title = null, argument 423 if (!$title) $title = basename($src); [all …]
|
/plugin/xtern/ |
H A D | script.js | 50 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'; 77 title = '408: Request Timeout'; 83 title=LANG.plugins.xtern.restricted; [all …]
|
/plugin/commonmark/ |
H A D | script.js | 6 title: "Markdown Doctype", property in toolbar 14 title: "Markdown syntax", property in toolbar 21 title: toolbar[0].title, 30 title: toolbar[1].title, 39 title: toolbar[3].title, 48 title: toolbar[4].title, [all...] |
/plugin/revealjs/syntax/ |
H A D | header.php | 52 $title = trim($match); 53 $level = 7 - strspn($title,'='); 55 $title = trim($title,'= '); 70 return array($title, $level, $pos); 191 $title = str_replace(array(':','.'),'',cleanID($title)); 192 $new = ltrim($title,'0123456789_-'); 194 $title = 'section'.preg_replace('/[^0-9]+/','',$title); //keep numbers from headline 197 $title = $new; 202 $title .= $count; 205 $check .= '{'.$title.'}'; [all …]
|
/plugin/s5reloaded/ |
H A D | renderer.php | 60 function s5reloaded_init($title){ argument 75 <title>'.hsc($title).'</title> 155 <h1>'.$title.'</h1> 260 if (!is_null($title)) { 261 $title = $this->_xmlEntities($title); 274 if (!$title) { 278 return $title; 288 if ($title) { 307 if (!$title) { 323 }elseif($title){ [all …]
|
/plugin/pdfjs/pdfjs/web/locale/sr/ |
H A D | viewer.properties | 16 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/odt/ODT/ |
H A D | ODTHeading.php | 66 * @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/pdfjs/pdfjs/web/locale/ml/ |
H A D | viewer.properties | 16 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/km/ |
H A D | viewer.properties | 16 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/diagramsnet/lib/js/diagramly/sidebar/ |
H A D | Sidebar.js | 628 title.innerHTML = prev; 629 title.appendChild(btn); 634 title.appendChild(btn); 639 title.appendChild(btn); 868 var title = null; 888 title.innerHTML = ''; 889 mxUtils.write(title, this.editorUi.getResource(lib.title)); 897 mxUtils.write(title, this.editorUi.getResource(lib.title)); 922 title.innerHTML = ''; 936 mxUtils.write(title, this.editorUi.getResource(lib.title)); [all …]
|
/plugin/headernofloat/ |
H A D | syntax.php | 40 $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);
|
/plugin/semanticdata/ |
H A D | helper.php | 102 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/ |
H A D | script.js | 6 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; 61 title += camera; 63 else title += '<br />' + camera; 72 output = caption ? (title + '<br />' + caption): title; 83 var title = jQuery( this ).attr('title'); 85 if(title.match(/google/)) return; [all …]
|
/plugin/numberedheadings/ |
H A D | syntax.php | 86 // separate parameter and title 87 // == -#n title == ; "#" is a parameter indicates number 88 // == - #n title == ; "#" is a placeholder of numbering label 97 list($number, $title) = array('', trim($text)); 98 if (substr($title, 0, 1) == '#') { 99 // extra check of title 100 // == - # title == ; "#" is NOT numbering label 101 // == - #12 title == ; "#" is numbering label with number 102 // == - #12.3 title == ; "#" is NOT numbering label 103 $part = explode(' ', substr($title, [all...] |
/plugin/creole/syntax/ |
H A D | header.php | 44 $title = trim($match); 46 && ($title[strlen($title) - 1] == '=')) { // DokuWiki 47 $level = 7 - strspn($title, '='); 49 $level = strspn($title, '='); 53 $title = trim($title, '='); 54 $title = trim($title); 60 $handler->addCall('header', array($title, $level, $pos), $pos);
|
/plugin/pdfjs/pdfjs/web/locale/ne-NP/ |
H A D | viewer.properties | 16 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 …]
|