Searched refs:style (Results 1 - 25 of 1335) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSCSSStyleDeclarationCustom.h37 inline void* root(CSSStyleDeclaration* style) argument
39 if (CSSRule* parentRule = style->parentRule())
41 if (CSSStyleSheet* styleSheet = style->parentStyleSheet())
43 return style;
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/admin/
H A DMakefile.am.inc35 dist-hook: check-style
36 .PHONY: check-style
37 check-style:
38 $(srcdir)/admin/check-style.sh
41 admin/check-style-common.awk \
42 admin/check-style-c.awk \
43 admin/check-style-cpp.awk \
44 admin/check-style-man.awk \
45 admin/check-style-shell.awk \
46 admin/check-style
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CocoaRepl/
H A Dsyntax_decorator.rb18 style :comment, :color => :darkGrayColor, :italic => true
19 style :keyword, :color => :redColor, :bold => true
20 style :method, :color => '#077'
21 style :class, :color => '#074'
22 style :module, :color => '#050'
23 style :punct, :color => '#447'
24 style :symbol, :color => '#099'
25 style :string, :color => '#944', :background => '#FFE'
26 style :char, :color => '#F07'
27 style
[all...]
H A Dripper_decorator.rb15 style :comment, :color => :darkGrayColor, :italic => true
16 style :keyword, :color => :redColor, :bold => true
17 style :kw, :color => :redColor, :bold => true # Ripper
18 style :method, :color => '#077'
19 style :const, :color => '#074' # Ripper
20 style :class, :color => '#074'
21 style :module, :color => '#050'
22 style :punct, :color => '#447'
23 style :symbol, :color => '#099'
24 style
[all...]
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dpreproc.c2 * preproc.c: Preprocessing of style operations
63 * @style: the XSLT stylesheet
72 xsltCheckTopLevelElement(xsltStylesheetPtr style, xmlNodePtr inst, int err) { argument
74 if ((style == NULL) || (inst == NULL) || (inst->ns == NULL))
80 xsltTransformError(NULL, style, inst,
82 style->errors++;
92 xsltTransformError(NULL, style, inst,
95 style->errors++;
104 * @style: the XSLT stylesheet
110 xsltCheckInstructionElement(xsltStylesheetPtr style, xmlNodePt argument
165 xsltCheckParentElement(xsltStylesheetPtr style, xmlNodePtr inst, const xmlChar *allow1, const xmlChar *allow2) argument
225 xsltNewStylePreComp(xsltStylesheetPtr style, xsltStyleType type) argument
532 xsltDocumentComp(xsltStylesheetPtr style, xmlNodePtr inst, xsltTransformFunction function ATTRIBUTE_UNUSED) argument
677 xsltSortComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
784 xsltCopyComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
827 xsltTextComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
873 xsltElementComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
991 xsltAttributeComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1101 xsltCommentComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1131 xsltProcessingInstructionComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1165 xsltCopyOfComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1211 xsltValueOfComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1264 xsltGetQNameProperty(xsltStylesheetPtr style, xmlNodePtr inst, const xmlChar *propName, int mandatory, int *hasProp, const xmlChar **nsName, const xmlChar** localName) argument
1337 xsltWithParamComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1395 xsltNumberComp(xsltStylesheetPtr style, xmlNodePtr cur) argument
1522 xsltApplyImportsComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1552 xsltCallTemplateComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1591 xsltApplyTemplatesComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1643 xsltChooseComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1674 xsltIfComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1720 xsltWhenComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1766 xsltForEachComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1814 xsltVariableComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1893 xsltParamComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1957 xsltFreeStylePreComps(xsltStylesheetPtr style) argument
1986 xsltStylePreCompute(xsltStylesheetPtr style, xmlNodePtr node) argument
2197 xsltStylePreCompute(xsltStylesheetPtr style, xmlNodePtr inst) argument
[all...]
H A Dimports.c59 * @style: the stylesheet being imported by the master
66 xsltStylesheetPtr style) {
68 xmlHashScan(style->templatesHash,
70 master->extrasNr += style->extrasNr;
71 for (res = style->imports; res != NULL; res = res->next) {
78 * @style: the XSLT stylesheet
87 xsltParseStylesheetImport(xsltStylesheetPtr style, xmlNodePtr cur) { argument
96 if ((cur == NULL) || (style == NULL))
101 xsltTransformError(NULL, style, cur,
106 base = xmlNodeGetBase(style
65 xsltFixImportedCompSteps(xsltStylesheetPtr master, xsltStylesheetPtr style) argument
184 xsltParseStylesheetInclude(xsltStylesheetPtr style, xmlNodePtr cur) argument
314 xsltStylesheetPtr style; local
341 xsltStylesheetPtr style; local
397 xsltStylesheetPtr style; local
[all...]
H A Dpreproc.h28 xsltDocumentComp (xsltStylesheetPtr style,
33 xsltStylePreCompute (xsltStylesheetPtr style,
36 xsltFreeStylePreComps (xsltStylesheetPtr style);
H A Dattributes.h22 xsltParseStylesheetAttributeSet (xsltStylesheetPtr style,
25 xsltFreeAttributeSetsHashes (xsltStylesheetPtr style);
32 xsltResolveStylesheetAttributeSet(xsltStylesheetPtr style);
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSFontFaceRule.idl26 readonly attribute CSSStyleDeclaration style;
H A DWebKitCSSFilterRule.idl33 readonly attribute CSSStyleDeclaration style;
H A DWebKitCSSKeyframeRule.idl33 readonly attribute CSSStyleDeclaration style;
H A DWebKitCSSViewportRule.idl33 readonly attribute CSSStyleDeclaration style;
H A DCSSComputedStyleDeclaration.cpp590 inline static PassRefPtr<CSSPrimitiveValue> zoomAdjustedPixelValue(double value, const RenderStyle* style) argument
592 return cssValuePool().createValue(adjustFloatForAbsoluteZoom(value, style), CSSPrimitiveValue::CSS_PX);
595 inline static PassRefPtr<CSSPrimitiveValue> zoomAdjustedNumberValue(double value, const RenderStyle* style) argument
597 return cssValuePool().createValue(value / style->effectiveZoom(), CSSPrimitiveValue::CSS_NUMBER);
600 static PassRefPtr<CSSValue> zoomAdjustedPixelValueForLength(const Length& length, const RenderStyle* style) argument
603 return zoomAdjustedPixelValue(length.value(), style);
607 static PassRefPtr<CSSValue> valueForReflection(const StyleReflection* reflection, const RenderStyle* style) argument
616 offset = zoomAdjustedPixelValue(reflection->offset().value(), style);
637 static PassRefPtr<CSSValueList> createPositionListForLayer(CSSPropertyID propertyID, const FillLayer* layer, const RenderStyle* style) argument
644 positionList->append(zoomAdjustedPixelValueForLength(layer->xPosition(), style));
653 getPositionOffsetValue(RenderStyle* style, CSSPropertyID propertyID, RenderView* renderView) argument
694 currentColorOrValidColor(RenderStyle* style, const Color& color) const argument
702 getBorderRadiusCornerValues(LengthSize radius, const RenderStyle* style, RenderView* renderView) argument
716 getBorderRadiusCornerValue(LengthSize radius, const RenderStyle* style, RenderView* renderView) argument
726 getBorderRadiusShorthandValue(const RenderStyle* style, RenderView* renderView) argument
777 matrixTransformValue(const TransformationMatrix& transform, const RenderStyle* style) argument
816 computedTransform(RenderObject* renderer, const RenderStyle* style) argument
868 valueForCustomFilterTransformParameter(const RenderObject* renderer, const RenderStyle* style, const CustomFilterTransformParameter* transformParameter) argument
880 valueForCustomFilterParameter(const RenderObject* renderer, const RenderStyle* style, const CustomFilterParameter* parameter) argument
1062 valueForGridTrackBreadth(const Length& trackBreadth, const RenderStyle* style, RenderView *renderView) argument
1071 valueForGridTrackSize(const GridTrackSize& trackSize, const RenderStyle* style, RenderView* renderView) argument
1086 valueForGridTrackList(const Vector<GridTrackSize>& trackSizes, const RenderStyle* style, RenderView *renderView) argument
1277 RefPtr<RenderStyle> style = m_node->computedStyle(m_pseudoElementSpecifier); local
1310 RefPtr<CSSPrimitiveValue> style = propertyID == CSSPropertyTextShadow || s->style() == Normal ? PassRefPtr<CSSPrimitiveValue>() : cssValuePool().createIdentifierValue(CSSValueInset); local
1395 fillSizeToCSSValue(const FillSize& fillSize, const RenderStyle* style) argument
1412 contentToCSSValue(const RenderStyle* style) argument
1432 counterToCSSValue(const RenderStyle* style, CSSPropertyID propertyID) argument
1456 fontFamilyFromStyle(RenderStyle* style) argument
1464 lineHeightFromStyle(RenderStyle* style, RenderView* renderView) argument
1478 fontSizeFromStyle(RenderStyle* style) argument
1483 fontStyleFromStyle(RenderStyle* style) argument
1490 fontVariantFromStyle(RenderStyle* style) argument
1497 fontWeightFromStyle(RenderStyle* style) argument
1602 RefPtr<RenderStyle> style; local
2970 RenderStyle* style = m_node->computedStyle(m_pseudoElementSpecifier); local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/nodes/
H A Dmapping.rb33 # The style of this mapping
34 attr_accessor :style
43 # +style+ is an integer indicating the mapping style.
47 def initialize anchor = nil, tag = nil, implicit = true, style = BLOCK
52 @style = style
H A Dsequence.rb44 # Block style sequence
47 # Flow style sequence
59 # The sequece style used
60 attr_accessor :style
69 # +style+ is an integer indicating the list style.
72 def initialize anchor = nil, tag = nil, implicit = true, style = BLOCK
77 @style = style
H A Dscalar.rb8 # Any style scalar, the emitter chooses
11 # Plain scalar style
14 # Single quoted style
17 # Double quoted style
20 # Literal style
23 # Folded style
41 # The style of this scalar
42 attr_accessor :style
52 # +style+ is an integer idicating the string style
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DprintPList_new.h40 void printPList_new(FILE * stream, CFPropertyListRef plist, PListStyle style);
41 void showPList_new(CFPropertyListRef plist, PListStyle style);
42 CFMutableStringRef createCFStringForPlist_new(CFTypeRef plist, PListStyle style);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLTablePartElement.cpp49 void HTMLTablePartElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
52 addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value);
56 style->setProperty(CSSProperty(CSSPropertyBackgroundImage, CSSImageValue::create(document()->completeURL(url).string())));
59 addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, CSSValueTop);
61 addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, CSSValueMiddle);
63 addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, CSSValueBottom);
65 addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, CSSValueBaseline);
67 addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, value);
70 addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitCenter);
72 addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlig
[all...]
H A DHTMLHRElement.cpp60 void HTMLHRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
64 addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginLeft, 0, CSSPrimitiveValue::CSS_PX);
65 addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginRight, CSSValueAuto);
67 addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginLeft, CSSValueAuto);
68 addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginRight, 0, CSSPrimitiveValue::CSS_PX);
70 addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginLeft, CSSValueAuto);
71 addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginRight, CSSValueAuto);
77 addPropertyToPresentationAttributeStyle(style, CSSPropertyWidth, 1, CSSPrimitiveValue::CSS_PX);
79 addHTMLLengthToStyle(style, CSSPropertyWidth, value);
81 addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderStyl
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/io/
H A Dlocbund.cpp36 int32_t style; local
37 for (style = 0; style < ULOCALEBUNDLE_NUMBERFORMAT_COUNT; style++) {
38 unum_close(gPosixNumberFormat[style]);
39 gPosixNumberFormat[style] = NULL;
46 static inline UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) { argument
47 if (result->fNumberFormat[style-1] == NULL) {
51 UMTX_CHECK(NULL, gPosixNumberFormat[style-1] == NULL, needsInit);
53 UNumberFormat *formatAlias = unum_open(style, NUL
160 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) argument
[all...]
/macosx-10.9.5/libxslt-13/libxslt/python/tests/
H A Dbasic.py11 style = libxslt.parseStylesheetDoc(styledoc) variable
13 result = style.applyStylesheet(doc, None)
14 style.saveResultToFilename("foo", result, 0)
15 stringval = style.saveResultToString(result)
19 style.freeStylesheet()
H A Dexslt.py28 style = libxslt.parseStylesheetDoc(styledoc) variable
30 result = style.applyStylesheet(doc, None)
31 stringval = style.saveResultToString(result)
32 style.freeStylesheet()
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tile/
H A Dtoolbutton.tcl15 # Tk added partial support for toolbar-style buttons in 8.4
17 # support with the "-offrelief" option. So to get a toolbar-style
24 # to implement this checkbutton style; see library/button.tcl,
30 # we can define a new "Toolbutton" style and just use:
32 # checkbutton .cb -style Toolbutton
42 # style; see demo.tcl.)
45 style theme settings "step" {
48 # First, we use [style layout] to define what elements to
54 style layout Toolbutton {
69 # inherited from the parent style ar
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderSlider.cpp76 maxLogicalWidth = defaultTrackLength * style()->effectiveZoom();
77 if (!style()->width().isPercent())
86 if (style()->width().isFixed() && style()->width().value() > 0)
87 m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth = adjustContentBoxLogicalWidthForBoxSizing(style()->width().value());
91 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
92 m_maxPreferredLogicalWidth = max(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
93 m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
96 if (style()
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DNodeRenderStyle.h39 return renderer->style();

Completed in 175 milliseconds

1234567891011>>