Home
last modified time | relevance | path

Searched refs:csp2 (Results 1 – 25 of 62) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/dom/security/test/csp/
H A Dfile_ignore_unsafe_inline_multiple_policies_server.sjs37 var csp2 = (query['csp2']) ? unescape(query['csp2']) : "";
47 if (csp2 !== "") {
48 csp += ", " + csp2;
H A Dfile_navigate_to.sjs43 if (query.get("csp2")) {
44 … response.write("<meta http-equiv=\"Content-Security-Policy\" content=\""+query.get("csp2")+"\">");
/dports/lang/spidermonkey78/firefox-78.9.0/dom/security/test/csp/
H A Dfile_ignore_unsafe_inline_multiple_policies_server.sjs37 var csp2 = (query['csp2']) ? unescape(query['csp2']) : "";
47 if (csp2 !== "") {
48 csp += ", " + csp2;
H A Dfile_navigate_to.sjs43 if (query.get("csp2")) {
44 … response.write("<meta http-equiv=\"Content-Security-Policy\" content=\""+query.get("csp2")+"\">");
/dports/www/firefox/firefox-99.0/dom/security/test/csp/
H A Dfile_ignore_unsafe_inline_multiple_policies_server.sjs37 var csp2 = query.csp2 ? unescape(query.csp2) : "";
47 if (csp2 !== "") {
48 csp += ", " + csp2;
H A Dfile_navigate_to.sjs47 if (query.get("csp2")) {
50 query.get("csp2") +
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/security/test/csp/
H A Dfile_ignore_unsafe_inline_multiple_policies_server.sjs37 var csp2 = (query['csp2']) ? unescape(query['csp2']) : "";
47 if (csp2 !== "") {
48 csp += ", " + csp2;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/security/test/csp/
H A Dfile_ignore_unsafe_inline_multiple_policies_server.sjs37 var csp2 = (query['csp2']) ? unescape(query['csp2']) : "";
47 if (csp2 !== "") {
48 csp += ", " + csp2;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/security/test/csp/
H A Dfile_ignore_unsafe_inline_multiple_policies_server.sjs37 var csp2 = (query['csp2']) ? unescape(query['csp2']) : "";
47 if (csp2 !== "") {
48 csp += ", " + csp2;
H A Dfile_navigate_to.sjs43 if (query.get("csp2")) {
44 … response.write("<meta http-equiv=\"Content-Security-Policy\" content=\""+query.get("csp2")+"\">");
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/normalform/
H A DFilterOfCommunity.cc234 CommunitySet *csp, *csp2; in implies() local
236 for (csp2 = b.ne.head(); csp2; csp2 = b.ne.next(csp2)) in implies()
237 if (*csp == *csp2) in implies()
239 if (! csp2) in implies()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dconvertframe.c118 GstElement *vcrop = NULL, *csp = NULL, *csp2 = NULL, *vscale = NULL; in build_convert_frame_pipeline() local
129 if (!create_element ("videoconvert", &csp2, &error)) in build_convert_frame_pipeline()
152 gst_bin_add_many (GST_BIN (pipeline), vcrop, csp2, NULL); in build_convert_frame_pipeline()
172 if (!gst_element_link_pads (src, "src", csp2, "sink")) in build_convert_frame_pipeline()
176 if (!gst_element_link_pads (csp2, "src", vcrop, "sink")) in build_convert_frame_pipeline()
242 if (csp2) in build_convert_frame_pipeline()
243 gst_object_unref (csp2); in build_convert_frame_pipeline()
261 if (csp2) in build_convert_frame_pipeline()
262 gst_object_unref (csp2); in build_convert_frame_pipeline()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dconvertframe.c118 GstElement *vcrop = NULL, *csp = NULL, *csp2 = NULL, *vscale = NULL; in build_convert_frame_pipeline() local
129 if (!create_element ("videoconvert", &csp2, &error)) in build_convert_frame_pipeline()
152 gst_bin_add_many (GST_BIN (pipeline), vcrop, csp2, NULL); in build_convert_frame_pipeline()
172 if (!gst_element_link_pads (src, "src", csp2, "sink")) in build_convert_frame_pipeline()
176 if (!gst_element_link_pads (csp2, "src", vcrop, "sink")) in build_convert_frame_pipeline()
242 if (csp2) in build_convert_frame_pipeline()
243 gst_object_unref (csp2); in build_convert_frame_pipeline()
261 if (csp2) in build_convert_frame_pipeline()
262 gst_object_unref (csp2); in build_convert_frame_pipeline()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dconvertframe.c118 GstElement *vcrop = NULL, *csp = NULL, *csp2 = NULL, *vscale = NULL; in build_convert_frame_pipeline() local
129 if (!create_element ("videoconvert", &csp2, &error)) in build_convert_frame_pipeline()
152 gst_bin_add_many (GST_BIN (pipeline), vcrop, csp2, NULL); in build_convert_frame_pipeline()
172 if (!gst_element_link_pads (src, "src", csp2, "sink")) in build_convert_frame_pipeline()
176 if (!gst_element_link_pads (csp2, "src", vcrop, "sink")) in build_convert_frame_pipeline()
242 if (csp2) in build_convert_frame_pipeline()
243 gst_object_unref (csp2); in build_convert_frame_pipeline()
261 if (csp2) in build_convert_frame_pipeline()
262 gst_object_unref (csp2); in build_convert_frame_pipeline()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dconvertframe.c118 GstElement *vcrop = NULL, *csp = NULL, *csp2 = NULL, *vscale = NULL; in build_convert_frame_pipeline() local
129 if (!create_element ("videoconvert", &csp2, &error)) in build_convert_frame_pipeline()
152 gst_bin_add_many (GST_BIN (pipeline), vcrop, csp2, NULL); in build_convert_frame_pipeline()
172 if (!gst_element_link_pads (src, "src", csp2, "sink")) in build_convert_frame_pipeline()
176 if (!gst_element_link_pads (csp2, "src", vcrop, "sink")) in build_convert_frame_pipeline()
242 if (csp2) in build_convert_frame_pipeline()
243 gst_object_unref (csp2); in build_convert_frame_pipeline()
261 if (csp2) in build_convert_frame_pipeline()
262 gst_object_unref (csp2); in build_convert_frame_pipeline()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dconvertframe.c118 GstElement *vcrop = NULL, *csp = NULL, *csp2 = NULL, *vscale = NULL; in build_convert_frame_pipeline() local
129 if (!create_element ("videoconvert", &csp2, &error)) in build_convert_frame_pipeline()
152 gst_bin_add_many (GST_BIN (pipeline), vcrop, csp2, NULL); in build_convert_frame_pipeline()
172 if (!gst_element_link_pads (src, "src", csp2, "sink")) in build_convert_frame_pipeline()
176 if (!gst_element_link_pads (csp2, "src", vcrop, "sink")) in build_convert_frame_pipeline()
242 if (csp2) in build_convert_frame_pipeline()
243 gst_object_unref (csp2); in build_convert_frame_pipeline()
261 if (csp2) in build_convert_frame_pipeline()
262 gst_object_unref (csp2); in build_convert_frame_pipeline()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dconvertframe.c118 GstElement *vcrop = NULL, *csp = NULL, *csp2 = NULL, *vscale = NULL; in build_convert_frame_pipeline() local
129 if (!create_element ("videoconvert", &csp2, &error)) in build_convert_frame_pipeline()
152 gst_bin_add_many (GST_BIN (pipeline), vcrop, csp2, NULL); in build_convert_frame_pipeline()
172 if (!gst_element_link_pads (src, "src", csp2, "sink")) in build_convert_frame_pipeline()
176 if (!gst_element_link_pads (csp2, "src", vcrop, "sink")) in build_convert_frame_pipeline()
242 if (csp2) in build_convert_frame_pipeline()
243 gst_object_unref (csp2); in build_convert_frame_pipeline()
261 if (csp2) in build_convert_frame_pipeline()
262 gst_object_unref (csp2); in build_convert_frame_pipeline()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dconvertframe.c118 GstElement *vcrop = NULL, *csp = NULL, *csp2 = NULL, *vscale = NULL; in build_convert_frame_pipeline() local
129 if (!create_element ("videoconvert", &csp2, &error)) in build_convert_frame_pipeline()
152 gst_bin_add_many (GST_BIN (pipeline), vcrop, csp2, NULL); in build_convert_frame_pipeline()
172 if (!gst_element_link_pads (src, "src", csp2, "sink")) in build_convert_frame_pipeline()
176 if (!gst_element_link_pads (csp2, "src", vcrop, "sink")) in build_convert_frame_pipeline()
242 if (csp2) in build_convert_frame_pipeline()
243 gst_object_unref (csp2); in build_convert_frame_pipeline()
261 if (csp2) in build_convert_frame_pipeline()
262 gst_object_unref (csp2); in build_convert_frame_pipeline()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dconvertframe.c118 GstElement *vcrop = NULL, *csp = NULL, *csp2 = NULL, *vscale = NULL; in build_convert_frame_pipeline() local
129 if (!create_element ("videoconvert", &csp2, &error)) in build_convert_frame_pipeline()
152 gst_bin_add_many (GST_BIN (pipeline), vcrop, csp2, NULL); in build_convert_frame_pipeline()
172 if (!gst_element_link_pads (src, "src", csp2, "sink")) in build_convert_frame_pipeline()
176 if (!gst_element_link_pads (csp2, "src", vcrop, "sink")) in build_convert_frame_pipeline()
242 if (csp2) in build_convert_frame_pipeline()
243 gst_object_unref (csp2); in build_convert_frame_pipeline()
261 if (csp2) in build_convert_frame_pipeline()
262 gst_object_unref (csp2); in build_convert_frame_pipeline()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dconvertframe.c118 GstElement *vcrop = NULL, *csp = NULL, *csp2 = NULL, *vscale = NULL; in build_convert_frame_pipeline() local
129 if (!create_element ("videoconvert", &csp2, &error)) in build_convert_frame_pipeline()
152 gst_bin_add_many (GST_BIN (pipeline), vcrop, csp2, NULL); in build_convert_frame_pipeline()
172 if (!gst_element_link_pads (src, "src", csp2, "sink")) in build_convert_frame_pipeline()
176 if (!gst_element_link_pads (csp2, "src", vcrop, "sink")) in build_convert_frame_pipeline()
242 if (csp2) in build_convert_frame_pipeline()
243 gst_object_unref (csp2); in build_convert_frame_pipeline()
261 if (csp2) in build_convert_frame_pipeline()
262 gst_object_unref (csp2); in build_convert_frame_pipeline()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dconvertframe.c118 GstElement *vcrop = NULL, *csp = NULL, *csp2 = NULL, *vscale = NULL; in build_convert_frame_pipeline() local
129 if (!create_element ("videoconvert", &csp2, &error)) in build_convert_frame_pipeline()
152 gst_bin_add_many (GST_BIN (pipeline), vcrop, csp2, NULL); in build_convert_frame_pipeline()
172 if (!gst_element_link_pads (src, "src", csp2, "sink")) in build_convert_frame_pipeline()
176 if (!gst_element_link_pads (csp2, "src", vcrop, "sink")) in build_convert_frame_pipeline()
242 if (csp2) in build_convert_frame_pipeline()
243 gst_object_unref (csp2); in build_convert_frame_pipeline()
261 if (csp2) in build_convert_frame_pipeline()
262 gst_object_unref (csp2); in build_convert_frame_pipeline()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Dpath_mesh_m2p.py53 def join_path(csp1, sp1, csp2, sp2): argument
56 pt2 = csp2[sp2][0][1]
59 csp1[sp1][-1][2] = csp2[sp2][0][2]
60 csp1[sp1].extend(csp2[sp2][1:])
63 csp1.append(csp2[sp2])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/csp/
H A Dcontent_security_policy_test.cc140 csp2->CopyStateFrom(csp.Get()); in TEST_F()
141 EXPECT_FALSE(csp2->AllowScriptFromSource( in TEST_F()
146 EXPECT_TRUE(csp2->AllowPluginType("application/x-type-1", in TEST_F()
149 EXPECT_TRUE(csp2->AllowImageFromSource( in TEST_F()
153 EXPECT_FALSE(csp2->AllowImageFromSource( in TEST_F()
158 EXPECT_FALSE(csp2->AllowPluginType("application/x-type-2", in TEST_F()
175 csp2->CopyPluginTypesFrom(csp.Get()); in TEST_F()
176 EXPECT_TRUE(csp2->AllowScriptFromSource( in TEST_F()
180 EXPECT_TRUE(csp2->AllowPluginType("application/x-type-1", in TEST_F()
183 EXPECT_TRUE(csp2->AllowImageFromSource( in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/reporting/resources/
H A Dsecond-csp-report.https.sub.html.sub.headers1 Reporting-Endpoints: csp="/reporting/resources/report.py?endpoint=csp2"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/csp/
H A Dcontent_security_policy_test.cc134 csp2->CopyStateFrom(csp.Get()); in TEST_F()
135 EXPECT_FALSE(csp2->AllowScriptFromSource( in TEST_F()
140 EXPECT_TRUE(csp2->AllowPluginType("application/x-type-1", in TEST_F()
143 EXPECT_TRUE(csp2->AllowImageFromSource( in TEST_F()
147 EXPECT_FALSE(csp2->AllowImageFromSource( in TEST_F()
151 EXPECT_FALSE(csp2->AllowPluginType("application/x-type-2", in TEST_F()
168 csp2->CopyPluginTypesFrom(csp.Get()); in TEST_F()
169 EXPECT_TRUE(csp2->AllowScriptFromSource( in TEST_F()
173 EXPECT_TRUE(csp2->AllowPluginType("application/x-type-1", in TEST_F()
176 EXPECT_TRUE(csp2->AllowImageFromSource( in TEST_F()
[all …]

123