Vertaling van "code block" in Roemeens
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.
If the comparison is not true, the first block is skipped and the second code block, after the else statement, is run instead.
Dacă comparația nu este adevărată, primul bloc este omis și este executat cel de-al doilea bloc de cod după declarația else.
This error indicates that has been generated an exception mode supervisor (kernel mode) that was not managed by any code block.
Această eroare indică faptul că a fost generată o excepţie de modul de supraveghere (modul de kernel), care nu a fost gestionate de orice bloc de cod.
Classes At a definition level, classes are objects defined by the keyword class, followed by an identifier (name) and a body (code block), which contains the codes that define the object and its behavior.
Clase La nivel de definiție, clasele sunt obiecte definite de cuvântul cheie class, urmat de un identificator (nume) și un corp (bloc de cod), care conține codurile care definesc obiectul și comportamentul acestuia.
Write your documentation using h3 headers for each function inside a code block.
Generând Scrie-ți documentația folosind header-e h3 pentru fiecare funcție în interiorul unui bloc de cod.
To do this, click the Insert Code Block icon in the Rich Text Editor that appears on clicking Reply.
Pentru aceasta, faceţi clic pe pictograma Inserare bloc de cod din editorul de text îmbogăţit care apare după ce faceţi clic pe Mesaj.
The programming language uses a curly bracket to enclose the code block clearly.
Limbajul de programare folosește o acoladă pentru a delimita clar blocul de cod.
The in code block was optimized to improve performance.
The implementation of the code block is secured through test vectors
Prin vectorii de test, implementarea blocului cod este securizată.
After copying the embed code, paste in on the code block editor
După copierea codului de încorporare, inserați-l în editorul de bloc de cod
Select the current code block
The updateName() code block (these types of reusable code blocks are called "functions") asks the user for a new name, and then inserts that name into the paragraph to update the display.
Blocul de cod updateName() (aceste tipuri de bloc de cod reutilizabil se numesc "funcții") solicită utilizatorului un nume nou și după inserează acel nume în paragraf pentru actualizarea afișajului.
When using babel-jest, calls to mock will automatically be hoisted to the top of the code block.
Atunci când se utilizează babel-jest, apelurile către disableAutomock vor fi arborate automat în partea de sus a blocului de cod.
Of course, what I said about the If conditional statement applies to If Else too: when having more than one instruction after the conditional check, be it If or Else, place the instructions in a code block delimited by curly brackets
Desigur, ceea ce am spus despre declarația condițională If, se aplică și în cazul If-Else: atunci când aveți mai mult de o singură instrucțiune după verificarea condițională, fie că este vorba de If sau Else, plasați instrucțiunile într-un bloc de cod delimitat de acolade