Open requests
++ Here you can find all of your requests, and other requests that you are subscribed to. +
+This page is currently under construction.
+diff --git a/app/includes/header.php b/app/includes/header.php index 8a7d372..13fd1b6 100644 --- a/app/includes/header.php +++ b/app/includes/header.php @@ -1,4 +1,5 @@ @@ -33,7 +34,7 @@ New request
+ Here you can find all of your requests, and other requests that you are subscribed to. +
+This page is currently under construction.
+- Create a request - View existing requests - "); - } else { - echo("Please log in to create or view tickets."); - } - ?> -
+ ++ Create a request + View existing requests +
+ +Please log in to create or view requests.
+- Fill in the form below to create a new request. We'll respond to it as soon as we can. -
-This page is currently under construction.
+ ++ Fill in the form below to create a new request. We'll respond to it as soon as we can. +
+- Here you can find all of your requests, and other requests that you are subscribed to. -
-This page is currently under construction.
-- -
-- -
-- -
+string
+ string
+ string
+ [$q, $r]
+ array
+ \bcdiv($a, $b, 0)
+ \bcmod($a, $b)
+ \bcpowmod($base, $exp, $mod, 0)
+ $a
+ $a
+ $a
+ $b
+ $blockA
+ $blockA
+ $i
+ $i
+ $i
+ $j
+ $e / 2
+ | + * | First Element (Head) | + *Last Element (Tail) | + *||
|---|---|---|---|---|
| + * | Throws exception | + *Special value | + *Throws exception | + *Special value | + *
| Insert | + *addFirst() |
+ * offerFirst() |
+ * addLast() |
+ * offerLast() |
+ *
| Remove | + *removeFirst() |
+ * pollFirst() |
+ * removeLast() |
+ * pollLast() |
+ *
| Examine | + *firstElement() |
+ * peekFirst() |
+ * lastElement() |
+ * peekLast() |
+ *
| QueueInterface Method | + *DoubleEndedQueueInterface Method | + *
|---|---|
add() |
+ * addLast() |
+ *
offer() |
+ * offerLast() |
+ *
remove() |
+ * removeFirst() |
+ *
poll() |
+ * pollFirst() |
+ *
element() |
+ * firstElement() |
+ *
peek() |
+ * peekFirst() |
+ *
| Stack concept | + *DoubleEndedQueueInterface Method | + *
|---|---|
| push | + *addFirst() |
+ *
| pop | + *removeFirst() |
+ *
| peek | + *peekFirst() |
+ *
| + * | Throws exception | + *Returns special value | + *
| Insert | + *add() |
+ * offer() |
+ *
|---|---|---|
| Remove | + *remove() |
+ * poll() |
+ *
| Examine | + *element() |
+ * peek() |
+ *