Searched refs:where (Results 1 – 25 of 32) sorted by relevance
12
23 where
33 where
25 where
132 foreach ($INPUT->arr('del') as $where => $names) {135 unset($acl[$where][$who]);148 foreach ($acl as $where => $opt) {158 $lines[] = "$where\t$who\t$perm\n";658 foreach ($this->acl as $where => $set) {662 if (str_ends_with($where, '*')) {663 echo '<span class="aclns">' . hsc($where) . '</span>';666 echo '<span class="aclpage">' . hsc($where) . '</span>';680 echo $this->makeCheckboxes($perm, $ispage, 'acl[' . $where . '][' . $who . ']');684 … echo '<input type="checkbox" name="del[' . hsc($where) . '][]" value="' . hsc($who) . '" />';
186 where
29 where
26 …oad the `EmailAddressValidator.php` file, save it with your project, and `require` it where needed.
789 * @param string $dir The directory where the extension is located
111 creates the file for you and stores it in the same folder, where it is placed.
1382 protected function seek($where = null) argument1384 if ($where === null) return $this->count;1385 else $this->count = $where;
205 * Fixed a bug where URL fragments are included when `SimplePie_File` normalizes URLs when really ol…292 * Fixed a bug where the updated date was not fetched correctly. [#239](https://github.com/simplepie…299 * Fixed a bug where MySQL statements were not being passed thorugh `prepare()`. [#348](https://gith…300 * Fixed an instance where an error message in `SimplePie` was not being triggered correctly. [#348]…
107 … 4 weekdays, with Monday being the start of the week | `01` through `53` (where 53 accounts for an…
96 - Fix short tag usage to allow for configurations where short tags are disabled (BenBE)376 - Fixed a problem where HardEscapes weren't working when no escape char was given (BenBE)501 … * Properly set comments to be case insensitive where appropriate to increase performance (milian)942 - Fixed bug where not using an encoding type would sometime result in warnings (although953 - Fixed bug where methods were not having the correct CSS generated for them1027 - Bug where spans had two quotes at the end of the attributes fixed (ie. <span style=".."">)