Home
last modified time | relevance | path

Searched refs:which (Results 1 – 10 of 10) sorted by relevance

/web-master/fetch/
H A Devents.php69 * @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 Dfbsd_upgrade.txt20 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 Dusers.php17 list($which, $hash) = explode(":", $val, 2);
19 if ($which != $name) {
/web-master/vendor/michelf/php-markdown-extra/
H A DPHP Markdown Extra Readme.text256 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 Demail-templates.inc52 which VCS accounts are granted, and your request failed to meet
H A Dfunctions.inc16 // used in scripts which should only be called from particular machines
/web-master/scripts/
H A Devent_listing50 // for a blank line, which we need to skip
H A Dip-to-country68 // which case we write it out to the local rewritten
/web-master/manage/js/
H A Djquery.min.js19which&&((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 Dmysql.phan_php734 * failure. See the example below for which statements provide information,

Completed in 49 milliseconds