Home
last modified time | relevance | path

Searched refs:i (Results 176 – 200 of 3519) sorted by relevance

12345678910>>...141

/plugin/sequencediagram/bower_components/raphael/
H A Draphael.no-deps.min.js1i){if(e[i])return e[i].exports;var n=e[i]={i:i,l:!1,exports:{}};return t[i].call(n.exports,n,n.exp… argument
H A Draphael.min.js1i){if(e[i])return e[i].exports;var n=e[i]={i:i,l:!1,exports:{}};return t[i].call(n.exports,n,n.exp… argument
/plugin/links4pages/lang/en/
H A Dsettings.php8 for ($i = 1; $i <= 3; $i++) { variable
9 $lang[sprintf("%'.02d_id", $i)] = sprintf("Button %d / Page ID link", $i);
10 $lang[sprintf("%'.02d_label", $i)] = sprintf("Button %d / Link label", $i);
11 $lang[sprintf("%'.02d_svg_id", $i)] = sprintf("Button %d / Media ID (SVG)", $i);
12 $lang[sprintf("%'.02d_pos", $i)] = sprintf("Button %d / Position of the link", $i);
/plugin/links4pages/lang/fr/
H A Dsettings.php8 for ($i = 1; $i <= 3; $i++) { variable
9 $lang[sprintf("%'.02d_id", $i)] = sprintf("Bouton %d / ID du lien", $i);
10 $lang[sprintf("%'.02d_label", $i)] = sprintf("Bouton %d / Étiquette du lien (label)", $i);
11 $lang[sprintf("%'.02d_svg_id", $i)] = sprintf("Bouton %d / ID du media SVG", $i);
12 $lang[sprintf("%'.02d_pos", $i)] = sprintf("Button %d / Position du lien", $i);
/plugin/noticeboard/classes/
H A DNoticeList.php170 for($i = 0; $i < count($arrayGet); $i++){
218 for($i = $start;$i<$end && $i<count($array);$i++){
219 $arrayNew[$i-$start] = $array[$i];
249 for($i = 0;$i<count($array);$i++){
257 for($i = 0;$i<count($array);$i++){
273 for($i = 0;$i<count($array);$i++){
307 for($i = 0; $i<count($array);$i++){
322 for($i = 0; $i<count($array);$i++){
339 for($i = 0; $i<count($array);$i++){
340 $sortArray[$array[$i]->getId()] = $array[$i]->getName();
[all …]
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php170 for($i = 0; $i < count($arrayGet); $i++){
218 for($i = $start;$i<$end && $i<count($array);$i++){
219 $arrayNew[$i-$start] = $array[$i];
249 for($i = 0;$i<count($array);$i++){
257 for($i = 0;$i<count($array);$i++){
273 for($i = 0;$i<count($array);$i++){
307 for($i = 0; $i<count($array);$i++){
322 for($i = 0; $i<count($array);$i++){
339 for($i = 0; $i<count($array);$i++){
340 $sortArray[$array[$i]->getId()] = $array[$i]->getName();
[all …]
/plugin/ryubin/ryubin/js/
H A DAC_RunActiveContent.js169 for (var i in objAttrs)
171 str += i + '="' + objAttrs[i] + '" ';
174 for (var i in params)
176 str += '<param name="' + i + '" value="' + params[i] + '" /> ';
185 str += i + '="' + embedAttrs[i] + '" ';
216 for (var i=0; i < args.length; i=i+2){
223 ret.embedAttrs[args[i]] = args[i+1];
227 args[i+1] = AC_AddExtension(args[i+1], ext);
271 ret.objAttrs[args[i]] = args[i+1];
283 ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php136 * Make sure index `i` in tokens has a token.
138 * @return bool `true` if a token is located at index `i`,
143 public function sync(int $i) : bool argument
145 $n = $i - \count($this->tokens) + 1; // how many more elements we need?
162 for ($i = 0; $i < $n; $i++) {
172 return $i + 1;
196 public function LA(int $i) : int argument
198 $token = $this->LT($i);
251 adjustSeekIndex(int $i) global() argument
327 nextTokenOnChannel(int $i, int $channel) global() argument
360 previousTokenOnChannel(int $i, int $channel) global() argument
[all...]
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php82 $i = 0;
87 ++$i;
91 ++$i;
346 ++$i;
353 if (',' === $sequence[$i] || ' ' === $sequence[$i]) {
354 ++$i;
393 ++$i;
410 ++$i;
437 if (false === $i = strpos($mapping, ':', $i)) {
458 if (':' === $mapping[$i] || ' ' === $mapping[$i]) {
[all …]
/plugin/latexit/classes/
H A DRowspanHandler.php46 $i = $this->findRowspan($cell_id);
47 if ($i == -1) {
51 $this->rowspans[$i]->setRowspan($rs);
55 unset($this->rowspans[$i]);
66 $i = $this->findRowspan($cell_id);
67 if ($i == -1) {
79 $i = 0;
80 while ($i < count($this->rowspans) && $cell_id != $this->rowspans[$i]->getCellId()) {
81 $i++;
83 if ($i >= count($this->rowspans)) {
[all …]
/plugin/abc2/abc-libraries/abc2svg/
H A Dperc-1.js7 function abc_b40(p){var pit,acc=0,i=0 variable in abc2svg.perc
8 switch(p[0]){case'^':if(p[++i]=='^'){acc=2
9 i++}else{acc=1}
11 case'=':i++
13 case'_':if(p[++i]=='_'){acc=-2
14 i++}else{acc=-1}
16 pit='CDEFGABcdefgab'.indexOf(p[i++])+16
19 while(p[i]=="'"){pit+=7
20 i++}
21 while(p[i]
26 function topit(p){var i,j,s,b40,pit=Number(p) global() variable in abc2svg.perc
65 this.set_v_param("perc","MIDIdrum")},set_perc:function(a){var i,item,curvoice=this.get_curvoice() global() variable
[all...]
H A Dclair-1.js7 var i,m,hl,dx=s.grace?4:[4.7,5,6,7.2,7.5][s.head]*1.4,p_st=this.get_staff_tb()[s.st]
11 for(i=0;i<hl.length;i++)
12 this.set_hl(p_st,hl[i],s.x,-dx,dx)}},draw_keysig:function(of,x,s){if(!s.p_v.clair){of(x,s)
14 var i,staffb=this.get_staff_tb()[s.st].y,a_tb=new Int8Array(24),sc=[0,2,4,5,7,9,11,12,14,16,17,19,21,23],bn_tb=[7,2,-3,4,-1,6,1,8,3,-2,5,0,7,2,-3],bn=bn_tb[s.k_sf+7]
15 if(!s.k_a_acc){if(s.k_sf>0){for(i=1;i<=s.k_sf;i++){a_tb[bn_tb[i]
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTwofish.php466 for ($i = 0, $j = 1; $i < 40; $i += 2, $j += 2) {
481 for ($i = 0; $i < 256; ++$i) {
482 $S0[$i] = $m0[$q0[$q0[$i] ^ $s4] ^ $s0];
483 $S1[$i] = $m1[$q0[$q1[$i] ^ $s5] ^ $s1];
492 for ($i = 0, $j = 1; $i < 40; $i += 2, $j += 2) {
507 for ($i = 0; $i < 256; ++$i) {
519 for ($i = 0, $j = 1; $i < 40; $i += 2, $j += 2) {
534 for ($i = 0; $i < 256; ++$i) {
560 for ($i = 0; $i < 8; ++$i) {
740 for ($ki = 7, $i = 0; $i < 8; ++$i) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php55 for ($i = 0; $i < count($patch_array); $i++) {
56 $this->mpdf->gradients[$n]['stream'].=chr($patch_array[$i]['f']); //start with the edge flag as 8 bit
58 for ($j = 0; $j < count($patch_array[$i]['points']); $j++) {
62 $patch_array[$i]['points'][$j] = (($patch_array[$i]['points'][$j] - $y_min) / ($y_max - $y_min)) * $bpcd;
63 $patch_array[$i]['points'][$j] = $bpcd - $patch_array[$i]['points'][$j];
65 $patch_array[$i]['point
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.page.breaks.php43 $i = 0;
49 $i++;
56 $i++;
330 $i--;
349 $i++;
369 $i = 0;
399 for ($i=1, $size = count($cells); $i < $size; $i++) {
517 for ($i = 0; $i < $size - 1; $i++) {
540 for ($i = $index - 1; $i>=0; $i--) {
552 for ($i=$index + 1; $i<$size; $i++) {
[all …]
H A Dtag.frame.inc.php55 for($i=0; $i < count($lengths); $i++) {
59 $length_src = trim($lengths[$i]);
66 $values[$i] = $total * $fraction;
72 $values[$i] = px2pt($length_src);
89 for ($i = 0; $i < count($lengths); $i++) {
90 $length = $lengths[$i];
93 $values[$i] = $part_size * max(1,substr($length,0,strlen($length)-1));
103 for($i = 0; $i < count($values); $i++) {
104 $values[$i] *= $koeff;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DEvalObjectFactorySniff.php66 for ($i = ($openBracket + 1); $i < $closeBracket; $i++) {
67 if (isset(PHP_CodeSniffer_Tokens::$stringTokens[$tokens[$i]['code']]) === true) {
68 $strings[$i] = $tokens[$i]['content'];
69 } else if ($tokens[$i]['code'] === T_VARIABLE) {
70 $vars[$i] = $tokens[$i]['content'];
102 for ($i = ($prev + 1); $i < $lineEnd; $i++) {
103 … if (isset(PHP_CodeSniffer_Tokens::$stringTokens[$tokens[$i]['code']]) === true) {
104 $strings[$i] = $tokens[$i]['content'];
/plugin/stackedit/
H A Dstackedit.min.js1i){if(n[i])return n[i].exports;var o=n[i]={i:i,l:!1,exports:{}};return e[i].call(o.exports,o,o.exp… argument
/plugin/sympaauth/
H A Dadmin.php157 $i=0;
165 $temp = $lines[--$i];
167 $lines[$i] = $temp;
169 $i++;
227 $i = -1;
229 $i++;
271 $i=0;
276 $i++;
307 $i = 0;
310 if(preg_match('!sympa!i', $lines[$i])) unset($lines[$i--]);
[all …]
/plugin/photowidget/
H A Dphotowidget.php44 for($i=0;$i<count($vals);$i++){
45 if ($vals[$i]['tag']=='DESCRIPTION' && $vals[$i]['level']==4) {
47 xml_parse_into_struct($p, $vals[$i]['value'], $imgvals);
71 for($i=0;$i<count($vals);$i++){
72 if ($vals[$i]['tag']=='CONTENT') {
73 $str = $vals[$i]['value'];
93 for($i=0;$i<count($vals);$i++){
94 if ($vals[$i]['tag']=='LINK' && $vals[$i]['level']==4) {
96 $url = $vals[$i]['value'];
98 if ($vals[$i]['tag']=='MEDIA:THUMBNAIL') {
[all …]
/plugin/flowchartjs/
H A Draphael.min.js1 !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.Raphael=e():t.Raphael=e()}(window,function(){return function(t){var e={};function r(i){if(e[i])return e[i].exports;var n=e[i]={i:i,l:!1,exports:{}};return t[i].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=t,r.c=e,r.d=function(t,e,i){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i argument
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/bi/
H A Dbi.txt5 From se Jenerol Asembli i luksave respek mo ikwol raet blong man mo woman olsem stamba blong fridom, jastis mo pis long wol,
7 From se fasin blong no luksave mo no respektem ol raet blong man mo woman i mekem se i gat ol nogud aksen i tekemples we oli mekem se pipol i kros, mo bambae wan taem i kam we pipol bambae i glad long fridom blong toktok mo biliv blong hem, fridom blong no fraet mo wantem samting hemi kamaot olsem nambawan tingting blong ol grasrut pipol,
9 From se hemi wan impoten samting, sipos man i no fos blong lukaotem help, olsem wan las aksen we hemi save mekem, blong faet agensem rabis fasin blong spoelem no fosem pipol hemia blong mekem nomo se Loa i protektem ol raet blong man mo woman,
11 From se i ga
[all...]
/plugin/indexmenu2/cms/extensions/dom/
H A Dautosuggest.js13i){this.$VERSION$=" $Rev: 130 $ ".replace(/\D/g,"");var I=this;var l={'root':'Autosuggest'};var o=… argument
/plugin/chordsheets/js/
H A Draphael.js1i){if(e[i])return e[i].exports;var n=e[i]={i:i,l:!1,exports:{}};return t[i].call(n.exports,n,n.exp… argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractPatternSniff.php297 for ($i = ($patternInfo['listen_pos'] - 1); $i >= 0; $i--) {
307 if ($i !== 0) {
442 for ($i = $patternInfo['listen_pos']; $i < $patternLen; $i++) {
801 for ($i = 0; $i < $length; $i++) {
812 $firstToken = ($i + 3);
813 $i = ($i + 2);
821 $firstToken = ($i + 3);
822 $i = ($i + 2);
826 $firstToken = ($i + 3);
827 $i = ($i + 2);
[all …]

12345678910>>...141