Home
last modified time | relevance | path

Searched refs:count (Results 1301 – 1325 of 2539) sorted by relevance

1...<<51525354555657585960>>...102

/plugin/dokucrypt2/
H A Dscript.js1485 var count = []; variable
1486 count[0] = 0;
1487 count[1] = 0;
1653 count[0] = count[1] = 0;
1666 index = and(shr(count[0],3) , 0x3F);
1667 if (count[0] < 0xFFFFFFFF - 7) {
1668 count[0] += 8;
1670 count[1]++;
1671 count[
[all...]
/plugin/dataloop/syntax/
H A Dloop.php242 if (count($aMatches[0]))
442 if(is_array($data['filter']) && count($data['filter'])){
481 if(count($tables)){
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php445 if (0 === count($matches)) {
467 return count($matches) > 0;
636 if (1 === count($properties)) {
/plugin/projects/action/
H A Daction.php95 $count = 0;
116 $count++;
118 if ($count == 0)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DLexerTest.php65 $count = 0;
70 ++$count;
75 return $count;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DFile.php144 public function count() function in SebastianBergmann\\CodeCoverage\\Node\\File
366 return count($this->functions);
453 if (count($this->coverageData[$lineNumber]) > 0) {
/plugin/statistics/inc/
H A DStatisticsGraph.class.php137 45, 1, false, ceil(count($times) / 12)
301 ($hours ? 0 : 45), 1, false, ceil(count($times) / 12)
351 ($hours ? 0 : 45), 1, false, ceil(count($times) / 12)
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DTime.php58 if (count($value) === 1) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.normal.php36 $size = count($words);
/plugin/bureaucracy-au/helper/
H A Dactionscript.php12 if (count($argv) < 1) {
/plugin/bureaucracyau/helper/
H A Dactionscript.php12 if (count($argv) < 1) {
/plugin/pageindex/
H A Dsyntax.php154 if(count($checked)) { // use the filtered data rather than $search_data
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DTime.php55 if (1 === count($value)) {
/plugin/inlineeditor/
H A Dajax.php15 if(!count($_POST) && $HTTP_RAW_POST_DATA)
/plugin/charpicker/
H A Daction.php37 for($i=0;$i<count($event->data); $i++) {
/plugin/bureaucracy/helper/
H A Dactionscript.php12 if (count($argv) < 1) {
/plugin/pagestat/
H A Dremote.php121 if(count($remain_arr)>0) {
176 if(is_array( $words_arr)!=true||count($words_arr)<1){
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DDocHTML.php163 if(is_array($method->params) && count($method->params) > 0) {
201 if(is_array($method->params) && count($method->params) > 0) {
/plugin/rplus/
H A Drenderer.php194 if (count($TOC) > $conf['tocminheads']) {
287 $countPart = count($idParts);
/plugin/farm/
H A Dinstall.class.php95 if(count($conf)) {
97 for($i=0; $i<count($conf); $i++) {
/plugin/ipban/ip-lib/src/Range/
H A DSubnet.php82 if (count($parts) === 2) {
89 $totalBytes = count($addressBytes);
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php158 while(!$found && count($path) > 1) {
238 while(!$found && count($path) > 0) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSource.php252 echo ' WERE FOUND IN '.count($this->_sourceCache).' SOURCE';
253 if (count($this->_sourceCache) !== 1) {
/plugin/glossary/
H A Dstyle.css60 div.glossary table td.count:before {
65 div.glossary table td.count {
/plugin/vcard/
H A Dvcard.php46 for ($j=0;$j<count($lines);$j++) {
66 if ($j<count($lines)-1) $output .= $linebreak;

1...<<51525354555657585960>>...102