array( 'path' => '../', 'depth' => 1, 'filePatterns' => array('/(.*).php/'), 'execlPattern' => '/(\/\.|^\.)/', 'funcPatterns' => array('/_retMsg( )*\(( )*\'([^\']*)\'/iU' => 3, '/(put|get)gs( )*\(( )*"([^"]*)"/iU' => 3), 'display' => 'Application' ), 'templates' => array( 'path' => '../templates', 'depth' => 2, 'filePatterns' => array('/(.*).tpl/'), 'execlPattern' => '/(\/\.|^\.)/', 'funcPatterns' => array('/##([^{}]*)##/U' => 1, '/{tra[ ]*str=\'([^\']*)\'.*}/iU' => 1), 'display' => 'Templates' ), 'masks' => array( 'path' => '../formmask', 'depth' => 1, 'filePatterns' => array('/(.*).php/'), 'execlPattern' => '/(\/\.|^\.)/', 'funcPatterns' => array('/[\'"]label[\'"] *=> *[\'"]([^\'"]+)[\'"]/iU' => 1), 'display' => 'Forms' ), /* 'localizer' => array( 'path' => '/', 'depth' => 1, 'filePatterns' => array('/(.*).php/'), 'execlPattern' => '/(\/\.|^\.)/', 'funcPatterns' => array('/(put|get)gs( )*\(( )*\'([^\']*)\'/iU' => 3, '/(put|get)gs( )*\(( )*"([^"]*)"/iU' => 3), 'display' => 'Localizer itself' ) */ ); $g_localizerConfig["MAP_PREFIX_TO_DIR"] = $mapPrefixToDir; unset($mapPrefixToDir); ?>