Home
last modified time | relevance | path

Searched refs:cnt (Results 26 – 50 of 94) sorted by path

1234

/plugin/data-au/syntax/
H A Drelated.php69 $cnt = 1;
114 $tables[$col] = 'T' . (++$cnt);
140 $tables[$col] = 'T' . (++$cnt);
H A Dtable.php263 $cnt = count($rows);
265 if($cnt === 0) {
270 if($dataau['limit'] && $cnt > $dataau['limit']) {
328 $R->doc .= $this->postList($dataau, $cnt);
563 $cnt = 0;
589 $tables[$key] = 'T' . (++$cnt);
626 $tables[$col] = 'T' . (++$cnt);
641 $cnt = 0;
660 $table = 'T' . (++$cnt);
/plugin/data/syntax/
H A Dcloud.php91 $cnt = 0;
105 $tables[$col] = 'T' . (++$cnt);
117 $sql = "SELECT data.value AS value, COUNT(data.pid) AS cnt
123 $sql .= ' HAVING cnt >= ' . $data['min'];
125 $sql .= ' ORDER BY cnt DESC';
174 $max = $row['cnt'];
176 $min = $row['cnt'];
177 $tags[$row['value']]['cnt'] = $row['cnt'];
187 $tagLabelText .= '<sub>(' . $tag['cnt']
[all...]
H A Dentry.php202 $cnt = count($val);
203 for ($i = 0; $i < $cnt; $i++) {
208 if ($i < $cnt - 1) {
H A Drelated.php74 $cnt = 1;
117 $tables[$col] = 'T' . (++$cnt);
149 $tables[$col] = 'T' . (++$cnt);
H A Dtable.php269 $cnt = count($rows);
271 if ($cnt === 0) {
276 if ($data['limit'] && $cnt > $data['limit']) {
337 $renderer->doc .= $this->postList($data, $cnt);
578 $cnt = 0;
604 $tables[$key] = 'T' . (++$cnt);
641 $tables[$col] = 'T' . (++$cnt);
656 $cnt = 0;
678 $table = 'T' . (++$cnt);
/plugin/dataloop/syntax/
H A Dloop.php301 $cnt = 0;
344 $cnt++;
346 if($data['limit'] && ($cnt == $data['limit'])) break; // keep an eye on the limit
385 $cnt = 0;
411 $tables[$col] = 'T'.(++$cnt);
430 $tables[$col] = 'T'.(++$cnt);
455 $tables[$col] = 'T'.(++$cnt);
472 $tables[$col] = 'T'.(++$cnt);
H A Droll.php219 $cnt = 0;
234 $cnt++;
235 if($data['limit'] && ($cnt == $data['limit'])) break; // keep an eye on the limit
269 $cnt = 0;
295 $tables[$col] = 'T'.(++$cnt);
314 $tables[$col] = 'T'.(++$cnt);
339 $tables[$col] = 'T'.(++$cnt);
356 $tables[$col] = 'T'.(++$cnt);
H A Dtextloop.php253 $cnt = 0;
268 $cnt++;
270 if($data['limit'] && ($cnt == $data['limit'])) break; // keep an eye on the limit
309 $cnt = 0;
335 $tables[$col] = 'T'.(++$cnt);
354 $tables[$col] = 'T'.(++$cnt);
379 $tables[$col] = 'T'.(++$cnt);
396 $tables[$col] = 'T'.(++$cnt);
/plugin/datatemplate/syntax/
H A Dentry.php186 $cnt = count($val);
189 for ($i=0; $i<$cnt; $i++){
192 if($i < $cnt - 1) {
H A Dlist.php139 $cnt = 0;
144 $cnt++;
146 if($data['limit'] && ($cnt == $data['limit'])) break; // keep an eye on the limit
149 if ($cnt === 0) {
/plugin/dbquery/
H A Dhelper.php95 $cnt = 0;
98 $id = 'group' . $cnt++;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js304 var cnt = req.responseText;
308 cnt = 'data:image/png;base64,' + Editor.base64Encode(cnt);
309 cnt = Editor.extractGraphModelFromPng(cnt);
312 var doc = mxUtils.parseXml(cnt);
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js205 var cnt = decodeURIComponent(comments[i].body.storage.value);
207 if (cnt.indexOf(REPLY_MARKER) == 0)
209 var end = cnt.indexOf(REPLY_MARKER_END, REPLY_MARKER.length);
210 var parentId = cnt.substring(REPLY_MARKER.length, end);
211 comments[i].body.storage.value = cnt.substring(REPLY_MARKER_END.length + end);
/plugin/directions/
H A Daction.php258 $cnt = preg_match('/\?id=((\w+\:*)+)/i',$_SERVER['HTTP_REFERER'], $match);
259 if($cnt == 1)
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1cnt = 0;\n var defaultStyle;\n var defaultLabelStyle; // if (typeof relations.defaultStyle !== '…
H A Deditor.worker.js.map1cnt) {\n startIndex = toUint32(startIndex);\n cnt = toUint32(cnt);\n const ol…
H A Djson.worker.js.map1cnt) {\n startIndex = toUint32(startIndex);\n cnt = toUint32(cnt);\n const ol…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1cnt","generateId","charactersLength","makeid","assignWithDepth","dst","clobber","drawSimpleText","…
/plugin/discussion/
H A Daction.php418 $cnt = empty($data['comments']) ? 0 : count($data['comments']);
424 …if($cnt > 1 || ($cnt == 1 && $data['comments'][$keys[0]]['show'] == 1) || $this->getConf('allowgue…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DBmp.php39 $cnt = strlen($palStr) / 4;
40 for ($i = 0; $i < $cnt; $i++) {
196 $cnt = strlen($str);
197 for ($i = 0; $i < $cnt; $i++) {
246 $cnt = strlen($str);
247 for ($i = 0; $i < $cnt; $i++) {
291 $cnt = count($pixels) / 2;
292 for ($i = 0; $i < $cnt; $i++) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php13409 $cnt = count($a);
13410 for ($i = 0; $i < $cnt; $i++) {
13450 $cnt += $this->SubstituteCharsNonCore($a, $i, $e);
13465 $cnt += $this->SubstituteCharsSIP($a, $i, $e);
13469 $cnt += $this->SubstituteCharsMB($a, $i, $e);
/plugin/farm/
H A Doverview.class.php102 $cnt = 0;
175 $cnt++;
177 if($cnt >= DOKU_FARM_PLUGIN_ANIMALOVERVIEW_PERPAGE) break;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php62 $cnt = count($groups);
63 for($i=0; $i<$cnt; $i++){

1234