Searched refs:which (Results 1 – 10 of 10) sorted by relevance
/web-master/fetch/ |
H A D | events.php | 69 * @param int $which 71 function weekday($year, $month, $day, $which) argument 73 $ts = mktime(12, 0, 0, $month+(($which>0)?0:1), ($which>0)?1:0, $year); 81 if ($match == abs($which)) { $done = TRUE; } 82 else { $ts += (($which>0)?1:-1)*$inc; } 141 list($which,$dd) = explode(':', $row['recur']); 142 $ts = weekday((int)$year, (int)$month, (int)$dd, (int)$which);
|
/web-master/ |
H A D | fbsd_upgrade.txt | 20 no new requirements were added which have not been met 55 that all services which ran before are running now.
|
/web-master/manage/ |
H A D | users.php | 17 list($which, $hash) = explode(":", $val, 2); 19 if ($which != $name) {
|
/web-master/vendor/michelf/php-markdown-extra/ |
H A D | PHP Markdown Extra Readme.text | 256 There is still a quirk which may prevent this from working correctly with 318 * Added fenced code block syntax which don't require indentation 381 * Added `setup` and `teardown` methods which can be used by subclassers 436 block which was resulting in too much recusion and a segmentation fault 522 PHP Markdown since 1.0.1d but which I forgot to add to Extra. 573 automatic link. Improved the speed at which email addresses are converted 620 * Also added a "document" gamut loop which can be used to hook document-level 623 * Changed all methods which were inserting HTML code so that they now return 628 1. It prevents invalid nesting of Markdown-generated elements which 630 2. It prevents problems occuring with deeply nested lists on which
|
/web-master/include/ |
H A D | email-templates.inc | 52 which VCS accounts are granted, and your request failed to meet
|
H A D | functions.inc | 16 // used in scripts which should only be called from particular machines
|
/web-master/scripts/ |
H A D | event_listing | 50 // for a blank line, which we need to skip
|
H A D | ip-to-country | 68 // which case we write it out to the local rewritten
|
/web-master/manage/js/ |
H A D | jquery.min.js | 19 …which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.me…
|
/web-master/.phan/internal_stubs/ |
H A D | mysql.phan_php | 734 * failure. See the example below for which statements provide information,
|
Completed in 31 milliseconds