Home
last modified time | relevance | path

Searched refs:i (Results 1 – 14 of 14) sorted by relevance

/web-master/fetch/
H A Devents.php33 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 Duser-notes-rss.php19 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 Danimatedcollapse.js21 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 Djquery.min.js12 …rn O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(…
19i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.ty… function
/web-master/manage/
H A Devent.php12 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 Dchallenge-response.php58 $i = 0; variable
61 $bgcolor = ($i & 1) ? '#eeeeee' : '#ffffff';
/web-master/
H A Dforgot.php18 for ($i = 0; $i < 12; $i++) {
/web-master/include/
H A Demail-validation.inc7 $remove_spam = "![-_]?(NO|I[-_]?HATE|DELETE|REMOVE)[-_]?(THIS)?(ME|SPAM)?[-_]?!i";
15 $hosts_regex = "!(lists\.php\.net)!i";
H A Dfunctions.inc121 $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 Dmysql.phan_php34 * 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 Drss_parser48 …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 Dpregen_flickr62 . preg_replace('/[^a-z0-9_\.]/i', '', basename($photo['url_sq']));
/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php549 static $i = 0;
550 $key = "$boundary\x1A" . ++$i . $boundary;
1243 for ($i = 0; $i < 2; ++$i) {
H A DPHP Markdown Extra Readme.text390 * 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 39 milliseconds