Home
last modified time | relevance | path

Searched refs:renderTag (Results 1 – 25 of 68) sorted by relevance

123

/dports/lang/ghc/ghc-8.10.7/libraries/xhtml/Text/XHtml/
H A DInternals.hs281 then renderTag True name attrs ""
282 else (renderTag False name attrs ""
293 then renderTag True name attrs (nl n)
294 else (renderTag False name attrs (nl n)
310 [rmNL (renderTag True name attrs "" "")]
312 [rmNL (renderTag False name attrs "" "")] ++
321 renderTag :: Bool -- ^ 'True' if the empty tag shorthand should be used
326 renderTag empty name attrs nl r function
/dports/benchmarks/polygraph/polygraph-4.13.0/src/xml/
H A DXmlRenderer.cc14 renderTag((const XmlTag&)node); in renderNode()
21 void XmlRenderer::renderTag(const XmlTag &tag) { in renderTag() function in XmlRenderer
H A DXmlRenderer.h23 virtual void renderTag(const XmlTag &tag) = 0;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/widget/
H A DsfWidgetFormFilterInput.class.php60 …'%input%' => $this->renderTag('input', array_merge(array('type' => 'text', 'id' => $this-…
61 …'%empty_checkbox%' => $this->getOption('with_empty') ? $this->renderTag('input', array('type' => '…
H A DsfWidgetFormInputFileEditable.class.php88 …$delete = $this->renderTag('input', array_merge(array('type' => 'checkbox', 'name' => $deleteName)…
105 …return false !== $this->getOption('file_src') ? $this->renderTag('img', array_merge(array('src' =>…
H A DsfWidgetForm.class.php168 public function renderTag($tag, $attributes = array()) function in sfWidgetForm
177 return parent::renderTag($tag, $attributes);
H A DsfWidgetFormInput.class.php55 …return $this->renderTag('input', array_merge(array('type' => $this->getOption('type'), 'name' => $…
H A DsfWidgetFormInputRead.class.php63 return $tag.$this->renderTag('input', array_merge(array(
H A DsfWidgetFormFilterDate.class.php66 …'%empty_checkbox%' => $this->getOption('with_empty') ? $this->renderTag('input', array('type' => '…
H A DsfWidgetFormSelectRadio.class.php106 'input' => $this->renderTag('input', array_merge($baseAttributes, $attributes)),
/dports/www/limesurvey/limesurvey/application/extensions/yiiwheels/widgets/fineuploader/
H A DWhFineUploader.php72 $this->renderTag();
79 public function renderTag() function in WhFineUploader
/dports/www/phalcon4/cphalcon-4.1.1/phalcon/Html/Helper/
H A DAbstractHelper.zep177 return this->renderTag(tag, attributes);
215 protected function renderTag( function in Phalcon\\Html\\Helper\\AbstractHelper
243 return this->renderTag(tag, attributes, "/");
H A DLink.zep36 "renderTag",
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/html-1.0.1.2/Text/
H A DHtml.hs984 then renderTag True name markupAttrs n
985 else (renderTag True name markupAttrs n
987 . renderTag False name [] n)
997 [rmNL (renderTag True name markupAttrs 0 "")]
999 [rmNL (renderTag True name markupAttrs 0 "")] ++
1001 [rmNL (renderTag False name [] 0 "")]
1009 renderTag :: Bool -> String -> [HtmlAttr] -> Int -> ShowS
1010 renderTag x name markupAttrs n r function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/html-1.0.1.2/Text/
H A DHtml.hs984 then renderTag True name markupAttrs n
985 else (renderTag True name markupAttrs n
987 . renderTag False name [] n)
997 [rmNL (renderTag True name markupAttrs 0 "")]
999 [rmNL (renderTag True name markupAttrs 0 "")] ++
1001 [rmNL (renderTag False name [] 0 "")]
1009 renderTag :: Bool -> String -> [HtmlAttr] -> Int -> ShowS
1010 renderTag x name markupAttrs n r function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/html-1.0.1.2/Text/
H A DHtml.hs984 then renderTag True name markupAttrs n
985 else (renderTag True name markupAttrs n
987 . renderTag False name [] n)
997 [rmNL (renderTag True name markupAttrs 0 "")]
999 [rmNL (renderTag True name markupAttrs 0 "")] ++
1001 [rmNL (renderTag False name [] 0 "")]
1009 renderTag :: Bool -> String -> [HtmlAttr] -> Int -> ShowS
1010 renderTag x name markupAttrs n r function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/html-1.0.1.2/Text/
H A DHtml.hs984 then renderTag True name markupAttrs n
985 else (renderTag True name markupAttrs n
987 . renderTag False name [] n)
997 [rmNL (renderTag True name markupAttrs 0 "")]
999 [rmNL (renderTag True name markupAttrs 0 "")] ++
1001 [rmNL (renderTag False name [] 0 "")]
1009 renderTag :: Bool -> String -> [HtmlAttr] -> Int -> ShowS
1010 renderTag x name markupAttrs n r function
/dports/www/phalcon4/cphalcon-4.1.1/ext/phalcon/html/helper/
H A Dabstracthelper.zep.h14 PHP_METHOD(Phalcon_Html_Helper_AbstractHelper, renderTag);
151 …PHP_ME(Phalcon_Html_Helper_AbstractHelper, renderTag, arginfo_phalcon_html_helper_abstracthelper_r… in ZEND_END_ARG_INFO()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/form/widget/
H A DohrmWidgetCheckboxGroup.php147 'input' => $this->renderTag('input', array_merge($baseAttributes, $attributes)),
171 'input' => $this->renderTag('input', $allCheckboxAttributes),
H A DohrmWidgetDatePickerNew.php32 $html .= $this->renderTag('input', array(
/dports/www/phalcon4/cphalcon-4.1.1/phalcon/Html/Helper/Input/
H A DCheckbox.zep99 "start" : this->renderTag("label", attributes),
146 let unchecked = this->renderTag(
/dports/www/orangehrm/orangehrm-4.9/symfony/apps/orangehrm/lib/form/widget/
H A DohrmWidgetDatePickerOld.php13 $html .= $this->renderTag('input', array(
H A DohrmWidgetButton.php47 …return $this->renderTag('input', array_merge(array('type' => 'button', 'name' => $name, 'value' =>…
H A DohrmWidgetCheckbox.php48 …$html .= $this->renderTag('input', array_merge(array('type' => 'checkbox', 'name' => "{$name}[]", …
/dports/benchmarks/polygraph/polygraph-4.13.0/src/loganalyzers/
H A DRepToHtmlFile.h29 virtual void renderTag(const XmlTag &tag);

123