Home
last modified time | relevance | path

Searched refs:forceResult (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Filter/
H A DLua.hs35 runLua >=> forceResult fp $ do
42 forceResult :: FilePath -> Either PandocError Pandoc -> PandocIO Pandoc
43 forceResult fp eitherResult = case eitherResult of function
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Filter/
H A DLua.hs35 runLua >=> forceResult fp $ do
42 forceResult :: FilePath -> Either PandocError Pandoc -> PandocIO Pandoc
43 forceResult fp eitherResult = case eitherResult of function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/hspec-core-2.7.10/src/Test/Hspec/Core/
H A DExample.hs94 safeEvaluateExample example params around progress = safeEvaluate $ forceResult <$> evaluateExample…
96 forceResult :: Result -> Result
97 forceResult r@(Result info status) = info `deepseq` (forceResultStatus status) `seq` r function
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php1541 public static function getRecordTitle($table, $row, $prep = false, $forceResult = true) argument
1567 $forceResult
1593 if ($prep || $forceResult) {
1659 …* @param bool $forceResult If BackendUtility::getRecordTitle is used to process the value, this pa…
1672 $forceResult = true, argument
1762 $forceResult
1845 … . self::getRecordTitle($theColConf['foreign_table'], $r, false, $forceResult);
1922 $forceResult
2095 …* @param bool $forceResult If BackendUtility::getRecordTitle is used to process the value, this pa…
2106 $forceResult = true, argument
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php1812 public static function getRecordTitle($table, $row, $prep = false, $forceResult = true) argument
1837 $forceResult
1863 if ($prep || $forceResult) {
1929 …* @param bool $forceResult If BackendUtility::getRecordTitle is used to process the value, this pa…
1942 $forceResult = true, argument
2028 $forceResult
2111 … . self::getRecordTitle($theColConf['foreign_table'], $r, false, $forceResult);
2188 $forceResult
2358 …* @param bool $forceResult If BackendUtility::getRecordTitle is used to process the value, this pa…
2369 $forceResult = true, argument
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php1412 …* @param bool $forceResult If set, the function always returns an output. If no value is found for…
1415 public static function getRecordTitle($table, $row, $prep = false, $forceResult = true) argument
1442 $forceResult
1468 if ($prep || $forceResult) {
1534 …* @param bool $forceResult If BackendUtility::getRecordTitle is used to process the value, this pa…
1547 $forceResult = true, argument
1828 …* @param bool $forceResult If BackendUtility::getRecordTitle is used to process the value, this pa…
1839 $forceResult = true, argument
1842 …self::getProcessedValue($table, $fN, $fV, $fixed_lgd_chars, true, false, $uid, $forceResult, $pid);