Home
last modified time | relevance | path

Searched refs:textAttributes (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-i18n/src/View/Helper/
H A DNumberFormat.php54 protected $textAttributes = []; variable in Laminas\\I18n\\View\\Helper\\NumberFormat
84 * @param array|null $textAttributes
93 array $textAttributes = null argument
107 if (! is_array($textAttributes)) {
108 $textAttributes = $this->getTextAttributes();
113 . md5(serialize($textAttributes))
126 foreach ($textAttributes as $textAttribute => $value) {
240 return $this->textAttributes;
244 * @param array $textAttributes
247 public function setTextAttributes(array $textAttributes) argument
[all …]
/dports/mail/cone/cone-1.1/cone/
H A Dhtmlparser.H51 textAttributes();
52 textAttributes(std::string);
53 ~textAttributes();
55 bool operator==(const textAttributes &a) const;
56 bool operator!=(const textAttributes &a) const;
63 std::vector< std::pair<textAttributes,
72 textAttributes attr;
89 void submit(char32_t ch, textAttributes attr) in submit()
102 std::pair<char32_t, textAttributes> in callback()
106 textAttributes attr=p.second; in callback()
[all …]
H A Dhtmlparser.C22 textAttributes::textAttributes() in textAttributes() function
27 textAttributes::textAttributes(std::string s) in textAttributes() function
86 textAttributes::~textAttributes() in ~textAttributes()
90 bool textAttributes::operator==(const textAttributes &a) const
100 bool textAttributes::operator!=(const textAttributes &a) const
105 textAttributes::operator std::string() const in string()
165 textAttributes attrArg) in enhanced_char()
183 textAttributes currentAttr; in getAttributedText()
321 textAttributes attr) in operator()
418 enhanced_char c(0, textAttributes()); in flush()
[all …]
H A Dcursesmessagehtmlparser.C103 std::vector<std::pair<textAttributes, std::string> > parsedLine; in parsedLine()
105 textAttributes::getAttributedText(line, parsedLine); in parsedLine()
107 std::vector<std::pair<textAttributes, std::string> >::iterator in parsedLine()
H A Dhtmlparsertest.C38 std::vector<std::pair<textAttributes, std::string> > parsedLine; in parsedLine()
40 textAttributes::getAttributedText(l, parsedLine); in parsedLine()
42 std::vector<std::pair<textAttributes, std::string> >::iterator b, e; in parsedLine()
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/
H A DKChartDataValueAttributes.cpp46 TextAttributes textAttributes; member in DataValueAttributes::Private
72 textAttributes.setFontSize( me ); in Private()
75 textAttributes.setMinimalFontSize( me ); in Private()
76 textAttributes.setRotation( -45 ); in Private()
122 textAttributes() == r.textAttributes() && in operator ==()
167 d->textAttributes = a; in setTextAttributes()
170 TextAttributes DataValueAttributes::textAttributes() const in textAttributes() function in DataValueAttributes
172 return d->textAttributes; in textAttributes()
330 << "textattributes="<<val.textAttributes() in operator <<()
H A DKChartAbstractAxis.cpp126 d->textAttributes.setFontSize( m ); in init()
129 d->textAttributes.setMinimalFontSize( m ); in init()
152 (textAttributes() == other->textAttributes()) && in compare()
186 if ( d->textAttributes == a ) in setTextAttributes()
189 d->textAttributes = a; in setTextAttributes()
193 TextAttributes AbstractAxis::textAttributes() const in textAttributes() function in AbstractAxis
195 return d->textAttributes; in textAttributes()
H A DKChartHeaderFooter.cpp93 headerFooter->setTextAttributes( textAttributes() ); in clone()
104 (textAttributes() == other.textAttributes()); in compare()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/font/TextLayout/
H A DKerningLeak.java50 Map<TextAttribute, Object> textAttributes = new HashMap<>(); in leak() local
51 textAttributes.put(TextAttribute.FAMILY, "Sans Serif"); in leak()
52 textAttributes.put(TextAttribute.SIZE, 12); in leak()
53 textAttributes.put(TextAttribute.KERNING, TextAttribute.KERNING_ON); in leak()
54 Font font = Font.getFont(textAttributes); in leak()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/font/TextLayout/
H A DKerningLeak.java50 Map<TextAttribute, Object> textAttributes = new HashMap<>(); in leak() local
51 textAttributes.put(TextAttribute.FAMILY, "Sans Serif"); in leak()
52 textAttributes.put(TextAttribute.SIZE, 12); in leak()
53 textAttributes.put(TextAttribute.KERNING, TextAttribute.KERNING_ON); in leak()
54 Font font = Font.getFont(textAttributes); in leak()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/font/TextLayout/
H A DKerningLeak.java50 Map<TextAttribute, Object> textAttributes = new HashMap<>(); in leak() local
51 textAttributes.put(TextAttribute.FAMILY, "Sans Serif"); in leak()
52 textAttributes.put(TextAttribute.SIZE, 12); in leak()
53 textAttributes.put(TextAttribute.KERNING, TextAttribute.KERNING_ON); in leak()
54 Font font = Font.getFont(textAttributes); in leak()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/font/TextLayout/
H A DKerningLeak.java50 Map<TextAttribute, Object> textAttributes = new HashMap<>(); in leak() local
51 textAttributes.put(TextAttribute.FAMILY, "Sans Serif"); in leak()
52 textAttributes.put(TextAttribute.SIZE, 12); in leak()
53 textAttributes.put(TextAttribute.KERNING, TextAttribute.KERNING_ON); in leak()
54 Font font = Font.getFont(textAttributes); in leak()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/font/TextLayout/
H A DKerningLeak.java50 Map<TextAttribute, Object> textAttributes = new HashMap<>(); in leak() local
51 textAttributes.put(TextAttribute.FAMILY, "Sans Serif"); in leak()
52 textAttributes.put(TextAttribute.SIZE, 12); in leak()
53 textAttributes.put(TextAttribute.KERNING, TextAttribute.KERNING_ON); in leak()
54 Font font = Font.getFont(textAttributes); in leak()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/font/TextLayout/
H A DKerningLeak.java50 Map<TextAttribute, Object> textAttributes = new HashMap<>(); in leak() local
51 textAttributes.put(TextAttribute.FAMILY, "Sans Serif"); in leak()
52 textAttributes.put(TextAttribute.SIZE, 12); in leak()
53 textAttributes.put(TextAttribute.KERNING, TextAttribute.KERNING_ON); in leak()
54 Font font = Font.getFont(textAttributes); in leak()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/font/TextLayout/
H A DKerningLeak.java50 Map<TextAttribute, Object> textAttributes = new HashMap<>(); in leak() local
51 textAttributes.put(TextAttribute.FAMILY, "Sans Serif"); in leak()
52 textAttributes.put(TextAttribute.SIZE, 12); in leak()
53 textAttributes.put(TextAttribute.KERNING, TextAttribute.KERNING_ON); in leak()
54 Font font = Font.getFont(textAttributes); in leak()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/font/TextLayout/
H A DKerningLeak.java50 Map<TextAttribute, Object> textAttributes = new HashMap<>(); in leak() local
51 textAttributes.put(TextAttribute.FAMILY, "Sans Serif"); in leak()
52 textAttributes.put(TextAttribute.SIZE, 12); in leak()
53 textAttributes.put(TextAttribute.KERNING, TextAttribute.KERNING_ON); in leak()
54 Font font = Font.getFont(textAttributes); in leak()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/font/TextLayout/
H A DKerningLeak.java50 Map<TextAttribute, Object> textAttributes = new HashMap<>(); in leak() local
51 textAttributes.put(TextAttribute.FAMILY, "Sans Serif"); in leak()
52 textAttributes.put(TextAttribute.SIZE, 12); in leak()
53 textAttributes.put(TextAttribute.KERNING, TextAttribute.KERNING_ON); in leak()
54 Font font = Font.getFont(textAttributes); in leak()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/font/TextLayout/
H A DKerningLeak.java50 Map<TextAttribute, Object> textAttributes = new HashMap<>(); in leak() local
51 textAttributes.put(TextAttribute.FAMILY, "Sans Serif"); in leak()
52 textAttributes.put(TextAttribute.SIZE, 12); in leak()
53 textAttributes.put(TextAttribute.KERNING, TextAttribute.KERNING_ON); in leak()
54 Font font = Font.getFont(textAttributes); in leak()
/dports/devel/projectcenter/ProjectCenter-0.6.2/Framework/
H A DPCLogController.m118 textAttributes =
120 [textAttributes retain];
130 RELEASE(textAttributes);
151 [textAttributes
156 [textAttributes
162 [textAttributes
168 [textAttributes
178 attributes:textAttributes];
/dports/www/mediawiki135/mediawiki-1.35.5/includes/export/
H A DXmlDumpWriter.php471 $textAttributes = [
482 $textAttributes['sha1'] = $this->invokeLenient(
501 $out .= $indent . Xml::element( 'text', $textAttributes ) . "\n";
503 $out .= $this->writeText( $content, $textAttributes, $indent );
507 $textAttributes['deleted'] = 'deleted';
508 $out .= $indent . Xml::element( 'text', $textAttributes ) . "\n";
512 $textAttributes['location'] = $slot->getAddress();
533 $textAttributes['id'] = $textId;
537 $out .= $indent . Xml::element( 'text', $textAttributes ) . "\n";
549 * @param string[] $textAttributes
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/export/
H A DXmlDumpWriter.php471 $textAttributes = [
482 $textAttributes['sha1'] = $this->invokeLenient(
501 $out .= $indent . Xml::element( 'text', $textAttributes ) . "\n";
503 $out .= $this->writeText( $content, $textAttributes, $indent );
507 $textAttributes['deleted'] = 'deleted';
508 $out .= $indent . Xml::element( 'text', $textAttributes ) . "\n";
512 $textAttributes['location'] = $slot->getAddress();
533 $textAttributes['id'] = $textId;
537 $out .= $indent . Xml::element( 'text', $textAttributes ) . "\n";
549 * @param string[] $textAttributes
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/export/
H A DXmlDumpWriter.php473 $textAttributes = [
484 $textAttributes['sha1'] = $this->invokeLenient(
503 $out .= $indent . Xml::element( 'text', $textAttributes ) . "\n";
505 $out .= $this->writeText( $content, $textAttributes, $indent );
509 $textAttributes['deleted'] = 'deleted';
510 $out .= $indent . Xml::element( 'text', $textAttributes ) . "\n";
514 $textAttributes['location'] = $slot->getAddress();
535 $textAttributes['id'] = $textId;
539 $out .= $indent . Xml::element( 'text', $textAttributes ) . "\n";
551 * @param string[] $textAttributes
[all …]
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/Polar/
H A DKChartRadarCoordinatePlane.cpp38 d->textAttributes = attr; in setTextAttributes()
41 const KChart::TextAttributes RadarCoordinatePlane::textAttributes() const in textAttributes() function in RadarCoordinatePlane
43 return d->textAttributes; in textAttributes()
/dports/graphics/kdiagram/kdiagram-2.8.0/qtests/Cloning/
H A Dmain.cpp160 QCOMPARE( headerFooter->textAttributes(), clone->textAttributes() ); in testCloningHeaderFooter()
172 QCOMPARE( legend->textAttributes(), clone->textAttributes() ); in testCloningLegends()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DGSTitleView.m74 textAttributes = [[NSMutableDictionary alloc] initWithObjectsAndKeys:
167 [textAttributes setObject: textColor
191 RELEASE(textAttributes);
206 return [[_owner title] sizeWithAttributes: textAttributes];
220 [[_owner title] drawInRect: workRect withAttributes: textAttributes];
375 [textAttributes setObject: [NSColor blackColor]
385 [textAttributes setObject: [NSColor whiteColor]
398 [textAttributes setObject: [NSColor whiteColor]
404 [textAttributes setObject: [NSColor blackColor]

12345678910