Home
last modified time | relevance | path

Searched refs:idx (Results 1 – 25 of 242) sorted by relevance

12345678910

/plugin/nspages/printers/
H A DprinterNice.php129 for($idx = 0; $idx < $nbItems; $idx++) {
130 $result[] = $idx + 1;
137 for($idx = 0; $idx < $this->nbCols; $idx++) {
138 $nbItemPerCol[] = ceil(($idx + 1) * $collength) - ceil($idx * $collength);
143 for($idx
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DWmf.php111 $idx = unpack('Sidx', $parms);
112 $idx = $idx['idx'];
113 $this->_DeleteGDIObject($idx);
116 $idx = unpack('Sidx', $parms);
117 $idx = $idx['idx'];
118 $obj = $this->_GetGDIObject($idx);
281 _GetGDIObject($idx) global() argument
286 _DeleteGDIObject($idx) global() argument
[all...]
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js129 …=begin||isNaN(begin)||begin<0)?0:Math.round(begin),len = this.length, idx = -1; idx==-1 & i<len; i…
130 idx = (this[i]==needle)?i:idx;
132 return idx;
137 …for (var i=(null==end||isNaN(end)||end>this.length)?this.length-1:Math.round(end), idx = -1; idx==…
138 idx = (this[i]==needle)?i:idx;
140 return idx;
181 var idx = false;
183 idx = {};
184 for (var i=0,cL=cols.length;i<cL;i++) idx[cols[i]]=true;
190 if (false===idx) tmp[tmp.length] = this[i];
[all …]
/plugin/fileshare/
H A Dfilesharedownload.php18 $idx = explode( '.', $filename );
19 $count_explode = count($idx);
20 $idx = strtolower($idx[$count_explode-1]);
128 if (isset( $mimet[$idx] )) {
129 return $mimet[$idx];
/plugin/webdavclient/
H A Dadmin.php114 $idx = intval($cal);
115 …UEST['calendar'][$idx], $_REQUEST['addusername'], $_REQUEST['addpassword'], $_REQUEST['calendardn'…
119 $idx = intval($addr);
120 …addressbook'][$idx], $_REQUEST['addusername'], $_REQUEST['addpassword'], $_REQUEST['addressbookdn'…
187 $idx = 0;
191 '<input type="hidden" name="calendar['.$idx.']" value="'.$href.'">'.
192 '<input type="hidden" name="calendardn['.$idx.']" value="'.$dn.'">'.
194 $idx++;
201 $idx = 0;
205 '<input type="hidden" name="addressbook['.$idx.']" value="'.$href.'">'.
[all …]
/plugin/twistienav/
H A Daction.php68 $idx = cleanID(getNS($part));
69 $dir = utf8_encodeFN(str_replace(':','/',$idx));
71 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
80 $yah_ns[$i+1] = $idx;
99 $idx = cleanID(getNS($crumbId));
100 $dir = utf8_encodeFN(str_replace(':','/',$idx));
102 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
111 $bc_ns[$i] = $idx;
155 $idx = cleanID($_POST['idx']);
176 $this->data = $this->helper->get_idx_data($idx, $useexclusions);
/plugin/twistienav4bootstrap3/
H A Daction.php67 $idx = cleanID(getNS($part));
68 $dir = utf8_encodeFN(str_replace(':','/',$idx));
70 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
79 $yah_ns[$i+1] = $idx;
98 $idx = cleanID(getNS($crumbId));
99 $dir = utf8_encodeFN(str_replace(':','/',$idx));
101 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
110 $bc_ns[$i] = $idx;
154 $idx = cleanID($_POST['idx']);
175 $this->data = $this->helper->get_idx_data($idx, $useexclusions);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.gzip.php86 $idx = 0;
91 $thisInfo = &$info['gzip']['member_header'][++$idx];
133 $idx = 0;
135 if ($idx >= $xlen) {
138 $si1 = ord(substr($buff, $fpointer + $idx++, 1));
139 $si2 = ord(substr($buff, $fpointer + $idx++, 1));
141 $w_xsublen = substr($buff, $fpointer + $idx, 2);
143 $idx += 2;
144 $arr_xsubfield[] = substr($buff, $fpointer + $idx, $xsublen);
145 $idx += $xsublen;
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DUtils.php158 function ($value, $idx) use (&$results) {
159 $results[$idx] = $value;
161 function ($reason, $idx, Promise $aggregate) {
206 function ($value, $idx, PromiseInterface $p) use (&$results, $count) {
210 $results[$idx] = $value;
265 function ($value, $idx) use (&$results) {
266 $results[$idx] = ['state' => PromiseInterface::FULFILLED, 'value' => $value];
268 function ($reason, $idx) use (&$results) {
269 $results[$idx] = ['state' => PromiseInterface::REJECTED, 'reason' => $reason];
H A DEachPromise.php172 $idx = $this->nextPendingIndex++;
174 $this->pending[$idx] = $promise->then(
175 function ($value) use ($idx, $key) {
184 $this->step($idx);
186 function ($reason) use ($idx, $key) {
195 $this->step($idx);
227 private function step($idx) argument
234 unset($this->pending[$idx]);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php181 $idx = is_callable($remove) ? 0 : 1;
184 function ($tuple) use ($idx, $remove) {
185 return $tuple[$idx] !== $remove;
238 $idx = $this->findByName($findName);
242 if ($idx === 0) {
245 $replacement = [$tuple, $this->stack[$idx]];
246 array_splice($this->stack, $idx, 1, $replacement);
248 } elseif ($idx === count($this->stack) - 1) {
251 $replacement = [$this->stack[$idx], $tuple];
252 array_splice($this->stack, $idx, 1, $replacement);
/plugin/statdisplay/helper/
H A Dgraph.php118 foreach ($keys as $idx) {
119 $times[] = $idx;
120 $pages[] = $data['page'][$by][$idx]['count'];
121 $media[] = $data['media'][$by][$idx]['count'];
122 $hits[] = $data['hits'][$by][$idx]['count'];
123 $visitors[] = $data['hits'][$by][$idx]['visitor'];
157 foreach (array_keys((array)$data['hits'][$by]) as $idx) {
158 $times[] = $idx;
159 $pages[] = $data['page'][$by][$idx]['bytes'] / 1024;
160 $media[] = $data['media'][$by][$idx]['bytes'] / 1024;
[all …]
/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/xtermrtf/
H A Dsyntax.php163 $idx=$val[1]-1;
164 if ($idx==-1) $coul="#BBBBBB";
165 else $coul=$couleurs[$idx];
172 $idx=$val[1]-1;
173 if ($idx==-1) $coul="#000000";
174 else $coul=$couleurs[$idx];
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java188 int idx; field in MovieEditorDialog.FrameEntry
215 if (idx==splashIndex) { in paintFrame()
253 if (idx==playingColumn) { in decorate()
271 int startIdx = idx; in getImage()
282 if (i==idx) { in getImage()
386 int idx = 0; in MovieEditorDialog()
405 frameEntries[idx].idx = idx; in MovieEditorDialog()
430 ++idx; in MovieEditorDialog()
1007 if (!frameEntries[idx].isDeleted && frameEntries[idx].frame.isActive()) { in addRemoveInactivityMenuItem()
1008 lastActivity = idx; in addRemoveInactivityMenuItem()
[all …]
/plugin/acmenu/
H A Dstyle.css14 .acmenu ul.idx li.closed {
18 .acmenu ul.idx li.open {
22 .acmenu ul.idx li.divert {
26 .acmenu ul.idx li {
30 .acmenu ul.idx {
/plugin/nstoc/
H A Dsyntax.php531 $idx = (empty($conf['start']))
534 if ($args[0] == $idx) {
537 $idx = ':' . $idx;
538 $f = strlen($idx) * -1;
539 if (substr($args[0], $f) == $idx) {
638 $idx = (empty($conf['start']))
641 $iLen = (strlen($idx) + 1) * -1; // "+1" for the NS colon
649 . '&& ($aFile = pathID($aFile)) && ($aFile != "' . $idx . '")'
650 . '&& (substr($aFile, ' . $iLen . ') != ":' . $idx . '")) {'
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DColorTable.php66 $idx = -1;
74 if (($idx == -1) || ($d < $dif)) {
75 $idx = $i;
80 return $idx;
/plugin/sqlraw/
H A Dsimple_html_dom.php267 if ($idx===-1)
271 if (isset($this->children[$idx])) return $this->children[$idx];
303 $idx = 0;
305 while ($idx<$count && $this!==$this->parent->children[$idx])
307 ++$idx;
320 $idx = 0;
322 while ($idx<$count && $this!==$this->parent->children[$idx])
323 ++$idx;
547 else if ($idx<0) $idx = count($found) + $idx;
548 return (isset($found[$idx])) ? $found[$idx] : null;
[all …]
/plugin/overlay/
H A Dstyle.css43 #overlay ul.idx {
46 #overlay ul.idx {
49 #overlay ul.idx li {
52 #overlay ul.idx li.open {
55 #overlay ul.idx li.closed {
58 #overlay ul.idx li.closed {
62 #overlay ul.idx li a.wikilink2 { color: __existing__ ; }
/plugin/schedule/
H A Dscript.js38 for (var idx = 0; idx < form.elements.length; idx++) {
39 var elem = form.elements[idx];
/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/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/multiselect/
H A Dscript.js46 var idx = null;
48 idx = jQuery("#multiselect_"+id).data("plugin-multiselect-idx");
51 idx= ajaxedit_getIdxByIdClass('multismiley_'+id,"multismiley_"+multiselect_escapeStr(pageid));
55 idx,
/plugin/mediasyntax/
H A Dhelper.php411 foreach ($conv_idx as $idx) {
412 if ($ins[$idx][0] == 'header') {
414 unset($ins[$idx]);
420 $lvl_new = (($ins[$idx][1][1] + $diff) > 5) ? 5 : ($ins[$idx][1][1] + $diff);
421 $ins[$idx][1][1] = $lvl_new;
425 if ($flags['link'] && !$has_permalink && ($idx == $first_header)) {
426 $this->_permalink($ins[$idx], $page, $sect, $flags);
431 if (!$footer_lvl && ($idx == $first_header) && !$no_header) {
441 $lvl_new = (($ins[$idx][
[all...]

12345678910