Vertaling van "function foo" 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.
This happens because in the function foo the variable $var refers to the same content as $a.
Cela provient du fait que, dans la fonction foo, la variable $var pointe sur le même contenu que $a.
We'll call this function foo().
Clicking on it will only show you the uses of this variable in function bar because KDevelop understands that the variable var in function foo has nothing to do with it.
Cliquer ne vous montrera que les utilisations de cette variable dans la fonction bar parce que KDevelop comprend que la variable var dans la fonction foo n'a aucun rapport avec la première.
It tries to find and call the global function foo().
Il essaie de trouver et appeler la fonction globale foo().
The first Perl argument to this function would be treated as a char and assigned to the variable a, and its address would be passed into the function foo.
Le premier argument de cette fonction serait traité comme un char, il serait assigné à la variable a, et son adresse serait passée à la fonction toto.
function foo() plot2d() xtitle(["General title"; "It can be multiline, so quite long"], ...
function foo() plot2d() xtitle(["Titre général"; "Peut être sur plusieurs lignes, donc assez long"], ...
It informs flex that you have derived foo as a subclass of yyFlexLexer, so flex will place your actions in the member function foo::yylex() instead of yyFlexLexer::yylex().
Elle informe flex que vous avez dérivé foo comme une sous-classe de yyFlexLexer, de sorte que flex placera vos actions dans la fonction membre foo::yylex() au lieu de yyFlexLexer::yylex().
The constructor function Foo is called with the specified arguments, and with this bound to the newly created object.
La fonction constructrice Toto est appelée avec les arguments fournis, this étant lié au nouvel objet créé.
Thus the static function Foo in class QBar would be accessed from PerlQt as
Ainsi la fonction statique Foo de la classe QBar peut être accédée de PerlQt par
Thus for example CREATE FUNCTION foo (varchar(10))... is exactly the same as CREATE FUNCTION foo (varchar)...