Home
last modified time | relevance | path

Searched refs:idx (Results 126 – 150 of 242) sorted by last modified time

12345678910

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js505 var idx = output.length;
515 idx = output.length;
518 output[idx++] = value;
663 i = idx >= 0 ? idx : Math.max(idx + length, i);
665 length = idx >= 0 ? Math.min(idx + 1, length) : idx + length + 1;
669 return array[idx] === item ? idx : -1;
673 return idx >= 0 ? idx + i : -1;
675 for (idx = dir > 0 ? i : length - 1; idx >= 0 && idx < length; idx += dir) {
676 if (array[idx] === item) return idx;
704 for (var idx = 0; idx < length; idx++, start += step) {
[all …]
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.map1 …"cb","getLength","createIndexFinder","predicateFind","sortedIndex","item","idx","i","Math","max","…
H A Dunderscore.js491 var output = [], idx = 0;
503 output[idx++] = value;
647 if (typeof idx == 'number') {
649 i = idx >= 0 ? idx : Math.max(idx + length, i);
651 length = idx >= 0 ? Math.min(idx + 1, length) : idx + length + 1;
655 return array[idx] === item ? idx : -1;
659 return idx >= 0 ? idx + i : -1;
661 for (idx = dir > 0 ? i : length - 1; idx >= 0 && idx < length; idx += dir) {
662 if (array[idx] === item) return idx;
688 for (var idx = 0; idx < length; idx++, start += step) {
[all …]
/plugin/sphinxsearch-was/
H A Dsphinxapi.php1002 foreach ($this->_indexweights as $idx => $weight)
1003 $req .= pack("N", strlen($idx)) . $idx . pack("N", $weight);
1154 $idx = -1;
1157 $idx++;
1177 $result["matches"][$idx] = array("id" => $doc, "weight" => $weight);
1217 $result["matches"][$idx]["attrs"] = $attrvals;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DSetNode.php50 foreach ($this->getNode('names') as $idx => $node) {
51 if ($idx) {
78 foreach ($this->getNode('values') as $idx => $value) {
79 if ($idx) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js5idx:b}})});m.domain(d||d3.merge(I).map(function(a){return a.x})).rangeBands(f||[0,E],A),n.domain(e…
/plugin/log/
H A Dscript.js42 jQuery( forms ).each(function(idx, el){ argument
/plugin/inlineedit/
H A Dscript.js19 var idx = null;
21 idx = jQuery($self).data("plugin-inlineedit-itempos");
23idx = ajaxedit_getIdxBySelector($self,'span.plugin__inlineedit[data-plugin-inlineedit-pageid="'+J…
27 idx,
/plugin/datepicker/
H A Dscript.js57 var idx = null;
59 idx = jQuery("#"+par.displayArea.id).data("plugin-datepicker-idx");
61 idx = ajaxedit_getIdxByIdClass(par.displayArea.id, //DOM-id
66 idx,
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc192 String.prototype.splice = function( idx, rem, s ) {
193 return (this.slice(0,idx) + s + this.slice(idx + Math.abs(rem)));
/plugin/indexmenu2/syntax/
H A Dindexmenu.php303 $idx = 'indexmenu'.str_replace(".","",join(explode(" ",microtime())));
304 $add = $opts['js']?"id=\"$idx\"":"class=\"idx\"";
343 cms.initMenu('$idx',{ 'theme': {'name': '{$opts["theme"]}'}
/plugin/fullindex/
H A Daction.php64 print $this->html_build_full_list($data,'idx','html_list_index','html_li_index');
66 print $this->html_build_full_list($data,'idx',array(&$this,'_html_title_index'),'html_li_index');
/plugin/dlcount/
H A Dadmin.php70 foreach ($this->mediafiles as $idx=>$mediafile) {
74 unset($this->mediafiles[$idx]);
/plugin/database/
H A Daction.php136 $_REQUEST['idx']=$dbName;
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl26 my $idx = shift;
27 print "words[$idx] = [];\n";
28 print "suggs[$idx] = [];\n";
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js328 var idx = this.currentWordIndex;
329 var preReplSpell = this.wordWin.originalSpellings[text_idx][idx];
332 if( this.wordWin.totalPreviousWords( text_idx, idx ) == 0 ) {
338 switch( this.wordFlags[text_idx][idx] ) {
344 if(( i == text_idx && j >= idx ) || i > text_idx ) {
359 if(( i == text_idx && j >= idx ) || i > text_idx ) {
371 this._setWordText ( text_idx, idx, preReplSpell, undefined );
376 this.wordFlags[text_idx][idx] = undefined;
H A DwordWindow.js211 function _lastPos( txtid, idx ) { argument
212 if( idx > 0 )
213 return this.indexes[txtid][idx-1] + this.originalSpellings[txtid][idx-1].length;
/plugin/database2/
H A Ddatabase2.php3191 for ( $idx = $end - 1; $idx > $pos; $idx-- )
3192 if ( $in[$idx] == '\\' )
5315 $idx = $this->getIndex();
5319 if ( is_array( $list ) && isset( $list[$idx] ) )
5320 $in[$key] = $list[$idx];
/plugin/toolbox/
H A DToolboxFindAndReplace.js211 var idx = text.search(re);
212 if (idx === -1) {
225 return [pos + idx, match[0]];
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js349 while(fmt.charCodeAt(idx-1) === 44) --idx;
483 while(fmt.charCodeAt(idx-1) === 44) --idx;
1569 var __readUInt16LE = function(b, idx) { return b[idx+1]*(1<<8)+b[idx]; }; argument
1571 var __readUInt32LE = function(b, idx) { return b[idx+3]*(1<<24)+(b[idx+2]<<16)+(b[idx+1]<<8)+b[idx]… argument
1572 var __readInt32LE = function(b, idx) { return (b[idx+3]<<24)|(b[idx+2]<<16)|(b[idx+1]<<8)|b[idx]; }; argument
7463 idx = 26*idx + cc;
8353 for(var idx = 0; idx != wb.SheetNames.length; ++idx) {
11467 idx = 26*idx + cc;
11473 idx = 10*idx + cc;
11481 idx = 26*idx + cc;
[all …]
H A Dxlsx.min.js2idx=fmt.length-1;while(fmt.charCodeAt(idx-1)===44)--idx;return write_num(type,fmt.substr(0,idx),va… argument
3idx,isLE,nl,ml){if(isLE===undefined)isLE=true;if(!nl)nl=8;if(!ml&&nl===8)ml=52;var e,m,el=nl*8-ml-… argument
9idx=0,i=0,cc=0;var len=range.length;for(idx=0;i<len;++i){if((cc=range.charCodeAt(i)-64)<1||cc>26)b…
H A Dxlsx.min.map1 …_num","make_write_num","pct1","write_num_pct","sfmt","mul","write_num_cm","idx","write_num_exp","m…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js26855 array.forEach(function(val, idx) {
27354 var idx = out.indexOf('\n' + fn_name);
27355 if (idx >= 0) {
27358 var next_line = out.indexOf('\n', idx + 1);
H A Dpdfmake.min.js.map1idx","recurseTimes","primitive","formatPrimitive","visibleKeys","formatError","braces","toUTCStrin…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1 ….util={removeFromArray:function(array,value){var idx=array.indexOf(value);if(idx!==-1){array.splic…
4idx=this._objects.indexOf(object);if(idx!==0){var newIdx=this._findNewLowerIndex(object,idx,inters… argument
11idx,a,red,green,blue,alpha,fX,fY;center.x=(u+.5)*ratioX;icenter.x=floor(center.x);for(v=0;v<dH;v++…

12345678910