Vertaling van "by callback" in Frans
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.
Elements that are appended to the array after the call to some begins will not be visited by callback.
Les éléments qui sont ajoutés au tableau après le début de l'appel à some ne seront pas visités par callback.
Elements that are appended to the typed array after the call to find begins will not be visited by callback.
Les éléments qui sont ajoutés au tableau typé après que l'appel à find ait commencé ne seront pas traités par callback.
The this value ultimately observable by callback is determined according to the usual rules for determining the this seen by a function. filter() does not mutate the array on which it is called.
Pour déterminer la valeur de this véritablement visible par callback() durant son exécution, les règles habituelles pour déterminer la valeur de this du point de vue d'une fonction sont appliquées.
If an existing, unvisited element of the array is changed by callback, its value passed to the visiting callback will be the value at the time that findIndex visits that element's index; elements that are deleted are still visited. Examples
Si un élément existant, pas encore visité, est modifié par callback, la valeur qui sera passé au callback pour cet élément modifié sera celle que findIndex utilise lorsqu'elle utilise l'indice de l'élément en question. Les éléments supprimés sont bien parcourus. Exemples
Elements that are appended to the typed array after the call to findIndex begins will not be visited by callback.
Les éléments qui sont ajoutés au tableau typés après que findIndex ait débuté ne sont pas traités par callback.
The SMS treatment can be made by your own applications (by Callback) to manage surveys, invitations, news, online access, administration of remote servers and many other services requiring interaction by SMS.
Le traitement des SMS réceptionnés pourra être effectué par vos propres applicatifs (par Callback) afin de gérer des sondages, des invitations, des informations, des accès en ligne, l'administration de serveurs à distance et bien d'autres services nécessitant une interaction par SMS.
The this value ultimately observable by callback is determined according to the usual rules for determining the this seen by a function.
La valeur this ultimement utilisable par le callback est déterminée en fonction des règles habituelles pour déterminer this pour une fonction.
The this value ultimately observable by callback is determined according to the usual rules for determining the this seen by a function.
La valeur this prise en compte par la fonction callback est déterminée selon les règles usuelles pour déterminer la valeur de this utilisée dans une fonction.
The this value ultimately observable by callback is determined according to the usual rules for determining the this seen by a function.
La valeur this finalement prise en compte par la fonction callback est définie selon les règles usuelles qui déterminent la valeur this observée par une fonction.
If you send us an inquiry (by contact form, by callback form, by return form) you declare your consent to the processing of the data you have entered and given.
Si vous nous envoyez une demande de renseignements (par formulaire de contact, par formulaire de rappel, par formulaire de retour), vous déclarez votre consentement au traitement des données que vous avez saisies et fournies.
If an existing, unvisited element of the array is changed by callback, its value passed to the visiting callback will be the value at the time that some() visits that element's index; elements that are deleted are not visited.
Si des éléments de la liste sont modifiés ou supprimés au cours du traitement, la valeur fournie à la fonction callback sera la valeur de ces éléments au moment où filter() les traite - les éléments supprimés ne seront pas traités par la fonction.
Elements which are appended to the array after the call to filter() begins will not be visited by callback.
Ainsi, les éléments qui sont ajoutés au tableau typé après que l'exécution de forEach() soit lancée ne seront pas traités.
If an existing, unvisited element of the array is changed by callback, its value passed to the visiting callback will be the value at the time that find visits that element's index; elements that are deleted are still visited. Examples
Si un élément existant est modifié avant le passage du callback, alors la valeur traitée par le callback sera celle présente lors du passage de find sur son index. Les éléments supprimés ne seront pas traités. Exemples