Home
last modified time | relevance | path

Searched refs:i (Results 101 – 125 of 3519) sorted by path

12345678910>>...141

/plugin/annotate/
H A Danno.php226 for($i=0; $i<count($_list); $i++) {
227 $_list[$i] = trim($_list[$i]);
229 if(!empty($_list[$i])) {
230 if(preg_match("/\<ol>/",$_list[$i])) {
234 else if(preg_match("/\<ul\>/",$_list[$i])) {
240 … $_list[$i] = str_replace("</span>", "<img src=\"" . BULLET_PNG ."\"></span>",$_list[$i] );
243 if(preg_match("/(anno_li_(\d))/",$_list[$i],$match)) {
246 …$_list[$i] = str_replace('&nbsp;',$anno_li_1,$_list[$i]); // Insert current number …
252 $_list[$i] = str_replace('&nbsp;',$marker,$_list[$i]);
257 $retv .= $_list[$i] ."\n";
/plugin/api/_test/
H A Dpages.test.php118 for ($i = 1; $i <= 10; $i++) {
119 saveWikiText($i, 'Text for the page ' . $i, "summary for page " . $i);
120 idx_addPage($i);
/plugin/apidoc/
H A Dsyntax.php237 for( $i=0; $i < count( $matches )-1; $i++ ) {
238 switch( $matches[$i] ) {
240 $rData = new syntax_plugin_apidoc_data_class( explode( "|", $matches[++$i] ) );
244 $co = $rData->fields[] = new syntax_plugin_apidoc_data_field( explode( "|", $matches[++$i] ) );
248 … $co = $rData->methods[] = new syntax_plugin_apidoc_data_method( explode( "|", $matches[++$i] ) );
252 $co->parameters[] = new syntax_plugin_apidoc_data_parameter( explode( "|", $matches[++$i] ) );
264 …for( $i=0; $i < count( $arr ); $i++ ) if( strcasecmp( $arr[$smallest]->name, $arr[$i]->name ) > 0 …
275 …for( $i=0; $i < count( $data->methods ); $i++ ) $data->methods[$i]->parameters = $this->apidoc_sor…
/plugin/approve/action/
H A Drevisions.php46 for ($i = 0; $i < $event->data->elementCount(); $i++) {
47 $element = $event->data->getElementAt($i);
50 $parent_div_position = $i;
/plugin/asciimath/
H A Dasciimathml148r.js326 for (i=0; i<AMsymbols.length; i++)
332 for (i=0; i<AMsymbols.length; i++) AMnames[i] = AMsymbols[i].input;
361 for (var i=0; i<st.length && st.charCodeAt(i)<=32; i=i+1);
378 for (var i=n; i<arr.length && arr[i]<str; i++);
704 for (i=0; matrix && i<m; i=i+2) {
720 for (i=0; i<m; i=i+2) {
779 for (var i=0; i<arr.length; i++) {
820 for (i=0; i<arr.length; i++)
841 for (i=0; i<n.childNodes.length; i++)
851 for (var i=0;i<frag.length;i++)
[all …]
/plugin/authdrupal8/
H A Dpassword.inc50 $i = 0;
53 $value = ord($input[$i++]);
55 if ($i < $count) {
56 $value |= ord($input[$i]) << 8;
59 if ($i++ >= $count) {
62 if ($i < $count) {
63 $value |= ord($input[$i]) << 16;
66 if ($i++ >= $count) {
70 } while ($i < $count);
/plugin/authfacebook/lib/
H A Dpolyfills.php42 for ($i = 0; $i < $kLen; $i++) {
43 $result |= (ord($knownString[$i]) ^ ord($userString[$i]));
/plugin/authg2fa/
H A DGoogleAuthenticator.php29 for ($i = 0; $i < $secretLength; $i++) {
93 for ($i = -$discrepancy; $i <= $discrepancy; $i++) {
131 for ($i = 0; $i < 4; $i++){
132 if ($paddingCharCount == $allowedValues[$i] &&
133 …substr($secret, -($allowedValues[$i])) != str_repeat($base32chars[32], $allowedValues[$i])) return…
138 for ($i = 0; $i < count($secret); $i = $i+8) {
140 if (!in_array($secret[$i], $base32chars)) return false;
167 for ($i = 0; $i < count($secret); $i++) {
172 $i = 0;
173 while ($i < count($fiveBitBinaryArray)) {
[all …]
/plugin/authgoogle/google/external/
H A DURITemplateParser.php71 foreach ($em[1] as $i => $bare_expression) {
74 $exp->expression = $em[0][$i];
154 $i = 0;
164 if ($k !== $i) {
185 $i ++;
/plugin/authgoogle/google/io/
H A DGoogle_HttpStreamIO.php146 for ($i = 0; $i < $header_count; $i++) {
147 $header = $response_headers[$i];
160 for ($i = 0; $i < $header_count; $i++) {
161 $header = $response_headers[$i];
/plugin/authgoogle2fa/
H A DGoogleAuthenticator.php29 for ($i = 0; $i < $secretLength; $i++) {
93 for ($i = -$discrepancy; $i <= $discrepancy; $i++) {
131 for ($i = 0; $i < 4; $i++){
132 if ($paddingCharCount == $allowedValues[$i] &&
133 …substr($secret, -($allowedValues[$i])) != str_repeat($base32chars[32], $allowedValues[$i])) return…
138 for ($i = 0; $i < count($secret); $i = $i+8) {
140 if (!in_array($secret[$i], $base32chars)) return false;
167 for ($i = 0; $i < count($secret); $i++) {
172 $i = 0;
173 while ($i < count($fiveBitBinaryArray)) {
[all …]
/plugin/authgooglesheets/
H A Dhelper.php258 $i = 0;
264 if ($i >= $start) {
269 $i++;
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php459 for ($i = 0; $i < $len; $i++) {
460 $status |= (\ord($left[$i]) ^ \ord($right[$i]));
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE18 "control" means (i) the power, direct or indirect, to cause the
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE18 "control" means (i) the power, direct or indirect, to cause the
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php163 foreach ($parts as $i => $part) {
184 $response = REST::decodeHttpResponse($response, $requests[$i-1]);
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING19 "control" means (i) the power, direct or indirect, to cause the
H A DLICENSE18 "control" means (i) the power, direct or indirect, to cause the
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md399 * Removed the fluent interfaces (i.e., `return $this`) from requests,
H A DREADME.md18 environment and transport agnostic code; i.e., no hard dependency on cURL,
H A DUPGRADING.md375 Messages no longer have references to their counterparts (i.e., a request no
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php180 foreach ($this->cookies as $i => $c) {
194 unset($this->cookies[$i]);
201 unset($this->cookies[$i]);
207 unset($this->cookies[$i]);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php515 foreach (array_filter($passed) as $i => $v) {
516 fwrite($value, $args[$i] . ': "' . $v . '" ');
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md254 promise into the current state of execution (i.e., return the value of the
457 for ($i = 0; $i < 1000; $i++) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md512 for ($i = 0; $i < $bytes; $i++) {
608 Whether the URI is absolute, i.e. it has a scheme.

12345678910>>...141