Home
last modified time | relevance | path

Searched defs:toRow (Results 1 – 25 of 142) sorted by relevance

123456

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/sqlite-simple-0.4.18.0/Database/SQLite/Simple/
H A DToRow.hs36 toRow _ = [] function
39 toRow (Only v) = [toField v] function
42 toRow (a,b) = [toField a, toField b] function
45 toRow (a,b,c) = [toField a, toField b, toField c] function
48 toRow (a,b,c,d) = [toField a, toField b, toField c, toField d] function
89 toRow = map toField function
92 toRow (a :. b) = toRow a ++ toRow b function
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/Tests/Readers/
H A DMan.hs33 toRow = Row nullAttr . map simpleCell function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/Tests/Readers/
H A DMan.hs34 toRow = Row nullAttr . map simpleCell function
H A DTxt2Tags.hs56 toRow = Row nullAttr . map simpleCell function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/Format/CSV/
H A DTypes.hs214 toRow = id function
217 toRow (a,b) = fromList [toField a, toField b] function
222 toRow (a,b,c) = fromList [toField a, toField b, toField c] function
229 toRow (a,b,c,d) = fromList [toField a, toField b, toField c, toField d] function
237 toRow (a,b,c,d,e) = fromList [toField a, toField b, toField c, toField d, toField e] function
246toRow (a,b,c,d,e,f) = fromList [toField a, toField b, toField c, toField d, toField e, toField f] function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/Tests/Writers/
H A DMuse.hs375 toRow = Row nullAttr . map simpleCell function
397 toRow = Row nullAttr . map simpleCell function
H A DConTeXt.hs119 toRow = Row nullAttr . map simpleCell function
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/Tests/Writers/
H A DMuse.hs374 toRow = Row nullAttr . map simpleCell function
396 toRow = Row nullAttr . map simpleCell function
H A DConTeXt.hs126 toRow = Row nullAttr . map simpleCell function
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/Tests/Readers/Org/Block/
H A DTable.hs35 toRow = Row nullAttr . map simpleCell function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/Tests/Readers/Org/Block/
H A DTable.hs37 toRow = Row nullAttr . map simpleCell function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hiedb-0.4.0.0/src/HieDb/
H A DTypes.hs73 toRow (ModuleInfo a b c d e f) = toRow (a,b,c,d,e,f) function
156 toRow (RefRow a b c d e f g h) = toRow ((a,b,c):.(d,e,f):.(g,h)) function
175 toRow (DeclRow a b c d e f g) = toRow ((a,b,c,d):.(e,f,g)) function
198 toRow (TypeRef a b c d e f g) = toRow ((a,b,c,d):.(e,f,g)) function
215 toRow (DefRow a b c d e f) = toRow ((a,b,c,d):.(e,f)) function
232 toRow (ExportRow a b c d e f g h) = toRow (a,b,c,d,e,f,g,h) function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/
H A DCSV.hs41 toRow = Row nullAttr . map toplain function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/sqlite-simple-0.4.18.0/test/
H A DParamConv.hs216 toRow (TestTuple a b) = [SQLInteger a, SQLInteger b] function
219 toRow (TestTuple2 a b) = [SQLText a, SQLText b] function
/dports/www/mediawiki135/mediawiki-1.35.5/includes/block/Restriction/
H A DRestriction.php83 public function toRow(); function
H A DAbstractRestriction.php109 public function toRow() { function in MediaWiki\\Block\\Restriction\\AbstractRestriction
/dports/www/mediawiki136/mediawiki-1.36.3/includes/block/Restriction/
H A DRestriction.php83 public function toRow(); function
H A DAbstractRestriction.php109 public function toRow() { function in MediaWiki\\Block\\Restriction\\AbstractRestriction
/dports/www/mediawiki137/mediawiki-1.37.1/includes/block/Restriction/
H A DRestriction.php83 public function toRow(); function
H A DAbstractRestriction.php109 public function toRow() { function in MediaWiki\\Block\\Restriction\\AbstractRestriction
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/
H A DCSV.hs41 toRow = Row nullAttr . map toplain function
/dports/net-im/ruqola/ruqola-1.6.1/src/widgets/room/delegate/
H A Dtextselection.h56 int toRow; member
/dports/deskutils/charmtimetracker/Charm-1.12.0/Charm/Widgets/
H A DMonthlyTimesheet.cpp139 static QDomElement addTblHdr(QDomElement &toRow, const QString &text) in addTblHdr()
148 static QDomElement addTblCell(QDomElement &toRow, const QString &text) in addTblCell()
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/
H A DTypes.hs45 toRow (SymbolPosition a b) = toRow (a, b) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/
H A DTypes.hs45 toRow (SymbolPosition a b) = toRow (a, b) function

123456