Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorJupyterDocumentEngine

final class PhabricatorJupyterDocumentEngine
Phabricator Technical Documentation (Files)

This class is not documented.

Methods

final public function setViewer($viewer)
Inherited

This method is not documented.
Parameters
PhabricatorUser$viewer
Return
wild

final public function getViewer()
Inherited

This method is not documented.
Return
wild

final public function setHighlightedLines($highlighted_lines)
Inherited

This method is not documented.
Parameters
array$highlighted_lines
Return
wild

final public function getHighlightedLines()
Inherited

This method is not documented.
Return
wild

final public function canRenderDocument($ref)
Inherited

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

public function canDiffDocuments($uref, $vref)

This method is not documented.
Parameters
PhabricatorDocumentRef$uref
PhabricatorDocumentRef$vref
Return
wild

public function newBlockDiffViews($uref, $ublock, $vref, $vblock)

This method is not documented.
Parameters
PhabricatorDocumentRef$uref
PhabricatorDocumentEngineBlock$ublock
PhabricatorDocumentRef$vref
PhabricatorDocumentEngineBlock$vblock
Return
wild

public function newBlockContentView($ref, $block)

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
PhabricatorDocumentEngineBlock$block
Return
wild

public function newEngineBlocks($uref, $vref)

This method is not documented.
Parameters
PhabricatorDocumentRef$uref
PhabricatorDocumentRef$vref
Return
wild

public function canConfigureEncoding($ref)
Inherited

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

public function canConfigureHighlighting($ref)
Inherited

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

public function canBlame($ref)
Inherited

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

final public function setEncodingConfiguration($config)
Inherited

This method is not documented.
Parameters
$config
Return
wild

final public function getEncodingConfiguration()
Inherited

This method is not documented.
Return
wild

final public function setHighlightingConfiguration($config)
Inherited

This method is not documented.
Parameters
$config
Return
wild

final public function getHighlightingConfiguration()
Inherited

This method is not documented.
Return
wild

final public function setBlameConfiguration($blame_configuration)
Inherited

This method is not documented.
Parameters
$blame_configuration
Return
wild

final public function getBlameConfiguration()
Inherited

This method is not documented.
Return
wild

final protected function getBlameEnabled()
Inherited

This method is not documented.
Return
wild

public function shouldRenderAsync($ref)

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

protected function canRenderDocumentType($ref)

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

final public function newDocument($ref)
Inherited

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

final public function newDocumentIcon($ref)
Inherited

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

protected function newDocumentContent($ref)

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

protected function getDocumentIconIcon($ref)

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

protected function getDocumentRenderingText($ref)

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

final public function getDocumentEngineKey()
Inherited

This method is not documented.
Return
wild

final public static function getAllEngines()
Inherited

This method is not documented.
Return
wild

final public function newSortVector($ref)
Inherited

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

protected function getContentScore($ref)

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

public function getViewAsLabel($ref)

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

public function getViewAsIconIcon($ref)
Inherited

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

public function getViewAsIconColor($ref)
Inherited

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

final public static function getEnginesForRef($viewer, $ref)
Inherited

This method is not documented.
Parameters
PhabricatorUser$viewer
PhabricatorDocumentRef$ref
Return
wild

protected function getByteLengthLimit()
Inherited

This method is not documented.
Return
wild

protected function canRenderCompleteDocument($ref)
Inherited

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

protected function canRenderPartialDocument($ref)
Inherited

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

protected function newMessage($message)
Inherited

This method is not documented.
Parameters
$message
Return
wild

final public function newLoadingContent($ref)
Inherited

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

private function newCellContainer($cell_content)

This method is not documented.
Parameters
$cell_content
Return
wild

private function newProseDiffCell($diff, $mask)

This method is not documented.
Parameters
PhutilProseDiff$diff
array$mask
Return
wild

private function newDiffBlocks($ref)

This method is not documented.
Parameters
PhabricatorDocumentRef$ref
Return
wild

private function newCells($content, $for_diff)

This method is not documented.
Parameters
$content
$for_diff
Return
wild

private function renderJupyterCell($viewer, $cell)

This method is not documented.
Parameters
PhabricatorUser$viewer
array$cell
Return
wild

private function newJupyterCell($label, $content, $classes)

This method is not documented.
Parameters
$label
$content
$classes
Return
wild

private function renderJupyterCellContent($viewer, $cell)

This method is not documented.
Parameters
PhabricatorUser$viewer
array$cell
Return
wild

private function newRawCell($content)

This method is not documented.
Parameters
$content
Return
wild

private function newMarkdownCell($cell)

This method is not documented.
Parameters
array$cell
Return
wild

private function newCodeCell($cell)

This method is not documented.
Parameters
array$cell
Return
wild

private function newCodeLineCell($cell, $content)

This method is not documented.
Parameters
array$cell
$content
Return
wild

private function newCodeOutputCell($cell)

This method is not documented.
Parameters
array$cell
Return
wild

private function newOutput($output)

This method is not documented.
Parameters
array$output
Return
wild

private function newCellLabel($cell)

This method is not documented.
Parameters
array$cell
Return
wild

private function highlightLines($lines, $force_language)

This method is not documented.
Parameters
array$lines
$force_language
Return
wild