Home
last modified time | relevance | path

Searched refs:getInstructions (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1ListInstructionsResponse.php40 public function getInstructions() function in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1ListInstructionsResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DMapTask.php62 public function getInstructions() function in Google\\Service\\Dataflow\\MapTask
H A DStreamingComputationConfig.php66 public function getInstructions() function in Google\\Service\\Dataflow\\StreamingComputationConfig
/plugin/combo/ComboStrap/
H A DMarkupRenderUtility.php57 return $markupRenderer->getInstructions();
H A DFetcherMarkup.php572 * and should then use the {@link self::getInstructions()}
578 $instructions = $this->getInstructions();
961 * * of the {@link self::getInstructions() instructions},
1001 public function getInstructions(): array function in ComboStrap\\FetcherMarkup
1125 return Outline::createFromCallStack(CallStack::createFromInstructions($this->getInstructions()))->toTocDokuwikiFormat();
1138 $instructions = $this->getInstructions();
1160 * to take into account {@link self::getInstructions()}
1243 $instructions = $this->getInstructions();
H A DMetaManagerForm.php108 $fetcherMarkup->getInstructions();
H A DPluginUtility.php1035 public static function getInstructions($markiCode) function in ComboStrap\\PluginUtility
/plugin/refnotes/
H A Dreference.php187 $calls = refnotes_parser_core::getInstance()->getInstructions($text);
H A Dcore.php76 public function getInstructions($text) { function in refnotes_parser_core