Home
last modified time | relevance | path

Searched refs:where (Results 1 – 6 of 6) sorted by relevance

/web-master/vendor/michelf/php-markdown-extra/
H A DPHP Markdown Extra Readme.text265 * 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, footnote
295 * Fixed a bug where characters such as `"` in abbreviation
298 * Fixed a bug where double quotes `"` were not correctly encoded
412 * 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 `&lt;`.
607 where Markdown do not prescribes them.
657 * Fixed bug where this:
[all …]
/web-master/manage/
H A Duser-notes.php438 $where = new Query(); variable
440 $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) {
/web-master/scripts/
H A Dconference_teaser6 of the RSS where the info is already fetched, and generates the
H A Devent_listing6 of the CSV where the info is already fetched, and generates the
/web-master/
H A Dfbsd_upgrade.txt38 where X is <number of cpus + 1>
/web-master/.phan/internal_stubs/
H A Dmysql.phan_php306 * When using UPDATE, MySQL will not update columns where the new value is the

Completed in 11 milliseconds