Home
last modified time | relevance | path

Searched refs:i (Results 401 – 425 of 454) sorted by path

1...<<111213141516171819

/dokuwiki/lib/tpl/dokuwiki/lang/no/
H A Dstyle.txt1 Dersom du ønsker å endre logoen kan du gå til Mediefiler-siden og laste opp en fil med navn «logo.png» i navnerommet «wiki» eller «rot». Filen vil da, automatisk bli bruk som logo. Du kan også last opp en «favicon.ico» hvis ønskelig. Dersom du bruker en lukket wiki er det anbefalt at du setter rettighetene for navnerommet «wiki», eller «rot» til å være lesbar for alle (world-readable). Hvis ikke vil din logo bare vises for brukere som er logget inn i wikien
/dokuwiki/lib/tpl/dokuwiki/lang/vi/
H A Dstyle.txt
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini8 ; (i.e. [stylesheets] or [replacements]) into that file as well.
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DEmailAddressValidator.php96 for ($i = 0, $max = sizeof($localPortionParts); $i < $max; $i++) {
103 ,$localPortionParts[$i])) {
151 for ($i = 0, $max = sizeof($domainPortionParts); $i < $max; $i++) {
153 if (!self::checkTextLength($domainPortionParts[$i], 1, 63)) {
157 .'([A-Za-z0-9]+))$/', $domainPortionParts[$i])) {
160 if ($i
[all...]
H A DREADME.md16 Note that this class is still **un-namespaced** - i.e. it's still declared in the global namespace. The `composer.json`
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG376 the language file as "any whitespace" in the source (i.e. "CREATE TABLE"
434 * Oracle 11i support (Simon Redhead)
447 i.e. the dest was highlighted as variable declaration (milian)
463 * Fixed highlighting in LaTeX for \begin{} and \end{}, i.e. the stuff inside
530 * Properly handle escapes in strings, i.e. '\\' was not working properly before (milian)
H A DTHANKS192 - Oracle 11i Simon Redhead
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php111 // Note that if you change these, they should be as-is: i.e., don't
1940 for($i = 0, $j = $this->language_data['NUMBERS']; $j > 0; ++$i, $j>>=1) {
1942 if(isset($this->language_data['STYLES']['NUMBERS'][1<<$i])) {
1943 $this->language_data['STYLES']['NUMBERS'][$i] =
1944 $this->language_data['STYLES']['NUMBERS'][1<<$i];
1945 unset($this->language_data['STYLES']['NUMBERS'][1<<$i]);
1952 if(isset($this->language_data['STYLES']['NUMBERS'][$i])) {
1953 $this->language_data['NUMBERS_CACHE'][$i] = 1 << $i;
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DValue.php24 for ($i = 0, $j = count($this->data); $i < $j; $i++) {
25 $this->data[$i] = new Value($this->data[$i]);
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DIntrospectionServer.php85 for ($i = 0, $j = count($args); $i < $j; $i++) {
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DAtomCreator03.php60 for ($i = 0; $i < count($this->items); $i++) {
62 $feed .= " <title>".htmlspecialchars(strip_tags($this->items[$i]->title))."</title>\n";
64 $this->items[$i]->link
66 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]
[all...]
H A DAtomCreator10.php71 for ($i = 0; $i < count($this->items); $i++) {
73 $feed .= " <title>".htmlspecialchars(strip_tags((string) $this->items[$i]->title))."</title>\n";
75 (string) $this->items[$i]->link
77 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]
[all...]
H A DGPXCreator.php37 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>
H A DHTMLCreator.php111 for ($i = 0; $i < count($this->items); $i++) {
112 if ($this->separator and $i > 0) {
116 if ($this->items[$i]->title) {
117 if ($this->items[$i]->link) {
119 "<div class='".$this->stylePrefix."item_title'><a href='".$this->items[$i]->link."' class='".$this->stylePrefix.
121 htmlspecialchars(strip_tags($this->items[$i]->title)),
128 FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)), 100).
132 if ($this->items[$i]
[all...]
H A DKMLCreator.php63 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]
[all...]
H A DMBOXCreator.php39 for ($i = 0; $i < $linlen; $i++) {
40 $c = substr($line, $i, 1);
42 if (($dec == 32) && ($i == ($linlen - 1))) { // convert space at eol only
69 for ($i = 0; $i < count($this->items); $i++) {
70 if ($this->items[$i]->author != "") {
71 $from = $this->items[$i]
[all...]
H A DOPMLCreator.php46 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)."\"";
H A DPHPCreator.php30 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]
[all...]
H A DPIECreator01.php31 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]
[all...]
H A DRSSCreator091.php130 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);
146 if ($this->items[$i]->source!="") {
147 $feed.= " <source>".htmlspecialchars($this->items[$i]
[all...]
H A DRSSCreator10.php44 for ($i = 0; $i < count($this->items); $i++) {
45 $feed .= " <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]
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
H A DBlowfish.php443 for ($j = 0, $i = 0; $i < 18; ++$i) {
451 $this->bctx['p'][] = self::$parray[$i] ^ intval($data);
457 for ($i = 0; $i < 18; $i += 2) {
459 $this->bctx['p'][$i ] = $l;
460 $this->bctx['p'][$i + 1] = $r;
462 for ($i
[all...]
H A DDES.php27 * for ($i = 0; $i < $size; $i++) {
685 for ($i = 0; $i < 256; ++$i) {
686 $shuffleip[] = self::$shuffle[self::$ipmap[$i]];
687 $shuffleinvip[] = self::$shuffle[self::$invipmap[$i]];
712 for ($i = 0; $i < 1
[all...]

1...<<111213141516171819