Searched +refs:style +refs:use (Results 1 - 25 of 72) sorted by relevance

123

/macosx-10.10/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 Dkeys.h29 xsltAddKey (xsltStylesheetPtr style,
33 const xmlChar *use,
44 xsltFreeKeys (xsltStylesheetPtr style);
H A Dkeys.c94 if (keyd->use != NULL)
95 xmlFree(keyd->use);
194 * @style: an XSLT stylesheet
199 xsltFreeKeys(xsltStylesheetPtr style) { argument
200 if (style->keys)
201 xsltFreeKeyDefList((xsltKeyDefPtr) style->keys);
263 * @style: an XSLT stylesheet
267 * @use: the use value
275 xsltAddKey(xsltStylesheetPtr style, cons argument
491 xsltStylesheetPtr style; local
546 xsltStylesheetPtr style; local
890 xsltStylesheetPtr style; local
[all...]
H A Dxslt.c119 * @style: the stylesheet
125 xsltParseContentError(xsltStylesheetPtr style, argument
128 if ((style == NULL) || (node == NULL))
132 xsltTransformError(NULL, style, node,
136 xsltTransformError(NULL, style, node,
139 style->errors++;
146 * @style: the transformation stylesheet
155 exclPrefixPush(xsltStylesheetPtr style, xmlChar * value) argument
159 if (style->exclPrefixMax == 0) {
160 style
198 exclPrefixPop(xsltStylesheetPtr style) argument
361 xsltDecimalFormatGetByName(xsltStylesheetPtr style, xmlChar *name) argument
583 xsltCompilationCtxtCreate(xsltStylesheetPtr style) argument
788 xsltAllocateExtra(xsltStylesheetPtr style) argument
854 xsltFreeStylesheetList(xsltStylesheetPtr style) argument
931 xsltFreeStylesheet(xsltStylesheetPtr style) argument
1064 xsltGetInheritedNsList(xsltStylesheetPtr style, xsltTemplatePtr template, xmlNodePtr node) argument
1159 xsltParseStylesheetOutput(xsltStylesheetPtr style, xmlNodePtr cur) argument
1376 xsltParseStylesheetDecimalFormat(xsltStylesheetPtr style, xmlNodePtr cur) argument
1484 xsltParseStylesheetPreserveSpace(xsltStylesheetPtr style, xmlNodePtr cur) argument
1557 xsltParseStylesheetExtPrefix(xsltStylesheetPtr style, xmlNodePtr cur, int isXsltElem) argument
1623 xsltParseStylesheetStripSpace(xsltStylesheetPtr style, xmlNodePtr cur) argument
1693 xsltParseStylesheetExcludePrefix(xsltStylesheetPtr style, xmlNodePtr cur, int isXsltElem) argument
2996 xsltStylesheetPtr style; local
3427 xsltPrecomputeStylesheet(xsltStylesheetPtr style, xmlNodePtr cur) argument
3637 xsltGatherNamespaces(xsltStylesheetPtr style) argument
4792 xsltParseTemplateContent(xsltStylesheetPtr style, xmlNodePtr templ) argument
4841 xsltParseTemplateContent(xsltStylesheetPtr style, xmlNodePtr templ) argument
5059 xsltParseStylesheetKey(xsltStylesheetPtr style, xmlNodePtr key) argument
5061 xmlChar *use = NULL; local
5311 xsltParseStylesheetTemplate(xsltStylesheetPtr style, xmlNodePtr template) argument
5613 xsltStylesheetPtr style; local
6052 xsltParseStylesheetTop(xsltStylesheetPtr style, xmlNodePtr top) argument
6314 xsltParseStylesheetProcess(xsltStylesheetPtr style, xmlDocPtr doc) argument
[all...]
H A Dxsltutils.c64 * @style: the stylesheet
77 * default declaration values unless DTD use has been turned off.
83 xsltGetCNsProp(xsltStylesheetPtr style, xmlNodePtr node, argument
91 if ((node == NULL) || (style == NULL) || (style->dict == NULL))
117 ret = xmlDictLookup(style->dict, BAD_CAST "", 0);
119 ret = xmlDictLookup(style->dict, tmp, -1);
146 return(xmlDictLookup(style->dict,
167 * default declaration values unless DTD use has been turned off.
252 * and use th
615 xsltPrintErrorContext(xsltTransformContextPtr ctxt, xsltStylesheetPtr style, xmlNodePtr node) argument
709 xsltTransformError(xsltTransformContextPtr ctxt, xsltStylesheetPtr style, xmlNodePtr node, const char *msg, ...) argument
857 xsltGetQNameURI2(xsltStylesheetPtr style, xmlNodePtr node, const xmlChar **name) argument
1451 xsltSaveResultTo(xmlOutputBufferPtr buf, xmlDocPtr result, xsltStylesheetPtr style) argument
1617 xsltSaveResultToFilename(const char *URL, xmlDocPtr result, xsltStylesheetPtr style, int compression) argument
1661 xsltSaveResultToFile(FILE *file, xmlDocPtr result, xsltStylesheetPtr style) argument
1705 xsltSaveResultToFd(int fd, xmlDocPtr result, xsltStylesheetPtr style) argument
1748 xsltSaveResultToString(xmlChar **doc_txt_ptr, int * doc_txt_len, xmlDocPtr result, xsltStylesheetPtr style) argument
1968 xsltStylesheetPtr style; local
2188 xsltStylesheetPtr style; local
2287 xsltXPathCompileFlags(xsltStylesheetPtr style, const xmlChar *str, int flags) argument
2352 xsltXPathCompile(xsltStylesheetPtr style, const xmlChar *str) argument
[all...]
H A DxsltInternals.h6 * without prior notice, use carefully.
276 struct _xsltStylesheet *style;/* the containing stylesheet */ member in struct:_xsltTemplate
359 xmlChar *use; member in struct:_xsltKeyDef
422 * Signature of the function to use during sorting
645 * use-attribute-sets = qnames>
655 const xmlChar *use; member in struct:_xsltStyleItemElement
792 * use-attribute-sets = qnames>
801 const xmlChar *use; /* copy, element */ member in struct:_xsltStyleItemCopy
1058 const xmlChar *use; member in struct:_xsltStyleItemSort
1134 * probably already heavily in use ou
1324 xsltStylesheetPtr style; member in struct:_xsltCompilerCtxt
1391 const xmlChar *use; /* copy, element */ member in struct:_xsltStylePreComp
1675 xsltStylesheetPtr style; /* the stylesheet used */ member in struct:_xsltTransformContext
[all...]
H A Dtransform.c459 * @style: a parsed XSLT stylesheet
467 xsltNewTransformContext(xsltStylesheetPtr style, xmlDocPtr doc) { argument
489 cur->dict = xmlDictCreateSub(style->dict);
490 cur->internalized = ((style->internalized) && (cur->dict != NULL));
535 cur->style = style;
551 if (style->extrasNr != 0) {
552 cur->extrasMax = style->extrasNr + 20;
560 cur->extrasNr = style->extrasNr;
574 cur->xpathCtxt->nsHash = style
2807 xsltStylesheetPtr style; local
3282 xsltStylesheetPtr style = NULL; local
5900 xsltStylesheetPtr style; local
5949 xsltApplyStylesheetInternal(xsltStylesheetPtr style, xmlDocPtr doc, const char **params, const char *output, FILE * profile, xsltTransformContextPtr userCtxt) argument
6349 xsltApplyStylesheet(xsltStylesheetPtr style, xmlDocPtr doc, const char **params) argument
6368 xsltProfileStylesheet(xsltStylesheetPtr style, xmlDocPtr doc, const char **params, FILE * output) argument
6392 xsltApplyStylesheetUser(xsltStylesheetPtr style, xmlDocPtr doc, const char **params, const char *output, FILE * profile, xsltTransformContextPtr userCtxt) argument
6430 xsltRunStylesheetUser(xsltStylesheetPtr style, xmlDocPtr doc, const char **params, const char *output, xmlSAXHandlerPtr SAX, xmlOutputBufferPtr IObuf, FILE * profile, xsltTransformContextPtr userCtxt) argument
6491 xsltRunStylesheet(xsltStylesheetPtr style, xmlDocPtr doc, const char **params, const char *output, xmlSAXHandlerPtr SAX, xmlOutputBufferPtr IObuf) argument
[all...]
/macosx-10.10/tcl-105/tk/tk/library/
H A Dsafetk.tcl3 # Support procs to use Tk in safe interpreters.
20 # for the actual parameters to use for it's initialization (if allowed),
24 # We use opt (optional arguments parsing)
60 # Either contained in the specified windowId (-use) or
68 {-use -windowId {} "window Id to use (new toplevel otherwise)"}
69 {-display -displayName {} "display name to use (current one otherwise)"}
88 if {![::tcl::OptProcArgGiven "-use"]} {
90 ::tcl::Lassign [tkTopLevel $slave $display] w use
103 if {[string match ".*" $use]} {
[all...]
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dttk.tcl39 # Gripe about use of deprecated commands.
42 puts stderr "$old deprecated -- use $new instead"
58 # Called from [::ttk::style theme use].
92 variable currentTheme ;# @@@ Temp -- [::ttk::style theme use] doesn't work
93 if {$theme ni [::ttk::style theme names]} {
96 ::ttk::style theme use $theme
129 set builtinThemes [style them
[all...]
/macosx-10.10/vim-55/runtime/indent/
H A Dxml.vim59 fun! <SID>XmlIndentSum(lnum, style, add)
61 if a:style == match(line, '^\s*</')
75 " Hit the start of the file, use zero indent.
H A Dhtml.vim88 call <SID>HtmlIndentPush('style')
150 fun! <SID>HtmlIndentSum(lnum, style)
151 if a:style == match(getline(a:lnum), '^\s*</')
152 if a:style == match(getline(a:lnum), '^\s*</\<\('.g:html_indent_tags.'\)\>')
164 if a:style == match(getline(a:lnum), '^\s*}')
175 " Hit the start of the file, use zero indent.
194 " [-- special handling for <javascript>: use cindent --]
/macosx-10.10/vim-55/runtime/syntax/
H A Dindent.vim68 \ -gnu --gnu-style
71 \ -kr --k-and-r-style --kernighan-and-ritchie --kernighan-and-ritchie-style
111 \ -orig --berkeley --berkeley-style --original --original-style
123 \ -ut --use-tabs
126 \ -linux --linux-style
H A D2html.vim83 let a = a . '<span style="background-color: ' . ( x != "" ? x : s:fgc ) . '">'
88 if x != "" | let a = a . '<span style="background-color: ' . x . '">' | endif
123 " style name
162 " Return CSS style describing given highlight id (can be empty)
178 if synIDattr(a:id, "italic") | let a = a . "font-style: italic; " | endif
313 " if we are doing hover_unfold, use css 2 with css 1 fallback for IE6
315 \ "<style type=\"text/css\">",
336 \ '</style>'])
341 \ "<!--[if lt IE 7]><style type=\"text/css\">",
351 \ "</style>",
[all...]
H A Dpine.vim28 syn keyword pineConfig color-style
31 syn keyword pineConfig current-indexline-style
32 syn keyword pineConfig cursor-style
44 syn keyword pineConfig elm-style-save
56 syn keyword pineConfig font-style
106 syn keyword pineConfig old-style-reply
123 syn keyword pineConfig print-font-style
171 syn keyword pineConfig threading-display-style
173 syn keyword pineConfig threading-index-style
178 syn keyword pineConfig titlebar-color-style
[all...]
H A Dlace.vim7 " You are free to use this file as you please, but
20 " LACE is case insensitive, but the style guide lines are not.
40 syn keyword laceClusterProp use include exclude
H A Dexpect.vim61 " Numbers (Tcl style).
77 " Are these really comments in Expect? (I never use it, so I'm just guessing).
H A Dflexwiki.vim13 " in The Regulator, http://regulator.sourceforge.net/ .NET uses Perl-style
14 " regexes, which use a different syntax than Vim (fewer \s).
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGUseElement.cpp101 RefPtr<SVGUseElement> use = adoptRef(new SVGUseElement(tagName, document, wasInsertedByParser)); local
102 use->ensureUserAgentShadowRoot();
103 return use.release();
335 // Spec: "Any 'svg', 'symbol', 'g', graphics element or other 'use' is potentially a template object that can be re-used
336 // (i.e., "instanced") in the SVG document via a 'use' element."
431 // Do not build the shadow/instance tree for <use> elements living in a shadow tree.
444 // to alter the tree for correct "use-on-symbol", "use-on-svg" support.
448 // Spec: If the 'use' element references a simple graphics element such as a 'rect', then there is only a
460 // SVG specification does not say a word about <use>
526 createElementRenderer(PassRef<RenderStyle> style) argument
636 hasCycleUseReferencing(SVGUseElement* use, SVGElementInstance* targetInstance, SVGElement*& newTarget) argument
714 SVGUseElement* use = toSVGUseElement(element); local
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Dtohtml.vim69 let style = [s:settings.use_xhtml ? "" : '-->']
136 " Grab the style information. Some of this will be duplicated...
138 let style_start = search('^<style type="text/css">')
140 let style_end = search('^</style>')
144 if index(style, a_style) == -1
147 let diff_style_start = len(style)-1
150 call insert(style, a_style, insert_index)
195 " Find an unused file name if current file name is already in use
208 if len(style) > 0
246 \ ['<style typ
[all...]
/macosx-10.10/ksh-23/ksh/lib/package/
H A Dpackage.mk37 * :DETAILS: style
103 style = tgz macro
234 PACKAGEDIR = $(PACKAGESRC)/$(style)
314 package.auxiliary.$(style) += $(>:N=/*:T=F) $(>:N!=/*:C%^%$(INSTALLROOT)/%:T=F)
363 export.$(style) := $(@:/$$("\n")/ /G)
376 if "$(exe.$(style))" && "$(T)" == "bin/*([!./])"
381 elif "$(exe.$(style))" && "$(S)" == "bin/*([!./])"
384 install.$(style) := $(install.$(style):V)$("\n")install : $$(ROOT)/$(T)$("\n")$$(ROOT)/$(T) : $$(ARCH)/$(S)$("\n\t")cp $< $@
386 install.$(style)
465 style := $(<) macro
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dpackage.mk37 * :DETAILS: style
103 style = tgz macro
234 PACKAGEDIR = $(PACKAGESRC)/$(style)
314 package.auxiliary.$(style) += $(>:N=/*:T=F) $(>:N!=/*:C%^%$(INSTALLROOT)/%:T=F)
363 export.$(style) := $(@:/$$("\n")/ /G)
376 if "$(exe.$(style))" && "$(T)" == "bin/*([!./])"
381 elif "$(exe.$(style))" && "$(S)" == "bin/*([!./])"
384 install.$(style) := $(install.$(style):V)$("\n")install : $$(ROOT)/$(T)$("\n")$$(ROOT)/$(T) : $$(ARCH)/$(S)$("\n\t")cp $< $@
386 install.$(style)
465 style := $(<) macro
[all...]
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dsql.vim8 " For more details please use:
27 " basis. NOTE: you can also use completion:
34 " determine what the current dialect is in use.
76 " through the use of :SQLSetType <tab> for completion.
80 " NOTE: You cannot use function! since this file can be
203 echomsg "Current SQL dialect in use:".b:sql_type_override
205 echomsg "Current SQL dialect in use:".g:sql_type_default
244 " Some standard expressions for use with the matchit strings
355 " the ]} style maps.
358 " Note, you cannot use \
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dglobfind.tcl29 -pattern - a glob-style filename-matching wildcard. ex: -pattern *.pdf
49 advantage of glob's ability to use multiple patterns to scan deeply into a directory
63 bit faster to use the proc globtraverse, which uses the same basedir value and
66 If one wanted to search for pdf files for example, one could use the command:
70 It would, however, in this case be much faster to use:
112 # can't use -types pre-8.3, because it doesn't exist in glob command.
241 # save pattern to use for iterative dir search later:
/macosx-10.10/emacs-93/emacs/nt/
H A Dconfigure.bat56 rem [5] fails when building leim due to the use of cygwin style paths.
114 echo. --with-gcc use GCC to compile Emacs
115 echo. --with-msvc use MSVC to compile Emacs
118 echo. --no-cygwin use -mno-cygwin option with GCC
121 echo. --without-png do not use libpng even if it is installed
122 echo. --without-jpeg do not use jpeg-6b even if it is installed
123 echo. --without-gif do not use libungif even if it is installed
124 echo. --without-tiff do not use libtiff even if it is installed
125 echo. --without-xpm do not use libXp
[all...]
/macosx-10.10/vim-55/runtime/keymap/
H A Dbulgarian-phonetic.vim23 " quotation styles), as well as �� �� (Russian quotation style).
131 " Accented characters cannot map onto cp1251 ��� use utf-8 file encoding.

Completed in 407 milliseconds

123