Home
last modified time | relevance | path

Searched refs:mknode (Results 1 – 25 of 122) sorted by relevance

12345

/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/
H A DDocx.hs735 , mknode "w:pPr" []
785 [mknode "w:sdt" [] [
793 mknode "w:p" [] (
999 mknode "w:p" [] $ mknode "w:r" [] $ mknode "w:pict" []
1027 let emptyCell' = [Elem $ mknode "w:p" [] [mknode "w:pPr" [] [compactStyle]]]
1054 mknode "w:tbl" []
1226 mknode "w:r" []
1227 (mknode "w:t"
1246 , mknode "w:r" []
1348 mknode "w:r" []
[all …]
H A DOOXML.hs13 module Text.Pandoc.Writers.OOXML ( mknode
39 mknode :: Node t => String -> [(String,String)] -> t -> Element
40 mknode s attrs = function
44 mktnode s attrs = mknode s attrs . T.unpack
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/
H A DDocx.hs648 , mknode "w:pPr" []
698 [mknode "w:sdt" [] [
706 mknode "w:p" [] (
835 return $ num ++ [Elem $ mknode "w:r" [] [mknode "w:tab" [] ()]]
923 mknode "w:p" [] $ mknode "w:r" [] $ mknode "w:pict" []
1058 mknode "w:r" []
1059 (mknode "w:t"
1078 , mknode "w:r" []
1079 [ mknode "w:rPr" []
1180 mknode "w:r" []
[all …]
H A DOOXML.hs13 module Text.Pandoc.Writers.OOXML ( mknode
39 mknode :: Node t => Text -> [(Text,Text)] -> t -> Element
40 mknode s attrs = function
44 mktnode s attrs = mknode s attrs
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/Powerpoint/
H A DOutput.hs648 mknode "p:sp" [] [ mknode "p:nvSpPr" []
804 return [Elem $ mknode "a:r" [] [ mknode "a:rPr" attrs propContents
988 let emptyCell' = [mknode "a:p" [] [mknode "a:pPr" [] ()]]
1077 [mknode "a:bodyPr" [] (), mknode "a:lstStyle" [] ()] <>
1213 mknode "p:sp" []
1249 mknode "p:sp" []
1265 mknode "p:sp" []
1283 , mknode "a:p" []
1305 mknode "p:notes"
1755 mknode "Default"
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/Powerpoint/
H A DOutput.hs851 mknode "p:sp" [] [ mknode "p:nvSpPr" []
1015 return [Elem $ mknode "a:r" [] [ mknode "a:rPr" attrs propContents
1202 let emptyCell' = [mknode "a:p" [] [mknode "a:pPr" [] ()]]
1291 [mknode "a:bodyPr" [] (), mknode "a:lstStyle" [] ()] <>
1427 mknode "p:sp" []
1463 mknode "p:sp" []
1479 mknode "p:sp" []
1497 , mknode "a:p" []
1519 mknode "p:notes"
1966 mknode "Default"
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/Docx/
H A DTable.hs77 let tbl = mknode "w:tbl" []
78 ( mknode "w:tblPr" []
80 mknode "w:tblW" tblWattr () :
92 : mknode "w:tblGrid" [] gridCols
195 HeadRow -> (mknode "w:trPr" []
207 return $ mknode "w:tc" []
208 [ mknode "w:tcPr" [] [ mknode "w:gridSpan" [("w:val", tshow colspan)] ()
210 , mknode "w:p" [] [mknode "w:pPr" [] ()]]
217 return . mknode "w:tc" [] $
219 (mknode "w:tcPr" [] ([ mknode "w:gridSpan" [("w:val", tshow colspan)] ()
[all …]
H A DTypes.hs156 defaultFootnotes = [ mknode "w:footnote"
158 [ mknode "w:p" []
159 [mknode "w:r" []
160 [ mknode "w:separator" [] ()]]]
161 , mknode "w:footnote"
163 [ mknode "w:p" []
164 [ mknode "w:r" []
165 [ mknode "w:continuationSeparator" [] ()]]]]
171 return $ mknode "w:pStyle" [("w:val", fromStyleId sty')] ()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/src/test/java/org/apache/hadoop/registry/operations/
H A DTestRegistryOperations.java166 operations.mknode(path, true); in testPutMinimalRecord()
185 operations.mknode(empty, false); in testStatDirectory()
191 operations.mknode("/", false); in testStatRootPath()
206 operations.mknode(empty, false); in testLsRootPath()
213 operations.mknode(empty, false); in testResolvePathThatHasNoEntry()
270 operations.mknode(path, true); in testListListFully()
313 operations.mknode(home, true); in testComplexUsernames()
314 operations.mknode( in testComplexUsernames()
318 operations.mknode( in testComplexUsernames()
321 operations.mknode( in testComplexUsernames()
[all …]
/dports/security/nmap/nmap-7.91/nsock/tests/
H A Dghlists.c30 static gh_lnode_t *mknode(unsigned int val) { in mknode() function
55 gh_list_append(&lists[i], mknode(num)); in ghlist_stress()
61 gh_list_prepend(&lists[i], mknode(num)); in ghlist_stress()
87 gh_list_prepend(&lists[i], mknode(num)); in ghlist_stress()
93 gh_list_append(&lists[i], mknode(num)); in ghlist_stress()
112 gh_list_append(&lists[i], mknode(num)); in ghlist_stress()
117 gh_list_prepend(&lists[i], mknode(num)); in ghlist_stress()
135 gh_list_prepend(&lists[i], mknode(num)); in ghlist_stress()
140 gh_list_append(&lists[i], mknode(num)); in ghlist_stress()
H A Dghheaps.c29 static gh_hnode_t *mknode(int val) { in mknode() function
53 gh_heap_push(&heap, mknode(i)); in ghheap_ordering()
56 gh_heap_push(&heap, mknode(i)); in ghheap_ordering()
59 gh_heap_push(&heap, mknode(i)); in ghheap_ordering()
88 gh_heap_push(&heaps[i], mknode(num)); in ghheap_stress()
94 gh_heap_push(&heaps[i], mknode(num)); in ghheap_stress()
/dports/security/ncrack/ncrack-0.7/nsock/tests/
H A Dghlists.c30 static gh_lnode_t *mknode(unsigned int val) { in mknode() function
55 gh_list_append(&lists[i], mknode(num)); in ghlist_stress()
61 gh_list_prepend(&lists[i], mknode(num)); in ghlist_stress()
87 gh_list_prepend(&lists[i], mknode(num)); in ghlist_stress()
93 gh_list_append(&lists[i], mknode(num)); in ghlist_stress()
112 gh_list_append(&lists[i], mknode(num)); in ghlist_stress()
117 gh_list_prepend(&lists[i], mknode(num)); in ghlist_stress()
135 gh_list_prepend(&lists[i], mknode(num)); in ghlist_stress()
140 gh_list_append(&lists[i], mknode(num)); in ghlist_stress()
H A Dghheaps.c29 static gh_hnode_t *mknode(int val) { in mknode() function
53 gh_heap_push(&heap, mknode(i)); in ghheap_ordering()
56 gh_heap_push(&heap, mknode(i)); in ghheap_ordering()
59 gh_heap_push(&heap, mknode(i)); in ghheap_ordering()
88 gh_heap_push(&heaps[i], mknode(num)); in ghheap_stress()
94 gh_heap_push(&heaps[i], mknode(num)); in ghheap_stress()
/dports/emulators/z80pack/z80pack-1.37/z80asm/
H A Dz80anum.c60 static int mknode(int, int, int, int);
484 n1 = mknode('~', T_NODE, n2, 0); in expr_factor()
490 n1 = mknode('*', T_NODE, mknode('N', T_VALUE, 1, 0), n2); in expr_factor()
496 n1 = mknode('*', T_NODE, mknode('N', T_VALUE, -1, 0), n2); in expr_factor()
500 n1 = mknode('N', T_VALUE, value, 0); in expr_factor()
524 n1 = mknode(t, T_NODE, n1, n2); in expr_term()
548 n1 = mknode(t, T_NODE, n1, n2); in expr_simple()
572 n1 = mknode(t, T_NODE, n1, n2); in expr_shift()
596 n1 = mknode(t, T_NODE, n1, n2); in expr_and()
619 n1 = mknode(t, T_NODE, n1, n2); in expr_xor()
[all …]
/dports/lang/ocaml/ocaml-4.05.0/typing/
H A Dident.ml107 let mknode l d r =
120 mknode ll ld (mknode lr d r)
122 mknode (mknode ll ld lrl) lrd (mknode lrr d r)
129 mknode (mknode l d rl) rd rr
131 mknode (mknode l d rll) rld (mknode rlr rd rr)
134 mknode l d r
/dports/lang/ocaml-nox11/ocaml-4.05.0/typing/
H A Dident.ml107 let mknode l d r =
120 mknode ll ld (mknode lr d r)
122 mknode (mknode ll ld lrl) lrd (mknode lrr d r)
129 mknode (mknode l d rl) rd rr
131 mknode (mknode l d rll) rld (mknode rlr rd rr)
134 mknode l d r
/dports/devel/stack/stack-2.7.3/_cabal_deps/tar-0.5.1.1/Codec/Archive/Tar/Index/
H A DIntTrie.hs123 mknode k t = (fromEnum k, TrieNode t) function
126 example2 = mktrie [ mknode 1 t1 ]
128 t1 = mktrie [ mkleaf 2 512, mkleaf 3 2048, mknode 4 t2 ]
133 example2' = mktrie [ mknode 0 t1 ]
135 t1 = mktrie [ mknode 3 t2 ]
136 t2 = mktrie [ mknode 1 t3, mknode 2 t4 ]
151 example2'' = mktrie [ mknode 1 t1, mknode 2 t2 ]
157 example2''' = mktrie [ mknode 0 t3 ]
159 t3 = mktrie [ mknode 4 t8, mknode 6 t11 ]
160 t8 = mktrie [ mknode 1 t14 ]
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/tar-0.5.1.1/Codec/Archive/Tar/Index/
H A DIntTrie.hs123 mknode k t = (fromEnum k, TrieNode t) function
126 example2 = mktrie [ mknode 1 t1 ]
128 t1 = mktrie [ mkleaf 2 512, mkleaf 3 2048, mknode 4 t2 ]
133 example2' = mktrie [ mknode 0 t1 ]
135 t1 = mktrie [ mknode 3 t2 ]
136 t2 = mktrie [ mknode 1 t3, mknode 2 t4 ]
151 example2'' = mktrie [ mknode 1 t1, mknode 2 t2 ]
157 example2''' = mktrie [ mknode 0 t3 ]
159 t3 = mktrie [ mknode 4 t8, mknode 6 t11 ]
160 t8 = mktrie [ mknode 1 t14 ]
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/tar-0.5.1.1/Codec/Archive/Tar/Index/
H A DIntTrie.hs123 mknode k t = (fromEnum k, TrieNode t) function
126 example2 = mktrie [ mknode 1 t1 ]
128 t1 = mktrie [ mkleaf 2 512, mkleaf 3 2048, mknode 4 t2 ]
133 example2' = mktrie [ mknode 0 t1 ]
135 t1 = mktrie [ mknode 3 t2 ]
136 t2 = mktrie [ mknode 1 t3, mknode 2 t4 ]
151 example2'' = mktrie [ mknode 1 t1, mknode 2 t2 ]
157 example2''' = mktrie [ mknode 0 t3 ]
159 t3 = mktrie [ mknode 4 t8, mknode 6 t11 ]
160 t8 = mktrie [ mknode 1 t14 ]
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/tar-0.5.1.1/Codec/Archive/Tar/Index/
H A DIntTrie.hs123 mknode k t = (fromEnum k, TrieNode t) function
126 example2 = mktrie [ mknode 1 t1 ]
128 t1 = mktrie [ mkleaf 2 512, mkleaf 3 2048, mknode 4 t2 ]
133 example2' = mktrie [ mknode 0 t1 ]
135 t1 = mktrie [ mknode 3 t2 ]
136 t2 = mktrie [ mknode 1 t3, mknode 2 t4 ]
151 example2'' = mktrie [ mknode 1 t1, mknode 2 t2 ]
157 example2''' = mktrie [ mknode 0 t3 ]
159 t3 = mktrie [ mknode 4 t8, mknode 6 t11 ]
160 t8 = mktrie [ mknode 1 t14 ]
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/tar-0.5.1.1/Codec/Archive/Tar/Index/
H A DIntTrie.hs123 mknode k t = (fromEnum k, TrieNode t) function
126 example2 = mktrie [ mknode 1 t1 ]
128 t1 = mktrie [ mkleaf 2 512, mkleaf 3 2048, mknode 4 t2 ]
133 example2' = mktrie [ mknode 0 t1 ]
135 t1 = mktrie [ mknode 3 t2 ]
136 t2 = mktrie [ mknode 1 t3, mknode 2 t4 ]
151 example2'' = mktrie [ mknode 1 t1, mknode 2 t2 ]
157 example2''' = mktrie [ mknode 0 t3 ]
159 t3 = mktrie [ mknode 4 t8, mknode 6 t11 ]
160 t8 = mktrie [ mknode 1 t14 ]
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/tar-0.5.1.1/Codec/Archive/Tar/Index/
H A DIntTrie.hs123 mknode k t = (fromEnum k, TrieNode t) function
126 example2 = mktrie [ mknode 1 t1 ]
128 t1 = mktrie [ mkleaf 2 512, mkleaf 3 2048, mknode 4 t2 ]
133 example2' = mktrie [ mknode 0 t1 ]
135 t1 = mktrie [ mknode 3 t2 ]
136 t2 = mktrie [ mknode 1 t3, mknode 2 t4 ]
151 example2'' = mktrie [ mknode 1 t1, mknode 2 t2 ]
157 example2''' = mktrie [ mknode 0 t3 ]
159 t3 = mktrie [ mknode 4 t8, mknode 6 t11 ]
160 t8 = mktrie [ mknode 1 t14 ]
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/src/test/java/org/apache/hadoop/registry/secure/
H A DTestSecureRMRegistryOperations.java123 operations.mknode(PATH_SYSTEM_SERVICES + "hdfs", in testZookeeperCanWriteUnderSystem()
167 assertFalse("mknode(/)", operations.mknode("/", false)); in testAnonNoWriteAccessOffRoot()
181 operations.mknode(path, false); in expectMkNodeFailure()
246 operations.mknode(path, false); in testUserZookeeperHomePathAccess()
285 registryAdmin.mknode(base, false); in testDigestAccess()
311 operations.mknode(base + "/subdir", false); in testDigestAccess()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/src/test/java/org/apache/hadoop/registry/integration/
H A DTestRegistryRMOperations.java115 operations.mknode(RegistryPathUtils.parentOf(path), true); in testPurgeEntryCuratorCallback()
158 operations.mknode(RegistryPathUtils.parentOf(path), true); in testAsyncPurgeEntry()
206 operations.mknode(RegistryPathUtils.parentOf(path), true); in testPutGetContainerPersistenceServiceEntry()
248 operations.mknode(USERPATH, false); in testCreateComplexApplication()
251 operations.mknode(componentsPath, false); in testCreateComplexApplication()
287 operations.mknode(componentsPath + "subdir", false); in testCreateComplexApplication()
/dports/devel/py-guppy3/guppy3-3.1.2/guppy/gsl/
H A DHtml.py125 mknode = self.mod.node_of_taci
129 mknode('meta', '',
130 [mknode('name=', tag),
131 mknode('content=', node.arg, node.children)]))
230 mknode = self.mod.node_of_taci
233 lang = mknode('document_lang', 'en')

12345