Vertaling van "gesamte Code" in Engels
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.
Dies gewährleistet, dass der gesamte Code markiert ist.
This will ensure that all code is selected.
Für mein Beispiel lautet der gesamte Code jetzt
Der gesamte Code muss als Link in das Mailing eingefügt werden, z.
The entire code needs to be inserted into the email, e.g.
Diese Aktion ist nicht möglich, wenn der gesamte Code aus Malware besteht.
This action is not possible if the entire code is malware.
Das steht im Gegensatz zur monolithischen Architektur, bei der der gesamte Code in einem großen System miteinander verwoben ist.
This is in contrast to monolithic architecture, in which all the code is interwoven into one large system.
Die Webanwendung, in der der gesamte Code und die Logik für das Add-In ausgeführt werden, kann sich jederzeit ändern. Dies liegt in der Natur von Webanwendungen.
The web application where all the code and logic for the add-in runs can change at any time, which is the nature of web applications.
Der gesamte Code, die Daten, Imports/Exports und/oder Ressourcen stecken in ihnen.
All the code, data and/or resources of the program is stored there.
Ist ein Projekt abgegeben und bewertet worden, wird der gesamte Code nie wieder angesehen.
Once a project has been submitted and evaluated, the entire code is never seen again.
Jetzt ist fast der gesamte Code des oben beschriebenen Programms in die Ereignisbehandlung gewandert.
Now almost the entire code of the program described above is moved to this event handler.
Die gesamte Hardware und der gesamte Code wurden von Grund auf mit Blick auf die Geschwindigkeit entwickelt.
All hardware and all code has been designed from the ground-up with speed in mind.
Beachten Sie auch, dass wenn Sie nicht senden Sie uns die gesamte Code unten, Wir werden nicht in der Lage sein, Ihnen zu helfen.
Also note that if you do not send us the entire code below, we will not be able to help you.
Das Programmieren der Reaktion auf Steuerelementereignisse ist stellt eine der Hauptmöglichkeiten dar, ein Formular programmgesteuert zu erweitern, da der gesamte Code hinter einem Formular von einem Formularereignis oder einem Steuerelementereignis aufgerufen wird.
Because all code behind a form is called from a form event or a control event, programming the response to control events is one of the primary means to extend a form programmatically.
Die Erstellung einer Klasse beginnt mit dem Wort class, gefolgt vom Klassennamen. Dahinter steht der gesamte Code der Klasse in Klammern
Class creation begins with the word class, followed by class name and then the entire code of class is placed in braces