Searched refs:where (Results 1 – 6 of 6) sorted by relevance
265 * Fixed a bug where tags where the name contains an underscore aren't parsed 283 * Fix for a bug introduced in Extra 1.2 where block-level HTML tags where 291 * Fixed a problem where abbreviation definitions, footnote295 * Fixed a bug where characters such as `"` in abbreviation298 * Fixed a bug where double quotes `"` were not correctly encoded412 * Fixed a problem where an escaped backslash before a code span 532 where incorrectly put inside the paragraph.547 content where the opening `<` was encoded as `<`.607 where Markdown do not prescribes them.657 * Fixed bug where this:[all …]
438 $where = new Query(); variable440 $where->add("sect = ?", [$_REQUEST["old_sect"]]);444 if ($where->get() !== '') {445 $where->add(' AND ');448 $where->add("id IN (".$_REQUEST['ids'].")");457 $query->addQuery($where);461 if (!empty($_REQUEST["new_sect"]) && $where) {463 $query->addQuery($where);488 if (!$where) {
6 of the RSS where the info is already fetched, and generates the
6 of the CSV where the info is already fetched, and generates the
38 where X is <number of cpus + 1>
306 * When using UPDATE, MySQL will not update columns where the new value is the
Completed in 11 milliseconds