Home
last modified time | relevance | path

Searched refs:count (Results 426 – 450 of 2539) sorted by last modified time

1...<<11121314151617181920>>...102

/plugin/autonumbering/
H A Dsyntax.php103 $levelsQty = count($dataTab);
127 $counter_levelsQty = count($COUNTER[$counterID]);
/plugin/odt/ODT/
H A DODTFootnote.php60 $i = count($params->document->footnotes);
H A DODTImport.php144 if (count($properties) == 0) {
237 if (count($properties) == 0) {
379 if (count($properties) == 0) {
517 if (count($properties) == 0) {
624 if (count($properties) == 0) {
656 if (count($properties) == 0) {
663 if (count($diff) == 0) {
H A DODTIndex.php22 $index_count = count ($indexesData);
71 $index_count = count($indexesData);
166 for ( $count = 0 ; $count < $max_outline_level ; $count++ ) {
167 $stylesL [$count + 1] = 'color:black;';
168 if (!empty($settings ['styleL'.($count + 1)])) {
169 $stylesL [$count + 1] = $settings ['styleL'.($count + 1)];
192 for ( $count = 0 ; $count < $max_outline_level ; $count++ )
194 $indent = $indents [$count];
233 for ( $count = 0 ; $count < $max_outline_level ; $count++ ) {
270 for ( $count = 0 ; $count < $max_outline_level ; $count++ )
[all …]
H A DODTSpan.php192 for ($out = 0 ; $out < count($parsed) ; $out++) {
202 for ($in = $out+1 ; $in < count($parsed) ; $in++) {
238 for ($index = 0 ; $index < count($checked) ; $index++) {
H A DODTState.php245 $count = 0;
248 $count++;
251 return $count;
H A DODTTable.php54 $count = $params->document->state->getElementCount('table')+1;
55 $style_name = 'Table'.$count.'_Indentation_Level'.$level;
172 $max = count($lists);
H A DODTUtility.php875 for ($out = 0 ; $out < count($parsed) ; $out++) {
889 for ($in = $out+1 ; $in < count($parsed) ; $in++) {
1026 for ($index = 0 ; $index < count($checked) ; $index++) {
H A DXMLUtil.php418 return count($attributes);
H A Dstyleset.php195 for ($index = 0 ; $index < count($dest) ; $index++) {
219 for ($index = 0 ; $index < count($dest) ; $index++) {
293 return count($this->styles);
295 return count($this->auto_styles);
297 return count($this->master_styles);
307 for ($index = 0 ; $index < count($this->styles) ; $index++) {
H A DODTDocument.php1900 $index = count($this->toc);
/plugin/odt/ODT/css/
H A Dcssborder.php24 switch (count($values)) {
H A Dcssimportnew.php318 if (count($this->classes) > 0) {
345 if (count($this->pseudo_classes) > 0) {
501 $size = count($selector);
635 $size = count ($this->selectors_parsed);
657 $max = count($this->selectors_parsed);
660 $size = count($selector);
1260 $max = count ($parents);
1365 $max = count ($parents);
/plugin/odt/ODT/elements/
H A DODTElementTable.php68 $count = $this->getCount();
78 $encoded .= '<ColumnsPlaceholder'.$count.'>';
93 $count = $this->getCount();
106 str_replace ('<ColumnsPlaceholder'.$count.'>', $column_defs, $content);
108 str_replace ('<MaxColsPlaceholder'.$count.'>', $max, $content);
518 $maxEmpty = count($empty);
H A DODTElementTableHeaderCell.php38 $count = 0;
41 $count = $table->getCount();
49 $encoded .= ' table:number-columns-spanned="<MaxColsPlaceholder'.$count.'>"';
H A DODTStateElement.php15 protected $count = 0; variable in ODTStateElement
58 $this->count = $value;
67 return $this->count;
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php281 for ($index = 0 ; $index < count($this->tab_stops) ; $index++) {
H A DODTStyleStyle.php193 for ($index = 0 ; $index < count(self::$get_family_callbacks) ; $index++ ) {
/plugin/odt/action/
H A Dexport.php262 if(count($result) > 0) {
/plugin/odt/helper/
H A Dcssimport.php155 if ($index < count($values)) {
347 switch (count($values)) {
382 switch (count($values)) {
579 if ( count($values) > 0 ) {
582 if ( count($values) > 1 ) {
585 if ( count($values) > 2 ) {
597 if ( count($values) > 0 ) {
600 if ( count($values) > 1 ) {
603 if ( count($values) > 2 ) {
606 if ( count($values) > 3 ) {
[all …]
/plugin/odt/renderer/
H A Dpage.php463 for ( $count = 0 ; $count < $data ['maxlevel'] ; $count++ ) {
464 $data ['styleL'.($count + 1)] = $this->config->getParam('toc_style');
465 if ( preg_match('/styleL'.($count + 1).'="[^"]+";/', $settings, $matches) === 1 ) {
469 $data ['styleL'.($count + 1)] = $temp.';';
/plugin/odt/
H A Dsyntax.php72 if(count($extinfo) < 2) { // no value
74 } elseif(count($extinfo) == 2) {
/plugin/keyboard/
H A Dsyntax.php149 $max = count($out);
/plugin/openid/Auth/OpenID/
H A DAX.php20 // Use this as the 'count' value for an attribute in a FetchRequest to
360 $ax_args['count.' . $alias] = strval($attribute->count);
484 'count.' . $alias, $count_s));
618 $ax_args['count.' . $alias] = strval(count($values));
676 $count = Auth_OpenID::intval($count_s);
678 if ($count === false) {
687 for ($i = 1; $i < $count + 1; $i++) {
741 } else if (count($values) == 1) {
789 function count($type_uri) function in Auth_OpenID_AX_KeyValueMessage
792 return count($this->get($type_uri));
[all …]
H A DDiscover.php592 for ($i = 0; $i < count($openid_services); $i++) {

1...<<11121314151617181920>>...102