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

1234567891011>>

/macosx-10.10.1/bind9-45.101/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.10.1/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.10.1/ruby-106/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.10.1/IOKitUser-1050.1.21/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.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DStyleRuleIcons.css26 .author-style-rule-icon .icon {
30 .user-style-rule-icon .icon {
34 .user-agent-style-rule-icon .icon {
38 .inspector-style-rule-icon .icon {
42 .inherited-style-rule-icon .icon {
46 .inherited-element-style-rule-icon .icon {
H A DCSSStyleDeclarationTextEditor.css26 .css-style-text-editor {
31 .css-style-text-editor > .CodeMirror {
35 .css-style-text-editor > .CodeMirror-scroll {
39 .css-style-text-editor > .CodeMirror .CodeMirror-placeholder {
45 .css-style-text-editor > .CodeMirror pre {
51 .css-style-text-editor > .CodeMirror pre * {
55 .css-style-text-editor.read-only > .CodeMirror pre {
59 .css-style-text-editor.read-only > .CodeMirror .CodeMirror-cursor {
63 .css-style-text-editor > .CodeMirror .CodeMirror-lines pre > span span:not(.css-style
[all...]
H A DSyntaxHighlightingSupport.js32 function appendText(text, style)
34 if (!style) {
40 span.className = "cm-" + style;
H A DCSSStyleDeclarationSection.css26 .style-declaration-section {
36 body.mac-platform.legacy .style-declaration-section {
40 body.mac-platform.legacy .style-declaration-section + .style-declaration-section {
44 .style-declaration-section.last-in-group {
50 body.mac-platform.legacy .style-declaration-section.last-in-group {
54 .style-declaration-section.last-in-group + .style-declaration-section {
60 body.mac-platform.legacy .style-declaration-section.last-in-group + .style
[all...]
H A DRulesStyleDetailsPanel.css26 .sidebar > .panel.details.css-style .rules .label {
33 .sidebar > .panel.details.css-style .rules .label .go-to-link {
37 .sidebar > .panel.details.css-style .rules .label + .style-declaration-section {
42 body.mac-platform.legacy .sidebar > .panel.details.css-style .rules .label + .style-declaration-section {
46 .sidebar > .panel.details.css-style .rules .new-rule {
59 body.mac-platform.legacy .sidebar > .panel.details.css-style .rules .new-rule {
65 .sidebar > .panel.details.css-style .rules .new-rule + .style
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/io/
H A Dlocbund.cpp37 int32_t style; local
38 for (style = 0; style < ULOCALEBUNDLE_NUMBERFORMAT_COUNT; style++) {
39 unum_close(gPosixNumberFormat[style]);
40 gPosixNumberFormat[style] = NULL;
47 static inline UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) { argument
50 if (result->fNumberFormat[style-1] == NULL) {
51 if (gPosixNumberFormat[style-1] == NULL) {
53 UNumberFormat *formatAlias = unum_open(style, NUL
158 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) argument
[all...]
/macosx-10.10.1/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.10.1/ruby-106/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.10.1/tcl-105/tcl_ext/tklib/tklib/modules/style/
H A DpkgIndex.tcl11 package ifneeded style 0.3 [list source [file join $dir style.tcl]]
12 package ifneeded style::as 1.4 [list source [file join $dir as.tcl]]
13 package ifneeded style::lobster 0.2 [list source [file join $dir lobster.tcl]]
H A Dstyle.tcl0 # style.tcl -- Styles for Tk.
3 # $Id: style.tcl,v 1.4 2005/08/23 22:21:32 hobbs Exp $
8 namespace eval style {
13 # style::names --
17 proc style::names {} {
22 # style::use --
28 proc style::use {newstyle args} {
29 package require style::${newstyle}
30 eval [linsert $args 0 style::${newstyle}::init]
33 package provide style 0.
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dstyle.rb2 # style commands
21 TkCommandNames = ['style'.freeze].freeze
24 # On Ttk (Tile) extension, 'style' command has imcompatible changes
31 # on the Tcl/Tk interpreter to work with different version of style
38 unless Tk.info(:commands, '::ttk::style').empty?
40 # "can't define '::ttk::style' command (already exist)"
43 warn "Warning: can't define '::ttk::style' command (already exist)" if $DEBUG
46 TkCore::INTERP.add_tk_procs('::ttk::style', 'args', <<-'EOS')
52 # return [eval [concat [list ::style element create [lindex $args 2] image [lindex $spec 0] -map $map] [lrange $args 5 end]]]
53 return [uplevel 1 [list ::style elemen
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tile/themes/plastik/
H A Dplastik.tcl30 style theme create plastik -parent default -settings {
31 style default . \
40 style map . -foreground [list disabled $colors(-disabledfg)]
45 style layout Vertical.TScrollbar {
55 style layout Horizontal.TScrollbar {
65 style layout TButton {
78 style element create Button.button image $Images(button-n) \
82 style element create Checkbutton.indicator image $Images(check-nu) \
90 style element create Radiobutton.indicator image $Images(radio-nu) \
98 style elemen
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dlayout.tcl43 set S [$T style create s1]
44 $T style elements $S {e4 e3 e1 e2 e5 e6 e7}
45 $T style layout $S e1 -padx {28 4} -pady 4
46 $T style layout $S e2 -expand es -padx {0 38}
47 $T style layout $S e3 -union [list e1 e2] -ipadx 4 -ipady 4 -pady 2
48 $T style layout $S e4 -detach yes -iexpand xy
49 $T style layout $S e5 -detach yes -padx {2 0} -pady 2 -iexpand y
50 $T style layout $S e6 -detach yes -expand ws -padx {0 2} -pady {2 0}
51 $T style layout $S e7 -detach yes -expand wn -padx {0 2} -pady {0 2}
58 $T item style se
[all...]
/macosx-10.10.1/tcl-105/tk/tk/tests/ttk/
H A Dlayout.test10 ttk::style theme use default
13 ttk::style element create block image $block
14 ttk::style layout Blocks {
19 ttk::style configure Blocks -borderwidth 1 -relief raised
20 ttk::button .b -style Blocks
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tile/themes/blue/
H A Dblue.tcl23 style theme create blue -settings {
25 style default . \
33 style map . -foreground [list disabled $colors(-disabledfg)]
37 style default TButton -padding "10 0"
38 style layout TButton {
48 style element create button image $I(button-n) \
52 style element create Checkbutton.indicator image $I(check-nu) \
58 style element create Radiobutton.indicator image $I(radio-nu) \
64 style default TMenubutton -relief raised -padding {10 2}
68 style defaul
[all...]

Completed in 252 milliseconds

1234567891011>>