/plugin/zip/pear/File/Archive/Predicate/ |
H A D | Ereg.php | 41 var $ereg; variable in File_Archive_Predicate_Ereg 44 * @param string $ereg is the regular expression 46 function File_Archive_Predicate_Ereg($ereg) argument 48 $this->ereg = $ereg; 55 return ereg($this->ereg, $source->getFilename());
|
H A D | Eregi.php | 43 var $ereg; variable in File_Archive_Predicate_Eregi 46 * @param string $ereg is the regular expression 48 function File_Archive_Predicate_Eregi($ereg) argument 50 $this->ereg = $ereg; 57 return eregi($this->ereg, $source->getFilename());
|
/plugin/crypto/ |
H A D | syntax.php | 91 if (ereg($pattern, $xml, $matches)) { 101 if (ereg($pattern, $xml, $matches)) { 106 if (ereg($pattern, $xml, $matches)) {
|
/plugin/contactmodern/ |
H A D | syntax.php | 219 if (!ereg("^[^@]{1,64}@[^@]{1,255}$", $email)) { 228 …if (!ereg("^(([A-Za-z0-9!#$%&'*+/=?^_`{|}~-][A-Za-z0-9!#$%&'*+/=?^_`{|}~\.-]{0,63})|(\"[^(\\|\")]{… 235 if (!ereg("^\[?[0-9\.]+\]?$", $email_array[1])) { 241 if (!ereg("^(([A-Za-z0-9][A-Za-z0-9-]{0,61}[A-Za-z0-9])|([A-Za-z0-9]+))$",
|
/plugin/zip/pear/File/ |
H A D | Archive.php | 912 * @param string $ereg regular expression that the filename must follow 915 function predEreg($ereg) argument 918 return new File_Archive_Predicate_Ereg($ereg); 924 * @param string $ereg regular expression that the filename must follow 927 function predEregi($ereg) argument 930 return new File_Archive_Predicate_Eregi($ereg);
|
/plugin/mantis/lib/ |
H A D | class.nusoap_base.php | 565 if($valueType=='arraySimple' || ereg('^ArrayOf',$type)){ 917 if(ereg($eregStr,$datestr,$regs)){ 942 if(ereg($eregStr,$datestr,$regs)){
|
H A D | class.soapclient.php | 409 case ereg('^http',$this->endpoint): 431 if(ereg('^http:',$this->endpoint)){ 434 } elseif(ereg('^https',$this->endpoint)){
|
H A D | class.xmlschema.php | 202 if(ereg("^xmlns",$k)){ 314 if(isset($attrs['base']) && ereg(':Array$',$attrs['base'])){ 334 if(isset($attrs['base']) && ereg(':Array$',$attrs['base'])){
|
H A D | nusoap.php | 917 if(ereg($eregStr,$datestr,$regs)){ 942 if(ereg($eregStr,$datestr,$regs)){ 1270 if(ereg("^xmlns",$k)){ 3105 while (ereg('^HTTP/1.1 100',$data)) { 3657 if (ereg('wsdl', $qs) ){ 4817 } elseif (ereg('schema$', $name)) { 4836 if (ereg("^xmlns", $k)) { 4861 if (ereg(':', $name)) { 6679 if(ereg($expr,$value,$regs)){ 7477 case ereg('^http',$this->endpoint): [all …]
|
H A D | class.soap_parser.php | 210 if(ereg('^http://www.w3.org/[0-9]{4}/XMLSchema$',$value)){ 247 if(ereg($expr,$value,$regs)){
|
H A D | class.soap_transport_http.php | 69 ereg('\$Revisio' . 'n: ([^ ]+)', $this->revision, $rev); 832 if (isset($lb) && ereg('^HTTP/1.1 100',$data)) { 998 while (ereg('^HTTP/1.1 100',$data)) {
|
H A D | class.soap_server.php | 248 if (ereg('wsdl', $qs) ){ 723 ereg('\$Revisio' . 'n: ([^ ]+)', $this->revision, $rev);
|
H A D | class.wsdl.php | 305 } elseif (ereg('schema$', $name)) { 324 if (ereg("^xmlns", $k)) { 349 if (ereg(':', $name)) { 514 if (/*ereg('types$', $name) ||*/ ereg('schema$', $name)) {
|
/plugin/jukebox/id3/ |
H A D | getid3.lib.php | 23 $returnstring .= ' '.(ereg("[\x20-\x7E]", $string{$i}) ? $string{$i} : '�'); 533 if (ereg("^[\\]?([0-9a-f]{32})", strtolower(`$commandline`), $r)) { 541 if (ereg("^([0-9a-f]{32})[ \t\n\r]", `md5sum "$file"`, $r)) { 568 if (ereg("^sha1=([0-9a-f]{40})", strtolower(`$commandline`), $r)) { 575 if (ereg("^([0-9a-f]{40})[ \t\n\r]", strtolower(`$commandline`), $r)) {
|
H A D | module.tag.id3v2.php | 432 …if (!isset($thisfile_id3v2['comments']['year']) && ereg('^([0-9]{4})', trim(@$thisfile_id3v2['comm… 3118 return ereg('[A-Z][A-Z0-9]{2}', $framename); 3123 return ereg('[A-Z][A-Z0-9]{3}', $framename);
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 219 if ( ! ereg( '/$', $sCurrentFolder ) ) $sCurrentFolder .= '/' ;
|
/plugin/groupmail/ |
H A D | CHANGELOG | 17 * Plugin no longer works if dokuwiki is running under PHP7 because of ereg/eregi commands removed f…
|
/plugin/googlesearch/ |
H A D | nusoap.php | 839 if(ereg($eregStr,$datestr,$regs)){ 864 if(ereg($eregStr,$datestr,$regs)){ 1174 if(ereg("^xmlns",$k)){ 2736 while (ereg('^HTTP/1.1 100',$data)) { 3270 if (ereg('wsdl', $qs) ){ 4339 } elseif (ereg('schema$', $name)) { 4358 if (ereg("^xmlns", $k)) { 4383 if (ereg(':', $name)) { 6027 if(ereg($expr,$value,$regs)){ 6744 case ereg('^http',$this->endpoint): [all …]
|
/plugin/sqlraw/ |
H A D | syntax.php | 629 if (ereg($pattern, $xml, $matches)) 632 if (ereg($pattern, $xml, $matches))
|
/plugin/offline/ |
H A D | create.php | 217 } elseif ($element!= "." && $element!= ".." && (ereg('\.txt$', $element))) {
|
/plugin/math2/phpmathpublisher/ |
H A D | mathpublisher.php | 322 return ereg("^[0-9]", $str); 338 if (ereg("formula", $t[$i])) 657 elseif (ereg("[a-zA-Z]", $texte)) $font = $dirfonts."/FreeSerifItalic.ttf"; 1606 if ($fi!="." && $fi!=".." && $info["extension"]=="png" && ereg("^math",$fi))
|
/plugin/tindexmenu/inc/ |
H A D | pclzip.lib.php | 3252 if (ereg($p_options[PCLZIP_OPT_BY_EREG], $v_header['stored_filename'])) { 4692 … if (ereg($p_options[PCLZIP_OPT_BY_EREG], $v_header_list[$v_nb_extracted]['stored_filename'])) {
|
/plugin/indexmenu/inc/ |
H A D | pclzip.lib.php | 3142 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 3, "Extract by ereg '".$p_options[PCLZIP_OPT_BY_EREG]."'"); 4541 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 3, "Extract by ereg '".$p_options[PCLZIP_OPT_BY_EREG]."'");
|
/plugin/codemirror/dist/modes/ |
H A D | php.min.js.map | 1 …teger is_double is_real is_numeric is_string is_array is_object is_scalar ereg ereg_replace eregi …
|
/plugin/photogallery/phpThumb/docs/ |
H A D | phpthumb.changelog.txt | 159 * replace all ereg* functions with preg* equivalents for
|