Home
last modified time | relevance | path

Searched refs:idx (Results 151 – 175 of 242) sorted by relevance

12345678910

/plugin/evesso/
H A Daction.php167 $idx = array_search('eveonline', $groups);
168 if($idx !== false) unset($groups[$idx]);
/plugin/tagfilter/
H A Dhelper.php203 * @param string $idx
207 protected function getIndex($idx, $suffix) argument
210 $fn = $conf['indexdir'] . '/' . $idx . $suffix . '.idx';
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
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…
/plugin/fastwiki/
H A Daction.php291 foreach ($requests as $idx=>$req) {
292 if ($idx > 0)
H A Dscript.js101 $('input[type != "submit"]', form).each(function(idx, elt) { argument
176 pvEditor.find('input[type=hidden]').each(function(idx, elt) { argument
510 $('.content_partial form').each(function(idx, form) { argument
/plugin/structodt/
H A Dscript.js5 const AggregationOdt = function (idx, table) { argument
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureFrame.java240 int idx = fileName.lastIndexOf('.'); in capture() local
241 String imageFormat = idx==-1 ? defaultImageFormat : fileName.substring(idx+1).toUpperCase(); in capture()
/plugin/move/helper/
H A Dplan.php729 $idx = idx_get_indexer();
739 $pages = $idx->lookupKey('relation_references', $src_);
748 $pages = $idx->lookupKey('relation_media', $src_);
777 foreach($referenceidx as $idx => $page) {
/plugin/codemirror/dist/modes/
H A Dlivescript.min.js.map1idx","i","len","rr","defineMIME"],"mappings":"CAQA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,EAAIG…
/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/sphinxsearch/
H A Dsphinxapi.php1042 foreach ( $this->_indexweights as $idx=>$weight )
1043 $req .= pack ( "N", strlen($idx) ) . $idx . pack ( "N", $weight );
1186 $idx = -1;
1190 $idx++;
1209 $result["matches"][$idx] = array ( "id"=>$doc, "weight"=>$weight );
1251 $result["matches"][$idx]["attrs"] = $attrvals;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1254 idx = +idx || -1;
1262 if(idx < 0) idx = 0x187;
1786 idx = __readInt32LE(mini, idx * 4);
4336 idx = 26*idx + cc;
4342 idx = 10*idx + cc;
4351 idx = 26*idx + cc;
4357 idx = 10*idx + cc;
8515 if(idx == -1) idx = lines[R].length; else idx++;
15619 idx = 26*idx + cc;
17712 for(var idx = 0; idx != wb.SheetNames.length; ++idx) {
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DOneDriveFile.js55 var idx = url.indexOf('/_layouts/15/download.aspx?');
68 url = url.substring(0, idx) + '/_layouts/15/onedrive.aspx?id=' + id + '&parent=' + parent;
H A DElectronApp.js1457 var idx = name.lastIndexOf('.');
1459 if (idx > 0)
1461 ext = name.substring(idx + 1);
1462 name = name.substring(0, idx);
1504 var idx = name.lastIndexOf('.');
1506 if (idx > 0)
1508 ext = name.substring(idx + 1);
1509 name = name.substring(0, idx);
H A DGitHubClient.js1000 (mxUtils.bind(this, function(file, idx) argument
1131 (mxUtils.bind(this, function(branch, idx) argument
1134 temp.style.backgroundColor = (idx % 2 == 0) ?
1273 (mxUtils.bind(this, function(repository, idx) argument
1276 temp.style.backgroundColor = (idx % 2 == 0) ?
H A DNotionClient.js690 (mxUtils.bind(this, function(file, idx) argument
788 (mxUtils.bind(this, function(db, idx, drawioReady) argument
791 temp.style.backgroundColor = (idx % 2 == 0) ?
H A DEditor.js2128 var idx = parts[i].indexOf(')');
3018 if (idx >= 0)
3020 path = path.substring(0, idx + 1);
3034 var idx = parts[i].indexOf(')');
3036 if (idx > 0)
6149 if (idx < 0)
6153 else if (idx >= 0)
6235 if (idx >= 0)
6237 allTags.splice(idx, 1);
7430 if (idx >= 0)
[all …]
/plugin/struct/script/
H A DAggregationEditor.js4 const AggregationEditor = function (idx, table) { argument
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js814 var idx = mxUtils.indexOf(targets, state);
816 if (idx >= 0)
818idx += (direction == mxConstants.DIRECTION_NORTH || direction == mxConstants.DIRECTION_WEST) ? -1 …
820 if (idx >= 0 && idx <= targets.length - 1)
822 graph.setSelectionCell(targets[idx].cell);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js697 idx = str.indexOf('=');
699 this.metadata[str.slice(0, idx).toLowerCase()] = str.slice(idx + 1);
/plugin/ifauthex/lib/
H A Dparser.php554 public function getTokenDefRepr($idx) { argument
555 if ($idx < count($this->tokenDefs())) {
556 return $this->tokenDefs()[$idx]->representation();
/plugin/passpolicy/
H A Dhelper.php540 public function getIndex($idx, $suffix) argument
542 return parent::getIndex($idx, $suffix);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java536 int idx = namespace.lastIndexOf(":"); in post() local
537 if (idx==-1) { in post()
540 namespace=":"+namespace.substring(0, idx); in post()
636 int idx = editor.getConfig().getName().lastIndexOf(":"); in actionPerformed() local
638 …final String dName = idx==-1 ? editor.getConfig().getName() : editor.getConfig().getName().substri… in actionPerformed()
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js318 return idx;
544 for (var idx = 0; idx < sorted.length; idx++) {
2858 for (idx = 0; (point = waypoints[idx]); idx++) {
4298 idx++;
28068 idx;
29614 for (idx = 0; idx < values.length; idx++) {
42053 for (idx = 0; idx < line.length - 1; idx++) {
42411 return [ waypoints[idx], waypoints[idx+1] ];
49678 if (idx && idx !== groups.length - 1) {
49716 if (idx && idx !== groups.length - 1) {
[all …]
/plugin/datatables/assets/datatables.net-plugins/integration/jqueryui/
H A DdataTables.jqueryui.min.js

12345678910