Searched refs:end (Results 1 – 6 of 6) sorted by relevance
/web-master/manage/ |
H A D | user-notes.php | 148 $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 D | ip-to-country | 33 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 D | rss_parser | 224 // Add end separator
|
/web-master/vendor/michelf/php-markdown-extra/ |
H A D | PHP Markdown Extra Readme.text | 260 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 D | jquery.min.js | 12 …ents,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return t… 19 …end=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 D | mysql.phan_php | 123 * The query string should not end with a semicolon.
|
Completed in 26 milliseconds