Home
last modified time | relevance | path

Searched refs:substyle (Results 1 – 25 of 105) sorted by relevance

12345

/dports/devel/eric6/eric6-21.11/eric/eric6/Preferences/
H A DPreferencesLexer.py163 if substyle >= 0 else
182 if substyle >= 0 else
199 if substyle >= 0:
217 if substyle >= 0 else
253 if substyle >= 0:
307 if substyle >= 0:
361 if substyle >= 0:
396 words = (self.__lex.substyleWords(style, substyle) if substyle >= 0
412 if substyle >= 0:
466 if substyle >= 0:
[all …]
H A DHighlightingStylesFile.py69 for description, style, substyle in lexer.getStyles():
73 "substyle": substyle,
74 "color": lexer.color(style, substyle).name(),
75 "paper": lexer.paper(style, substyle).name(),
76 "font": lexer.font(style, substyle).toString(),
77 "eolfill": lexer.eolFill(style, substyle),
78 "words": lexer.words(style, substyle).strip(),
H A DSubstyleDefinitionDialog.py22 def __init__(self, lexer, style, substyle, parent=None): argument
40 self.__substyle = substyle
/dports/devel/eric6/eric6-21.11/eric/eric6/Styles/
H A Deric6_Light.ehj14 "substyle": -1,
24 "substyle": -1,
34 "substyle": -1,
44 "substyle": -1,
54 "substyle": -1,
64 "substyle": -1,
74 "substyle": -1,
84 "substyle": -1,
94 "substyle": -1,
104 "substyle": -1,
[all …]
H A Deric6_Dark_2.ehj14 "substyle": -1,
24 "substyle": -1,
34 "substyle": -1,
44 "substyle": -1,
54 "substyle": -1,
64 "substyle": -1,
74 "substyle": -1,
84 "substyle": -1,
94 "substyle": -1,
104 "substyle": -1,
[all …]
H A Deric6_Dark_1.ehj14 "substyle": -1,
24 "substyle": -1,
34 "substyle": -1,
44 "substyle": -1,
54 "substyle": -1,
64 "substyle": -1,
74 "substyle": -1,
84 "substyle": -1,
94 "substyle": -1,
104 "substyle": -1,
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/Preferences/ConfigurationPages/
H A DEditorHighlightingStylesPage.py158 substyle = itm.data(0, self.SubstyleRole)
160 return (style, substyle)
188 font = self.lexer.font(style, substyle)
226 font = self.lexer.font(style, substyle)
251 style, substyle = self.__currentStyles()
472 def __setToDefault(self, style, substyle): argument
482 style, substyle)
484 style, substyle)
486 style, substyle)
488 style, substyle)
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/QScintilla/Lexers/
H A DSubstyledLexer.py368 def substyleDescription(self, style, substyle): argument
402 def substyleWords(self, style, substyle): argument
438 def substyleColor(self, style, substyle): argument
478 def substylePaper(self, style, substyle): argument
518 def substyleEolFill(self, style, substyle): argument
565 def substyleFont(self, style, substyle): argument
608 substyle in self.defaultSubStyles[style]
713 def substyleDefaultFont(self, style, substyle): argument
766 def delSubstyle(self, style, substyle): argument
780 del self.__subStyles[style][substyle]
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Style/System/classes/Settings/
H A Dclass.ilSubStyleAssignmentGUI.php69 * @param ilSkinStyleXML $substyle
72 public function assignStyle(ilSkinXML $skin, ilSkinStyleXML $substyle) argument
74 $style = $skin->getStyle($substyle->getSubstyleOf());
84 $substyle->getId()
115 * @param ilSkinStyleXML $substyle
117 public function saveAssignment(ilSkinXML $skin, ilSkinStyleXML $substyle) argument
119 $style = $skin->getStyle($substyle->getSubstyleOf());
124 $substyle->getId(),
140 * @param ilSkinStyleXML $substyle
144 $style = $skin->getStyle($substyle->getSubstyleOf());
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Style/System/classes/Settings/
H A Dclass.ilSubStyleAssignmentGUI.php69 * @param ilSkinStyleXML $substyle
72 public function assignStyle(ilSkinXML $skin, ilSkinStyleXML $substyle) argument
74 $style = $skin->getStyle($substyle->getSubstyleOf());
84 $substyle->getId()
115 * @param ilSkinStyleXML $substyle
117 public function saveAssignment(ilSkinXML $skin, ilSkinStyleXML $substyle) argument
119 $style = $skin->getStyle($substyle->getSubstyleOf());
124 $substyle->getId(),
140 * @param ilSkinStyleXML $substyle
144 $style = $skin->getStyle($substyle->getSubstyleOf());
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/E5XML/
H A DHighlightingStylesWriter.py60 for description, style, substyle in lexer.getStyles():
63 self.writeAttribute("substyle", str(substyle))
65 lexer.color(style, substyle).name())
67 lexer.paper(style, substyle).name())
69 lexer.font(style, substyle).toString())
71 str(lexer.eolFill(style, substyle)))
75 if substyle >= 0:
77 self.writeCharacters(lexer.words(style, substyle).strip())
H A DHighlightingStylesReader.py98 substyle = int(self.attribute("substyle", "-1"))
103 "substyle": substyle,
111 lexer.defaultColor(style, substyle).name()
119 lexer.defaultPaper(style, substyle).name()
127 lexer.defaultFont(style, substyle).toString()
134 eolfill = lexer.defaulEolFill(style, substyle)
136 eolfill = lexer.defaulEolFill(style, substyle)
146 style, substyle)
151 words = lexer.defaultWords(style, substyle)
/dports/devel/R-cran-progressr/progressr/R/
H A Dhandler_pbmcapply.R36 handler_pbmcapply <- function(substyle = 3L, style = "ETA", file = stderr(), intrusiveness = getOpt… argument
62 progressBar <- function(..., style, substyle) txtProgressBar(..., style = substyle)
112 make_pb(max = config$max_steps, style = style, substyle = substyle, file = file)
117 make_pb(max = config$max_steps, style = style, substyle = substyle, file = file)
/dports/devel/R-cran-progressr/progressr/man/
H A Dhandler_pbmcapply.Rd8 substyle = 3L,
17 \item{substyle}{(integer) The progress-bar substyle according to \code{\link[pbmcapply:progressBar]…
42 with \code{style = substyle}, the main usage of this handler is with
43 \code{style = "ETA"} (default) for which \code{substyle} is ignored.
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_font.c18 char *name, *subname, *style, *substyle; in _elm_font_properties_get() local
59 substyle = strchr(style, ','); in _elm_font_properties_get()
62 if (substyle) in _elm_font_properties_get()
66 len = substyle - style; in _elm_font_properties_get()
/dports/editors/calligra/calligra-3.2.1/libs/flake/svg/
H A DSvgStyleParser.cpp368 QStringList substyle = it->split(':'); in parseColorStops() local
369 QString command = substyle[0].trimmed(); in parseColorStops()
370 QString params = substyle[1].trimmed(); in parseColorStops()
417 QStringList substyle = it->split(':'); in collectStyles() local
418 if (substyle.count() != 2) in collectStyles()
420 QString command = substyle[0].trimmed(); in collectStyles()
421 QString params = substyle[1].trimmed(); in collectStyles()
/dports/graphics/krita/krita-4.4.8/libs/flake/svg/
H A DSvgStyleParser.cpp448 QStringList substyle = it->split(':'); in parseOneCssStyle() local
449 if (substyle.count() != 2) in parseOneCssStyle()
451 QString command = substyle[0].trimmed(); in parseOneCssStyle()
452 QString params = substyle[1].trimmed(); in parseOneCssStyle()
494 QStringList substyle = it->split(':'); in collectStyles() local
495 if (substyle.count() != 2) in collectStyles()
497 QString command = substyle[0].trimmed(); in collectStyles()
498 QString params = substyle[1].trimmed(); in collectStyles()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/executor/powershell/
H A Dmodule_manifest.py258 become_flags, substyle, task_vars): argument
266 if substyle != 'script':
269 finder.scan_module(b_module_data, powershell=(substyle == "powershell"))
271 module_wrapper = "module_%s_wrapper" % substyle
320 if coverage_output and substyle == 'powershell':
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/executor/powershell/
H A Dmodule_manifest.py276 become_flags, substyle, task_vars, module_fqn): argument
284 if substyle != 'script':
287 finder.scan_module(b_module_data, fqn=module_fqn, powershell=(substyle == "powershell"))
289 module_wrapper = "module_%s_wrapper" % substyle
339 if coverage_output and substyle == 'powershell':
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/executor/powershell/
H A Dmodule_manifest.py276 become_flags, substyle, task_vars, module_fqn): argument
284 if substyle != 'script':
287 finder.scan_module(b_module_data, fqn=module_fqn, powershell=(substyle == "powershell"))
289 module_wrapper = "module_%s_wrapper" % substyle
339 if coverage_output and substyle == 'powershell':
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A Drevtex.cls.ltxml26 foreach my $substyle (qw(aps osa aip pra prb prc prd prl rmp seg)) {
27 DeclareOption($substyle, undef); }
H A Drevtex4-1.cls.ltxml36 foreach my $substyle (qw(aps pra prb prc prd pre prl prstab rmp osa osameet opex tops josa)) {
37 DeclareOption($substyle, undef); }
H A Drevtex4.cls.ltxml36 foreach my $substyle (qw(aps pra prb prc prd pre prl prstab rmp osa osameet opex tops josa)) {
37 DeclareOption($substyle, undef); }
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/scripts/lib/fontbuild/
H A DinstanceNames.py148 substyle = re.findall(regex, self.longstyle)
149 if len(substyle) > 0:
150 return substyle[0]
/dports/www/ilias/ILIAS-5.4.25/Services/Style/System/classes/Utilities/
H A Dclass.ilSkinXML.php115 foreach ($this->getSubstylesOfStyle($style->getId()) as $substyle) {
116 $this->addChildToXML($xml, $substyle);

12345