Home
last modified time | relevance | path

Searched refs:preg_match (Results 1376 – 1399 of 1399) sorted by relevance

1...<<515253545556

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php641 if (!preg_match('/^bytes=([0-9]*)-([0-9]*)$/i', $range, $matches)) return null;
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1720 if (!preg_match('/[\/()%!^"<>&|\s]/', $argument)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php608 if (!preg_match('/^bytes=([0-9]*)-([0-9]*)$/i', $range, $matches)) return null;
/plugin/blogtng/helper/
H A Dentry.php890 return (preg_match('/^[0-9a-f]{32}$/', trim($pid)));
/plugin/combo/vendor/symfony/process/
H A DProcess.php1626 if (!preg_match('/[\/()%!^"<>&|\s]/', $argument)) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v2.php2032 return preg_match('#^.+/.+$#', $mimestring);
2065 return preg_match('#^[^ ]+@[a-z\\-\\.]+\\.[a-z]{2,}$#', $email);
/plugin/a2s/
H A DASCIIToSVG.php1779 preg_match('/width="(\d+)/', $line, $m);
1781 preg_match('/height="(\d+)/', $line, $m);
1783 preg_match('/d="([^"]+)"/', $line, $m);
/plugin/translator/
H A Dhelper.php911 if (preg_match('/\\\u[0-9A-F]{4}/i', substr($chrs, $c, 6))) {
/plugin/latexit/
H A Drenderer.php1414 if (preg_match('#%///MEDIA///#si', $this->doc)) {
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php65 use function preg_match;
923 if (!preg_match($regex, $bytes, $matches)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php358 if (preg_match('#^(shake(?:128|256))-(\d+)$#', $hash, $matches)) {
/plugin/combo/ComboStrap/
H A DFetcherSvg.php1216 preg_match("/carbon|eva/i", $pathString) === 1
/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php1119 if (preg_match('#^([0-9\\.\\-]*)x([0-9\\.\\-]*)(@[LCR])?$#i', $alignment, $matches)) {
1438 if (preg_match('#^([0-9\\.\\-]*)x([0-9\\.\\-]*)$#i', $alignment, $matches)) {
H A DphpThumb.config.php.default39 $PHPTHUMB_CONFIG['document_root'] = realpath((getenv('DOCUMENT_ROOT') && preg_match('#^'.preg_quote…
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php3263 if (preg_match($p_options[PCLZIP_OPT_BY_PREG], $v_header['stored_filename'])) {
4703 …if (preg_match($p_options[PCLZIP_OPT_BY_PREG], $v_header_list[$v_nb_extracted]['stored_filename'])…
/plugin/indexmenu/inc/
H A Dpclzip.lib.php3143 if (preg_match($p_options[PCLZIP_OPT_BY_EREG], $v_header['stored_filename'])) {
3152 if (preg_match($p_options[PCLZIP_OPT_BY_PREG], $v_header['stored_filename'])) {
4542 if (preg_match($p_options[PCLZIP_OPT_BY_EREG], $v_header_list[$v_nb_extracted]['stored_filename'])) {
4551 if (preg_match($p_options[PCLZIP_OPT_BY_PREG], $v_header_list[$v_nb_extracted]['stored_filename'])) {
/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php83 …ring) && (substr($CurrentDataLAMEversionString, 0, 6) == 'LAME3.') && !preg_match('[0-9\)]', subst…
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …ession_set_cookie_params session_get_cookie_params session_write_close preg_match preg_match_all p…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php2206 if (isset($vs['replace'][$i]) && preg_match('/^0[A-F0-9]{4}$/', $vs['match'][$i])) {
2207 if (preg_match('/^0[EF][A-F0-9]{3}$/', $vs['replace'][$i])) {
2219 if (preg_match('/(0[EF][A-F0-9]{3})/', $sbg, $mr)) {
/plugin/googlesearch/
H A Dnusoap.php3005 if (! preg_match("'.*$domain$'i", $this->host)) {
3012 if (! preg_match("'^$path.*'i", $this->path)) {
5857 if (preg_match("/encoding=[\"']([^\"']*)[\"']/", $xml_decl, $res)) {
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md319 if (preg_match('/^~~(.+?)~~/', $markdown, $matches)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php3243 if (preg_match('#^[^/]([r-][w-][xstST-]){3}#', $longname)) {
/plugin/mantis/lib/
H A Dnusoap.php3387 if (! preg_match("'.*$domain$'i", $this->host)) {
3394 if (! preg_match("'^$path.*'i", $this->path)) {
6505 if (preg_match("/encoding=[\"']([^\"']*)[\"']/", $xml_decl, $res)) {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt378 * Bugfix: broken preg_match in module.audio.dss.php

1...<<515253545556