Home
last modified time | relevance | path

Searched refs:addHtml (Results 1 – 25 of 70) sorted by relevance

123

/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Checklist/
H A DChecklistGuidePageCurves.cpp25 addHtml (QString ("<p>%1</p>") in ChecklistGuidePageCurves()
43 addHtml ("<p>&nbsp;</p>"); in ChecklistGuidePageCurves()
45 addHtml (QString ("<p>%1</p>") in ChecklistGuidePageCurves()
H A DChecklistGuidePageIntro.cpp15 addHtml (QString ("<p>%1</p>" in ChecklistGuidePageIntro()
H A DChecklistGuidePageConclusion.cpp15 addHtml (QString ("<p>%1</p>" in ChecklistGuidePageConclusion()
H A DChecklistGuidePage.h26 void addHtml (const QString &html);
/dports/math/gecode/gecode-0916a1a/gecode/gist/
H A Dgist.hpp47 addHtml("<pre>\n"); in compare()
49 addHtml("</pre><hr />"); in compare()
143 addHtml("<pre>\n"); in inspect()
146 addHtml("</pre><hr />"); in inspect()
/dports/www/tntnet/tntnet-2.2.1/sdk/tools/ecppc/
H A Dgenerator.cpp154 currentComp->addHtml(m.str()); in onHtml()
164 currentComp->addHtml(m.str()); in onExpression()
172 currentComp->addHtml(m.str()); in onHtmlExpression()
180 currentComp->addHtml(m.str()); in onCpp()
287 currentComp->addHtml(m.str()); in onCondExpr()
306 currentComp->addHtml(" // <%include> " + file + '\n'); in onInclude()
311 currentComp->addHtml(" // </%include>\n"); in onIncludeEnd()
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/Gadgets/includes/
H A DSpecialGadgetUsage.php231 $out->addHtml(
236 $out->addHtml(
271 $out->addHtml(
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/Gadgets/includes/
H A DSpecialGadgetUsage.php230 $out->addHtml(
235 $out->addHtml(
270 $out->addHtml(
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/Gadgets/includes/
H A DSpecialGadgetUsage.php230 $out->addHtml(
235 $out->addHtml(
270 $out->addHtml(
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/application/forms/
H A DDeployConfigForm.php50 $this->addHtml(
65 $this->addHtml('</nobr>');
H A DSyncCheckForm.php55 $this->addHtml($html);
H A DRemoveLinkForm.php42 $this->addHtml(Icon::create('cancel'));
/dports/net-mgmt/icingaweb2-module-cube/icingaweb2-module-cube-1.1.1/library/Cube/Web/Form/
H A DQuickBaseForm.php77 return $this->addHtml('<div class="hint">' . $html . '</div>', $options);
80 public function addHtml($html, $options = array()) function in Icinga\\Module\\Cube\\Web\\Form\\QuickBaseForm
/dports/net-mgmt/icingaweb2-module-businessprocess/icingaweb2-module-businessprocess-2.2.0/library/Businessprocess/Web/Form/
H A DQuickBaseForm.php89 return $this->addHtml('<div class="hint">' . $html . '</div>', $options);
92 public function addHtml($html, $options = array()) function in Icinga\\Module\\Businessprocess\\Web\\Form\\QuickBaseForm
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/Web/Form/
H A DQuickBaseForm.php88 return $this->addHtml(
94 public function addHtml($html, $options = []) function in Icinga\\Module\\Director\\Web\\Form\\QuickBaseForm
/dports/net-mgmt/icingaweb2-module-businessprocess/icingaweb2-module-businessprocess-2.2.0/application/forms/
H A DDeleteNodeForm.php34 $this->addHtml(
46 $this->addHtml(
/dports/www/tntnet/tntnet-2.2.1/sdk/tools/ecppc/tnt/ecppc/
H A Dcomponent.h74 void addHtml(const std::string& code) in addHtml() function
75 { compbody.addHtml(code); } in addHtml()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/navigation/
H A Dabstractnavigationcontext.h114 context->addHtml(str);
123 void addHtml(const QString& html);
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Rte/
H A DTriggers.php163 $message->addHtml('<ul>');
165 $message->addHtml('<li>' . $string . '</li>');
167 $message->addHtml('</ul>');
H A DEvents.php187 $message->addHtml('<ul>');
189 $message->addHtml('<li>' . $string . '</li>');
191 $message->addHtml('</ul>');
/dports/net-mgmt/icingaweb2-module-cube/icingaweb2-module-cube-1.1.1/application/forms/
H A DDimensionsForm.php76 $this->addHtml(
93 $this->addHtml(
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Database/
H A DEvents.php168 $message->addHtml('<ul>');
170 $message->addHtml('<li>' . $string . '</li>');
172 $message->addHtml('</ul>');
H A DTriggers.php189 $message->addHtml('<ul>');
191 $message->addHtml('<li>' . $string . '</li>');
193 $message->addHtml('</ul>');
/dports/www/matomo/piwik/plugins/LanguagesManager/
H A DMenu.php23 …$menu->addHtml('LanguageSelector', $langManager->getLanguagesSelector(), true, $order = 30, false);
/dports/www/matomo/piwik/core/Menu/
H A DMenuTop.php30 public function addHtml($menuName, $data, $displayedForCurrentUser, $order, $tooltip) function in Piwik\\Menu\\MenuTop

123