/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/ |
IHTMLReportContext.java | 6 * http://www.eclipse.org/legal/epl-v10.html 12 package org.jacoco.report.internal.html; 17 import org.jacoco.report.internal.html.index.IIndexUpdate; 18 import org.jacoco.report.internal.html.resources.Resources; 19 import org.jacoco.report.internal.html.table.Table; 22 * Context and configuration information during creation of a HTML report. 62 * Returns the encoding of the generated HTML documents. 64 * @return encoding for generated HTML documents
|
ILinkable.java | 6 * http://www.eclipse.org/legal/epl-v10.html 12 package org.jacoco.report.internal.html;
|
/external/wpa_supplicant_8/hs20/server/www/ |
remediation.php | 0 <html> 18 </html>
|
free.php | 0 <html> 23 </html>
|
/external/testng/doc/ |
banner.js | 5 // writeTD("a.html", "a.html", "b")
7 // <td class="current"><a href="a.html">b</a><td>
9 // @param pCurrentPage the current page. For example "index.html"
26 // @param pCurrentPage the current page. For example "index.html"
32 writeTD(pCurrentPage, "index.html", "Welcome")
33 writeTD(pCurrentPage, "download.html", "Download")
34 writeTD(pCurrentPage,"documentation-main.html", "Documentation")
35 writeTD(pCurrentPage, "migrating.html", "Migrating from JUnit")
36 writeTD(pCurrentPage, "../javadocs/index.html", "JavaDoc") [all...] |
/external/syslinux/txt/ |
Makefile | 35 HTML_DOCS := $(patsubst %.txt,html/%.html,$(DOCS)) 36 XHTML_DOCS := $(patsubst %.txt,%.html,$(DOCS)) 73 # %.html: %.txt 74 # asciidoc -D html $< 77 .PHONY: html/ man/ text/ xhtml/ 79 html/ man/ text/ xhtml/: 82 html/%.html: %.txt | html/ [all...] |
/external/autotest/server/cros/ |
interactive_client.py | 53 def set_output(self, html): 56 @param html: HTML document to replace tab contents with. 61 return self._proxy.set_output(html) 64 def append_output(self, html): 65 """Append HTML to the contents of the tab. 67 @param html: HTML to append to the existing tab contents. 72 return self._proxy.append_output(html) 125 def append_list_item(self, list_name, item_name, html) [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/ |
build.properties | 6 # http://www.eclipse.org/legal/epl-v10.html 14 about.html,\
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.tests/ |
build.properties | 6 # http://www.eclipse.org/legal/epl-v10.html 14 about.html,\
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
ITableItem.java | 6 * http://www.eclipse.org/legal/epl-v10.html 12 package org.jacoco.report.internal.html.table; 15 import org.jacoco.report.internal.html.ILinkable;
|
/external/libnl/doc/ |
gen-tags.sh | 8 for f in api/group__*.html
|
/external/owasp/sanitizer/src/main/org/owasp/html/examples/ |
SlashdotPolicyExample.java | 29 package org.owasp.html.examples; 35 import org.owasp.html.Handler; 36 import org.owasp.html.HtmlPolicyBuilder; 37 import org.owasp.html.HtmlSanitizer; 38 import org.owasp.html.HtmlStreamEventReceiver; 39 import org.owasp.html.HtmlStreamRenderer; 51 * to respond anonymously to news posts with very limited HTML markup. Now 56 * can only submit the following HTML tags and no CSS: {@code <b>}, {@code <u>}, 66 /** A policy definition that matches the minimal HTML that Slashdot allows. */ 98 // Fetch the HTML to sanitize 99 String html = CharStreams.toString( local [all...] |
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
UrlTextExampleTest.java | 29 package org.owasp.html; 36 import org.owasp.html.examples.UrlTextExample;
|
/system/core/adb/ |
trace.sh | 14 echo Saving trace to ${TRACE_TEMP}, html file to ${TRACE_TEMP}.html 16 $ANDROID_BUILD_TOP/external/chromium-trace/systrace.py --from-file=${TRACE_TEMP} -o ${TRACE_TEMP}.html 17 chrome ${TRACE_TEMP}.html
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
NodePage.java | 6 * http://www.eclipse.org/legal/epl-v10.html 12 package org.jacoco.report.internal.html.page; 16 import org.jacoco.report.internal.html.IHTMLReportContext; 17 import org.jacoco.report.internal.html.resources.Resources; 18 import org.jacoco.report.internal.html.resources.Styles; 19 import org.jacoco.report.internal.html.table.ITableItem;
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/ |
PageTestBase.java | 6 * http://www.eclipse.org/legal/epl-v10.html 12 package org.jacoco.report.internal.html.page; 21 import org.jacoco.report.internal.html.HTMLSupport; 22 import org.jacoco.report.internal.html.IHTMLReportContext; 23 import org.jacoco.report.internal.html.ILinkable; 24 import org.jacoco.report.internal.html.LinkableStub; 25 import org.jacoco.report.internal.html.index.IIndexUpdate; 26 import org.jacoco.report.internal.html.resources.Resources; 27 import org.jacoco.report.internal.html.resources.Styles; 28 import org.jacoco.report.internal.html.table.LabelColumn [all...] |
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
Makefile | 1 all: man html pdf 15 html: 17 mv index.html $$i.html; done 28 rm -f $(FILES:%=%.html)
|
/external/swiftshader/third_party/LLVM/docs/ |
Makefile | 27 HTML := $(wildcard $(PROJ_SRC_DIR)/*.html) \
32 EXTRA_DIST := $(HTML) $(DOXYFILES) llvm.css CommandGuide img
34 .PHONY: install-html install-doxygen doxygen install-ocamldoc ocamldoc generated
36 install_targets := install-html
56 install-html: $(PROJ_OBJ_DIR)/html.tar.gz
57 $(Echo) Installing HTML documentation
58 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html
59 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html/img [all...] |
/external/owasp/sanitizer/src/main/org/owasp/html/ |
HtmlSanitizer.java | 29 package org.owasp.html; 38 * Consumes an HTML stream, and dispatches events to a policy object which 44 * Receives events based on the HTML stream, and applies a policy to decide 45 * what HTML constructs to allow. 55 * Called when an HTML tag like {@code <foo bar=baz>} is seen in the input. 62 * The values are raw -- HTML entities have been decoded. 70 * Called when an HTML tag like {@code </foo>} is seen in the input. 79 * @param textChunk raw content -- HTML entities have been decoded. 85 * Sanitizes the given HTML by applying the given policy to it. 95 * @param html A snippet of HTML to sanitize. {@code null} is treated as th [all...] |
/prebuilts/go/darwin-x86/src/mime/ |
mediatype_test.go | 152 {`attachment; filename="foo.html"`, 154 m("filename", "foo.html")}, 164 {`attachment; filename="f\oo.html"`, 166 m("filename", "f\\oo.html")}, 168 {`attachment; filename="\"quoting\" tested.html"`, 170 m("filename", `"quoting" tested.html`)}, 172 {`attachment; filename="Here's a semicolon;.html"`, 174 m("filename", "Here's a semicolon;.html")}, 176 {`attachment; foo="bar"; filename="foo.html"`, 178 m("foo", "bar", "filename", "foo.html")}, [all...] |
/prebuilts/go/linux-x86/src/mime/ |
mediatype_test.go | 152 {`attachment; filename="foo.html"`, 154 m("filename", "foo.html")}, 164 {`attachment; filename="f\oo.html"`, 166 m("filename", "f\\oo.html")}, 168 {`attachment; filename="\"quoting\" tested.html"`, 170 m("filename", `"quoting" tested.html`)}, 172 {`attachment; filename="Here's a semicolon;.html"`, 174 m("filename", "Here's a semicolon;.html")}, 176 {`attachment; foo="bar"; filename="foo.html"`, 178 m("foo", "bar", "filename", "foo.html")}, [all...] |
/compatibility/cdd/3_software/ |
3_14_media-ui.md | 6 http://developer.android.com/reference/android/media/browse/MediaBrowser.html) 8 http://developer.android.com/reference/android/media/session/MediaSession.html) 12 http://developer.android.com/reference/android/media/browse/MediaBrowser.MediaItem.html) 18 http://developer.android.com/reference/android/media/browse/MediaBrowser.html) 21 https://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_HEADSETHOOK) 23 https://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_MEDIA_PLAY_PAUSE) 25 https://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_MEDIA_NEXT) 27 https://developer.android.com/reference/android/media/session/MediaSession.Callback.html#onMediaButtonEvent%28android.content.Intent%29)
|
/external/autotest/client/deps/glbench/ |
update_glbench_image_filelists.sh | 5 ls *.png | sort > index.html 13 ls */*.png 2>/dev/null | sort > index.html
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
IElementList.java | 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html 9 package com.vladium.emma.report.html.doc;
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/ |
HTMLSupport.java | 6 * http://www.eclipse.org/legal/epl-v10.html 12 package org.jacoco.report.internal.html;
|