Searched refs:tip (Results 1 – 25 of 143) sorted by relevance
123456
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DevTools.js | 12 var tip = graphGetTooltipForCell.apply(this, arguments); 15 tip += ((tip.length > 0) ? '<br>' : '') + 'id=' + cell.id + '<br>'; 21 … tip += 'source=' + parseFloat(geo.sourcePoint.x) + ',' + parseFloat(geo.sourcePoint.y) + '<br>'; 26 … tip += 'target=' + parseFloat(geo.targetPoint.x) + ',' + parseFloat(geo.targetPoint.y) + '<br>'; 33 tip += 'abspoints(' + state.absolutePoints.length + ')='; 40 tip += '<br>'; 44 tip += 'points(' + geo.points.length + ')='; 48 tip += parseFloat(geo.points[i].x) + ',' + parseFloat(geo.points[i].y) + ';'; 56 tip += 'x/y=' + parseFloat(geo.x) + ',' + parseFloat(geo.y) + '<br>' + 61 tip += '<br>pos=' + parseFloat(state.x) + ',' + parseFloat(state.y) + '<br>' + [all …]
|
/plugin/commonmark/vendor/league/commonmark/src/ |
H A D | Context.php |
|
H A D | DocParser.php |
|
/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | GraphEditor.java | 623 tip += "points={"; in getToolTipForCell() 641 tip = tip.substring(0, tip.length() - 1); in getToolTipForCell() 645 tip += "}<br>"; in getToolTipForCell() 659 tip = tip.substring(0, tip.length() - 1); in getToolTipForCell() 662 tip += "}"; in getToolTipForCell() 666 tip += "geo=["; in getToolTipForCell() 676 tip += "]<br>"; in getToolTipForCell() 677 tip += "state=["; in getToolTipForCell() 688 tip += "]"; in getToolTipForCell() 696 tip += "</html>"; in getToolTipForCell() [all …]
|
H A D | GraphEditor.java.bak | 494 tip += "points={"; 512 tip = tip.substring(0, tip.length() - 1); 516 tip += "}<br>"; 530 tip = tip.substring(0, tip.length() - 1); 533 tip += "}"; 537 tip += "geo=["; 547 tip += "]<br>"; 548 tip += "state=["; 559 tip += "]"; 567 tip += "</html>"; [all …]
|
/plugin/tooltip/ |
H A D | style.css | 26 div.dokuwiki span.tooltip_default .tip { 34 div.dokuwiki span.tooltip_default:hover .tip { 67 div.dokuwiki span.tooltip_winlike .tip { 75 div.dokuwiki span.tooltip_winlike:hover .tip { 111 span.tooltip_inline .tip { 119 span.tooltip_inline:hover .tip {
|
/plugin/autotooltip/ |
H A D | syntax.php | 85 // <autott class1 class2><content></content><tip></tip><title></title><pageid></pageid></autott> 88 $tip = []; 91 preg_match('/<tip>([\s\S]+)<\/tip>/', $inner, $tip); 96 $data['tip'] = count($tip) >= 1 ? $tip[1] : null; 122 $renderer->doc .= $this->m_helper->forText($data['content']??'', $data['tip'] [all...] |
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | spaceless.rst | 4 .. tip:: 25 .. tip:: 30 .. tip:: 37 .. tip::
|
/plugin/new_page_dialog/ |
H A D | helper.php | 46 $tip = htmlspecialchars($label); 85 $ret .= 'title="'.$tip.'" ';
|
/plugin/npd/ |
H A D | helper.php | 55 $tip = htmlspecialchars($label); 92 $ret .= 'title="'.$tip.'" ';
|
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/ |
H A D | IndentedCode.php |
|
H A D | Paragraph.php |
|
H A D | HtmlBlock.php |
|
/plugin/bootswrapper/exe/help/ |
H A D | callout.txt | 106 <callout type="tip" icon="true"> 108 This is a tip callout (alias of ''warning''). 113 <callout type="tip" icon="true"> [...] </callout> 146 … ''info'' ''warning'' ''danger'' (''question'' ''tip'') | Type of callout \\ \\ ''question'' and …
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | spaceless.rst | 44 .. tip:: 49 .. tip:: 56 .. tip::
|
/plugin/annotate/ |
H A D | anno.php | 114 $tip = '<span class="' . $xhtml . ' anno-dclk-over ui-widget-content">'; 117 $tip = '<span class="annotation ui-widget-content '. $xhtml . '">'; 119 $renderer->doc .= $tip;
|
/plugin/ckgedit/ckeditor/plugins/note/lang/ |
H A D | de.js | 7 tip: 'Hinweis',
|
H A D | en.js | 7 tip: 'Tip',
|
/plugin/ckgdoku/ckeditor/plugins/wrap/lang/ |
H A D | ar.js | 5 tip: 'مربع تلميح',
|
H A D | fa.js | 5 tip: 'کادر نکته',
|
H A D | bn.js | 6 tip: 'টিপ বাক্স',
|
H A D | da.js | 6 tip: 'tip boks',
|
/plugin/ckgedit/ckeditor/plugins/wrap/lang/ |
H A D | ar.js | 5 tip: 'مربع تلميح',
|
H A D | fa.js | 5 tip: 'کادر نکته',
|
/plugin/note/ |
H A D | README.md | 12 You can use the note keywords `important`, `warning` and `tip` to change the look of note as well 17 <note tip>tip</note>
|
123456