Searched refs:i (Results 1 – 14 of 14) sorted by relevance
/web-master/fetch/ |
H A D | events.php | 33 for ($i = $cd; $i <= $last; $i++) { variable 34 if (isset($entries[$i]) && is_array($entries[$i])) { 35 foreach($entries[$i] as $row) { 36 echo "$i,$cm,$cy," . '"' . $row['country'].'","' . 125 for ($i = (int)$dd; $i <= (int)$d2; $i++) { 126 $events[$i][] = $row; 129 for ($i = (int)$dd; $i < 32; $i++) { 130 $events[$i][] = $row; 133 for ($i = 1; $i <= (int)$d2; $i++) { 134 $events[$i][] = $row;
|
H A D | user-notes-rss.php | 19 for ($i=0; $i<count($sect) - 1; $i++) { variable 20 $query->add('? OR sect LIKE ', [strtr($sect[$i],'*','%')]); 74 <dc:time><?php echo date('H:i:s', $note['ts']);?></dc:time>
|
/web-master/manage/js/ |
H A D | animatedcollapse.js | 21 for (var i=0; i<divids.length; i++) 22 this.showhide(divids[i], "show") 30 for (var i=0; i<divids.length; i++) 31 this.showhide(divids[i], "hide") 95 for (var i=0; i<arguments.length; i++){ 96 if (arguments[i][1]!=null){ //do not generate name/value pair if value is null 97 map[arguments[i][0]]=arguments[i][1] 164 …animatedcollapse[/expand/i.test(relattr)? 'show' : /collapse/i.test(relattr)? 'hide' : 'toggle'](d… 215 for (var i=0; i<arguments.length; i++){ 216 if (arguments[i] && arguments[i].length>0){ [all …]
|
H A D | jquery.min.js | 12 …rn O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(… 19 …i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.ty… function
|
/web-master/manage/ |
H A D | event.php | 12 for ($i = 1; $i <= 7; $i++) { variable 13 $days[$i] = strftime('%A',mktime(12,0,0,4,$i,2001)); 16 for ($i = 1; $i <= 12; $i++) { variable 17 $months[$i] = strftime('%B',mktime(12,0,0,$i,1,2001));
|
H A D | challenge-response.php | 58 $i = 0; variable 61 $bgcolor = ($i & 1) ? '#eeeeee' : '#ffffff';
|
/web-master/ |
H A D | forgot.php | 18 for ($i = 0; $i < 12; $i++) {
|
/web-master/include/ |
H A D | email-validation.inc | 7 $remove_spam = "![-_]?(NO|I[-_]?HATE|DELETE|REMOVE)[-_]?(THIS)?(ME|SPAM)?[-_]?!i"; 15 $hosts_regex = "!(lists\.php\.net)!i";
|
H A D | functions.inc | 121 $i = 0; 122 $this->query .= preg_replace_callback('/\?(int)?/', function($matches) use ($params, &$i) { 124 return (int) $params[$i++]; 126 return "'" . mysql_real_escape_string($params[$i++]) . "'";
|
/web-master/.phan/internal_stubs/ |
H A D | mysql.phan_php | 34 * returned. The <i>new_link</i> parameter modifies this 41 * The <i>client_flags</i> parameter can be a combination 78 * The <i>client_flags</i> parameter can be a combination 408 * how <i>result_type</i> is defined. By using 456 * for <i>class_name</i> objects. 501 * The <i>field_offset</i> starts at 0. 652 * If <i>link_identifier</i> is invalid, null is returned. 899 * @param int $i <p> 911 function mysql_tablename ($result, $i) {}
|
/web-master/scripts/ |
H A D | rss_parser | 48 …lace('/<\?php\s+echo\s+make_image\s*\("([^"]*)",\s*"([^"]*)",\s+"([^"]*)"\);\s*\?>/i', " ", $text); 90 foreach ($lines as $i => $line) { 115 } elseif (preg_match('/<h1>(.*)<\/h1>/i', $line, $matches)) { 126 // Subjects (i.e RDF category)
|
H A D | pregen_flickr | 62 . preg_replace('/[^a-z0-9_\.]/i', '', basename($photo['url_sq']));
|
/web-master/vendor/michelf/php-markdown-extra/ |
H A D | markdown.php | 549 static $i = 0; 550 $key = "$boundary\x1A" . ++$i . $boundary; 1243 for ($i = 0; $i < 2; ++$i) {
|
H A D | PHP Markdown Extra Readme.text | 390 * Fixed a problem introduced in 1.0.1i where three or more identical 399 * Fixed a problem introduced in 1.0.1i where the closing `code` and 410 1.0.1i (31 Aug 2007):
|
Completed in 36 milliseconds