Home
last modified time | relevance | path

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

1...<<31323334353637383940>>...56

/plugin/combo/ComboStrap/
H A DLocalPath.php306 if (preg_match("/^(\/|[a-z]:\\\\?).*/i", $this->path)) {
377 if (preg_match("/^(\.|\/|\\\\|[a-z]:\\\\)$/i", $parent)
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireCssProcess.php59 if(preg_match('~^\*(\.[^\.]+)$~', $filename, $matches)){
/plugin/webcomponent/syntax/
H A Dbutton.php150 if (preg_match('/' . self::INTERNAL_LINK_PATTERN . '/msSi', $match . DOKU_LF)) {
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DWrite.php97 preg_match('#^(\w+)://#', $streamName, $match);
/plugin/autolink4/
H A Dhelper.php105 if (preg_match('/[\\\[?.+*^$]/', $orig)) {
135 if (preg_match('/^' . $s[self::$MATCH] . '$/', $match)) {
/plugin/bootnote/
H A Dsyntax.php65 preg_match("/$note (\\w*)/", $match, $lvl);
/plugin/log/
H A Dsyntax.php33 if (preg_match('/{{log(?:>(\d+))?}}/', $match, $match) === 0) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DParameter.php306 if (!preg_match('#(?: [\n":;\^,\+] )#x', $item)) {
/plugin/displayorphans/
H A Dhelper.php55 else if (!preg_match("/.*\.txt$/", $file)) { return true; }
/plugin/mdpage/vendor/cebe/markdown/block/
H A DTableTrait.php21 && preg_match('~^\\s*\\|?(\\s*:?-[\\-\\s]*:?\\s*\\|?)*\\s*$~', $lines[$current + 1])
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.shorten.php120 if (preg_match('#(1|ON)#i', ini_get('safe_mode'))) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php204 …if (!preg_match('/^(append)|(?:bytes=([0-9]+)-([0-9]*))|(?:bytes=(-[0-9]+))$/i', $range, $matches)…
/plugin/swiftmail/
H A Daction.php87 if(preg_match('#(.*?)<(.*?)>#',$part,$matches)){
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DParameter.php320 if (!preg_match('#(?: [\n":;\^,\+] )#x', $item)) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/
H A DCompilerApiFilter.php77 if (preg_match('/1|yes|on|true/i', ini_get('allow_url_fopen'))) {
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DWrite.php96 preg_match('#^(\w+)://#', $streamName, $match);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DWrite.php96 preg_match('#^(\w+)://#', $streamName, $match);
/plugin/labeled/
H A Dadmin.php121 if (!preg_match('/^#[0-9a-f]{3}([0-9a-f]{3})?$/i', $color)) {
/plugin/menupopup/
H A Dsyntax.php174 …idth).'; '.(empty($this->height)?'':'max-height:'.$this->height.';').( preg_match('/right/', $this…
/plugin/pagenav/
H A Dsyntax.php87 if ($glob && !preg_match('/' . $glob . '/', noNS($list[$i]['id']))) continue;
/plugin/recaptcha/
H A Daction.php104 if(preg_match('/^https:\/\/.*/', DOKU_URL)){
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGlobalState.php69 if (preg_match('/^(vfs|phpvfs[a-z0-9]+):/', $file)) {
/plugin/bookcreator/action/
H A Dpagetools.php144 if(!$exists || ($this->getConf('skip_ids') !== '' && preg_match("/$skipPagesRegexp/i", $ID))) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php109 if (\preg_match($c, $host)) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php78 if (preg_match('#\s#', $requestTarget)) {

1...<<31323334353637383940>>...56