Home
last modified time | relevance | path

Searched refs:transformBlock (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Threading.Tasks.Dataflow/CoreFxSources/Blocks/
H A DTransformBlock.cs392 public DebugView(TransformBlock<TInput, TOutput> transformBlock) in DebugView() argument
394 … Contract.Requires(transformBlock != null, "Need a block with which to construct the debug view."); in DebugView()
395 _transformBlock = transformBlock; in DebugView()
396 _targetDebuggingInformation = transformBlock._target.GetDebuggingInformation(); in DebugView()
397 _sourceDebuggingInformation = transformBlock._source.GetDebuggingInformation(); in DebugView()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks.Dataflow/src/Blocks/
H A DTransformBlock.cs430 public DebugView(TransformBlock<TInput, TOutput> transformBlock) in DebugView() argument
432 … Debug.Assert(transformBlock != null, "Need a block with which to construct the debug view."); in DebugView()
433 _transformBlock = transformBlock; in DebugView()
434 _targetDebuggingInformation = transformBlock._target.GetDebuggingInformation(); in DebugView()
435 _sourceDebuggingInformation = transformBlock._source.GetDebuggingInformation(); in DebugView()
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/
H A DEPUB.hs429 walkM transformBlock
1120 transformBlock :: PandocMonad m
1123 transformBlock (RawBlock fmt raw) function
1128 transformBlock b = return b function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/
H A DEPUB.hs415 walkM transformBlock
1092 transformBlock :: PandocMonad m
1095 transformBlock (RawBlock fmt raw) function
1100 transformBlock b = return b function
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DIRFactory.java82 return transformBlock(node); in transform()
372 private Node transformBlock(AstNode node) { in transformBlock() method in IRFactory
/dports/lang/nim/nim-1.6.2/compiler/
H A Dtransf.nim237 proc transformBlock(c: PTransf, n: PNode): PNode =
958 result = transformBlock(c, n)
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/admin/static/wagtailadmin/js/
H A Ddraftail.js.map1transformBlock","originalBlockToBeMoved","originalTargetBlock","isExperimentalTreeBlock","isInsert…
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources242770 instanceVariableNames: 'transformBlock'
242776 transformBlock
242777 "Answer the value of transformBlock"
242779 ^ transformBlock! !
242782 transformBlock: anObject
242783 "Set the value of transformBlock"
242785 transformBlock := anObject! !
242794 transformBlock: [:string | string]! !
242800 ^super stringAsObject: (self transformBlock value: aString)! !