Home
last modified time | relevance | path

Searched defs:html (Results 126 – 150 of 11745) sorted by relevance

12345678910>>...470

/dports/mail/thunderbird/thunderbird-91.8.0/dom/security/test/csp/
H A Dmochitest.ini252 skip-if =
284 skip-if =
324 tags = mcb
326 tags = mcb
330 skip-if =
345 skip-if =
359 support-files =
363 support-files =
367 support-files =
376 support-files =
[all …]
/dports/www/rss-bridge/rss-bridge-2021-04-25/bridges/
H A DIPBBridge.php81 private function isForum($html){
86 private function isTopic($html){
91 private function collectForum($html){
109 private function collectForumList($html){
123 private function collectForumTable($html){
139 private function collectTopic($html, $limit){
157 private function collectTopicHistory($html, $limit, $callback){
178 private function collectTopicArticle($html, $firstrun = true){
219 private function collectTopicDiv($html, $firstrun = true){
269 private function findImages($html){
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/content/tests/widgets/
H A Dmochitest.ini26 skip-if = toolkit == 'android'
29 tags = fullscreen
30 skip-if = toolkit == 'android' #TIMED_OUT
32 skip-if = toolkit == 'android'
34 skip-if = toolkit == 'android'
37 skip-if = toolkit == 'android'
41 skip-if = toolkit == 'android' # bug 1272646
45 skip-if = os == 'win'
47 skip-if = toolkit == 'android'
49 skip-if = toolkit == 'android'
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/test/webgl-mochitest/
H A Dmochitest.ini19 fail-if = 1
22 fail-if = (os == 'android')
25 fail-if = (os == 'android')
29 fail-if = (os == 'android')
31 fail-if = (os == 'linux')
35 fail-if = (os == 'linux') || (os == 'mac')
40 fail-if = (os == 'mac') || (os == 'win')
46 fail-if = (os == 'android')
49 fail-if = (os == 'android')
64 support-files = ../captureStream_common.js
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mochitest/tests/Harness_sanity/
H A Dmochitest.ini3 skip-if = true #depends on fix for bug 1048446
7 support-files = importtesting_chromescript.js
13 support-files = empty.js
15 support-files = empty.js
19 support-files = file_SpecialPowersFrame1.html
21 support-files =
33 skip-if = toolkit == 'android' # bug 688052
35 subsuite = clipboard
36 skip-if = toolkit == 'android' # bug 688052
39 fail-if = true
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mochitest/tests/Harness_sanity/
H A Dmochitest.ini3 skip-if = true #depends on fix for bug 1048446
7 support-files = importtesting_chromescript.js
13 support-files = empty.js
15 support-files = empty.js
19 support-files = file_SpecialPowersFrame1.html
21 support-files =
33 skip-if = toolkit == 'android' # bug 688052
35 subsuite = clipboard
36 skip-if = toolkit == 'android' # bug 688052
39 fail-if = true
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/Html/
H A DDisplayExtensions.cs7 public static MvcHtmlString Display(this HtmlHelper html, string expression) { in Display()
11 …public static MvcHtmlString Display(this HtmlHelper html, string expression, object additionalView… in Display()
15 …public static MvcHtmlString Display(this HtmlHelper html, string expression, string templateName) { in Display()
19 …public static MvcHtmlString Display(this HtmlHelper html, string expression, string templateName, … in Display()
23 …public static MvcHtmlString Display(this HtmlHelper html, string expression, string templateName, … in Display()
32 …public static MvcHtmlString DisplayFor<TModel, TValue>(this HtmlHelper<TModel> html, Expression<Fu… in DisplayFor()
61 public static MvcHtmlString DisplayForModel(this HtmlHelper html) { in DisplayForModel()
65 … public static MvcHtmlString DisplayForModel(this HtmlHelper html, object additionalViewData) { in DisplayForModel()
69 public static MvcHtmlString DisplayForModel(this HtmlHelper html, string templateName) { in DisplayForModel()
73 …public static MvcHtmlString DisplayForModel(this HtmlHelper html, string templateName, object addi… in DisplayForModel()
[all …]
H A DEditorExtensions.cs8 public static MvcHtmlString Editor(this HtmlHelper html, string expression) { in Editor()
12 …public static MvcHtmlString Editor(this HtmlHelper html, string expression, object additionalViewD… in Editor()
16 … public static MvcHtmlString Editor(this HtmlHelper html, string expression, string templateName) { in Editor()
20 …public static MvcHtmlString Editor(this HtmlHelper html, string expression, string templateName, o… in Editor()
24 …public static MvcHtmlString Editor(this HtmlHelper html, string expression, string templateName, s… in Editor()
33 …public static MvcHtmlString EditorFor<TModel, TValue>(this HtmlHelper<TModel> html, Expression<Fun… in EditorFor()
62 public static MvcHtmlString EditorForModel(this HtmlHelper html) { in EditorForModel()
66 … public static MvcHtmlString EditorForModel(this HtmlHelper html, object additionalViewData) { in EditorForModel()
70 public static MvcHtmlString EditorForModel(this HtmlHelper html, string templateName) { in EditorForModel()
74 …public static MvcHtmlString EditorForModel(this HtmlHelper html, string templateName, object addit… in EditorForModel()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/passwordmgr/test/mochitest/
H A Dmochitest.ini16 skip-if = toolkit == 'android' # autocomplete
18 skip-if = toolkit == 'android' # Bug 1259768
21 skip-if = toolkit == 'android' # autocomplete
30 skip-if = toolkit == 'android' # android:autocomplete.
34 skip-if = toolkit == 'android' # android:autocomplete.
36 skip-if = toolkit == 'android' # android:autocomplete.
41 skip-if = toolkit == 'android' # Tests desktop prompts
44 skip-if = toolkit == 'android' # autocomplete
50 skip-if = toolkit == 'android' && debug # bug 1397615
52 skip-if = toolkit == 'android' && debug # bug 1397615
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/Html/
H A DEditorExtensions.cs11 public static MvcHtmlString Editor(this HtmlHelper html, string expression) in Editor()
16 …public static MvcHtmlString Editor(this HtmlHelper html, string expression, object additionalViewD… in Editor()
21 … public static MvcHtmlString Editor(this HtmlHelper html, string expression, string templateName) in Editor()
26 …public static MvcHtmlString Editor(this HtmlHelper html, string expression, string templateName, o… in Editor()
31 …public static MvcHtmlString Editor(this HtmlHelper html, string expression, string templateName, s… in Editor()
42 …public static MvcHtmlString EditorFor<TModel, TValue>(this HtmlHelper<TModel> html, Expression<Fun… in EditorFor()
77 public static MvcHtmlString EditorForModel(this HtmlHelper html) in EditorForModel()
82 public static MvcHtmlString EditorForModel(this HtmlHelper html, object additionalViewData) in EditorForModel()
87 public static MvcHtmlString EditorForModel(this HtmlHelper html, string templateName) in EditorForModel()
92 …public static MvcHtmlString EditorForModel(this HtmlHelper html, string templateName, object addit… in EditorForModel()
[all …]
H A DDisplayExtensions.cs11 public static MvcHtmlString Display(this HtmlHelper html, string expression) in Display()
16 …public static MvcHtmlString Display(this HtmlHelper html, string expression, object additionalView… in Display()
21 … public static MvcHtmlString Display(this HtmlHelper html, string expression, string templateName) in Display()
26 …public static MvcHtmlString Display(this HtmlHelper html, string expression, string templateName, … in Display()
31 …public static MvcHtmlString Display(this HtmlHelper html, string expression, string templateName, … in Display()
42 …public static MvcHtmlString DisplayFor<TModel, TValue>(this HtmlHelper<TModel> html, Expression<Fu… in DisplayFor()
77 public static MvcHtmlString DisplayForModel(this HtmlHelper html) in DisplayForModel()
82 public static MvcHtmlString DisplayForModel(this HtmlHelper html, object additionalViewData) in DisplayForModel()
87 public static MvcHtmlString DisplayForModel(this HtmlHelper html, string templateName) in DisplayForModel()
92 …public static MvcHtmlString DisplayForModel(this HtmlHelper html, string templateName, object addi… in DisplayForModel()
[all …]
H A DLabelExtensions.cs12 public static MvcHtmlString Label(this HtmlHelper html, string expression) in Label()
19 public static MvcHtmlString Label(this HtmlHelper html, string expression, string labelText) in Label()
24 … public static MvcHtmlString Label(this HtmlHelper html, string expression, object htmlAttributes) in Label()
29 …public static MvcHtmlString Label(this HtmlHelper html, string expression, IDictionary<string, obj… in Label()
34 …public static MvcHtmlString Label(this HtmlHelper html, string expression, string labelText, objec… in Label()
63 …public static MvcHtmlString LabelFor<TModel, TValue>(this HtmlHelper<TModel> html, Expression<Func… in LabelFor()
116 public static MvcHtmlString LabelForModel(this HtmlHelper html) in LabelForModel()
121 public static MvcHtmlString LabelForModel(this HtmlHelper html, string labelText) in LabelForModel()
126 public static MvcHtmlString LabelForModel(this HtmlHelper html, object htmlAttributes) in LabelForModel()
131 …public static MvcHtmlString LabelForModel(this HtmlHelper html, IDictionary<string, object> htmlAt… in LabelForModel()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/test/mochitest/
H A Dmochitest.ini52 support-files = cocoa_focus.html
62 skip-if = !crashreporter
66 skip-if = !crashreporter || e10s
101 skip-if = toolkit != "gtk2"
104 skip-if = true # Bug 596491
106 support-files =
113 skip-if = true # Bug 1267432
115 skip-if = true # Bug 1267432
141 skip-if = toolkit == "cocoa"
143 skip-if = os != "win"
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/security/test/general/
H A Dmochitest.ini43 fail-if = xorigin
46 fail-if = xorigin
48 fail-if = xorigin
50 fail-if = xorigin # Cookies not set
52 fail-if = xorigin
54 fail-if = xorigin
56 skip-if = !debug
58 skip-if = debug
59 support-files = closeWindow.sjs
61 support-files = file_xfo_error_page.sjs
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/security/test/general/
H A Dmochitest.ini43 fail-if = xorigin
46 fail-if = xorigin
48 fail-if = xorigin
50 fail-if = xorigin # Cookies not set
52 fail-if = xorigin
54 fail-if = xorigin
56 skip-if = !debug
58 skip-if = debug
59 support-files = closeWindow.sjs
61 support-files = file_xfo_error_page.sjs
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/composer/test/
H A Dmochitest.ini16 skip-if = os == 'android'
18 skip-if = os == 'android'
22 skip-if = toolkit == 'android'
25 skip-if = os == 'android'
27 skip-if = os == 'android'
29 skip-if = os == 'android'
32 skip-if = os == 'android'
34 skip-if = os == 'android'
36 skip-if = os == 'android'
38 skip-if = os == 'android'
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/plugins/python_scripts/
H A Dbom_html_grouped_by_value.py27 html = """ variable
62 html = html.replace('<!--SOURCE-->', net.getSource()) variable
63 html = html.replace('<!--DATE-->', net.getDate()) variable
64 html = html.replace('<!--TOOL-->', net.getTool()) variable
65 html = html.replace('<!--COMPCOUNT-->', "<b>Component Count:</b>" + \ variable
74 html = html.replace('<!--TABLEROW-->', row + "<!--TABLEROW-->") variable
100 html = html.replace('<!--TABLEROW-->', row + "<!--TABLEROW-->") variable
/dports/lang/spidermonkey60/firefox-60.9.0/image/test/mochitest/
H A Dmochitest.ini93 skip-if = os == 'android'
96 skip-if = os == 'android'
102 skip-if = os == 'android'
126 skip-if = os == 'android'
131 skip-if = os == 'android'
133 skip-if = os == 'android'
135 skip-if = os == 'android'
143 skip-if = os == 'android'
145 skip-if = os == 'android'
147 skip-if = os == 'android'
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/permission/tests/
H A Dmochitest.ini8 skip-if = true
11 skip-if = true
13 skip-if = true
16 skip-if = true
18 skip-if = true
21 skip-if = true
23 skip-if = true
26 skip-if = true
29 skip-if = true
31 skip-if = true
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/tests/
H A Dmochitest.ini74 skip-if = true # Bug 492575
94 support-files =
218 support-files = file_bug607529.html
227 skip-if = toolkit == 'android'
243 skip-if = toolkit == 'android'
262 support-files =
275 skip-if = toolkit == 'android'
284 support-files =
303 support-files =
307 support-files = bug1226904.html
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/test/
H A Dmochitest.ini47 skip-if = stylo # bug 1339656
50 skip-if = (toolkit == 'android')
101 skip-if = toolkit == 'android'
112 skip-if = true # Bug 701060
127 support-files = bug517224.sjs
171 scheme = https
174 scheme = https
232 support-files =
251 skip-if = !stylo
301 support-files =
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/b2g/components/test/mochitest/
H A Dmochitest.ini12 skip-if = toolkit != "gonk"
14 skip-if = toolkit != "gonk"
16 skip-if = true # Bug 1019572 - frequent timeouts
18 skip-if = toolkit != "gonk"
20 skip-if = toolkit != "gonk"
22 skip-if = toolkit != "gonk"
24 skip-if = toolkit != "gonk"
26 skip-if = toolkit != "gonk"
28 skip-if = toolkit != "gonk"
/dports/www/firefox-esr/firefox-91.8.0/dom/promise/tests/
H A Dmochitest.ini8 skip-if = debug == false
14 support-files = file_promise_and_timeout_ordering.js
16 support-files = file_promise_and_timeout_ordering.js
19 …compile_sample.wasm test_webassembly_compile_worker.js test_webassembly_compile_worker_terminate.js
21 support-files = file_promise_argument_tests.js
22 skip-if = debug == false
24 support-files = file_promise_argument_tests.js
25 skip-if = debug == false
27 support-files = file_promise_retval_tests.js
28 skip-if = debug == false
/dports/www/firefox/firefox-99.0/dom/promise/tests/
H A Dmochitest.ini8 skip-if = debug == false
14 support-files = file_promise_and_timeout_ordering.js
16 support-files = file_promise_and_timeout_ordering.js
19 …compile_sample.wasm test_webassembly_compile_worker.js test_webassembly_compile_worker_terminate.js
21 support-files = file_promise_argument_tests.js
22 skip-if = debug == false
24 support-files = file_promise_argument_tests.js
25 skip-if = debug == false
27 support-files = file_promise_retval_tests.js
28 skip-if = debug == false
/dports/lang/spidermonkey60/firefox-60.9.0/dom/promise/tests/
H A Dmochitest.ini8 skip-if = debug == false
14 support-files = file_promise_and_timeout_ordering.js
16 support-files = file_promise_and_timeout_ordering.js
19 …compile_sample.wasm test_webassembly_compile_worker.js test_webassembly_compile_worker_terminate.js
21 support-files = file_promise_argument_tests.js
22 skip-if = debug == false
24 support-files = file_promise_argument_tests.js
25 skip-if = debug == false
27 support-files = file_promise_retval_tests.js
28 skip-if = debug == false

12345678910>>...470