Home
last modified time | relevance | path

Searched refs:getSafe (Results 1 – 12 of 12) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchQueriesNextPage.php541 public function getSafe() function in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage
H A DSearchQueriesPreviousPage.php541 public function getSafe() function in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage
H A DSearchQueriesRequest.php541 public function getSafe() function in Google\\Service\\CustomSearchAPI\\SearchQueriesRequest
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DFilterInterface.php36 public function getSafe(Node $filterArgs); function
H A DFunctionInterface.php37 public function getSafe(Node $filterArgs); function
H A DFilter.php61 public function getSafe(Node $filterArgs) function in Twig_Filter
H A DFunction.php59 public function getSafe(Node $functionArgs) function in Twig_Function
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTwigFunction.php81 public function getSafe(Node $functionArgs) function in Twig\\TwigFunction
H A DTwigFilter.php83 public function getSafe(Node $filterArgs) function in Twig\\TwigFilter
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php126 $safe = $this->safeAnalysis->getSafe($expression);
136 $safe = $this->safeAnalysis->getSafe($expression);
H A DSafeAnalysisNodeVisitor.php39 public function getSafe(\Twig_NodeInterface $node) function in Twig\\NodeVisitor\\SafeAnalysisNodeVisitor
95 …$safe = $this->intersectSafe($this->getSafe($node->getNode('expr2')), $this->getSafe($node->getNod…
102 $safe = $filter->getSafe($args);
104 …$safe = $this->intersectSafe($this->getSafe($node->getNode('node')), $filter->getPreservesSafety()…
116 $this->setSafe($node, $function->getSafe($args));
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php458 public function getSafe() { function in Google_Query