Searched refs:HTML (Results 1 – 25 of 72) sorted by relevance
123
116 #Firebug .Left .HTML { display:none; height:250px; overflow:scroll; padding:0 10px 2px 10px; }117 #Firebug .Left .HTML .Block { padding:0 0 0 0px; font:11px Verdana, Geneva, Arial, Helvetica, sans-…118 #Firebug .Left .HTML .Block .Spacer { cursor:default; padding:2px 2px 2px 15px; }119 #Firebug .Left .HTML .Block .Link { display:block; color:#333; padding:2px 2px 2px 0; }120 #Firebug .Left .HTML .Block .Link .Content { padding:2px 2px 2px 2px; }121 #Firebug .Left .HTML .Block .Link .TagName { cursor:pointer; }122 #Firebug .Left .HTML .Block .Parent { font-weight:bold; color:#111; text-decoration:none; }123 #Firebug .Left .HTML .Block .Parent .Spacer { background:#fff center no-repeat; }124 #Firebug .Left .HTML .Block .Parent .Spacer { background-image:url(tree_open.gif); }125 #Firebug .Left .HTML .Block .Open .Spacer { background-image:url(tree_close.gif) }[all …]
6 * Tools like Piwik and Google Analytics normally provide a small HTML code14 * copy and paste the needed HTML code/tag AFTER the closing "?>"38 //place the needed HTML source codes BELOW this line ?>
6 * Tools like Piwik and Google Analytics normally provide a small HTML code14 * copy and paste the needed HTML code/tag AFTER the closing "?>"39 //place the needed HTML source codes BELOW this line ?>
13 public const HTML = "text/html"; define in ComboStrap\\Mime90 return new Mime(Mime::HTML);
85 return $this->addContent($message, Mime::HTML);164 $htmlContent = $this->getContent(Mime::HTML);
143 return Mime::create(Mime::HTML);
181 return Mime::create(Mime::HTML);
6 These resources are called inserted in between the `HTML head tag`
11 * See for the HTML code {@link TplUtility::getRailBar()}
4 ** HTML elements
40 HTML=$(DIST_DIR)/footer.html \ macro117 DIST_FILES= $(DOCS) $(CSS) $(HTML) $(SCRIPT) $(PHP) $(STYLE_INI) $(IMAGES) $(LANG) $(CONF) $(SIDEBA…
41 HTML=$(DIST_DIR)/footer.html \ macro113 DIST_FILES= $(DOCS) $(CSS) $(HTML) $(SCRIPT) $(PHP) $(STYLE_INI) $(IMAGES) $(LANG) $(CONF)
33 following HTML for a single entry in blog lists,51 and create 'entry.php' tpl file that produces the following HTML for individual
386 msgid "HTML Box Options"387 msgstr "Параметри HTML"1038 msgid "HTML Box"1039 msgstr "Поле HTML"1042 msgid "Enter your custom HTML code here"1043 msgstr "Введіть ваші власні HTML-код тут"
386 msgid "HTML Box Options"387 msgstr "HTML ボックスのオプション"1038 msgid "HTML Box"1039 msgstr "HTML ボックス"1042 msgid "Enter your custom HTML code here"1043 msgstr "ここで、カスタムの HTML コードを入力してください。"
386 msgid "HTML Box Options"387 msgstr "Параметры HTML"1038 msgid "HTML Box"1039 msgstr "Поле HTML"1042 msgid "Enter your custom HTML code here"1043 msgstr "Введите пользовательские HTML-код здесь"
386 msgid "HTML Box Options"387 msgstr "HTML बॉक्स विकल्प"1038 msgid "HTML Box"1039 msgstr "HTML बॉक्स"1042 msgid "Enter your custom HTML code here"1043 msgstr "अपने कस्टम HTML कोड यहाँ दर्ज करें"
386 msgid "HTML Box Options"387 msgstr "HTML 框选项"1038 msgid "HTML Box"1039 msgstr "HTML 框"1042 msgid "Enter your custom HTML code here"1043 msgstr "请输入您自定义的 HTML 代码"
386 msgid "HTML Box Options"387 msgstr "HTML-opties"1038 msgid "HTML Box"1039 msgstr "HTML-vak"1042 msgid "Enter your custom HTML code here"1043 msgstr "Voer hier uw aangepaste HTML-code"
50 * Added two events (TPL_DOCUMENT_CLOSING, TPL_PAGE_TOP_OUTPUT) to be able to output HTML
65 Handlebars templates look like regular HTML, with embedded handlebars expressions.67 Handlebars HTML-escapes values returned by a {{expression}}.253 Handlebars HTML-escapes values returned by a {{expression}}. If you don't want Handlebars to escape…