Vertaling van "normal code" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
In normal code the last duplicated argument hides previous identically-named arguments.
Im normalen Code verbirgt das letzte duplizierte Argument vorherige gleichnamige Argumente.
No changes are required for normal code.
In gewöhnlichem Anwendungscode sind keine Anpassungen notwendig.
But no, it was just a normal code and she had looked wrongly.
Aber nein, es war doch nur ein normaler Code und sie hatte falsch geguckt.
Individual reservations which correspond to this type of groups should behave properly and comply with the normal code of conduct in any public establishment.
Individuelle Reservierungen, die auf diese Art von Gruppen entsprechen sollten ordnungsgemäß verhalten und sich dem normalen Verhaltenskodex in einer öffentlichen Einrichtung fügen.
The normal code may duplicate property names, with the last one determining the property's value.
Normaler Code kann Eigenschaftennamen duplizieren, wobei der letzte den Wert der Eigenschaft bestimmt.
Strict mode isn't just a subset: it intentionally has different semantics from normal code.
Der strikte Modus ist nicht einfach nur ein untergeordneter Modus: er hat absichtlich eine andere Semantik als normaler Code.
Besides the normal code documentation it creates class diagrams, sequence diagrams and advanced documentation with articles and namespace descriptions!
Außer der eigentlichen Code-Dokumentation erstellt sharpDox Klassendiagramme, Sequenzdiagramme und erweiterte Dokumentationen mit Artikeln und Namensraum-Beschreibungen.
Both involve a considerable amount of magical behavior in normal code: eval to add or remove bindings and to change binding values, and arguments by its indexed properties aliasing named arguments.
Beide haben in normalem Code ein erhebliches Maß an fragwürdigem Verhalten: eval fügt Bindings hinzu, entfernt sie oder ändert Binding-Werte, während arguments durch seine indizierten Eigenschaften benannten Argumenten Aliase gibt.
If a visitor to the website, these loads down the code of the page, his browser evaluates it and finds next to the normal code of the website and the code of the advertisement, which the user has previously built into the side.
Kommt ein Besucher auf die Webseite, lädt dieser den Code der Seite herunter, sein Browser wertet diesen aus und findet neben dem normalen Code der Webseite auch den Code des Werbemittels, den der User zuvor in die Seite eingebaut hat.
In normal code arguments.callee refers to the enclosing function.
In normalem Code bezieht sich arguments.callee auf die umschließende Funktion.
In normal code eval("var x;") introduces a variable x into the surrounding function or the global scope.
In normalem Code fügt eval("var x;") eine Variable x in die umgebende Funktion oder den globalen Gültigkeitsbereich ein.
This is totally outrageous, particularly since it has been confirmed that this is in accordance with a normal code of conduct.
Das finde ich in höchstem Maße beschämend, umso mehr, als bekräftigt wird, dies sei eine normale Verhaltensregel.
Any assignment that silently fails in normal code (assignment to a non-writable global or property, assignment to a getter-only property, assignment to a new property on a non-extensible object) will throw in strict mode
Jede Zuweisung, die im normalen Code unbemerkt fehlschlägt (Zuweisung an ein nicht beschreibbares globales Objekt oder an eine Eigenschaft, Zuweisung an eine Eigenschaft die nur einen Getter hat, Zuweisung an eine neue Eigenschaft eines nicht-existierenden Objekts), löst im strikten Modus eine Exception aus