Error message

The page you requested does not exist. For your convenience, a search was performed using the query wiip OR compare OR 1 OR 0 OR 1.

Page not found

Search results

  1. Zend Framework : recherche Web avec Yahoo! et Google

    ... $yahoo -> webSearch (      $argv [ 1 ],     array(          'language'  =>  'fr' , ... // 8 résultats          'v'  =>  '1.0'      ) ); $client -> setHeaders (     array( ...

    Maxence - 09/07/2009 - 12:51 - 0 comments

  2. PHP : nombre à virgule flottante en tant que clé d'un tableau

    ... qu'est ce qui est affiché ? Réponse : array(1) { [3] => string(3) "abc" } Le nombre à virgule flottante est ... ( $test ); ?> Résultat : array(1) { ["3.1415"]=> string(3) "abc" } Un petit cast en string. Je suis ...

    Maxence - 26/02/2011 - 09:30 - 0 comments

  3. Zend_Form : disable ou disabled ?

    ... : <input type="hidden" name="ma_case_a_cocher" value="0"> <input type="checkbox" name="ma_case_a_cocher" id="ma_case_a_cocher" value="1"> Grace à cette astuce, quand la case est cochée, la valeur 1 est ...

    Maxence - 13/12/2010 - 10:34 - 0 comments

  4. Dessiner une polyligne

    ... tous les points   Dim i As Integer For i = 1 To compteur points(i) = tableauindicedate(i): points(i) = CDbl(tableautotal(i)(4)): points(i) = 0   Next   Set plineObj = ...

    Saltz - 10/09/2011 - 20:53 - 0 comments

  5. Zend Framework : un helper pour afficher les messages Flash

    ... pouvez utiliser ce helper : <?php class  Wiip_View_Helper_DisplayFlashMessages  extends  ... devez sauvegarder ce composant dans le fichier /library/Wiip/View/Helper/DisplayFlashMessages.php et ajouter le répertoire aux ... getView (); $view -> addHelperPath ( 'Wiip/View/Helper' ,  'Wiip_View_Helper_' ); ?> Vous ...

    Maxence - 23/07/2009 - 17:26 - 0 comments

  6. Exécuter du code .NET sous un autre nom d'utilisateur

    ... IndexOf ( "@" ) If pos <> - 1 Then _username = username . Substring ( 0 , ... modérés. Maxence DELANNOY - maxence.delannoy@wiip.fr - Tél. : 09.70.46.32.55 ...

    Maxence - 07/08/2010 - 11:52 - 0 comments

  7. Récupération des polylines

    ... le code que j'ai fait: dim i as integer i=0 'Parcourir tous les élément du dessin For Each object ... If (element.Closed = True ) Then i=i+1 End If End If Next return i ...

    omar - 07/08/2011 - 15:56 - 0 comments

  8. Formatage de nombres avec Google Closure

    ... // Affiche 1 243,56 € Conversion d'une chaine locale en nombre On peut ... 243,56 €")); // Affiche 1243.56 Pourcentages ... // Affiche 15% Formats personnalisés Affichage décimal ... fmt = new goog.i18n.NumberFormat("0.###"); alert(fmt.format("1243.56789")); // Affiche 1243,568 ...

    Maxence - 30/12/2009 - 12:40 - 0 comments

  9. attributs des blocs

    ... Sélectionne toutes les insertions du bloc A sum 0 ) (if sset (progn (setq i 0 l (sslength sset) ) ... l'attribut B (setq sum (+ sum (atof (cdr (assoc 1 entDef)))) loop nil ) ) (if (= (cdr (assoc 0 entDef)) ...

    red1 - 27/12/2009 - 20:20 - 2 comments

  10. Différences entre iconv() sur Windows et Unix

    ... à une autre et encore plus d'un système à un autre [1]. Sinon pour faire de la translitération, il existe l'extension PECL translit [2] bien plus souple que iconv(). [1] http://msdn.microsoft.com/en-us/library/39cwe7zf.aspx [2] ...

    Maxence - 24/12/2010 - 11:19 - 2 comments

Pages