Home
last modified time | relevance | path

Searched +refs:add +refs:undefined +refs:error +refs:name +refs:property (Results 1 – 25 of 13434) sorted by relevance

12345678910>>...538

/dports/lang/racket-minimal/racket-8.3/src/cs/rumble/
H A Dimpersonator.ss40 (impersonate-struct-or-property-ref acc rtd rtd pos orig record-name field-name))
44 (define (impersonate-struct-or-property-ref val/acc rtd key1 key2/pos orig record-name field-name)
255 (define/who (make-impersonator-property name)
257 (let ([p (create-impersonator-property name)]
273 (raise-argument-error accessor-name
291 (make-impersonator-property-accessor-procedure accessor accessor-name)))))
316 … (raise-arguments-error who "missing value argument after an imperonsonator-property argument"
320 (raise-argument-error who "impersonator-property?" (car props))])))
579 (make-struct-type-property 'chaperone-unsafe-undefined
647 … (raise-arguments-error who (format (string-append "impersonator-of property procedure returned a"
[all …]
/dports/lang/racket/racket-8.3/src/cs/rumble/
H A Dimpersonator.ss40 (impersonate-struct-or-property-ref acc rtd rtd pos orig record-name field-name))
44 (define (impersonate-struct-or-property-ref val/acc rtd key1 key2/pos orig record-name field-name)
255 (define/who (make-impersonator-property name)
257 (let ([p (create-impersonator-property name)]
273 (raise-argument-error accessor-name
291 (make-impersonator-property-accessor-procedure accessor accessor-name)))))
316 … (raise-arguments-error who "missing value argument after an imperonsonator-property argument"
320 (raise-argument-error who "impersonator-property?" (car props))])))
579 (make-struct-type-property 'chaperone-unsafe-undefined
647 … (raise-arguments-error who (format (string-append "impersonator-of property procedure returned a"
[all …]
/dports/lang/racket/racket-8.3/src/expander/compile/
H A Dexpr.rkt47 (add-lambda-properties
55 (add-lambda-properties
136 (define (add-lambda-properties s inferred-name orig-s)
147 (define name (or (let ([v (simplify-name (syntax-property orig-s 'inferred-name))])
156 (define as-method (syntax-property orig-s 'method-arity-error))
158 (correlated-property (->correlated named-s) 'method-arity-error as-method)
170 (add-undefined-error-name-property sym id))
177 (define (add-undefined-error-name-property sym orig-id)
179 (correlated-property (->correlated id) 'undefined-error-name
180 (or (syntax-property orig-id 'undefined-error-name)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/compile/
H A Dexpr.rkt47 (add-lambda-properties
55 (add-lambda-properties
136 (define (add-lambda-properties s inferred-name orig-s)
147 (define name (or (let ([v (simplify-name (syntax-property orig-s 'inferred-name))])
156 (define as-method (syntax-property orig-s 'method-arity-error))
158 (correlated-property (->correlated named-s) 'method-arity-error as-method)
170 (add-undefined-error-name-property sym id))
177 (define (add-undefined-error-name-property sym orig-id)
179 (correlated-property (->correlated id) 'undefined-error-name
180 (or (syntax-property orig-id 'undefined-error-name)
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/errortrace-lib/errortrace/
H A Dstacktrace.rkt292 (let ([p (syntax-property orig 'method-arity-error)]
295 (syntax-property new 'method-arity-error p)
693 (expand-syntax (add-annotate-property e)))
759 (define (add-annotate-property s)
781 (cons (add-annotate-property (car s))
782 (add-annotate-property (cdr s)))]
785 (add-annotate-property e))]
786 [(box? s) (box (add-annotate-property (unbox s)))]
796 (values k (add-annotate-property v)))]
799 (values k (add-annotate-property v)))]
[all …]
/dports/lang/racket/racket-8.3/collects/racket/private/
H A Dclassidmap.rkt7 racket/unsafe/undefined
32 (define (find the-finder name src)
34 (datum->syntax this-id name src)))
41 ;; needed to protect against unsafe-undefined access
103 … (with-continuation-mark prop:chaperone-unsafe-undefined unsafe-undefined
254 (add-declare-this-escapes
307 check-not-unsafe-undefined
357 #:property prop:procedure (lambda (self stx)
369 [(and v (private-name? v))
428 (syntax-property
[all …]
H A Dkw.rkt10 unsafe-undefined)
154 ;; (f 10) => (core unsafe-undefined 'b '10 unsafe-undefined '3 '())
425 (syntax-property stx
674 [method? (syntax-property stx 'method-arity-error)]
677 (syntax-property stx 'method-arity-error #t)
685 … [local-name (let ([name (simplify-inferred-name (syntax-property stx 'inferred-name))])
692 [add-local-name (lambda (stx)
696 (syntax-property stx 'inferred-name local-name)
781 (add-local-name
1029 (syntax-property
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/racket/private/
H A Dclassidmap.rkt7 racket/unsafe/undefined
32 (define (find the-finder name src)
34 (datum->syntax this-id name src)))
41 ;; needed to protect against unsafe-undefined access
103 … (with-continuation-mark prop:chaperone-unsafe-undefined unsafe-undefined
254 (add-declare-this-escapes
307 check-not-unsafe-undefined
357 #:property prop:procedure (lambda (self stx)
369 [(and v (private-name? v))
428 (syntax-property
[all …]
H A Dkw.rkt10 unsafe-undefined)
154 ;; (f 10) => (core unsafe-undefined 'b '10 unsafe-undefined '3 '())
425 (syntax-property stx
674 [method? (syntax-property stx 'method-arity-error)]
677 (syntax-property stx 'method-arity-error #t)
685 … [local-name (let ([name (simplify-inferred-name (syntax-property stx 'inferred-name))])
692 [add-local-name (lambda (stx)
696 (syntax-property stx 'inferred-name local-name)
781 (add-local-name
1029 (syntax-property
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/resources/
H A DMessages.properties39 parser.error.undefined.label=Undefined Label "{0}"
66 parser.error.strict.name="{0}" cannot be used as {1} in strict mode
68 parser.error.strict.param.redefinition=strict mode function cannot have duplicate parameter name "{…
91 type.error.cant.call.undefined=Cannot call undefined
92 type.error.cant.read.property.of.undefined=Cannot read property "{0}" from undefined
93 type.error.cant.set.property.of.undefined=Cannot set property "{0}" of undefined
94 type.error.cant.delete.property.of.undefined=Cannot delete property "{0}" of undefined
103 type.error.cant.get.property=Cannot get property "{0}" of {1}
104 type.error.cant.set.property=Cannot set property "{0}" of {1}
108 type.error.object.non.extensible=Cannot add new property "{0}" to non-extensible {1}
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/resources/
H A DMessages.properties39 parser.error.undefined.label=Undefined Label "{0}"
66 parser.error.strict.name="{0}" cannot be used as {1} in strict mode
68 parser.error.strict.param.redefinition=strict mode function cannot have duplicate parameter name "{…
91 type.error.cant.call.undefined=Cannot call undefined
92 type.error.cant.read.property.of.undefined=Cannot read property "{0}" from undefined
93 type.error.cant.set.property.of.undefined=Cannot set property "{0}" of undefined
94 type.error.cant.delete.property.of.undefined=Cannot delete property "{0}" of undefined
103 type.error.cant.get.property=Cannot get property "{0}" of {1}
104 type.error.cant.set.property=Cannot set property "{0}" of {1}
108 type.error.object.non.extensible=Cannot add new property "{0}" to non-extensible {1}
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/
H A DMessages.properties39 parser.error.undefined.label=Undefined Label "{0}"
73 parser.error.let.binding.for='let' is not a valid binding name in a for loop
76 parser.error.multiple.proto.key=property name __proto__ appears more than once in object literal
90 parser.error.strict.name="{0}" cannot be used as {1} in strict mode
123 type.error.cant.call.undefined=Cannot call undefined
124 type.error.cant.read.property.of.undefined=Cannot read property "{0}" from undefined
125 type.error.cant.set.property.of.undefined=Cannot set property "{0}" of undefined
126 type.error.cant.delete.property.of.undefined=Cannot delete property "{0}" of undefined
140 type.error.object.non.extensible=Cannot add new property "{0}" to non-extensible {1}
158 type.error.cant.apply.with.to.undefined=Cannot apply "with" to undefined
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/
H A DMessages.properties39 parser.error.undefined.label=Undefined Label "{0}"
73 parser.error.let.binding.for='let' is not a valid binding name in a for loop
76 parser.error.multiple.proto.key=property name __proto__ appears more than once in object literal
90 parser.error.strict.name="{0}" cannot be used as {1} in strict mode
123 type.error.cant.call.undefined=Cannot call undefined
124 type.error.cant.read.property.of.undefined=Cannot read property "{0}" from undefined
125 type.error.cant.set.property.of.undefined=Cannot set property "{0}" of undefined
126 type.error.cant.delete.property.of.undefined=Cannot delete property "{0}" of undefined
140 type.error.object.non.extensible=Cannot add new property "{0}" to non-extensible {1}
158 type.error.cant.apply.with.to.undefined=Cannot apply "with" to undefined
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/
H A DMessages.properties39 parser.error.undefined.label=Undefined Label "{0}"
73 parser.error.let.binding.for='let' is not a valid binding name in a for loop
76 parser.error.multiple.proto.key=property name __proto__ appears more than once in object literal
90 parser.error.strict.name="{0}" cannot be used as {1} in strict mode
123 type.error.cant.call.undefined=Cannot call undefined
124 type.error.cant.read.property.of.undefined=Cannot read property "{0}" from undefined
125 type.error.cant.set.property.of.undefined=Cannot set property "{0}" of undefined
126 type.error.cant.delete.property.of.undefined=Cannot delete property "{0}" of undefined
140 type.error.object.non.extensible=Cannot add new property "{0}" to non-extensible {1}
158 type.error.cant.apply.with.to.undefined=Cannot apply "with" to undefined
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/
H A DMessages.properties39 parser.error.undefined.label=Undefined Label "{0}"
73 parser.error.let.binding.for='let' is not a valid binding name in a for loop
76 parser.error.multiple.proto.key=property name __proto__ appears more than once in object literal
90 parser.error.strict.name="{0}" cannot be used as {1} in strict mode
123 type.error.cant.call.undefined=Cannot call undefined
124 type.error.cant.read.property.of.undefined=Cannot read property "{0}" from undefined
125 type.error.cant.set.property.of.undefined=Cannot set property "{0}" of undefined
126 type.error.cant.delete.property.of.undefined=Cannot delete property "{0}" of undefined
140 type.error.object.non.extensible=Cannot add new property "{0}" to non-extensible {1}
158 type.error.cant.apply.with.to.undefined=Cannot apply "with" to undefined
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/
H A DMessages.properties39 parser.error.undefined.label=Undefined Label "{0}"
73 parser.error.let.binding.for='let' is not a valid binding name in a for loop
76 parser.error.multiple.proto.key=property name __proto__ appears more than once in object literal
90 parser.error.strict.name="{0}" cannot be used as {1} in strict mode
123 type.error.cant.call.undefined=Cannot call undefined
124 type.error.cant.read.property.of.undefined=Cannot read property "{0}" from undefined
125 type.error.cant.set.property.of.undefined=Cannot set property "{0}" of undefined
126 type.error.cant.delete.property.of.undefined=Cannot delete property "{0}" of undefined
140 type.error.object.non.extensible=Cannot add new property "{0}" to non-extensible {1}
158 type.error.cant.apply.with.to.undefined=Cannot apply "with" to undefined
[all …]
/dports/games/gcompris-qt/gcompris-qt-2.0/src/core/
H A DWordlist.qml25 * "name":"default-gd",
58 property bool useDefault: true
66 property string filename: ""
74 property var wordList: ({})
79 property int maxLevel: 0
84 * Emitted if an error occurs.
87 signal error(string msg);
158 return wordList.levels[level - 1].sublevels !== undefined ?
168 * If a word was not found by the child, add it again to the list
178 * Re-add a random word to a shuffled word list.
[all …]
/dports/lang/nim/nim-1.6.2/lib/js/
H A Djsffi.nim133 ## Checks, whether `x` has a property of name `prop`.
190 ## Returns the value of a property of name `field` from a JsObject `obj`.
193 ## Returns the value of a property of name `field` from a JsObject `obj`.
196 ## Sets the value of a property of name `field` in a JsObject `obj` to `v`.
199 ## Sets the value of a property of name `field` in a JsObject `obj` to `v`.
203 ## Returns the value of a property of name `field` from a JsAssoc `obj`.
207 ## Sets the value of a property of name `field` in a JsAssoc `obj` to `v`.
223 ## Returns the value of a property of name `field` from a JsObject `x`.
245 ## Sets the value of a property of name `field` in a JsObject `x` to `value`.
299 ## Returns the value of a property of name `field` from a JsObject `x`.
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/extensions/
H A DExtensionUtils.jsm27 () => Services.appinfo.name === "XPCShell" ? 500 : undefined);
56 function filterStack(error) {
82 constructor(defaultConstructor = undefined, init = undefined) {
100 constructor(defaultConstructor = undefined, init = undefined) {
164 listeners.add(listener);
216 * the event name.
275 add(item) {
279 super.add(item);
423 * is defined on the current `this` object with the given property name.
431 * The property name for which to define the getter.
[all …]
H A DSchemas.jsm181 * undefined, which will cause the property to be deleted.
415 error(errorMessage, choicesMessage = undefined) {
422 this.currentChoices.add(choicesMessage);
502 currentChoices.add(choice);
643 * A property descriptor object, or undefined if the property
659 this.context.pendingEntries.add(this);
668 return undefined;
1113 return undefined;
2065 // reference: Name of the type defining the functions to add to the property.
2883 allowedProperties.add("type");
[all …]
/dports/cad/oregano/oregano-0.84.43/docs/user-docs/
H A DLibrary-HOWTO.md33 <ogo:property>
37 <ogo:property>
74 to as `@<property name>`.
83 If you need to include a spice model for a part, you either add it inline in the
91 This will add the model below each instance of the diode in the netlist.
94 is to add a property called Model. If the value of this property is, for instance,
113 @<id> value of <id>. If no value, error
117 ~<id>s...s text between s...s separators if <id> undefined
118 ~<id>s...ss...s text between 1st s...s separators if <id> undefined else 2nd s...s clause
119 … text between s...s separators if <id> defined, but delete rest of template if <id> undefined
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/event-target-shim/dist/
H A Devent-target-shim.mjs58 typeof console.error === "function"
60 console.error(
328 if (typeof window !== "undefined" && typeof window.Event !== "undefined") {
337 * @param {string} key Property name to define property descriptor.
356 * @param {string} key Property name to define property descriptor.
534 * @param {string} eventName The event name to get property descriptor.
677 * @param {string} eventName The event name to add.
678 * @param {Function} listener The listener to add.
706 if (node === undefined) {
820 console.error(err);
[all …]
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/resources/
H A DMessages.properties13 # To add JavaScript error messages for a particular locale, create a
179 msg.undefined.function.interface =\
276 undefined label
460 syntax error
532 msg.ref.undefined.prop =\
533 Reference to undefined property "{0}"
554 Cannot convert undefined to an object.
662 msg.add.sealed =\
663 Cannot add a property to a sealed object: {0}.
709 number format error
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/src/qml/
H A Dapp.qml64 property var splitView
132 connectionsManager.addNewGroup(name)
143 property var icon
144 property string text
145 property string details
178 notification.sourceComponent = undefined
192 function onError(error) { notification.showError(error) }
286 iconSource: "qrc:/images/add.svg"
294 connectionGroupDialog.group = undefined
441 function onKeyError(error) {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/extensions/
H A DSchemas.jsm222 * undefined, which will cause the property to be deleted.
502 error(errorMessage, choicesMessage = undefined, warning = false) {
509 this.currentChoices.add(choicesMessage);
610 currentChoices.add(choice);
772 * A property descriptor object, or undefined if the property
790 this.context.pendingEntries.add(this);
878 * @param {string} [name] The name of the property in the namespace.
897 * @param {string} name The name of the method, property or event.
2546 // reference: Name of the type defining the functions to add to the property.
3454 allowedProperties.add("type");
[all …]

12345678910>>...538