Home
last modified time | relevance | path

Searched refs:cnt (Results 1 – 25 of 94) sorted by path

1234

/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js5449 for(var cnt=4;--cnt>=0;){spf=(width-xs-xse)/(xx-xse);xx=0;xse=0;x=0
/plugin/aclplusregex/
H A Daction.php194 $cnt = 0;
202 $match = preg_replace("/^$pattern$/m", $check, $entity, 1, $cnt);
203 if ($cnt > 0) {
/plugin/addnewpage/
H A Dsyntax.php278 $cnt = count($newpagetemplates);
279 if($cnt < 1 || $cnt == 1 && $newpagetemplates[0] == '') {
283 if($cnt == 1) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1085 function sleuth_fat(idx, cnt, sectors, ssz, fat_addrs) {
1088 if(cnt !== 0) throw "DIFAT chain shorter than expected";
1095 sleuth_fat(__readInt32LE(sector,ssz-4),cnt - 1, sectors, ssz, fat_addrs);
2838 var cnt = blob.read_shift(4);
2840 for(var j = 0; j != cnt; ++j) {
H A Dxlsx.min.js2cnt,sectors,ssz,fat_addrs){var q;if(idx===ENDOFCHAIN){if(cnt!==0)throw"DIFAT chain shorter than ex… argument
4 …lob)}function parse_dictionary(blob,CodePage){var cnt=blob.read_shift(4);var dict={};for(var j=0;j…
H A Dxlsx.min.map1 …l","dad","push","UCFullPaths","UCPaths","toUpperCase","path","k","UCPath","cnt","sector","__readIn…
/plugin/asiansearch/
H A Daction.php148 for ($cnt=4; $cnt--;) {
/plugin/asyncsearch/
H A Dpagelookup.php103 foreach($data as $id => $cnt){
106 if($cnt !== 0){
107 print ': '.$cnt.' '.$lang['hits'].'';
110 if($cnt !== 0){
/plugin/authdrupal7/
H A Dauth.php466 $cnt = 0;
468 if($cnt++ != 0) $sql .= ", ";
/plugin/authdrupal8/
H A Dauth.php460 $cnt = 0;
462 if($cnt++ != 0) $sql .= ", ";
/plugin/authfacebook/
H A Dauth.php154 $ext = ''; $cnt=0;
156 $cnt++;
157 $ext = '-'.$cnt;
/plugin/authgoogle/google/cache/
H A DGoogle_ApcCache.php55 $cnt = 0;
59 $cnt ++;
60 } while ($cnt <= $tries && $this->isLocked($key));
H A DGoogle_FileCache.php63 $cnt = 0;
69 $cnt ++;
70 } while ($cnt <= $tries && $this->isLocked($storageFile));
H A DGoogle_MemcacheCache.php66 $cnt = 0;
70 $cnt ++;
71 } while ($cnt <= $tries && $this->isLocked($key));
/plugin/bez/mdl/
H A DThread_commentFactory.php117 $sql = "SELECT type, COUNT(type) AS 'cnt'
124 $sql = "SELECT type, COUNT(type) AS 'cnt'
140 $cnt = (int) $row['cnt'];
141 $counted[$row['type']] += $cnt;
142 $counted['all'] += $cnt;
/plugin/bibtex/OSBib/
H A DUTF8.php220 $cnt = count($uni);
221 for ($i=0; $i < $cnt; $i++){
/plugin/blog/syntax/
H A Dautoarchive.php69 $cnt = $this->_buildTimeChooser($renderer, $entries, $now);
71 $renderer->header($this->_posts($cnt,$m,$y),2,$pos);
128 foreach($mdata as $m => $cnt){
133 $R->doc .= '<a href="'.wl($ID,array('blogarchive'=>"$y-$m")).'" class="wikilink1" title="'.$this->_posts($cnt,$m,$y).'">';
138 $ret = $cnt;
/plugin/blogtng/helper/
H A Dtags.php292 foreach($tags as $tag => $cnt){
294 if($cnt <= $val){
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php69 $cnt = count($groups);
70 for($i = 0; $i < $cnt; $i++) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php69 $cnt = count($groups);
70 for($i = 0; $i < $cnt; $i++) {
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php175 $cnt = floor(\count($convmap) / 4) * 4;
177 for ($i = 0; $i < $cnt; $i += 4) {
183 $s = preg_replace_callback('/&#(?:0*([0-9]+)|x0*([0-9a-fA-F]+))(?!&);?/', function (array $m) use ($cnt, $convmap) {
185 for ($i = 0; $i < $cnt; $i += 4) {
243 $cnt = floor(\count($convmap) / 4) * 4;
254 for ($j = 0; $j < $cnt; $j += 4) {
/plugin/csstimeline/
H A Dhelper.php18 $cnt = 0;
31 $cnt++;
34 … $data['entries'][$cnt]['description'] = $this->render_text(trim($lineSplit[1]));
37 $data['entries'][$cnt][$lineSplit[0]] = hsc(trim($lineSplit[1]));
/plugin/csv/syntax/
H A Dtable.php122 $cnt = count($lines);
123 for ($k = 0; $k < $cnt; $k++) {
125 if ($k < $cnt - 1) $renderer->linebreak();
/plugin/data-au/syntax/
H A Dcloud.php83 $cnt = 0;
96 $tables[$col] = 'T' . (++$cnt);
H A Dentry.php179 $cnt = count($val);
180 for($i = 0; $i < $cnt; $i++) {
187 if($i < $cnt - 1) {

1234