Home
last modified time | relevance | path

Searched refs:Fragment (Results 1 – 25 of 9618) sorted by relevance

12345678910>>...385

/dports/devel/stack/stack-2.7.3/_cabal_deps/tls-1.5.5/Network/TLS/Record/
H A DTypes.hs22 , Fragment
50 newtype Fragment a = Fragment { fragmentGetBytes :: ByteString } deriving (Show,Eq) constructor
57 fragmentPlaintext bytes = Fragment bytes
60 fragmentCompressed bytes = Fragment bytes
63 fragmentCiphertext bytes = Fragment bytes
65 onRecordFragment :: Record a -> (Fragment a -> RecordM (Fragment b)) -> RecordM (Record b)
68 fragmentMap :: (ByteString -> RecordM ByteString) -> Fragment a -> RecordM (Fragment b)
69 fragmentMap f (Fragment b) = Fragment <$> f b
72 fragmentCompress :: (ByteString -> RecordM ByteString) -> Fragment Plaintext -> RecordM (Fragment C…
76 fragmentCipher :: (ByteString -> RecordM ByteString) -> Fragment Compressed -> RecordM (Fragment Ci…
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/tls-1.5.4/Network/TLS/Record/
H A DTypes.hs22 , Fragment
50 newtype Fragment a = Fragment { fragmentGetBytes :: ByteString } deriving (Show,Eq) function
57 fragmentPlaintext bytes = Fragment bytes
60 fragmentCompressed bytes = Fragment bytes
63 fragmentCiphertext bytes = Fragment bytes
65 onRecordFragment :: Record a -> (Fragment a -> RecordM (Fragment b)) -> RecordM (Record b)
68 fragmentMap :: (ByteString -> RecordM ByteString) -> Fragment a -> RecordM (Fragment b)
69 fragmentMap f (Fragment b) = Fragment <$> f b
72 fragmentCompress :: (ByteString -> RecordM ByteString) -> Fragment Plaintext -> RecordM (Fragment C…
76 fragmentCipher :: (ByteString -> RecordM ByteString) -> Fragment Compressed -> RecordM (Fragment Ci…
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/tls-1.5.4/Network/TLS/Record/
H A DTypes.hs22 , Fragment
50 newtype Fragment a = Fragment { fragmentGetBytes :: ByteString } deriving (Show,Eq) function
57 fragmentPlaintext bytes = Fragment bytes
60 fragmentCompressed bytes = Fragment bytes
63 fragmentCiphertext bytes = Fragment bytes
65 onRecordFragment :: Record a -> (Fragment a -> RecordM (Fragment b)) -> RecordM (Record b)
68 fragmentMap :: (ByteString -> RecordM ByteString) -> Fragment a -> RecordM (Fragment b)
69 fragmentMap f (Fragment b) = Fragment <$> f b
72 fragmentCompress :: (ByteString -> RecordM ByteString) -> Fragment Plaintext -> RecordM (Fragment C…
76 fragmentCipher :: (ByteString -> RecordM ByteString) -> Fragment Compressed -> RecordM (Fragment Ci…
[all …]
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/tls-1.5.4/Network/TLS/Record/
H A DTypes.hs22 , Fragment
50 newtype Fragment a = Fragment { fragmentGetBytes :: ByteString } deriving (Show,Eq) type
57 fragmentPlaintext bytes = Fragment bytes
60 fragmentCompressed bytes = Fragment bytes
63 fragmentCiphertext bytes = Fragment bytes
65 onRecordFragment :: Record a -> (Fragment a -> RecordM (Fragment b)) -> RecordM (Record b)
68 fragmentMap :: (ByteString -> RecordM ByteString) -> Fragment a -> RecordM (Fragment b)
69 fragmentMap f (Fragment b) = Fragment <$> f b
72 fragmentCompress :: (ByteString -> RecordM ByteString) -> Fragment Plaintext -> RecordM (Fragment C…
76 fragmentCipher :: (ByteString -> RecordM ByteString) -> Fragment Compressed -> RecordM (Fragment Ci…
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/tls-1.5.5/Network/TLS/Record/
H A DTypes.hs22 , Fragment
50 newtype Fragment a = Fragment { fragmentGetBytes :: ByteString } deriving (Show,Eq) function
57 fragmentPlaintext bytes = Fragment bytes
60 fragmentCompressed bytes = Fragment bytes
63 fragmentCiphertext bytes = Fragment bytes
65 onRecordFragment :: Record a -> (Fragment a -> RecordM (Fragment b)) -> RecordM (Record b)
68 fragmentMap :: (ByteString -> RecordM ByteString) -> Fragment a -> RecordM (Fragment b)
69 fragmentMap f (Fragment b) = Fragment <$> f b
72 fragmentCompress :: (ByteString -> RecordM ByteString) -> Fragment Plaintext -> RecordM (Fragment C…
76 fragmentCipher :: (ByteString -> RecordM ByteString) -> Fragment Compressed -> RecordM (Fragment Ci…
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/tls-1.5.5/Network/TLS/Record/
H A DTypes.hs22 , Fragment
50 newtype Fragment a = Fragment { fragmentGetBytes :: ByteString } deriving (Show,Eq) function
57 fragmentPlaintext bytes = Fragment bytes
60 fragmentCompressed bytes = Fragment bytes
63 fragmentCiphertext bytes = Fragment bytes
65 onRecordFragment :: Record a -> (Fragment a -> RecordM (Fragment b)) -> RecordM (Record b)
68 fragmentMap :: (ByteString -> RecordM ByteString) -> Fragment a -> RecordM (Fragment b)
69 fragmentMap f (Fragment b) = Fragment <$> f b
72 fragmentCompress :: (ByteString -> RecordM ByteString) -> Fragment Plaintext -> RecordM (Fragment C…
76 fragmentCipher :: (ByteString -> RecordM ByteString) -> Fragment Compressed -> RecordM (Fragment Ci…
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/tls-1.5.4/Network/TLS/Record/
H A DTypes.hs22 , Fragment
50 newtype Fragment a = Fragment { fragmentGetBytes :: ByteString } deriving (Show,Eq) function
57 fragmentPlaintext bytes = Fragment bytes
60 fragmentCompressed bytes = Fragment bytes
63 fragmentCiphertext bytes = Fragment bytes
65 onRecordFragment :: Record a -> (Fragment a -> RecordM (Fragment b)) -> RecordM (Record b)
68 fragmentMap :: (ByteString -> RecordM ByteString) -> Fragment a -> RecordM (Fragment b)
69 fragmentMap f (Fragment b) = Fragment <$> f b
72 fragmentCompress :: (ByteString -> RecordM ByteString) -> Fragment Plaintext -> RecordM (Fragment C…
76 fragmentCipher :: (ByteString -> RecordM ByteString) -> Fragment Compressed -> RecordM (Fragment Ci…
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/tls-1.5.4/Network/TLS/Record/
H A DTypes.hs22 , Fragment
50 newtype Fragment a = Fragment { fragmentGetBytes :: ByteString } deriving (Show,Eq) constructor
57 fragmentPlaintext bytes = Fragment bytes
60 fragmentCompressed bytes = Fragment bytes
63 fragmentCiphertext bytes = Fragment bytes
65 onRecordFragment :: Record a -> (Fragment a -> RecordM (Fragment b)) -> RecordM (Record b)
68 fragmentMap :: (ByteString -> RecordM ByteString) -> Fragment a -> RecordM (Fragment b)
69 fragmentMap f (Fragment b) = Fragment <$> f b
72 fragmentCompress :: (ByteString -> RecordM ByteString) -> Fragment Plaintext -> RecordM (Fragment C…
76 fragmentCipher :: (ByteString -> RecordM ByteString) -> Fragment Compressed -> RecordM (Fragment Ci…
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/tls-1.5.4/Network/TLS/Record/
H A DTypes.hs22 , Fragment
50 newtype Fragment a = Fragment { fragmentGetBytes :: ByteString } deriving (Show,Eq) function
57 fragmentPlaintext bytes = Fragment bytes
60 fragmentCompressed bytes = Fragment bytes
63 fragmentCiphertext bytes = Fragment bytes
65 onRecordFragment :: Record a -> (Fragment a -> RecordM (Fragment b)) -> RecordM (Record b)
68 fragmentMap :: (ByteString -> RecordM ByteString) -> Fragment a -> RecordM (Fragment b)
69 fragmentMap f (Fragment b) = Fragment <$> f b
72 fragmentCompress :: (ByteString -> RecordM ByteString) -> Fragment Plaintext -> RecordM (Fragment C…
76 fragmentCipher :: (ByteString -> RecordM ByteString) -> Fragment Compressed -> RecordM (Fragment Ci…
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/tls-1.5.5/Network/TLS/Record/
H A DTypes.hs22 , Fragment
50 newtype Fragment a = Fragment { fragmentGetBytes :: ByteString } deriving (Show,Eq) constructor
57 fragmentPlaintext bytes = Fragment bytes
60 fragmentCompressed bytes = Fragment bytes
63 fragmentCiphertext bytes = Fragment bytes
65 onRecordFragment :: Record a -> (Fragment a -> RecordM (Fragment b)) -> RecordM (Record b)
68 fragmentMap :: (ByteString -> RecordM ByteString) -> Fragment a -> RecordM (Fragment b)
69 fragmentMap f (Fragment b) = Fragment <$> f b
72 fragmentCompress :: (ByteString -> RecordM ByteString) -> Fragment Plaintext -> RecordM (Fragment C…
76 fragmentCipher :: (ByteString -> RecordM ByteString) -> Fragment Compressed -> RecordM (Fragment Ci…
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/tls-1.5.4/Network/TLS/Record/
H A DTypes.hs22 , Fragment
50 newtype Fragment a = Fragment { fragmentGetBytes :: ByteString } deriving (Show,Eq) constructor
57 fragmentPlaintext bytes = Fragment bytes
60 fragmentCompressed bytes = Fragment bytes
63 fragmentCiphertext bytes = Fragment bytes
65 onRecordFragment :: Record a -> (Fragment a -> RecordM (Fragment b)) -> RecordM (Record b)
68 fragmentMap :: (ByteString -> RecordM ByteString) -> Fragment a -> RecordM (Fragment b)
69 fragmentMap f (Fragment b) = Fragment <$> f b
72 fragmentCompress :: (ByteString -> RecordM ByteString) -> Fragment Plaintext -> RecordM (Fragment C…
76 fragmentCipher :: (ByteString -> RecordM ByteString) -> Fragment Compressed -> RecordM (Fragment Ci…
[all …]
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/tls-1.5.4/Network/TLS/Record/
H A DTypes.hs22 , Fragment
50 newtype Fragment a = Fragment { fragmentGetBytes :: ByteString } deriving (Show,Eq) function
57 fragmentPlaintext bytes = Fragment bytes
60 fragmentCompressed bytes = Fragment bytes
63 fragmentCiphertext bytes = Fragment bytes
65 onRecordFragment :: Record a -> (Fragment a -> RecordM (Fragment b)) -> RecordM (Record b)
68 fragmentMap :: (ByteString -> RecordM ByteString) -> Fragment a -> RecordM (Fragment b)
69 fragmentMap f (Fragment b) = Fragment <$> f b
72 fragmentCompress :: (ByteString -> RecordM ByteString) -> Fragment Plaintext -> RecordM (Fragment C…
76 fragmentCipher :: (ByteString -> RecordM ByteString) -> Fragment Compressed -> RecordM (Fragment Ci…
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/tls-1.5.5/Network/TLS/Record/
H A DTypes.hs22 , Fragment
50 newtype Fragment a = Fragment { fragmentGetBytes :: ByteString } deriving (Show,Eq) function
57 fragmentPlaintext bytes = Fragment bytes
60 fragmentCompressed bytes = Fragment bytes
63 fragmentCiphertext bytes = Fragment bytes
65 onRecordFragment :: Record a -> (Fragment a -> RecordM (Fragment b)) -> RecordM (Record b)
68 fragmentMap :: (ByteString -> RecordM ByteString) -> Fragment a -> RecordM (Fragment b)
69 fragmentMap f (Fragment b) = Fragment <$> f b
72 fragmentCompress :: (ByteString -> RecordM ByteString) -> Fragment Plaintext -> RecordM (Fragment C…
76 fragmentCipher :: (ByteString -> RecordM ByteString) -> Fragment Compressed -> RecordM (Fragment Ci…
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/tls-1.5.5/Network/TLS/Record/
H A DTypes.hs22 , Fragment
50 newtype Fragment a = Fragment { fragmentGetBytes :: ByteString } deriving (Show,Eq) function
57 fragmentPlaintext bytes = Fragment bytes
60 fragmentCompressed bytes = Fragment bytes
63 fragmentCiphertext bytes = Fragment bytes
65 onRecordFragment :: Record a -> (Fragment a -> RecordM (Fragment b)) -> RecordM (Record b)
68 fragmentMap :: (ByteString -> RecordM ByteString) -> Fragment a -> RecordM (Fragment b)
69 fragmentMap f (Fragment b) = Fragment <$> f b
72 fragmentCompress :: (ByteString -> RecordM ByteString) -> Fragment Plaintext -> RecordM (Fragment C…
76 fragmentCipher :: (ByteString -> RecordM ByteString) -> Fragment Compressed -> RecordM (Fragment Ci…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/front_end/ui/
H A DFragment_test.ts13 const fragment = new UI.Fragment.Fragment(testEl);
18 const build = UI.Fragment.Fragment.build(['<p>', '</p>'], 'Test Text');
23 const build = UI.Fragment.Fragment.build(['<p $="testID">Test Text</p>']);
29 const cached = UI.Fragment.Fragment.cached(['<p>', '</p>'], 'Test Text');
34 const build = UI.Fragment.Fragment.build(['<', '>'], 'p');
41 const build = UI.Fragment.Fragment.build(['a', 'b'], 'testText');
46 const build = UI.Fragment.Fragment.build(['<p align="center">', '</p>'], 'Test Text');
52 const build = UI.Fragment.Fragment.build(['<p $>', '</p>'], 'Test Text');
57 …const build = UI.Fragment.Fragment.build(['<p template-attribute0>', '</p>'], 'testAttribute', 'Te…
/dports/textproc/p5-PPI-HTML/PPI-HTML-1.08/lib/PPI/
H A DHTML.pm53 use PPI::HTML::Fragment ();
208 my $Fragment = PPI::HTML::Fragment->new( "\n" ) or return undef;
232 my $Fragment = PPI::HTML::Fragment->new( $string, $css_class ) or return ();
233 push @fragments, $Fragment;
254 my $Fragment = PPI::HTML::Fragment->new( $Token->content,
257 $Fragment;
293 $html .= $Fragment->html;
328 if ( $Fragment->css and $fragments[-1]->css and $Fragment->css eq $fragments[-1]->css ) {
331 push @fragments, $Fragment;
337 my $css = $Fragment->css or next;
[all …]
/dports/science/opsin/dan2097-opsin-9b25f7546b67/opsin-core/src/test/java/uk/ac/cam/ch/wwmm/opsin/
H A DSMILESWriterTest.java25 Fragment f = fm.buildSMILES("C"); in testRoundTrip1()
33 Fragment f = fm.buildSMILES("C#N"); in testRoundTrip2()
49 Fragment f = fm.buildSMILES("O=C=O"); in testRoundTrip4()
57 Fragment f = fm.buildSMILES("CCN(CC)CC"); in testRoundTrip5()
65 Fragment f = fm.buildSMILES("CC(=O)O"); in testRoundTrip6()
73 Fragment f = fm.buildSMILES("C1CCCCC1"); in testRoundTrip7()
124 Fragment f = fm.buildSMILES("[S]"); in testOrganic1()
131 Fragment f = fm.buildSMILES("[S][H]"); in testOrganic2()
194 Fragment f = fm.buildSMILES("[CH3+]"); in testCharged1()
202 Fragment f = fm.buildSMILES("[Mg+2]"); in testCharged2()
[all …]
/dports/lang/maude/maude-2.7.1/src/Utility/
H A Drope.hh59 struct Fragment;
63 Fragment* left;
64 Fragment* right;
82 struct Fragment struct in Rope
103 static Fragment* rebalance(Fragment* fragment);
104 static void addFragment(Fragment* fragment, Fragment* forest[]);
105 static void insertFragment(Fragment* fragment, Fragment* forest[]);
106 static Fragment* rawConcat(Fragment* left, Fragment* right);
115 Fragment* ptr;
170 Fragment* ptr;
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/MC/
H A DMCCodePadder.cpp164 if (CurrPaddingFragment != Fragment && in getJurisdiction()
209 if (!Fragment->isInsertionPoint()) in relaxFragment()
211 uint64_t OldSize = Fragment->getSize(); in relaxFragment()
227 Fragment->setSize(Size); in relaxFragment()
228 Layout.invalidateFragmentsFrom(Fragment); in relaxFragment()
258 Fragment->setSize(OptimalSize); in relaxFragment()
259 Layout.invalidateFragmentsFrom(Fragment); in relaxFragment()
298 for (const MCPaddingFragment *Fragment : Range) { in computeRangePenaltyWeight() local
311 CurrWindowLocation->push_back(Fragment); in computeRangePenaltyWeight()
341 Fragment != nullptr; Fragment = Fragment->getPrevNode()) { in computeFirstWindowPenaltyWeight()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/MC/
H A DMCCodePadder.cpp165 if (CurrPaddingFragment != Fragment && in getJurisdiction()
210 if (!Fragment->isInsertionPoint()) in relaxFragment()
212 uint64_t OldSize = Fragment->getSize(); in relaxFragment()
228 Fragment->setSize(Size); in relaxFragment()
229 Layout.invalidateFragmentsFrom(Fragment); in relaxFragment()
259 Fragment->setSize(OptimalSize); in relaxFragment()
260 Layout.invalidateFragmentsFrom(Fragment); in relaxFragment()
299 for (const MCPaddingFragment *Fragment : Range) { in computeRangePenaltyWeight() local
312 CurrWindowLocation->push_back(Fragment); in computeRangePenaltyWeight()
342 Fragment != nullptr; Fragment = Fragment->getPrevNode()) { in computeFirstWindowPenaltyWeight()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/MC/
H A DMCCodePadder.cpp165 if (CurrPaddingFragment != Fragment && in getJurisdiction()
210 if (!Fragment->isInsertionPoint()) in relaxFragment()
212 uint64_t OldSize = Fragment->getSize(); in relaxFragment()
228 Fragment->setSize(Size); in relaxFragment()
229 Layout.invalidateFragmentsFrom(Fragment); in relaxFragment()
259 Fragment->setSize(OptimalSize); in relaxFragment()
260 Layout.invalidateFragmentsFrom(Fragment); in relaxFragment()
299 for (const MCPaddingFragment *Fragment : Range) { in computeRangePenaltyWeight() local
312 CurrWindowLocation->push_back(Fragment); in computeRangePenaltyWeight()
342 Fragment != nullptr; Fragment = Fragment->getPrevNode()) { in computeFirstWindowPenaltyWeight()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/serde_derive/src/
H A Dfragment.rs11 pub enum Fragment { enum
21 $crate::fragment::Fragment::Expr(quote!($($tt)*))
33 pub struct Expr(pub Fragment);
38 Fragment::Block(ref block) => { in to_tokens()
48 pub struct Stmts(pub Fragment);
60 pub struct Match(pub Fragment);
64 Fragment::Expr(ref expr) => { in to_tokens()
68 Fragment::Block(ref block) => { in to_tokens()
77 impl AsRef<Tokens> for Fragment { implementation
80 Fragment::Expr(ref expr) => expr, in as_ref()
[all …]
/dports/x11/admiral/admiral-1.0.0-7-g5a9f33b/cargo-crates/serde_derive-1.0.27/src/
H A Dfragment.rs11 pub enum Fragment { enum
21 $crate::fragment::Fragment::Expr(quote!($($tt)*))
33 pub struct Expr(pub Fragment);
38 Fragment::Block(ref block) => { in to_tokens()
48 pub struct Stmts(pub Fragment);
60 pub struct Match(pub Fragment);
64 Fragment::Expr(ref expr) => { in to_tokens()
68 Fragment::Block(ref block) => { in to_tokens()
77 impl AsRef<Tokens> for Fragment { implementation
80 Fragment::Expr(ref expr) => expr, in as_ref()
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/serde_derive-1.0.130/src/
H A Dfragment.rs5 pub enum Fragment { enum
15 $crate::fragment::Fragment::Expr(quote!($($tt)*))
27 pub struct Expr(pub Fragment);
32 Fragment::Block(block) => { in to_tokens()
40 pub struct Stmts(pub Fragment);
52 pub struct Match(pub Fragment);
56 Fragment::Expr(expr) => { in to_tokens()
60 Fragment::Block(block) => { in to_tokens()
67 impl AsRef<TokenStream> for Fragment { implementation
70 Fragment::Expr(expr) => expr, in as_ref()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/serde_derive-1.0.114/src/
H A Dfragment.rs5 pub enum Fragment { enum
15 $crate::fragment::Fragment::Expr(quote!($($tt)*))
27 pub struct Expr(pub Fragment);
32 Fragment::Block(block) => { in to_tokens()
40 pub struct Stmts(pub Fragment);
52 pub struct Match(pub Fragment);
56 Fragment::Expr(expr) => { in to_tokens()
60 Fragment::Block(block) => { in to_tokens()
67 impl AsRef<TokenStream> for Fragment { implementation
70 Fragment::Expr(expr) => expr, in as_ref()
[all …]

12345678910>>...385