Home
last modified time | relevance | path

Searched refs:i (Results 326 – 350 of 454) sorted by last modified time

1...<<111213141516171819

/dokuwiki/inc/lang/ro/
H A Dsubscr_single.txt
H A Dupdateprofile.txt
/dokuwiki/lib/scripts/
H A Dfileuploader.js173 for (var i = 0; i < len; i++){
174 if (qq.hasClass(candidates[i], className)){
175 result.push(candidates[i]);
200 add = function(nextObj, i){ argument
204 : temp+'['+i+']'
205 : i;
206 if ((nextTemp != 'undefined') && (i != 'undefined')) {
223 for (var i
464 var i = -1; global() variable
[all...]
/dokuwiki/inc/lang/pl/
H A Dedit.txt1 Zredaguj tę stronę i naciśnij ''zapisz''. Na stronie ze [[wiki:syntax|składnią]] znajdziesz opis znaczników wiki. Jeśli chcesz poćwiczyć zajrzyj do [[playground:playground|piaskownicy]].
H A Dlogin.txt3 Wprowadź nazwę użytkownika i hasło aby się zalogować. Twoja przeglądarka musi mieć włączoną obsługę ciasteczek (cookies).
/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/simplepie/simplepie/src/
H A DIRI.php191 elseif (($prop = 'i' . $name) && array_key_exists($prop, $props)) {
551 for ($i = 1, $len = count($bytes); $i < $len; $i++) {
552 $value = hexdec($bytes[$i]);
557 $start = $i;
602 $i--;
630 for ($j = $start; $j <= $i; $j++) {
634 for ($j = $start; $j <= $i; $j++) {
641 // If we have any bytes left over they are invalid (i
[all...]
/dokuwiki/bin/
H A Dgittool.php318 if (preg_match('/github\.com\/([^\/]+)\/([^\/]+)/i', $repourl, $m)) {
325 if (preg_match('/gitorious.org\/([^\/]+)\/([^\/]+)?/i', $repourl, $m)) {
334 if (preg_match('/bitbucket\.org\/([^\/]+)\/([^\/]+)/i', $repourl, $m)) {
/dokuwiki/inc/
H A DSafeFN.class.php152 for ($i = ($converted ? 1 : 0); $i < $len; $i++) {
153 $unicode[] = ord($sub[$i]);
H A DTaskRunner.php130 for ($i = 0; $i < $counter; $i++) {
131 $log = ChangeLog::parseLogLine($lines[$i]);
137 // keep old lines for now (append .$i to prevent key collisions)
138 $old_lines[$log['date'] . ".$i"] = $lines[$i];
141 $out_lines[$log['date'] . ".$i"] = $lines[$i];
/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 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...]
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php226 for ($i = 0; $i < $argc; $i++) {
227 $arg = $this->args[$i];
232 $non_opts = array_merge($non_opts, array_slice($this->args, $i + 1));
238 $non_opts = array_merge($non_opts, array_slice($this->args, $i));
244 $non_opts = array_merge($non_opts, array_slice($this->args, $i));
260 if (is_null($val) && $i + 1 < $argc && !preg_match('/^--?[\w]/', $this->args[$i + 1])) {
261 $val = $this->args[++$i];
[all...]
/dokuwiki/inc/lang/lt/
H A Ddraft.txt
H A Dedit.txt
H A Deditrev.txt
H A Dindex.txt
H A Dpreview.txt
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingSepchar.php14 for ($i = 0; $i < strlen($str); $i++) $this->choices[] = $str[$i];
/dokuwiki/lib/plugins/authldap/
H A Dauth.php230 //for($i = 0; $i < $result["count"]; $i++) {
231 //$this->_debug('result: '.hsc(print_r($result[$i])), 0, __LINE__, __FILE__);
419 for ($i = 0; $i < $entries["count"]; $i++) {
420 $users_array[] = $entries[$i][$userkey][0];
427 $i = 0;
433 if ($i
[all...]
/dokuwiki/lib/plugins/extension/lang/no/
H A Dintro_plugins.txt1 Her finner du de programtillegg som er installert i din DokuWiki. Du kan slå av/på, eller avistallere dine programtillegg her. Oppdatering av programt (…)
H A Dintro_templates.txt1 Her finner du malene som nå er installert i denne DokuWikien. Her velger du malen som brukes i siden for [[?do=admin&page=config|konfigurasjonsinnstillinger]].
/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)
/dokuwiki/lib/plugins/acl/lang/cy/
H A Dhelp.txt5 * Mae'r ffurflen uchod yn eich galluogi chi i weld a newid hawliau defnyddiwr neu grŵp a ddewiswyd.
6 * Yn y tabl isod, dengys pob rheol rheoli mynediad sydd wedi'u gosod yn bresennol. Gallwch chi ei ddefnyddio i ddileu neu newid sawl rheol ar y tro.

1...<<111213141516171819