Home
last modified time | relevance | path

Searched refs:SYNTAX_ERR (Results 1 – 25 of 730) sorted by relevance

12345678910>>...30

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/websockets/
H A DCreate-asciiSep-protocol-string.any.js.ini2 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
7 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
12 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
17 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
23 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
28 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
H A DCreate-protocols-repeated-case-insensitive.any.js.ini2 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
7 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
12 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
17 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
22 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
27 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/websockets/
H A DCreate-asciiSep-protocol-string.any.js.ini2 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
7 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
12 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
17 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
23 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
28 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
H A DCreate-protocols-repeated-case-insensitive.any.js.ini2 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
7 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
12 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
17 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
22 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
27 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/websockets/
H A DCreate-asciiSep-protocol-string.any.js.ini2 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
7 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
12 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
17 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
23 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
28 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
H A DCreate-protocols-repeated-case-insensitive.any.js.ini2 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
7 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
12 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
17 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
22 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
27 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/
H A Dprotocol.html.ini3 [%s instead of domain name should throw SYNTAX_ERR]
6 [%s instead of subdomain name should throw SYNTAX_ERR]
9 [a url argument pointing to a different domain name, without %s should throw SYNTAX_ERR]
H A Dcontent.html.ini3 [%s instead of domain name should throw SYNTAX_ERR]
9 [a url argument pointing to a different domain name, without %s should throw SYNTAX_ERR]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/
H A Dprotocol.html.ini3 [%s instead of domain name should throw SYNTAX_ERR]
6 [%s instead of subdomain name should throw SYNTAX_ERR]
9 [a url argument pointing to a different domain name, without %s should throw SYNTAX_ERR]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativexmlhttprequest/data/
H A DdomExceptionCodes.qml15 property int syntax_err: DOMException.SYNTAX_ERR
35 DOMException.SYNTAX_ERR = 44;
53 delete DOMException.SYNTAX_ERR;
/dports/textproc/py-python-lsp-server/python-lsp-server-1.3.3/test/plugins/
H A Dtest_folding.py83 SYNTAX_ERR = dedent(""" variable
158 doc = Document(DOC_URI, workspace, SYNTAX_ERR)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/websockets/
H A DCreate-asciiSep-protocol-string.any.js.ini2 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
7 … - Pass a valid URL and a protocol string with an ascii separator character - SYNTAX_ERR is thrown]
H A DCreate-protocols-repeated-case-insensitive.any.js.ini2 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
7 …RL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/workers/
H A DAbstractWorker.cpp71 ec = SYNTAX_ERR; in resolveURL()
78 ec = SYNTAX_ERR; in resolveURL()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/websockets/
H A DWebSocket.cpp123 ec = SYNTAX_ERR; in connect()
130 ec = SYNTAX_ERR; in connect()
136 ec = SYNTAX_ERR; in connect()
142 ec = SYNTAX_ERR; in connect()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/xml/dom/
H A DMessageSource.py5 from xml.dom import INUSE_ATTRIBUTE_ERR, INVALID_STATE_ERR, SYNTAX_ERR
36 SYNTAX_ERR: _("Specified string is invalid or illegal"),
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XercesParserLiaison/
H A DXercesDOMWrapperException.cpp108 case DOMExceptionType::SYNTAX_ERR: in translateErrorCode()
109 theXalanCode = SYNTAX_ERR; in translateErrorCode()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DWebKitCSSMatrix.cpp67 ec = SYNTAX_ERR; in setMatrixValue()
76 ec = SYNTAX_ERR; in setMatrixValue()
84 ec = SYNTAX_ERR; in setMatrixValue()
/dports/databases/py-gdbm/Python-3.8.12/Lib/xml/dom/
H A D__init__.py55 SYNTAX_ERR = 12 variable
110 code = SYNTAX_ERR
/dports/lang/python310/Python-3.10.1/Lib/xml/dom/
H A D__init__.py55 SYNTAX_ERR = 12 variable
110 code = SYNTAX_ERR
/dports/lang/python37/Python-3.7.12/Lib/xml/dom/
H A D__init__.py55 SYNTAX_ERR = 12 variable
110 code = SYNTAX_ERR
/dports/lang/python-tools/Python-3.8.12/Lib/xml/dom/
H A D__init__.py55 SYNTAX_ERR = 12 variable
110 code = SYNTAX_ERR
/dports/lang/python-legacy/Python-2.7.18/Lib/xml/dom/
H A D__init__.py54 SYNTAX_ERR = 12 variable
109 code = SYNTAX_ERR
/dports/lang/python27/Python-2.7.18/Lib/xml/dom/
H A D__init__.py54 SYNTAX_ERR = 12 variable
109 code = SYNTAX_ERR
/dports/lang/python38/Python-3.8.12/Lib/xml/dom/
H A D__init__.py55 SYNTAX_ERR = 12 variable
110 code = SYNTAX_ERR

12345678910>>...30