~yoboy-leguesh/ubuntu-fr-doc/maj20150810a

« back to all changes in this revision

Viewing changes to inc/geshi/php-brief.php

  • Committer: YoBoY
  • Date: 2012-10-24 19:05:18 UTC
  • mfrom: (114.1.3 maj-AdoraBelle)
  • Revision ID: yoboy.leguesh@gmail.com-20121024190518-bgtic5m3dt8gnzfn
Mise à jour de Dokuwiki 2012-10-13 "Adora Belle"
Application des patch ubuntu-fr d'optimisation
Ajout des thèmes ubuntu-fr
Ajout des plugins
Mise à jour des plugins box, orphanswanted, pageredirect, tag, cloud, forcepreview, pagelist
Désactivation de la nouvelle option d'envoie de notifications mail en html
Application des derniers patchs correctifs de Dokuwiki.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * -------------
5
5
 * Author: Nigel McNie (nigel@geshi.org)
6
6
 * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/)
7
 
 * Release Version: 1.0.8.8
 
7
 * Release Version: 1.0.8.11
8
8
 * Date Started: 2004/06/02
9
9
 *
10
10
 * PHP (brief version) language file for GeSHi.
169
169
        ),
170
170
    'REGEXPS' => array(
171
171
        //Variables
172
 
        0 => "[\\$]{1,2}[a-zA-Z_][a-zA-Z0-9_]*"
 
172
        0 => "[\\$]+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*"
173
173
        ),
174
174
    'STRICT_MODE_APPLIES' => GESHI_MAYBE,
175
175
    'SCRIPT_DELIMITERS' => array(