Searched refs:i (Results 1 – 25 of 486) sorted by relevance
12345678910>>...20
1 …i:0;i:173;i:1;i:847;i:2;i:6150;i:3;i:6155;i:4;i:6156;i:5;i:6157;i:6;i:8203;i:7;i:8204;i:8;i:8205;i…
30 for ($i = 0; $i < count($this->items); $i++) {31 $feed .= " \$feedItem[$i] = new FeedItem();\n";32 if ($this->items[$i]->guid != "") {33 $feed .= " \$feedItem[$i]->id='".htmlspecialchars($this->items[$i]->guid)."';\n";35 $feed .= " \$feedItem[$i]->title='".addslashes(36 FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)), 100)38 $feed .= " \$feedItem[$i]->link='".htmlspecialchars($this->items[$i]->link)."';\n";39 $feed .= " \$feedItem[$i]->date=".htmlspecialchars($this->items[$i]->date).";\n";40 if ($this->items[$i]->author != "") {41 … $feed .= " \$feedItem[$i]->author='".htmlspecialchars($this->items[$i]->author)."';\n";[all …]
71 for ($i = 0; $i < count($this->items); $i++) {73 …$feed .= " <title>".htmlspecialchars(strip_tags((string) $this->items[$i]->title))."</title…75 (string) $this->items[$i]->link77 if ($this->items[$i]->date == "") {78 $this->items[$i]->date = time();80 $itemDate = new FeedDate($this->items[$i]->date);84 $tempguid = $this->items[$i]->link;85 if ($this->items[$i]->guid != "") {86 $tempguid = $this->items[$i]->guid;90 … $feed .= $this->_createAdditionalElements($this->items[$i]->additionalElements, " ");[all …]
63 for ($i = 0; $i < count($this->items); $i++) {65 $this->items[$i]->description = "<b>".$this->items[$i]->description."</b><br/>66 ".$this->items[$i]->licence."67 <br/><br/><a href=\"".htmlspecialchars($this->items[$i]->link)."\">View Online</a>";71 <description>".$this->items[$i]->getDescription(true)."</description>72 … <name>".FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)), 100)."</name>75 <coordinates>".$this->items[$i]->long.",".$this->items[$i]->lat.",25</coordinates>77 if ($this->items[$i]->thumb != "") {81 <icon>".htmlspecialchars($this->items[$i]->thumb)."</icon>
44 for ($i = 0; $i < count($this->items); $i++) {45 … <rdf:li rdf:resource=\"".htmlspecialchars((string) $this->items[$i]->link)."\"/>\n";59 for ($i = 0; $i < count($this->items); $i++) {60 … $feed .= " <item rdf:about=\"".htmlspecialchars((string) $this->items[$i]->link)."\">\n";62 if ($this->items[$i]->date != null) {63 $itemDate = new FeedDate($this->items[$i]->date);66 if ($this->items[$i]->source != "") {67 … $feed .= " <dc:source>".htmlspecialchars($this->items[$i]->source)."</dc:source>\n";69 $creator = $this->getAuthor($this->items[$i]->author, $this->items[$i]->authorEmail);73 if ($this->items[$i]->lat != "") {[all …]
31 for ($i = 0; $i < count($this->items); $i++) {34 htmlspecialchars(strip_tags($this->items[$i]->title)),37 $feed .= " <link>".htmlspecialchars($this->items[$i]->link)."</link>\n";38 $itemDate = new FeedDate($this->items[$i]->date);42 $feed .= " <id>".htmlspecialchars($this->items[$i]->guid)."</id>\n";43 if ($this->items[$i]->author != "") {45 … $feed .= " <name>".htmlspecialchars($this->items[$i]->author)."</name>\n";46 if ($this->items[$i]->authorEmail != "") {47 $feed .= " <email>".$this->items[$i]->authorEmail."</email>\n";52 …$feed .= " <div xmlns=\"http://www.w3.org/1999/xhtml\">".$this->items[$i]->getDescripti…
37 for ($i = 0; $i < count($this->items); $i++) {38 $feed .= "<wpt lat=\"".$this->items[$i]->lat."\" lon=\"".$this->items[$i]->long."\">39 <name>".substr(htmlspecialchars(strip_tags($this->items[$i]->title)), 0, 6)."</name>40 <desc>".htmlspecialchars(strip_tags($this->items[$i]->title))."</desc>41 <src>".htmlspecialchars($this->items[$i]->author)."</src>42 <url>".htmlspecialchars($this->items[$i]->link)."</url>
60 for ($i = 0; $i < count($this->items); $i++) {62 … $feed .= " <title>".htmlspecialchars(strip_tags($this->items[$i]->title))."</title>\n";64 $this->items[$i]->link66 if ($this->items[$i]->date == "") {67 $this->items[$i]->date = time();69 $itemDate = new FeedDate($this->items[$i]->date);73 $feed .= " <id>".htmlspecialchars($this->items[$i]->link)."</id>\n";74 … $feed .= $this->_createAdditionalElements($this->items[$i]->additionalElements, " ");75 if ($this->items[$i]->author != "") {77 … $feed .= " <name>".htmlspecialchars($this->items[$i]->author)."</name>\n";[all …]
39 for ($i = 0; $i < $linlen; $i++) {40 $c = substr($line, $i, 1);42 if (($dec == 32) && ($i == ($linlen - 1))) { // convert space at eol only69 for ($i = 0; $i < count($this->items); $i++) {70 if ($this->items[$i]->author != "") {71 $from = $this->items[$i]->author;75 $itemDate = new FeedDate($this->items[$i]->date);86 … $feed .= "Subject: ".MBOXCreator::qp_enc(FeedCreator::iTrunc($this->items[$i]->title, 100))."\n";88 $body = chunk_split(MBOXCreator::qp_enc($this->items[$i]->description));
130 for ($i = 0; $i < count($this->items); $i++) {133 htmlspecialchars(strip_tags((string) $this->items[$i]->title)),136 … $feed .= " <link>".htmlspecialchars((string) $this->items[$i]->link)."</link>\n";137 … $feed .= " <description>".$this->items[$i]->getDescription()."</description>\n";139 $creator = $this->getAuthor($this->items[$i]->author, $this->items[$i]->authorEmail);150 if ($this->items[$i]->lat != "") {151 …$feed .= " <georss:point>".$this->items[$i]->lat." ".$this->items[$i]->long."</georss:p…153 if (is_array($this->items[$i]->category)) {154 foreach ($this->items[$i]->category as $cat) {158 if ($this->items[$i]->category != "") {[all …]
46 for ($i = 0; $i < count($this->items); $i++) {48 $title = htmlspecialchars(strip_tags(strtr($this->items[$i]->title, "\n\r", " ")));52 if (isset($this->items[$i]->xmlUrl)) {53 $feed .= " xmlUrl=\"".htmlspecialchars($this->items[$i]->xmlUrl)."\"";56 if (isset($this->items[$i]->link)) {57 $feed .= " url=\"".htmlspecialchars($this->items[$i]->link)."\"";
35 for ($i = 0; $i < $len; $i++) {36 $b = ord($str[$i]);46 if ((++$i === $len) || ((ord($str[$i]) & 0xC0) !== 0x80))67 for ($i = 0; $i < $len; $i++) {68 if (ord($str[$i]) < 128) {69 $ascii .= $str[$i];183 * @param int $i byte index into $str187 public static function correctIdx($str, $i, $next = false) argument190 if ($i <= 0) return 0;193 if ($i >= $limit) return $limit;[all …]
424 for ($i = 0; $i < 8; $i++) {426 list(, $initial[$i]) = unpack('J', pack('H*', $initial[$i]));428 $initial[$i] = new BigInteger($initial[$i], 16);429 $initial[$i]->setPrecision(64);538 for ($i = 0; $i < $iters; $i++) {539 $L1Key_i = substr($L1Key, $i * 16, 1024);540 $L2Key_i = substr($L2Key, $i * 24, 24);541 $L3Key1_i = substr($L3Key1, $i * 64, 64);542 $L3Key2_i = substr($L3Key2, $i * 4, 4);578 for ($i = 0; $i < count($m) - 1; $i++) {[all …]
348 $i = 0; // $c[0] == 0353 while ($i < $Nb) {354 $temp[$i] = $t0[$state[$i] >> 24 & 0x000000FF] ^359 ++$i;368 for ($i = 0; $i < $Nb; ++$i) {369 $state[$i] = $sbox[$state[$i] & 0x000000FF] |370 ($sbox[$state[$i] >> 8 & 0x000000FF] << 8) |371 ($sbox[$state[$i] >> 16 & 0x000000FF] << 16) |372 ($sbox[$state[$i] >> 24 & 0x000000FF] << 24);376 $i = 0; // $c[0] == 0[all …]
460 for ($i = 0, $j = 1; $i < 40; $i += 2, $j += 2) {461 $A = $m0[$q0[$q0[$i] ^ $key[ 9]] ^ $key[1]] ^462 $m1[$q0[$q1[$i] ^ $key[10]] ^ $key[2]] ^463 $m2[$q1[$q0[$i] ^ $key[11]] ^ $key[3]] ^464 $m3[$q1[$q1[$i] ^ $key[12]] ^ $key[4]];475 for ($i = 0; $i < 256; ++$i) {476 $S0[$i] = $m0[$q0[$q0[$i] ^ $s4] ^ $s0];477 $S1[$i] = $m1[$q0[$q1[$i] ^ $s5] ^ $s1];478 $S2[$i] = $m2[$q1[$q0[$i] ^ $s6] ^ $s2];479 $S3[$i] = $m3[$q1[$q1[$i] ^ $s7] ^ $s3];[all …]
1 ====== Có phiên bản mới hơn tồn tại ======3 …t phiên bản mới hơn của tài liệu bạn sửa đổi tồn tại. Điều này xảy ra khi một thành viên khác thay…5 …ị dưới đây, sau đó hãy quyết định giữ phiên bản nào. Nếu bạn chọn ''Lưu'', phiên bản của bạn sẽ đư…
1 ====== Đăng ký làm thành viên mới ======3 …iền vào tất cả các thông tin dưới đây để tạo một tài khoản mới trong wiki này. Hãy chắc chắn rằng …
3 Trang @PAGE@ trong wiki @TITLE@ đã được thay đổi.4 Dưới đây là những thay đổi:11 Tóm lược sửa đổi : @SUMMARY@13 Phiên bản mới : @NEWPAGE@14 Ngày của phiên bản mới: @DATE@16 Để hủy thông báo trang, đăng nhập vào wiki tại19 và hủy đăng ký trang và/hoặc thay đổi không gian tên.
3 Sử dụng trang này để kiểm soát cài đặt cho trình cài đặt DokuWiki của bạn. Để được trợ giúp về cài …5 …i đặt hiển thị với nền đỏ nhạt được bảo vệ và không thể thay đổi bằng plugin này. Những cài đặt hi…7 Hãy nhớ nhấn nút **Lưu** trước khi rời trang này nếu không các thay đổi của bạn sẽ bị mất.
38 for ($i = 1; $i <= $quoteDiff; $i++) {43 for ($i = 1; $i <= $quoteDiff; $i++) {57 for ($i = 1; $i <= $quoteDiff; $i++) {
1 ====== Quản lý lùi lại ======3 …i lại tự động các cuộc spam tấn công. Để tìm danh sách các trang spam, trước tiên, hãy nhập chuỗi …
14 for ($i = 0; $i < strlen($str); $i++) $this->choices[] = $str[$i];
170 for ($i=0;$i<sizeof($user[0]['proxyaddresses']);$i++) {171 if (strstr($user[0]['proxyaddresses'][$i], 'SMTP:') !== false) {172 … $user[0]['proxyaddresses'][$i] = str_replace('SMTP:', 'smtp:', $user[0]['proxyaddresses'][$i]);174 if ($user[0]['proxyaddresses'][$i] != '') {175 $modAddresses['proxyAddresses'][$i] = $user[0]['proxyaddresses'][$i];232 for ($i=0;$i<sizeof($user[0]['proxyaddresses']);$i++) {233 …if (strstr($user[0]['proxyaddresses'][$i], 'SMTP:') !== false && $user[0]['proxyaddresses'][$i] ==…236 …elseif (strstr($user[0]['proxyaddresses'][$i], 'smtp:') !== false && $user[0]['proxyaddresses'][$i…272 for ($i=0;$i<sizeof($user[0]['proxyaddresses']);$i++) {273 if (strstr($user[0]['proxyaddresses'][$i], 'SMTP:') !== false) {[all …]
45 for ($i = 0; $i < $len; $i++) {47 $event->data['link'][$i]['rel'] == 'stylesheet' &&48 strpos($event->data['link'][$i]['href'], 'lib/exe/css.php') !== false50 $event->data['link'][$i]['href'] .= '&preview=1&tseed=' . time();
6 …i,E=0,N=Array.prototype.hasOwnProperty,c=Array.prototype.slice;V.cleanData=(n=V.cleanData,function… argument