Searched refs:re (Results 1 – 5 of 5) sorted by relevance
/web-master/entry/ |
H A D | event.php | 8 $re = [ variable 81 $msg = "Recurs Every: $re[$recur] ".day($recur_day)."\n";
|
/web-master/manage/js/ |
H A D | animatedcollapse.js | 192 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 D | event.php | 20 $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 D | note.sql | 7 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 D | PHP Markdown Extra Readme.text | 162 If you're unsure if you can do this with your application, ask the
|
Completed in 47 milliseconds