Home
last modified time | relevance | path

Searched refs:_code (Results 1 – 25 of 3080) sorted by relevance

12345678910>>...124

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlDebuggerCode.cs90 _code = value;
427 _code = code; in LineStyleProvider()
476 } else if(_code._code.UnexecutedAddresses.Contains(lineNumber)) { in GetLineStyle()
484 switch(_code._code.LineMemoryType[lineNumber]) { in GetLineStyle()
538 _code = code; in ScrollbarColorProvider()
540 int len = _code._code.AbsoluteLineNumbers.Length; in ScrollbarColorProvider()
562 if(lineIndex < _code._code.LineMemoryType.Length) { in GetBackgroundColor()
563 switch(_code._code.LineMemoryType[lineIndex]) { in GetBackgroundColor()
566 if(_code._code.UnexecutedAddresses.Contains(lineIndex)) { in GetBackgroundColor()
584 if(lineIndex < _code._code.LineNumbers.Length) { in GetPreview()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/plat-mac/lib-scriptpackages/Netscape/
H A DWorldWideWeb_suite.py11 _code = 'WWW!' variable
36 _code = 'WWW!'
66 _code = 'WWW!'
91 _code = 'WWW!'
112 _code = 'WWW!'
133 _code = 'WWW!'
153 _code = 'WWW!'
179 _code = 'WWW!'
199 _code = 'WWW!'
225 _code = 'WWW!'
[all …]
H A DMozilla_suite.py11 _code = 'MOSS' variable
20 _code = 'MOSS'
40 _code = 'MOSS'
60 _code = 'MOSS'
85 _code = 'MOSS'
106 _code = 'MOSS'
125 _code = 'MOSS'
145 _code = 'MOSS'
164 _code = 'MOSS'
184 _code = 'MOSS'
[all …]
/dports/lang/python27/Python-2.7.18/Lib/plat-mac/lib-scriptpackages/Netscape/
H A DWorldWideWeb_suite.py11 _code = 'WWW!' variable
36 _code = 'WWW!'
66 _code = 'WWW!'
91 _code = 'WWW!'
112 _code = 'WWW!'
133 _code = 'WWW!'
153 _code = 'WWW!'
179 _code = 'WWW!'
199 _code = 'WWW!'
225 _code = 'WWW!'
[all …]
H A DMozilla_suite.py11 _code = 'MOSS' variable
20 _code = 'MOSS'
40 _code = 'MOSS'
60 _code = 'MOSS'
85 _code = 'MOSS'
106 _code = 'MOSS'
125 _code = 'MOSS'
145 _code = 'MOSS'
164 _code = 'MOSS'
184 _code = 'MOSS'
[all …]
/dports/devel/sope2/SOPE/sope-appserver/NGObjWeb/NGHttp/
H A DNGHttpResponse.h94 - (void)setStatusCode:(NGHttpStatusCode)_code;
112 static inline BOOL NGIsInformationalHttpStatusCode(NGHttpStatusCode _code) { in NGIsInformationalHttpStatusCode() argument
113 return ((_code >= 100) && (_code < 200)) ? YES : NO; in NGIsInformationalHttpStatusCode()
115 static inline BOOL NGIsSuccessfulHttpStatusCode(NGHttpStatusCode _code) { in NGIsSuccessfulHttpStatusCode() argument
116 return ((_code >= 200) && (_code < 300)) ? YES : NO; in NGIsSuccessfulHttpStatusCode()
118 static inline BOOL NGIsRedirectionHttpStatusCode(NGHttpStatusCode _code) { in NGIsRedirectionHttpStatusCode() argument
119 return ((_code >= 300) && (_code < 400)) ? YES : NO; in NGIsRedirectionHttpStatusCode()
121 static inline BOOL NGIsClientErrorHttpStatusCode(NGHttpStatusCode _code) { in NGIsClientErrorHttpStatusCode() argument
122 return ((_code >= 400) && (_code < 500)) ? YES : NO; in NGIsClientErrorHttpStatusCode()
124 static inline BOOL NGIsServerErrorHttpStatusCode(NGHttpStatusCode _code) { in NGIsServerErrorHttpStatusCode() argument
[all …]
/dports/devel/sope/SOPE/sope-appserver/NGObjWeb/NGHttp/
H A DNGHttpResponse.h94 - (void)setStatusCode:(NGHttpStatusCode)_code;
112 static inline BOOL NGIsInformationalHttpStatusCode(NGHttpStatusCode _code) { in NGIsInformationalHttpStatusCode() argument
113 return ((_code >= 100) && (_code < 200)) ? YES : NO; in NGIsInformationalHttpStatusCode()
115 static inline BOOL NGIsSuccessfulHttpStatusCode(NGHttpStatusCode _code) { in NGIsSuccessfulHttpStatusCode() argument
116 return ((_code >= 200) && (_code < 300)) ? YES : NO; in NGIsSuccessfulHttpStatusCode()
118 static inline BOOL NGIsRedirectionHttpStatusCode(NGHttpStatusCode _code) { in NGIsRedirectionHttpStatusCode() argument
119 return ((_code >= 300) && (_code < 400)) ? YES : NO; in NGIsRedirectionHttpStatusCode()
121 static inline BOOL NGIsClientErrorHttpStatusCode(NGHttpStatusCode _code) { in NGIsClientErrorHttpStatusCode() argument
122 return ((_code >= 400) && (_code < 500)) ? YES : NO; in NGIsClientErrorHttpStatusCode()
124 static inline BOOL NGIsServerErrorHttpStatusCode(NGHttpStatusCode _code) { in NGIsServerErrorHttpStatusCode() argument
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/sping/PDF/
H A Dpdfgen.py216 if len(self._code):
233 self._code.append(s)
275 self._code.append('q')
279 self._code.append('Q')
307 self._code.append('n')
310 self._code.append('S')
350 self._code.append('S')
663 self._code.append('Q')
804 self._code = []
865 self._code.append('h')
[all …]
/dports/graphics/piddle/piddle-1.0.15/src/piddle/
H A Dpdfgen.py209 if len(self._code):
228 self._code.append(s)
275 self._code.append('q')
279 self._code.append('Q')
308 self._code.append('n')
311 self._code.append('S')
351 self._code.append('S')
668 self._code.append('Q')
815 self._code = []
874 self._code.append('h')
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/json_schema_compiler/
H A Dcode.py12 self._code = []
41 if not new_line and self._code:
42 self._code[-1].value += line
50 return not bool(self._code)
63 if not obj._code:
66 for line in obj._code:
75 first_line = obj._code.pop(0)
77 for line in obj._code:
169 if '%s' in self._code[i].value or '%r' in self._code[i].value:
179 while self._code:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/json_schema_compiler/
H A Dcode.py12 self._code = []
41 if not new_line and self._code:
42 self._code[-1].value += line
50 return not bool(self._code)
63 if not obj._code:
66 for line in obj._code:
75 first_line = obj._code.pop(0)
77 for line in obj._code:
175 if '%s' in self._code[i].value or '%r' in self._code[i].value:
185 while self._code:
[all …]
/dports/www/mod_webkit/w4py-1.2.3/WebKit/
H A DHTTPExceptions.py40 return self._code[0]
44 return self._code[1]
126 _code = 301, 'Moved Permanently' variable in HTTPMovedPermanently
179 _code = 400, 'Bad Request' variable in HTTPBadRequest
219 _code = 401, 'Session Expired' variable in HTTPSessionExpired
233 _code = 403, 'Forbidden' variable in HTTPForbidden
245 _code = 404, 'Not Found' variable in HTTPNotFound
276 _code = 408, 'Request Timeout' variable in HTTPRequestTimeout
285 _code = 409, 'Conflict' variable in HTTPConflict
314 _code = 500, 'Server Error' variable in HTTPServerError
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DbytecodeAssembler.cpp101 _code->append(imm_u1); in append()
105 _code->append(0); in append()
106 _code->append(0); in append()
107 Bytes::put_Java_u2(_code->adr_at(_code->length() - 2), imm_u2); in append()
111 _code->append(0); in append()
112 _code->append(0); in append()
113 _code->append(0); in append()
114 _code->append(0); in append()
115 Bytes::put_Java_u4(_code->adr_at(_code->length() - 4), imm_u4); in append()
122 _code->append(twobyteop); in xload()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A DbytecodeAssembler.cpp101 _code->append(imm_u1); in append()
105 _code->append(0); in append()
106 _code->append(0); in append()
107 Bytes::put_Java_u2(_code->adr_at(_code->length() - 2), imm_u2); in append()
111 _code->append(0); in append()
112 _code->append(0); in append()
113 _code->append(0); in append()
114 _code->append(0); in append()
115 Bytes::put_Java_u4(_code->adr_at(_code->length() - 4), imm_u4); in append()
122 _code->append(twobyteop); in xload()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DbytecodeAssembler.cpp101 _code->append(imm_u1); in append()
105 _code->append(0); in append()
106 _code->append(0); in append()
107 Bytes::put_Java_u2(_code->adr_at(_code->length() - 2), imm_u2); in append()
111 _code->append(0); in append()
112 _code->append(0); in append()
113 _code->append(0); in append()
114 _code->append(0); in append()
115 Bytes::put_Java_u4(_code->adr_at(_code->length() - 4), imm_u4); in append()
122 _code->append(twobyteop); in xload()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A DbytecodeAssembler.cpp100 _code->append(imm_u1); in append()
104 _code->append(0); in append()
105 _code->append(0); in append()
106 Bytes::put_Java_u2(_code->adr_at(_code->length() - 2), imm_u2); in append()
110 _code->append(0); in append()
111 _code->append(0); in append()
112 _code->append(0); in append()
113 _code->append(0); in append()
114 Bytes::put_Java_u4(_code->adr_at(_code->length() - 4), imm_u4); in append()
121 _code->append(twobyteop); in xload()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/
H A DbytecodeAssembler.cpp100 _code->append(imm_u1); in append()
104 _code->append(0); in append()
105 _code->append(0); in append()
106 Bytes::put_Java_u2(_code->adr_at(_code->length() - 2), imm_u2); in append()
110 _code->append(0); in append()
111 _code->append(0); in append()
112 _code->append(0); in append()
113 _code->append(0); in append()
114 Bytes::put_Java_u4(_code->adr_at(_code->length() - 4), imm_u4); in append()
121 _code->append(twobyteop); in xload()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/
H A DbytecodeAssembler.cpp101 _code->append(imm_u1); in append()
105 _code->append(0); in append()
106 _code->append(0); in append()
107 Bytes::put_Java_u2(_code->adr_at(_code->length() - 2), imm_u2); in append()
111 _code->append(0); in append()
112 _code->append(0); in append()
113 _code->append(0); in append()
114 _code->append(0); in append()
115 Bytes::put_Java_u4(_code->adr_at(_code->length() - 4), imm_u4); in append()
122 _code->append(twobyteop); in xload()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A DbytecodeAssembler.cpp100 _code->append(imm_u1); in append()
104 _code->append(0); in append()
105 _code->append(0); in append()
106 Bytes::put_Java_u2(_code->adr_at(_code->length() - 2), imm_u2); in append()
110 _code->append(0); in append()
111 _code->append(0); in append()
112 _code->append(0); in append()
113 _code->append(0); in append()
114 Bytes::put_Java_u4(_code->adr_at(_code->length() - 4), imm_u4); in append()
121 _code->append(twobyteop); in xload()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A DbytecodeAssembler.cpp102 _code->append(imm_u1); in append()
106 _code->append(0); in append()
107 _code->append(0); in append()
108 Bytes::put_Java_u2(_code->adr_at(_code->length() - 2), imm_u2); in append()
112 _code->append(0); in append()
113 _code->append(0); in append()
114 _code->append(0); in append()
115 _code->append(0); in append()
116 Bytes::put_Java_u4(_code->adr_at(_code->length() - 4), imm_u4); in append()
123 _code->append(twobyteop); in xload()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A DbytecodeAssembler.cpp110 _code->append(imm_u1); in append()
114 _code->append(0); in append()
115 _code->append(0); in append()
116 Bytes::put_Java_u2(_code->adr_at(_code->length() - 2), imm_u2); in append()
120 _code->append(0); in append()
121 _code->append(0); in append()
122 _code->append(0); in append()
123 _code->append(0); in append()
124 Bytes::put_Java_u4(_code->adr_at(_code->length() - 4), imm_u4); in append()
131 _code->append(twobyteop); in xload()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A DbytecodeAssembler.cpp110 _code->append(imm_u1); in append()
114 _code->append(0); in append()
115 _code->append(0); in append()
116 Bytes::put_Java_u2(_code->adr_at(_code->length() - 2), imm_u2); in append()
120 _code->append(0); in append()
121 _code->append(0); in append()
122 _code->append(0); in append()
123 _code->append(0); in append()
124 Bytes::put_Java_u4(_code->adr_at(_code->length() - 4), imm_u4); in append()
131 _code->append(twobyteop); in xload()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/plat-mac/lib-scriptpackages/Finder/
H A DStandard_Suite.py11 _code = 'CoRe' variable
21 _code = 'core'
47 _code = 'core'
73 _code = 'core'
94 _code = 'core'
124 _code = 'core'
147 _code = 'core'
178 _code = 'core'
210 _code = 'core'
240 _code = 'aevt'
[all …]
/dports/lang/python27/Python-2.7.18/Lib/plat-mac/lib-scriptpackages/Finder/
H A DStandard_Suite.py11 _code = 'CoRe' variable
21 _code = 'core'
47 _code = 'core'
73 _code = 'core'
94 _code = 'core'
124 _code = 'core'
147 _code = 'core'
178 _code = 'core'
210 _code = 'core'
240 _code = 'aevt'
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pytest/testing/code/
H A Dtest_code.py3 import _pytest._code
18 code = _pytest._code.Code(co_code)
32 code = _pytest._code.Code(x)
37 code = _pytest._code.Code(x)
47 f = _pytest._code.Frame(f)
55 f = _pytest._code.Frame(f)
79 _pytest._code.patch_builtins()
110 c1 = _pytest._code.Code(f1)
115 c2 = _pytest._code.Code(f2)
120 c3 = _pytest._code.Code(f3)
[all …]

12345678910>>...124