Home
last modified time | relevance | path

Searched refs:result (Results 1226 – 1250 of 1997) sorted by relevance

1...<<41424344454647484950>>...80

/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.ie8.js367 var result = [], prop, i;
371 result.push(prop);
378 result.push(dontEnums[i]);
382 return result;
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js205 var result = '';
206 if(this.scheme !== null) { result = result + this.scheme + ':'; }
207 if(this.authority !== null) { result = result + '//' + this.authority; }
208 if(this.path !== null) { result = result + this.path; }
209 if(this.query !== null) { result = result + '?' + this.query; }
210 if(this.fragment !== null) { result = result + '#' + this.fragment; }
211 return result;
/plugin/issuetracker/
H A Dprototype.js566 return result;
845 result = result && !!iterator.call(context, value, index);
871 var result;
942 var result;
945 if (result == null || value >= result)
953 var result;
956 if (result == null || value < result)
2802 return result;
4411 result.push.apply( result, ret );
4979 if (!Object.isArray(result[key])) result[key] = [result[key]];
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js348 return result;
615 result = result && !!iterator(value, index);
618 return result;
628 return result;
642 var result;
715 var result;
718 if (result == null || value >= result)
726 var result;
729 if (result == null || value < result)
2478 return result;
[all …]
/plugin/judge/
H A Daction.php272 $result = array('date' => $date, 'row_number' => $row_number);
276 $result = array('date' => $date, 'row_number' => $row_number, 'id' => $id);
278 return $result;
/plugin/authnc/
H A Dauth.php445 if ($result = curl_exec($this->curl)) {
446 return simplexml_load_string($result);
448 msg('Request failed with error: ' . curl_error($ch) . '. Return code: ' . $result);
/plugin/confmanager/
H A Dscript.js86 let result = true;
90 result = false;
93 return result;
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php154 $result = [];
161 $result[$bpe[0]][$bpe[1]] = $rank;
165 return $result;
/plugin/searchtablejs/
H A Dtablefilter.js786 showing result (array)
793 result (innerHTML, setValue, createTextNode).
825 var result=0, nbvalues=0;
834 result += parseFloat( cvalue );
838 result += parseFloat( cvalue );
848 result = result/nbvalues;
855 result = result.toFixed( precision );
861 grabEBI( labelId[i] ).innerHTML = result;
[all...]
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js786 showing result (array)
793 result (innerHTML, setValue, createTextNode).
825 var result=0, nbvalues=0;
834 result += parseFloat( cvalue );
838 result += parseFloat( cvalue );
848 result = result/nbvalues;
855 result = result.toFixed( precision );
861 grabEBI( labelId[i] ).innerHTML = result;
[all...]
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php703 $result = clone $this->authorizationUri;
704 $existingParams = Query::parse($result->getQuery());
706 $result = $result->withQuery(
710 if ($result->getScheme() != 'https') {
716 return $result;
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonSerializationVisitor.php186 $result = @json_encode($data, $this->options);
190 return $result;
/plugin/svgimg2/
H A Dhelper.php26 $result = array();
27 return $result;
/plugin/zip/pear/File/Archive/Reader/
H A DMemory.php132 $result = substr($this->memory, $this->offset, $actualLength);
134 return $result;
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DLookahead.php59 ->when($result = iterator_to_array($iterator))
61 ->array($result)
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysql.php187 list($result) = mysql_fetch_array($this->cursor);
188 return unserialize(base64_decode($result));
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto20.php438 $result = $pdo->query('SELECT id, carddata FROM cards'); variable
440 while($row = $result->fetch(\PDO::FETCH_ASSOC)) {
/plugin/combo/ComboStrap/
H A DMarkupRenderer.php155 $result = p_render($this->getRendererNameOrDefault(), $this->instructionsSource, $info);
157 return $result;
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js449 return result;
726 result = result && !!iterator.call(context, value, index);
729 return result;
739 return result;
752 var result;
823 var result;
826 if (result == null || value >= result)
834 var result;
837 if (result == null || value < result)
2815 return result;
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1791 return result;
1859 result = (result << 8) + this.byteAt(i);
1930 return result;
1970 return result;
1994 return result;
3355 return result;
3475 return result;
4154 result = result.pipe(new utf8.Utf8EncodeWorker());
4157 result = result.pipe(new utf8.Utf8DecodeWorker());
4203 result = result.pipe(new utf8.Utf8EncodeWorker());
[all …]
/plugin/authucenter/lib/uc_client/
H A Dclient.php181 $result = '';
202 $result .= chr(ord($string[$i]) ^ ($box[($box[$a] + $box[$j]) % 256]));
206 …if((substr($result, 0, 10) == 0 || substr($result, 0, 10) - time() > 0) && substr($result, 10, 16)…
207 return substr($result, 26);
212 return $keyc.str_replace('=', '', base64_encode($result));
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jar ... .codec.binary.BaseNCodec$Context) int result byte[] buffer byte b int i byte[ ...
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js237 var result = '';
238 if(this.scheme !== null) { result = result + this.scheme + ':'; }
239 if(this.authority !== null) { result = result + '//' + this.authority; }
240 if(this.path !== null) { result = result + this.path; }
241 if(this.query !== null) { result = result + '?' + this.query; }
242 if(this.fragment !== null) { result = result + '#' + this.fragment; }
243 return result;
/plugin/randomtables/table-roller/src/Table/
H A DDokuwikiJsonTable.php14 return sprintf('%d-%d: %s', $item->min, $item->max, $item->result);
/plugin/alphalist/
H A Daction.php25 $event->result = false;

1...<<41424344454647484950>>...80