Home
last modified time | relevance | path

Searched refs:false (Results 3826 – 3850 of 6149) sorted by last modified time

1...<<151152153154155156157158159160>>...246

/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DChainLoader.php124 return $this->hasSourceCache[$name] = false;
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
H A DBasic.php124 while (false === $iBucket->eob()) {
H A DFilter.php64 const DO_NOT_OVERWRITE = false;
128 if (false === class_exists($class, false)) {
H A DLateComputed.php86 while (false === $iBucket->eob()) {
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php314 if (false === class_exists('Collator')) {
335 mb_strrchr($pattern, $delimiter, false),
339 if (false === strpos($options, 'u')) {
364 $global = false
405 if (false === is_callable($replacement)) {
489 public function toAscii($try = false)
513 if (false === class_exists('Normalizer')) {
514 if (false === $try) {
570 if (false === class_exists('Transliterator')) {
1011 if (false === static::checkIconv()) {
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/
H A D.travis.yml3 sudo: false
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DDiscriminator.php20 public $disabled = false;
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php175 if (class_exists($type['name'], false) || interface_exists($type['name'], false)) {
176 if (is_subclass_of($data, $type['name'], false)) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DHandlerRegistry.php20 if (false !== $pos = strrpos($type, '\\')) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DNullDriver.php17 if (false !== $fileResource) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializationContext.php26 private $serializeNull = false;
94 return false;
H A DXmlDeserializationVisitor.php76 if (false !== stripos($data, '<!doctype')) {
91 if (false === $doc) {
130 return false;
430 return false;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DInnerParser.php55 9 => new Token(9, 'quote_', null, -1, false),
57 11 => new Token(11, '_quote', null, -1, false),
59 13 => new Token(13, 'apostrophe_', null, -1, false),
61 15 => new Token(15, '_apostrophe', null, -1, false),
65 19 => new Token(19, 'parenthesis_', null, -1, false),
66 20 => new Token(20, 'comma', null, -1, false),
69 23 => new Token(23, '_parenthesis', null, -1, false),
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DDisjunctExclusionStrategyTest.php49 ->will($this->returnValue(false));
72 ->will($this->returnValue(false));
77 ->will($this->returnValue(false));
116 ->will($this->returnValue(false));
139 ->will($this->returnValue(false));
144 ->will($this->returnValue(false));
H A DGroupsExclusionStrategyTest.php33 [['foo'], ['foo'], false],
39 [['foo', GroupsExclusionStrategy::DEFAULT_GROUP], [], false],
42 [['foo', 'bar'], ['foo'], false],
45 [['foo', GroupsExclusionStrategy::DEFAULT_GROUP, 'test'], ['test'], false],
48 [[GroupsExclusionStrategy::DEFAULT_GROUP], [], false],
49 [[], [GroupsExclusionStrategy::DEFAULT_GROUP], false],
50 … [[GroupsExclusionStrategy::DEFAULT_GROUP], [GroupsExclusionStrategy::DEFAULT_GROUP], false],
51 …[[GroupsExclusionStrategy::DEFAULT_GROUP, 'foo'], [GroupsExclusionStrategy::DEFAULT_GROUP], false],
52 …[[GroupsExclusionStrategy::DEFAULT_GROUP], [GroupsExclusionStrategy::DEFAULT_GROUP, 'foo'], false],
53 [['foo'], [GroupsExclusionStrategy::DEFAULT_GROUP, 'foo'], false],
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/
H A DBlogPost.php86 $this->published = false;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
H A DBlogPost.php73 $this->published = false;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DAuthorReadOnlyPerClass.yml11 read_only: false
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php70 return [['true', true], ['false', false], ['1', true], ['0', false]];
308 … $handlerRegistry->registerSubscribingHandler(new DateHandler(\DateTime::ATOM, 'UTC', false));
323 … $handlerRegistry->registerSubscribingHandler(new DateHandler(\DateTime::ATOM, 'UTC', false));
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php218 $others = false;
240 if (false === $others) {
267 $others = false;
275 if (false === $others && null === $pNodeId) {
426 $exists = false;
439 if (false == $exists) {
469 $exists = false;
482 if (false == $exists) {
507 if (false === array_key_exists($tokenName, $this->_rules) &&
508 false === array_key_exists('#' . $tokenName, $this->_rules)) {
H A DToken.php99 protected $_kept = false;
124 $kept = false
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php246 $this->function->file_exists = false
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DError.php82 if (false === $enable) {
H A DException.php71 if (false === Event::eventExists('hoa://Event/Exception')) {
H A DGroup.php85 public function raise($previous = false)
143 if (false === $this->hasUncommittedExceptions()) {
182 return false;

1...<<151152153154155156157158159160>>...246