Home
last modified time | relevance | path

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

/web-master/manage/
H A Duser-notes.php148 $end = $iprange[1]; variable
150 … "(hostip >= ? AND hostip <= ?) OR (ip >= ? AND ip <= ?)", [$start, $end, $start, $end]);
159 [$start, $end, $start, $end, $limitVotes]);
934 $end = [];
937 $end[$key] = "255";
940 if (!isset($end[$key])) {
941 $end[$key] = $start[$key];
944 ksort($end);
946 $end = ip2long(implode('.',$end));
947 if ($end - $start <= 0) {
[all …]
/web-master/scripts/
H A Dip-to-country33 should start with a given line and end with a given line,
128 // Unable to read a record and not at end => error
H A Drss_parser224 // Add end separator
/web-master/vendor/michelf/php-markdown-extra/
H A DPHP Markdown Extra Readme.text260 end as a sublist of the first when not separated by an empty line.
319 and can start and end with blank lines. A fenced code block
400 `pre` tags at the end of a code block were appearing in the wrong
558 * Fixed a problem where whitespace at the end of the line of an atx-style
740 end where not parsed as table. Here is such a table:
/web-master/manage/js/
H A Djquery.min.js12 …ents,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return t…
19end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F…
/web-master/.phan/internal_stubs/
H A Dmysql.phan_php123 * The query string should not end with a semicolon.

Completed in 20 milliseconds