/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/ |
H A D | HtmlBlockParser.php |
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/ |
H A D | GoogleCloudVisionV1p3beta1Block.php | 26 public $blockType; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1Block 41 public function setBlockType($blockType) argument 43 $this->blockType = $blockType; 50 return $this->blockType;
|
H A D | GoogleCloudVisionV1p2beta1Block.php | 26 public $blockType; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1Block 41 public function setBlockType($blockType) argument 43 $this->blockType = $blockType; 50 return $this->blockType;
|
H A D | GoogleCloudVisionV1p4beta1Block.php | 26 public $blockType; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1Block 41 public function setBlockType($blockType) argument 43 $this->blockType = $blockType; 50 return $this->blockType;
|
H A D | Block.php | 26 public $blockType; variable in Google\\Service\\Vision\\Block 41 public function setBlockType($blockType) argument 43 $this->blockType = $blockType; 50 return $this->blockType;
|
H A D | GoogleCloudVisionV1p1beta1Block.php | 26 public $blockType; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1Block 41 public function setBlockType($blockType) argument 43 $this->blockType = $blockType; 50 return $this->blockType;
|
/plugin/mdpage/vendor/cebe/markdown/ |
H A D | Parser.php | 142 foreach($blockTypes as $blockType) { 143 if ($this->{'identify' . $blockType}($line, $lines, $current)) { 144 return $blockType; 192 $blockType = $this->detectLineType($lines, $current); 195 return $this->{'consume' . $blockType}($lines, $current);
|
/plugin/aichat/vendor/erusev/parsedown/ |
H A D | Parsedown.php | 221 foreach ($this->BlockTypes[$marker] as $blockType) 223 $blockTypes []= $blockType; 230 foreach ($blockTypes as $blockType) 232 $Block = $this->{'block'.$blockType}($Line, $CurrentBlock); 236 $Block['type'] = $blockType; 245 if ($this->isBlockContinuable($blockType))
|
/plugin/codemirror/dist/modes/ |
H A D | textile.min.js | 1 …blockType)(a,b)}var c;if(!g(b)){if(a.match(l("listLayout"),false))c=m.list;else if(a.match(l("draw… method in AnonymousFunction2bc6d9c80100.m
|
H A D | textile.min.js.map | 1 …blockType","newMode","parseInt","next","layoutLength","listDepth","listMod","skipToEnd","tableCell…
|