Examples with "avec sprintf" and their translation 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.
La raison est que les templates sont compilés en interne pour être utilisé avec sprintf().
The reason is that internally templates are compiled to be used with sprintf().
Le problème avec sprintf() est qu'il suppose que la mémoire tampon, dans laquelle vous écrivez, dispose de suffisamment d'espace pour le message que la fonction va créer.
The problem with sprintf() is that it assumes there is enough memory available in the memory buffer you're writing into for the message that the function will create.
Pour les fichiers entre 2 et 4 Go, cela peut être contourné avec sprintf("%u", filesize($file)).
For files between 2GB and 4GB in size this can usually be overcome by using sprintf("%u", filesize($file)).
Une expression numérique est convertie en chaîne en remplaçant expr avec sprintf(CONVFMT, expr), sauf si expr peut être représentée sur une machine comme un entier exact, alors il est convertit en sprintf("%d", expr).
A numeric expression is converted to string by replacing expr with sprintf(CONVFMT, expr), unless expr can be represented on the host machine as an exact integer then it is converted to sprintf("%d", expr).
Andere resultaten
A côté de cela, si vous passez des paramètres supplémentaires, la traduction appelera sprintf avec ces paramètres retournés précédemment avant de retourner.
Alongside this, if you pass additional parameters, the translation will call sprintf with these parameters before returning.
Les options de formatage sont documentées avec la fonction sprintf().
Produces output according to format, which is described in the documentation for sprintf().
format: Un template de chaînes sprintf avec deux placeholders, le premier pour le type d'erreur, et le second pour le message lui-même.
format: An sprintf template strings with two placeholders, the first one for the error level, and the second for the message itself.
Les insertions sont précisées par les codes de formatage dans le style sprintf.
Voir sprintf pour les explications concernant le format.
See sprintf for an explanation of the format argument.
Les projets superagent-mock et sprintf-mock sont open source.
Cette génération d'URL utilise la librairie sprintf-js.
La méthode la plus simple utilise la fonction sprintf.
The simplest method uses the sprintf function.
Normalement, sprintf utilise le premier argument encore inutilisé comme valeur à formater pour chaque spécification de format.
Normally, sprintf takes the next unused argument as the value to format for each format specification.