Home
last modified time | relevance | path

Searched refs:true (Results 4026 – 4050 of 6699) sorted by last modified time

1...<<161162163164165166167168169170>>...268

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVItem.php104 private function sanitize($input, $stripTags = true)
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/
H A D.scrutinizer.yml6 code_rating: true
7 duplication: true
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php68 return $this->_entity_exists_with_xxx(true, false, false);
73 return $this->_entity_exists_with_xxx(false, true, false);
78 return $this->_entity_exists_with_xxx(false, false, true);
246 $called = true;
252 return true;
291 $this->function->file_exists = true,
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DListener.php207 $called = true;
H A DListens.php88 $called = true;
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DError.php79 $called = true;
99 $called = true;
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php334 $array = var_export($array, true);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DBuffer.php214 if (true === $buffer->isEmpty()) {
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Combinatorics/Combination/
H A DCombination.php112 $withoutZero = true
129 $withoutZero = true
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php91 $this->boolean(true);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DProtocol.php168 public function resolve($path, $exists = true, $unfold = false)
171 if (true === is_dir($path)) {
195 if (true === is_dir($entry)) {
207 if (true === $unfold) {
208 if (true !== $exists) {
223 if (true !== $exists) {
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DLibrary.php82 $this->constant->WITH_COMPOSER = true,
95 $this->constant->WITH_COMPOSER = true,
115 $this->constant->WITH_COMPOSER = true,
131 $this->constant->WITH_COMPOSER = true,
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DProtocol.php124 ->when($result = $protocol->resolve('hoa://Library', true, true))
139 ->when($result = $protocol->resolve('hoa://Library', false, true))
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddump.rst22 'debug' => true,
H A Dinclude.rst58 {{ include('sidebar.html', ignore_missing = true) }}
75 {{ include('page.html', sandboxed = true) }}
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst620 * ``true`` / ``false``: ``true`` represents the true value, ``false``
672 * ``and``: Returns true if the left and the right operands are both true.
674 * ``or``: Returns true if the left or the right operand is true.
720 It returns ``true`` if the left operand is contained in the right:
724 {# returns true #}
871 {%- if true -%}
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Diterable.rst11 {# evaluates to true if the foo variable is iterable #}
H A Dodd.rst4 ``odd`` returns ``true`` if the given number is odd:
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DEscaperExtension.php62 if (true === $defaultStrategy) {
H A DSandboxExtension.php45 $this->sandboxed = true;
H A DStringLoaderExtension.php23 …w TwigFunction('template_from_string', 'twig_template_from_string', ['needs_environment' => true]),
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DAutoEscapeTokenParser.php53 $compat = true === $value || false === $value;
55 if (true === $value) {
71 $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);
H A DBlockTokenParser.php47 $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);
H A DEmbedTokenParser.php49 $module = $this->parser->parse($stream, [$this, 'decideBlockEnd'], true);
H A DForTokenParser.php54 $else = $this->parser->subparse([$this, 'decideForEnd'], true);

1...<<161162163164165166167168169170>>...268