Searched refs:event (Results 1 – 17 of 17) sorted by relevance
/web-php/ |
H A D | cal.php | 37 if ($event = load_event($id)) { variable 39 display_event($event, 0); 241 if (($event['type'] == 2 && $event['start'] <= $day && $event['end'] >= $day) 269 if ($event !== false && $event['id'] == $id) { 271 return $event; 308 if (!isset($seen[$event['id']])) { $seen[$event['id']] = 1; } 316 $date = date_for_recur($event['recur'], $event['recur_day'], $bom, $eom); 322 if ($event['start'] >= $from_date && $event['start'] <= $to_date) { 329 if (($event['start'] >= $from_date && $event['start'] <= $to_date) 330 || ($event['end'] >= $from_date && $event['end'] <= $to_date) [all …]
|
H A D | composer.lock | 30 "react/event-loop": "^1.2" 338 "event-dispatcher", 339 "event-emitter" 432 "react/event-loop": "^1.0", 1224 "name": "psr/event-dispatcher", 1412 "react/event-loop": "^1.2", 1454 "event-driven", 1551 "name": "react/event-loop", 1608 "event-loop" 1792 "react/event-loop": "^1.2" [all …]
|
/web-php/js/ |
H A D | search.js | 203 if (event.key != "Tab") { 210 if (event.shiftKey) { 212 event.preventDefault(); 216 event.preventDefault(); 297 if (event.key === "/") { 299 event.preventDefault(); 310 if (event.key === "Escape") { 429 const handleKeyDown = (event) => { 434 switch (event.key) { 436 event.preventDefault(); [all …]
|
H A D | usernotes.js | 5 function (event) { argument 6 event.preventDefault();
|
H A D | common.js | 471 const offcanvasFocusTrapHandler = (event) => { 472 if (event.key != "Tab") { 480 if (event.shiftKey) { 482 event.preventDefault(); 486 event.preventDefault(); 525 const closeOffCanvasByClickOutside = (event) => { 526 if (event.target === backdropElement) { 584 $(this).click(function (event) { argument 585 event.preventDefault(); 666 $(usernotes).on('mouseenter mouseleave', '.note', function (event) { argument [all …]
|
/web-php/.github/workflows/ |
H A D | pr-preview.yml | 9 if: "github.repository_owner == 'php' && github.event.label.name == 'Status: Preview Allowed'" 13 ref: "refs/pull/${{ github.event.number }}/merge" 20 TARGET: "/home/thephpfoundation/preview/web-php-pr-${{ github.event.number }}/public" 21 …PT_BEFORE: bash /home/thephpfoundation/scripts/pr_created_pre.sh web-php ${{ github.event.number }} 22 … SCRIPT_AFTER: bash /home/thephpfoundation/scripts/pr_created.sh web-php ${{ github.event.number }} 27 issue-number: ${{ github.event.number }} 33 issue-number: ${{ github.event.number }} 43 if: "github.repository_owner == 'php' && github.event.label.name == 'Status: Preview Allowed'" 58 ref: "refs/pull/${{ github.event.number }}/merge" 120 issue-number: ${{ github.event.number }} [all …]
|
H A D | remove-needs-feedback.yml | 13 … 'php' && contains(github.event.issue.labels.*.name, 'Status: Needs Feedback') && github.event.iss…
|
H A D | pr-closed.yml | 17 bash /home/thephpfoundation/scripts/pr_closed.sh web-php ${{ github.event.number }} 18 …sh /home/thephpfoundation/scripts/pr_closed.sh web-php-regression-report ${{ github.event.number }}
|
/web-php/include/ |
H A D | layout.inc | 232 // Displays an event. Used in event submission 258 if (!isset($event['start']) && isset($event['sday'])) { 259 $sday = mktime(12,0,0,$event['smonth'],$event['sday'],$event['syear']); 261 … $sday = (isset($event['start']) && !empty($event['start'])) ? strtotime($event['start']) : 0; 264 if (!isset($event['end']) && isset($event['eday'])) { 265 $eday = mktime(12,0,0,$event['emonth'],$event['eday'],$event['eyear']); 267 $eday = (isset($event['end']) && !empty($event['end'])) ? strtotime($event['end']) : 0; 287 switch ($event['type']) { 295 $days = $re[$event['recur']] . " " . $days[$event['recur_day']]; 307 if (isset($event['category']) && $event['category']) { [all …]
|
H A D | pregen-news.inc | 764 'link' => 'https://fwdays.com/en/event/php-fwdays-2020', 1721 'href' => 'https://fwdays.com/event/php-fwdays-2019', 1729 'link' => 'https://fwdays.com/event/php-fwdays-2019', 1739 …<p>Check out the <a href="https://fwdays.com/en/event/php-fwdays-2019#program-event">final agenda<… 8596 will be an event not to miss. 8620 will be an event not to miss. 11832 <p> <a href="http://event.afup.org">http://event.afup.org</a> </p> 13451 will be an event not to miss. 13472 will be an event not to miss. 19095 save yourself a spot at this limited space event. [all …]
|
/web-php/styles/ |
H A D | calendar.css | 74 #cal .event a { 80 #cal .event a:hover { 84 #cal .event:last-child a { 88 #cal .event:nth-child(2n) {
|
/web-php/js/ext/ |
H A D | jquery-3.6.0.min.js | 2 …event.add(this,t,i,r,n)})}function Se(e,i,o){o?(Y.set(e,i,!1),S.event.add(e,i,{namespace:!1,handle…
|
/web-php/backend/events/ |
H A D | ff4fc7a279f875975991100b15b39cd7 | 111 CATEGORIES:http://schemas.google.com/g/2005#event
|
H A D | 42ac2da5b85dbdc257da90e435b4e4ca | 55 6 at 8:00 AM\n\nThe largest PHP event in South Florida will be held in F
|
/web-php/license/ |
H A D | 2_02.txt | 57 part of PHP. In the event that you separate the Zend Engine
|
/web-php/releases/ |
H A D | NEWS_5_4_0_RC1.txt | 3201 without event). (Felipe) 3262 - Fixed bug #45575 (Segfault with invalid non-string as event handler callback). 5028 event log is used for logging them). (Edin)
|
H A D | NEWS_5_4_0_beta1.txt | 3105 without event). (Felipe) 3166 - Fixed bug #45575 (Segfault with invalid non-string as event handler callback). 4932 event log is used for logging them). (Edin)
|
Completed in 160 milliseconds