Bonsoir à tous,
je viens d'installer un nouveau plugin qui permet de mieux colorer votre code.
Par exemple :
Utilisation : [code=language] comme [code=cpp] ou [code=php] ou [code=javascript]
Orditeck, derien =)
je viens d'installer un nouveau plugin qui permet de mieux colorer votre code.
Par exemple :
if($this->base_url != "")
{
if(my_substr($this->base_url, my_strlen($this->base_url) -1) != "/")
{
$this->base_url = $this->base_url."/";
}
}
// Set the options
$this->options = $options;
// Get rid of cartridge returns for they are the workings of the devil
$message = str_replace("\r", "", $message);
// Filter bad words if requested.
if($options['filter_badwords'])
{
$message = $this->parse_badwords($message);
}
if($options['allow_html'] != 1)
{
$message = $this->parse_html($message);
}
else
{
while(preg_match("#<script(.*)>(.*)</script(.*)>#is", $message))
{
}
var c = (function(id){
/**
* FunctionDeclaration to be used as a constructor.
*/
function MyConstructor(id) {
this.id = id;
this.init();
}
MyConstructor.prototype = {
init : function() { // function expression.
// block statement with label.
incrementI : {
// Function scope (no block scope).
var x = 10;
}
this.id += x;
},
toString : function() {
return "MyConstructor: id = " + this.id;
}
};
return new MyConstructor(id); // statement.
})(12);
Utilisation : [code=language] comme [code=cpp] ou [code=php] ou [code=javascript]
Orditeck, derien =)