Home
last modified time | relevance | path

Searched refs:count (Results 2301 – 2325 of 2539) sorted by last modified time

1...<<919293949596979899100>>...102

/plugin/owncloud/
H A Dwork.php44 if(count($parts) > 1 ){ // We've a fileid
H A Dhelper.php206 list($authorsString,$desc,$count,$time) = $this->getAuthorsAndDescOfMediafile($file);
207 if(empty($count)) $count = 0;
209 …:</b>&nbsp;'.strftime($conf['dformat'],intval($time)).'&nbsp;('.$count.'&nbsp;'.($count == 1?$this…
239 …return array(implode(", ", $authors),$line[5],count($meta),$line[0]); // $line[5] is the latest fi…
/plugin/workflow/syntax/
H A Ddecision.php96 for ($i = $options_index; $i+1 < count($tokens); $i += 2) {
/plugin/sqlraw/
H A Dsyntax.php226 $count=1;
228 $renderer->doc .= '<tr class="row'.$count.'">';
235 if ($this->table_class != "sortable") $count++;
356 if($maxcol < count($thisrow))
357 $maxcol = count($thisrow);
652 $field_cnt = count($fields)-1;
H A Dtest2.php25 $rowCount = count($html->find('tr'));
H A Dsimple_html_dom.php182 if (count($this->attr)>0)
191 if (count($this->_)>0)
278 if (count($this->children)>0)
288 if (($count=count($this->children))>0)
304 $count = count($this->parent->children);
309 if (++$idx>=$count)
321 $count = count($this->parent->children);
505 if (($count=count($selectors))===0) return array();
509 for ($c=0; $c<$count; ++$c)
563 $count = 0;
[all …]
/plugin/docimporter/
H A DImportUtils.php28 $count = 1;
43 if (! strpos($line,'!') && $count == 1) {
64 if ($count != 1) {
76 $count += 1;
154 $clean_start = $clean_matches[0][$count][1];
180 $count = 0;
181 for($count=0; $count < count($clean_matches[0]); $count++) {
185 $clean_match = $clean_matches[0][$count];
190 return $count;
194 return $count;
[all …]
H A DSyntaxConverter.php87 if (count($this->codeBlock) > 0) {
155 $replace = $this->placeholder . (count($this->codeBlock) - 1) . '@@';
169 for ($i = 0, $numBlocks = count($this->codeBlock); $i < $numBlocks; $i++) {
220 $numParts = count($parts);
251 if (count($matches) > 0) {
/plugin/git/
H A Dhelper.php91 $output['id'.count($output)] = $formatted;
95 $html = $this->dt->_saveData($formatted, $entry['id'], 'Title'.count($output));
99 msg('Data entry plugin found and refreshed all '.count($output).' entries.');
273 if ($files === null || count($files) === 1)
/plugin/jcapture/
H A Dapplet.php4 if(!count($_POST) && $HTTP_RAW_POST_DATA){
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/dokutexit/
H A Dtexitrender.php175 if (count($this->_Parser->modes) == 0) {
/plugin/table2csv/
H A DgetTableData.php59 $field_cnt = count($fields)-1;
/plugin/revisionsdue/
H A Dsyntax.php74 $count = preg_match($pattern, $body, $matches);
203 $count = 1;
254 $output .= "<tr><td>$count</td><td><a href=\"". wl($id)
259 $count++;
/plugin/aceeditor/
H A Dbuild.js1 …start",regex:t},{defaultToken:"string"}]}}var e="alter|and|as|asc|between|count|create|delete|desc…
/plugin/eventline/example/
H A DexampleDataForCutAndPaste.txt25 …t a rate of over 1,500 articles per month. On 30 August 2002, the article count reached 40,000. To…
/plugin/eventline/timeline_ajax/scripts/
H A Dsignal.js21 var count = parseInt(url.substr(url.indexOf(substring) + substring.length + 1)); variable
22 SimileAjax.loadingScriptsCount -= count;
/plugin/whoisonline/
H A Dajax.php10 if( count( $online_users ) == 0 ) {
/plugin/eshop/
H A Dstyle.css12 .eshop_plugin .count {
H A Dscript.js4 var count = jQuery('#eshop_count option:selected').val();
5 var usd = (jQuery('#eshop_price_usd').data('unitprice') * count).toFixed(2);
7 var eur = (jQuery('#eshop_price_eur').data('unitprice') * count).toFixed(2);
9 var btc = (jQuery('#eshop_price_btc').data('unitprice') * count).toFixed(3);

1...<<919293949596979899100>>...102