Home
last modified time | relevance | path

Searched refs:tip (Results 1 – 25 of 143) sorted by relevance

123456

/plugin/diagramsnet/lib/js/diagramly/
H A DDevTools.js12 var tip = graphGetTooltipForCell.apply(this, arguments);
15 tip += ((tip.length > 0) ? '<br>' : '') + 'id=' + cell.id + '<br>';
21tip += 'source=' + parseFloat(geo.sourcePoint.x) + ',' + parseFloat(geo.sourcePoint.y) + '<br>';
26tip += '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 DContext.php
H A DDocParser.php
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java623 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 DGraphEditor.java.bak494 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 Dstyle.css26 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 Dsyntax.php85 // <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 Dspaceless.rst4 .. tip::
25 .. tip::
30 .. tip::
37 .. tip::
/plugin/new_page_dialog/
H A Dhelper.php46 $tip = htmlspecialchars($label);
85 $ret .= 'title="'.$tip.'" ';
/plugin/npd/
H A Dhelper.php55 $tip = htmlspecialchars($label);
92 $ret .= 'title="'.$tip.'" ';
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DIndentedCode.php
H A DParagraph.php
H A DHtmlBlock.php
/plugin/bootswrapper/exe/help/
H A Dcallout.txt106 <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 Dspaceless.rst44 .. tip::
49 .. tip::
56 .. tip::
/plugin/annotate/
H A Danno.php114 $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 Dde.js7 tip: 'Hinweis',
H A Den.js7 tip: 'Tip',
/plugin/ckgdoku/ckeditor/plugins/wrap/lang/
H A Dar.js5 tip: 'مربع تلميح',
H A Dfa.js5 tip: 'کادر نکته',
H A Dbn.js6 tip: 'টিপ বাক্স',
H A Dda.js6 tip: 'tip boks',
/plugin/ckgedit/ckeditor/plugins/wrap/lang/
H A Dar.js5 tip: 'مربع تلميح',
H A Dfa.js5 tip: 'کادر نکته',
/plugin/note/
H A DREADME.md12 You can use the note keywords `important`, `warning` and `tip` to change the look of note as well
17 <note tip>tip</note>

123456