HomeSort by relevance Sort by last modified time
    Searched full:langfile_content (Results 1 - 1 of 1) sorted by null

  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 207 $langfile_content = file_get_contents($langfile); variable
208 if(preg_match("/\?>(?:\r?\n|\r(?!\n)){2,}\Z/", $langfile_content)) {
211 if(!preg_match("/\?>(?:\r?\n|\r(?!\n))?\Z/", $langfile_content)) {
214 if(preg_match("/\t/", $langfile_content)) {
217 if(preg_match('/^(?: )*(?! )(?! \*) /m', $langfile_content)) {
221 if(!preg_match("/\/\*\*((?!\*\/).)*?Author:((?!\*\/).)*?\*\//s", $langfile_content)) {
224 if(!preg_match("/\/\*\*((?!\*\/).)*?Copyright:((?!\*\/).)*?\*\//s", $langfile_content)) {
227 if(!preg_match("/\/\*\*((?!\*\/).)*?Release Version:((?!\*\/).)*?\*\//s", $langfile_content)) {
230 if(!preg_match("/\/\*\*((?!\*\/).)*?Date Started:((?!\*\/).)*?\*\//s", $langfile_content)) {
233 if(!preg_match("/\/\*\*((?!\*\/).)*?This file is part of GeSHi\.((?!\*\/).)*?\*\//s", $langfile_content)) {
    [all...]

Completed in 238 milliseconds