Home
last modified time | relevance | path

Searched refs:re (Results 1 – 5 of 5) sorted by relevance

/web-master/entry/
H A Devent.php8 $re = [ variable
81 $msg = "Recurs Every: $re[$recur] ".day($recur_day)."\n";
/web-master/manage/js/
H A Danimatedcollapse.js192 var re=new RegExp(Name+"=[^;]*", "i"); //construct RE to search for target name/value pair variable
193 if (document.cookie.match(re)) //if cookie found
194 return document.cookie.match(re)[0].split("=")[1] //return its value
/web-master/manage/
H A Devent.php20 $re = [1=>'First',2=>'Second',3=>'Third',4=>'Fourth',-1=>'Last',-2=>'2nd Last',-3=>'3rd Last']; variable
151 <select name="in[recur]"><option></option><?php display_options($re,$in['recur'])?></select>
/web-master/
H A Dnote.sql7 but we're not really using it yet, so maybe we don't want it at all. */
/web-master/vendor/michelf/php-markdown-extra/
H A DPHP Markdown Extra Readme.text162 If you're unsure if you can do this with your application, ask the

Completed in 47 milliseconds