Home
last modified time | relevance | path

Searched refs:creatorText (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/prefs/
H A DCopyrightPrefsPanel.java25 private JTextField creatorText; field in CopyrightPrefsPanel
75 fields.add(creatorText, c); in CopyrightPrefsPanel()
135 creatorText.setFont(creatorText.getFont().deriveFont(Font.ITALIC)); in initCreatorText()
136 creatorText.addMouseListener( in initCreatorText()
151 creatorText.setEditable(true); in initCreatorText()
154 creatorText.setPreferredSize( in initCreatorText()
177 creatorText.setText(createText); in revertCreatorText()
181 creatorText.setText(createText); in revertCreatorText()
182 creatorText.setFont( in revertCreatorText()
188 creatorText.setPreferredSize( in revertCreatorText()
[all …]
/dports/science/cdo/cdo-2.0.0/libcdi/tests/
H A Dtest_cdf_write.c82 static const char creatorText[] = "CDI test_cdf_write"; in main() local
84 sizeof (creatorText) - 1, creatorText); in main()
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/
H A DEPUB.hs106 creatorText :: Text function
203 let toAuthor name = Creator{ creatorText = name
226 Creator{ creatorText = strContent e
231 Creator { creatorText = strContent e
302 Creator{ creatorText = maybe "" metaValueToString $ M.lookup "text" m
1022 (creatorRole creator >>= toRelator)) $ creatorText creator]
1023 | otherwise = [dcNode s ! [("id",id')] $ creatorText creator] ++
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/
H A DEPUB.hs105 creatorText :: String function
196 let toAuthor name = Creator{ creatorText = TS.unpack name
219 Creator{ creatorText = strContent e
224 Creator { creatorText = strContent e
293 Creator{ creatorText = maybe "" metaValueToString $ M.lookup "text" m
994 (creatorRole creator >>= toRelator)) $ creatorText creator]
995 | otherwise = [dcNode s ! [("id",id')] $ creatorText creator] ++
/dports/audio/py-music21/music21-7.1.0/music21/musicxml/
H A DxmlToM21.py1395 creatorText = creator.text
1396 if creatorText is not None:
1397 c.name = creatorText.strip()