./config/web.php:18:            // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
./models/JobSearch.php:67:            ->andFilterWhere(['like', 'description', $this->description])
./models/JobSearch.php:68:            ->andFilterWhere(['like', 'job_url', $this->job_url])
./models/JobSearch.php:69:            ->andFilterWhere(['like', 'employer', $this->employer])
./models/JobSearch.php:70:            ->andFilterWhere(['like', 'source', $this->source])
./models/JobSearch.php:71:            ->andFilterWhere(['like', 'source_url', $this->source_url])
./models/JobSearch.php:72:            ->andFilterWhere(['like', 'country', $this->country]);
./models/LmUser.php:126:           ->queryOne();
./models/LmUser.php:190:        return $this->hasMany(Autoresponder::className(), ['id' => 'autoresponder_id'])->viaTable('{{%user_autoresponder}}', ['user_id' => 'id']);
./models/CampaignSearch.php:76:            ->andFilterWhere(['like', 'subject', $this->subject])
./models/CampaignSearch.php:77:            ->andFilterWhere(['like', 'text_content', $this->text_content])
./models/CampaignSearch.php:78:            ->andFilterWhere(['like', 'html_content', $this->html_content])
./models/CampaignSearch.php:79:            ->andFilterWhere(['like', 'filters', $this->filters]);
./models/Campaign.php:265:                ->select(['count('. LeadCampaign::tableName(). '.lead_id) as leadCount', LeadCampaign::tableName().'.status'])
./models/Campaign.php:266:                ->groupBy(LeadCampaign::tableName().'.status')
./models/Campaign.php:267:                ->asArray();
./models/Lead.php:135:        return $this->hasMany(Autoresponder::className(), ['id' => 'autoresponder_id'])->viaTable('{{%autoresponder_schedule}}', ['lead_id' => 'id']);
./models/FilterLeads.php:20:        $this->query = Lead::find()->canReceiveAutoresponders();
./models/FilterLeads.php:22:        $this->query->groupBy(['email'])->orderBy(['entered_timestamp' => SORT_DESC]);
./models/ContactForm.php:53:                ->setTo($email)
./models/ContactForm.php:54:                ->setFrom([$this->email => $this->name])
./models/ContactForm.php:55:                ->setSubject($this->subject)
./models/ContactForm.php:56:                ->setTextBody($this->body)
./models/ContactForm.php:57:                ->send();
./vendor/miloschuman/yii2-highcharts-widget/src/Highcharts.php:99:        HighchartsAsset::register($this->view)->withScripts($this->scripts);
./vendor/creocoder/yii2-nested-sets/src/NestedSetsQueryBehavior.php:31:            ->andWhere([$model->leftAttribute => 1])
./vendor/creocoder/yii2-nested-sets/src/NestedSetsQueryBehavior.php:32:            ->addOrderBy([$model->primaryKey()[0] => SORT_ASC]);
./vendor/creocoder/yii2-nested-sets/src/NestedSetsQueryBehavior.php:53:            ->andWhere([$model->rightAttribute => new Expression($db->quoteColumnName($model->leftAttribute) . '+ 1')])
./vendor/creocoder/yii2-nested-sets/src/NestedSetsQueryBehavior.php:54:            ->addOrderBy($columns);
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:164:        $transaction = $this->owner->getDb()->beginTransaction();
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:220:            $condition[] = ['>=', $this->depthAttribute, $this->owner->getAttribute($this->depthAttribute) - $depth];
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:225:        return $this->owner->find()->andWhere($condition)->addOrderBy([$this->leftAttribute => SORT_ASC]);
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:247:        return $this->owner->find()->andWhere($condition)->addOrderBy([$this->leftAttribute => SORT_ASC]);
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:260:            [$this->rightAttribute => new Expression($this->owner->getDb()->quoteColumnName($this->leftAttribute) . '+ 1')],
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:265:        return $this->owner->find()->andWhere($condition)->addOrderBy([$this->leftAttribute => SORT_ASC]);
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:274:        $condition = [$this->rightAttribute => $this->owner->getAttribute($this->leftAttribute) - 1];
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:277:        return $this->owner->find()->andWhere($condition);
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:289:        return $this->owner->find()->andWhere($condition);
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:324:        return $this->owner->getAttribute($this->rightAttribute) - $this->owner->getAttribute($this->leftAttribute) === 1;
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:362:        if ($this->treeAttribute === false && $this->owner->find()->roots()->exists()) {
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:506:                $this->leftAttribute => new Expression($leftAttribute . sprintf('%+d', 1 - $leftValue)),
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:507:                $this->rightAttribute => new Expression($rightAttribute . sprintf('%+d', 1 - $leftValue)),
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:508:                $this->depthAttribute => new Expression($depthAttribute  . sprintf('%+d', -$depthValue)),
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:519:        $this->shiftLeftRightAttribute($rightValue + 1, $leftValue - $rightValue - 1);
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:533:        $depth = $this->node->getAttribute($this->depthAttribute) - $depthValue + $depth;
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:537:            $delta = $rightValue - $leftValue + 1;
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:558:                    [$attribute => new Expression($db->quoteColumnName($attribute) . sprintf('%+d', $value - $leftValue))],
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:563:            $this->shiftLeftRightAttribute($rightValue + 1, -$delta);
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:571:                    [$attribute => new Expression($db->quoteColumnName($attribute) . sprintf('%+d', $rightValue - $leftValue + 1))],
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:576:            $delta = $value - $leftValue;
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:593:            $this->shiftLeftRightAttribute($rightValue + 1, $leftValue - $rightValue - 1);
./vendor/creocoder/yii2-nested-sets/src/NestedSetsBehavior.php:623:            $this->shiftLeftRightAttribute($rightValue + 1, $leftValue - $rightValue - 1);
./vendor/creocoder/yii2-nested-sets/tests/MysqlNestedSetsQueryBehaviorTest.php:31:            Yii::$app->getDb()->open();
./vendor/creocoder/yii2-nested-sets/tests/MysqlNestedSetsQueryBehaviorTest.php:36:                    Yii::$app->getDb()->pdo->exec($line);
./vendor/creocoder/yii2-nested-sets/tests/MysqlNestedSetsBehaviorTest.php:31:            Yii::$app->getDb()->open();
./vendor/creocoder/yii2-nested-sets/tests/MysqlNestedSetsBehaviorTest.php:36:                    Yii::$app->getDb()->pdo->exec($line);
./vendor/creocoder/yii2-nested-sets/tests/DatabaseTestCase.php:22:        return $this->createDefaultDBConnection(Yii::$app->getDb()->pdo);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsQueryBehaviorTest.php:25:            ArrayHelper::toArray(Tree::find()->roots()->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsQueryBehaviorTest.php:30:            ArrayHelper::toArray(MultipleTree::find()->roots()->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsQueryBehaviorTest.php:38:            ArrayHelper::toArray(Tree::find()->leaves()->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsQueryBehaviorTest.php:43:            ArrayHelper::toArray(MultipleTree::find()->leaves()->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsQueryBehaviorTest.php:58:            Yii::$app->getDb()->open();
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsQueryBehaviorTest.php:63:                    Yii::$app->getDb()->pdo->exec($line);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:24:        $this->getDatabaseTester()->setDataSet($dataSet);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:25:        $this->getDatabaseTester()->onSetUp();
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:36:        $dataSet = $this->getConnection()->createDataSet(['tree', 'multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:58:        $dataSet = $this->getConnection()->createDataSet(['tree', 'multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:80:        $dataSet = $this->getConnection()->createDataSet(['tree', 'multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:102:        $dataSet = $this->getConnection()->createDataSet(['tree', 'multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:133:        $dataSet = $this->getConnection()->createDataSet(['tree', 'multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:162:        $dataSet = $this->getConnection()->createDataSet(['multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:195:        $dataSet = $this->getConnection()->createDataSet(['tree', 'multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:210:        $dataSet = $this->getConnection()->createDataSet(['tree', 'multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:221:        $dataSet = $this->getConnection()->createDataSet(['multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:263:        $dataSet = $this->getConnection()->createDataSet(['tree', 'multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:278:        $dataSet = $this->getConnection()->createDataSet(['tree', 'multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:289:        $dataSet = $this->getConnection()->createDataSet(['multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:331:        $dataSet = $this->getConnection()->createDataSet(['tree', 'multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:346:        $dataSet = $this->getConnection()->createDataSet(['tree', 'multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:357:        $dataSet = $this->getConnection()->createDataSet(['multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:408:        $dataSet = $this->getConnection()->createDataSet(['tree', 'multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:423:        $dataSet = $this->getConnection()->createDataSet(['tree', 'multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:434:        $dataSet = $this->getConnection()->createDataSet(['multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:477:        $this->assertEquals(7, Tree::findOne(9)->deleteWithChildren());
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:478:        $this->assertEquals(7, MultipleTree::findOne(31)->deleteWithChildren());
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:480:        $dataSet = $this->getConnection()->createDataSet(['tree', 'multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:496:        $this->assertEquals(1, Tree::findOne(9)->delete());
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:497:        $this->assertEquals(1, MultipleTree::findOne(31)->delete());
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:499:        $dataSet = $this->getConnection()->createDataSet(['tree', 'multiple_tree']);
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:542:            ArrayHelper::toArray(Tree::findOne(11)->parents()->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:547:            ArrayHelper::toArray(MultipleTree::findOne(33)->parents()->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:552:            ArrayHelper::toArray(Tree::findOne(11)->parents(1)->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:557:            ArrayHelper::toArray(MultipleTree::findOne(33)->parents(1)->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:565:            ArrayHelper::toArray(Tree::findOne(9)->children()->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:570:            ArrayHelper::toArray(MultipleTree::findOne(31)->children()->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:575:            ArrayHelper::toArray(Tree::findOne(9)->children(1)->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:580:            ArrayHelper::toArray(MultipleTree::findOne(31)->children(1)->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:588:            ArrayHelper::toArray(Tree::findOne(9)->leaves()->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:593:            ArrayHelper::toArray(MultipleTree::findOne(31)->leaves()->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:601:            ArrayHelper::toArray(Tree::findOne(9)->prev()->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:606:            ArrayHelper::toArray(MultipleTree::findOne(31)->prev()->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:614:            ArrayHelper::toArray(Tree::findOne(9)->next()->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:619:            ArrayHelper::toArray(MultipleTree::findOne(31)->next()->all())
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:625:        $this->assertTrue(Tree::findOne(1)->isRoot());
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:626:        $this->assertFalse(Tree::findOne(2)->isRoot());
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:640:        $this->assertTrue(Tree::findOne(4)->isLeaf());
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:641:        $this->assertFalse(Tree::findOne(1)->isLeaf());
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:655:            Yii::$app->getDb()->open();
./vendor/creocoder/yii2-nested-sets/tests/NestedSetsBehaviorTest.php:660:                    Yii::$app->getDb()->pdo->exec($line);
./vendor/php-http/discovery/src/Exception/DiscoveryFailedException.php:37:            $message .= "\n - ".$e->getMessage();
./vendor/php-http/discovery/src/Strategy/PuliBetaStrategy.php:79:        $bindings = self::getPuliDiscovery()->findBindings($type);
./vendor/php-http/message/src/Builder/ResponseBuilder.php:115:            ->withStatus((int) $parts[1], $reasonPhrase)
./vendor/php-http/message/src/Builder/ResponseBuilder.php:116:            ->withProtocolVersion(substr($parts[0], 5));
./vendor/php-http/message/src/Formatter/CurlCommandFormatter.php:21:        $command = sprintf('curl %s', escapeshellarg((string) $request->getUri()->withFragment('')));
./vendor/php-http/message/src/Formatter/CurlCommandFormatter.php:23:            $command .= ' --http1.0';
./vendor/php-http/message/src/Formatter/CurlCommandFormatter.php:25:            $command .= ' --http2';
./vendor/php-http/message/src/Formatter/CurlCommandFormatter.php:30:            $command .= ' --head';
./vendor/php-http/message/src/Formatter/CurlCommandFormatter.php:32:            $command .= ' --request '.$method;
./vendor/php-http/message/src/Formatter/CurlCommandFormatter.php:42:            $command .= sprintf(' --data %s', escapeshellarg($body->__toString()));
./vendor/php-http/message/src/Formatter/CurlCommandFormatter.php:66:            if ('host' === strtolower($name) && $values[0] === $request->getUri()->getHost()) {
./vendor/php-http/message/src/Formatter/SimpleFormatter.php:25:            $request->getUri()->__toString(),
./vendor/php-http/message/src/Stream/BufferedStream.php:217:            $streamRead = $this->stream->read($length - $bytesRead);
./vendor/php-http/message/src/RequestMatcher/RequestMatcher.php:60:        if ($this->schemes && !in_array($request->getUri()->getScheme(), $this->schemes)) {
./vendor/php-http/message/src/RequestMatcher/RequestMatcher.php:68:        if (null !== $this->path && !preg_match('{'.$this->path.'}', rawurldecode($request->getUri()->getPath()))) {
./vendor/php-http/message/src/RequestMatcher/RequestMatcher.php:72:        if (null !== $this->host && !preg_match('{'.$this->host.'}i', $request->getUri()->getHost())) {
./vendor/php-http/message/src/Authentication/Wsse.php:54:            ->withHeader('Authorization', 'WSSE profile="UsernameToken"')
./vendor/php-http/message/src/Authentication/Wsse.php:55:            ->withHeader('X-WSSE', $wsse)
./vendor/php-http/message/src/Encoding/FilteredStream.php:82:        return $read.$this->read($length - strlen($read));
./vendor/php-http/message/src/MessageFactory/DiactorosMessageFactory.php:42:        ))->withProtocolVersion($protocolVersion);
./vendor/php-http/message/src/MessageFactory/DiactorosMessageFactory.php:59:        ))->withProtocolVersion($protocolVersion);
./vendor/php-http/message/src/MessageFactory/SlimMessageFactory.php:53:        ))->withProtocolVersion($protocolVersion);
./vendor/php-http/message/src/MessageFactory/SlimMessageFactory.php:70:        ))->withProtocolVersion($protocolVersion);
./vendor/php-http/multipart-stream-builder/src/MultipartStreamBuilder.php:94:            $streams .= "--{$this->getBoundary()}\r\n".
./vendor/php-http/multipart-stream-builder/src/MultipartStreamBuilder.php:103:        $streams .= "--{$this->getBoundary()}--\r\n";
./vendor/php-http/multipart-stream-builder/src/MultipartStreamBuilder.php:137:            if ($type = $this->getMimetypeHelper()->getMimetypeFromFilename($filename)) {
./vendor/guzzlehttp/guzzle/src/Middleware.php:37:                    ->then(function ($response) use ($cookieJar, $request) {
./vendor/guzzlehttp/guzzle/src/Middleware.php:59:                return $handler($request, $options)->then(
./vendor/guzzlehttp/guzzle/src/Middleware.php:88:                return $handler($request, $options)->then(
./vendor/guzzlehttp/guzzle/src/Middleware.php:189:                return $handler($request, $options)->then(
./vendor/guzzlehttp/guzzle/src/Middleware.php:250:                return $handler($request, $options)->then($fn);
./vendor/guzzlehttp/guzzle/src/functions.php:276:            if (substr($host, -(strlen($area))) === $area) {
./vendor/guzzlehttp/guzzle/src/HandlerStack.php:244:        } elseif ($idx === count($this->stack) - 1) {
./vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php:40:            || $request->getBody()->getSize() === 0
./vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php:49:            if ($uri = $request->getBody()->getMetadata('uri')) {
./vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php:61:            $size = $request->getBody()->getSize();
./vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php:294:     * - The cookie-path and the request-path are identical.
./vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php:295:     * - The cookie-path is a prefix of the request-path, and the last
./vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php:297:     * - The cookie-path is a prefix of the request-path, and the first
./vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php:93:        }, $this->getIterator()->getArrayCopy());
./vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php:217:                    $sc->setDomain($request->getUri()->getHost());
./vendor/guzzlehttp/guzzle/src/Client.php:45:     * - handler: (callable) Function that transfers HTTP requests over the
./vendor/guzzlehttp/guzzle/src/Client.php:54:     * - base_uri: (string|UriInterface) Base URI of the client that is merged
./vendor/guzzlehttp/guzzle/src/Client.php:56:     * - **: any request option
./vendor/guzzlehttp/guzzle/src/Client.php:104:        return $this->sendAsync($request, $options)->wait();
./vendor/guzzlehttp/guzzle/src/Client.php:129:        return $this->requestAsync($method, $uri, $options)->wait();
./vendor/guzzlehttp/guzzle/src/Client.php:259:        // save_to -> sink
./vendor/guzzlehttp/guzzle/src/Client.php:265:        // exceptions -> http_errors
./vendor/guzzlehttp/guzzle/src/Client.php:380:                . $request->getBody()->getBoundary();
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:14: * - {request}:        Full HTTP request message
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:15: * - {response}:       Full HTTP response message
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:16: * - {ts}:             ISO 8601 date in GMT
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:17: * - {date_iso_8601}   ISO 8601 date in GMT
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:18: * - {date_common_log} Apache common log date using the configured timezone.
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:19: * - {host}:           Host of the request
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:20: * - {method}:         Method of the request
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:21: * - {uri}:            URI of the request
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:22: * - {host}:           Host of the request
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:23: * - {version}:        Protocol version
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:24: * - {target}:         Request target of the request (path + query + fragment)
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:25: * - {hostname}:       Hostname of the machine that sent the request
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:26: * - {code}:           Status code of the response (if available)
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:27: * - {phrase}:         Reason phrase of the response  (if available)
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:28: * - {error}:          Any error messages (if available)
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:29: * - {req_header_*}:   Replace `*` with the lowercased name of a request header to add to the message
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:30: * - {res_header_*}:   Replace `*` with the lowercased name of a response header to add to the message
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:31: * - {req_headers}:    Request headers
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:32: * - {res_headers}:    Response headers
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:33: * - {req_body}:       Request body
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:34: * - {res_body}:       Response body
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:43:    const CLF = "{hostname} {req_header_User-Agent} - [{date_common_log}] \"{method} {target} HTTP/{version}\" {code} {res_header_Content-Length}";
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:44:    const DEBUG = ">>>>>>>>\n{request}\n<<<<<<<<\n{response}\n--------\n{error}";
./vendor/guzzlehttp/guzzle/src/MessageFormatter.php:75:            '/{\s*([A-Za-z_\-\.0-9]+)\s*}/',
./vendor/guzzlehttp/guzzle/src/RequestOptions.php:21:     * - max: (int, default=5) maximum number of allowed redirects.
./vendor/guzzlehttp/guzzle/src/RequestOptions.php:22:     * - strict: (bool, default=false) Set to true to use strict redirects
./vendor/guzzlehttp/guzzle/src/RequestOptions.php:25:     * - referer: (bool, default=true) Set to false to disable the Referer
./vendor/guzzlehttp/guzzle/src/RequestOptions.php:27:     * - protocols: (array, default=['http', 'https']) Allowed redirect
./vendor/guzzlehttp/guzzle/src/RequestOptions.php:29:     * - on_redirect: (callable) PHP callable that is invoked when a redirect
./vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php:22:     * - factory: Optional curl factory used to create cURL handles.
./vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php:30:     * - handle_factory: An optional factory  used to create curl handles
./vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php:31:     * - select_timeout: Optional timeout (in seconds) to block before timing
./vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php:89:                        $this->handles[$id]['easy']->handle
./vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php:96:        P\queue()->run();
./vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php:153:        $handle = $this->handles[$id]['easy']->handle;
./vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php:174:            $entry['easy']->errno = $done['result'];
./vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php:175:            $entry['deferred']->resolve(
./vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php:195:        return max(0, $nextTime - $currentTime) * 1000000;
./vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php:45:            if (0 === $request->getBody()->getSize()) {
./vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php:85:                microtime(true) - $startTime,
./vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php:312:                $resource = fopen((string) $request->getUri()->withFragment(''), 'r', null, $context);
./vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php:358:            $scheme = $request->getUri()->getScheme();
./vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php:362:                        $request->getUri()->getHost(),
./vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php:453:        $ident = $request->getMethod() . ' ' . $request->getUri()->withFragment('');
./vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:197:            CURLOPT_URL            => (string) $easy->request->getUri()->withFragment(''),
./vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:386:                $scheme = $easy->request->getUri()->getScheme();
./vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:388:                    $host = $easy->request->getUri()->getHost();
./vendor/guzzlehttp/guzzle/src/Pool.php:29:     *     - concurrency: (int) Maximum number of requests to send concurrently
./vendor/guzzlehttp/guzzle/src/Pool.php:30:     *     - options: Array of request options to apply to each request.
./vendor/guzzlehttp/guzzle/src/Pool.php:31:     *     - fulfilled: (callable) Function to invoke when a request completes.
./vendor/guzzlehttp/guzzle/src/Pool.php:32:     *     - rejected: (callable) Function to invoke when a request is rejected.
./vendor/guzzlehttp/guzzle/src/Pool.php:103:        $pool->promise()->wait();
./vendor/guzzlehttp/guzzle/src/RetryMiddleware.php:51:        return (int) pow(2, $retries - 1);
./vendor/guzzlehttp/guzzle/src/RetryMiddleware.php:68:            ->then(
./vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php:69:            ->then(function (ResponseInterface $response) use ($request, $options) {
./vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php:181:            && $modify['uri']->getScheme() === $request->getUri()->getScheme()
./vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php:183:            $uri = $request->getUri()->withUserInfo('', '');
./vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php:190:        if ($request->getUri()->getHost() !== $modify['uri']->getHost()) {
./vendor/guzzlehttp/psr7/src/LimitStream.php:61:            return $length - $this->offset;
./vendor/guzzlehttp/psr7/src/LimitStream.php:63:            return min($this->limit, $length - $this->offset);
./vendor/guzzlehttp/psr7/src/LimitStream.php:98:        return $this->stream->tell() - $this->offset;
./vendor/guzzlehttp/psr7/src/LimitStream.php:119:                $this->stream->read($offset - $current);
./vendor/guzzlehttp/psr7/src/LimitStream.php:146:        $remaining = ($this->offset + $this->limit) - $this->stream->tell();
./vendor/guzzlehttp/psr7/src/functions.php:25:            $msg .= "\r\nHost: " . $message->getUri()->getHost();
./vendor/guzzlehttp/psr7/src/functions.php:69: * - metadata: Array of custom metadata.
./vendor/guzzlehttp/psr7/src/functions.php:70: * - size: Size of the stream.
./vendor/guzzlehttp/psr7/src/functions.php:188: * - method: (string) Changes the HTTP method.
./vendor/guzzlehttp/psr7/src/functions.php:189: * - set_headers: (array) Sets the given headers.
./vendor/guzzlehttp/psr7/src/functions.php:190: * - remove_headers: (array) Remove the given headers.
./vendor/guzzlehttp/psr7/src/functions.php:191: * - body: (mixed) Sets the given body.
./vendor/guzzlehttp/psr7/src/functions.php:192: * - uri: (UriInterface) Set the URI.
./vendor/guzzlehttp/psr7/src/functions.php:193: * - query: (string) Set the query string value of the URI.
./vendor/guzzlehttp/psr7/src/functions.php:194: * - version: (string) Set the protocol version.
./vendor/guzzlehttp/psr7/src/functions.php:213:        if ($host = $changes['uri']->getHost()) {
./vendor/guzzlehttp/psr7/src/functions.php:216:            if ($port = $changes['uri']->getPort()) {
./vendor/guzzlehttp/psr7/src/functions.php:218:                $scheme = $changes['uri']->getScheme();
./vendor/guzzlehttp/psr7/src/functions.php:346:        $buf = $stream->read($maxLen - $len);
./vendor/guzzlehttp/psr7/src/functions.php:385:        $buf = $source->read($maxLen - $bytes);
./vendor/guzzlehttp/psr7/src/functions.php:448:        // Break when a new line is found or the max length - 1 is reached
./vendor/guzzlehttp/psr7/src/functions.php:449:        if ($byte === "\n" || ++$size === $maxLength - 1) {
./vendor/guzzlehttp/psr7/src/functions.php:768:            if ($i < $totalLines - 1) {
./vendor/guzzlehttp/psr7/src/DroppingStream.php:28:        $diff = $this->maxLength - $this->stream->getSize();
./vendor/guzzlehttp/psr7/src/CachingStream.php:60:        $diff = $byte - $this->stream->getSize();
./vendor/guzzlehttp/psr7/src/CachingStream.php:67:                $diff = $byte - $this->stream->getSize();
./vendor/guzzlehttp/psr7/src/CachingStream.php:79:        $remaining = $length - strlen($data);
./vendor/guzzlehttp/psr7/src/CachingStream.php:94:                $this->skipReadBytes = max(0, $this->skipReadBytes - $len);
./vendor/guzzlehttp/psr7/src/CachingStream.php:110:        $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
./vendor/guzzlehttp/psr7/src/AppendStream.php:126:            ($this->current >= count($this->streams) - 1 &&
./vendor/guzzlehttp/psr7/src/AppendStream.php:127:             $this->streams[$this->current]->eof());
./vendor/guzzlehttp/psr7/src/AppendStream.php:162:            $result = $this->read(min(8096, $offset - $this->pos));
./vendor/guzzlehttp/psr7/src/AppendStream.php:177:        $total = count($this->streams) - 1;
./vendor/guzzlehttp/psr7/src/AppendStream.php:184:            if ($progressToNext || $this->streams[$this->current]->eof()) {
./vendor/guzzlehttp/psr7/src/AppendStream.php:192:            $result = $this->streams[$this->current]->read($remaining);
./vendor/guzzlehttp/psr7/src/AppendStream.php:201:            $remaining = $length - strlen($buffer);
./vendor/guzzlehttp/psr7/src/MultipartStream.php:59:        return "--{$this->boundary}\r\n" . trim($str) . "\r\n\r\n";
./vendor/guzzlehttp/psr7/src/MultipartStream.php:74:        $stream->addStream(stream_for("--{$this->boundary}--\r\n"));
./vendor/guzzlehttp/psr7/src/MultipartStream.php:90:            $uri = $element['contents']->getMetadata('uri');
./vendor/guzzlehttp/psr7/src/Stream.php:40:     * - size: (int) If a read stream would otherwise have an indeterminate
./vendor/guzzlehttp/psr7/src/Stream.php:43:     * - metadata: (array) Any additional metadata to return when the metadata
./vendor/guzzlehttp/psr7/src/ServerRequest.php:177:            ->withCookieParams($_COOKIE)
./vendor/guzzlehttp/psr7/src/ServerRequest.php:178:            ->withQueryParams($_GET)
./vendor/guzzlehttp/psr7/src/ServerRequest.php:179:            ->withParsedBody($_POST)
./vendor/guzzlehttp/psr7/src/ServerRequest.php:180:            ->withUploadedFiles(self::normalizeFiles($_FILES));
./vendor/guzzlehttp/psr7/src/Uri.php:20:    private static $charUnreserved = 'a-zA-Z0-9_\-\.~';
./vendor/guzzlehttp/psr7/src/PumpStream.php:40:     *                         - metadata: Hash of metadata to use with stream.
./vendor/guzzlehttp/psr7/src/PumpStream.php:41:     *                         - size: Size of the stream, if known.
./vendor/guzzlehttp/psr7/src/PumpStream.php:121:        $remaining = $length - $readLen;
./vendor/guzzlehttp/psr7/src/PumpStream.php:126:            $this->tellPos += strlen($data) - $readLen;
./vendor/guzzlehttp/psr7/src/PumpStream.php:161:                $length -= strlen($data);
./vendor/guzzlehttp/psr7/tests/FnStreamTest.php:18:        (new FnStream([]))->seek(1);
./vendor/guzzlehttp/psr7/tests/CachingStreamTest.php:78:            ->setMethods(array('seek'))
./vendor/guzzlehttp/psr7/tests/CachingStreamTest.php:79:            ->setConstructorArgs(array($a))
./vendor/guzzlehttp/psr7/tests/CachingStreamTest.php:80:            ->getMock();
./vendor/guzzlehttp/psr7/tests/CachingStreamTest.php:82:            ->method('seek')
./vendor/guzzlehttp/psr7/tests/CachingStreamTest.php:83:            ->with(0)
./vendor/guzzlehttp/psr7/tests/CachingStreamTest.php:84:            ->will($this->returnValue(true));
./vendor/guzzlehttp/psr7/tests/CachingStreamTest.php:108:            ->setConstructorArgs([$stream])
./vendor/guzzlehttp/psr7/tests/CachingStreamTest.php:109:            ->setMethods(['read'])
./vendor/guzzlehttp/psr7/tests/CachingStreamTest.php:110:            ->getMock();
./vendor/guzzlehttp/psr7/tests/CachingStreamTest.php:113:            ->method('read')
./vendor/guzzlehttp/psr7/tests/CachingStreamTest.php:114:            ->willReturnCallback(function($length) use ($stream){
./vendor/guzzlehttp/psr7/tests/MultipartStreamTest.php:31:        $this->assertSame("--{$boundary}--\r\n", $b->getContents());
./vendor/guzzlehttp/psr7/tests/MultipartStreamTest.php:64:            "--boundary\r\nContent-Disposition: form-data; name=\"foo\"\r\nContent-Length: 3\r\n\r\n"
./vendor/guzzlehttp/psr7/tests/MultipartStreamTest.php:66:            . "\r\n\r\nbam\r\n--boundary--\r\n", (string) $b);
./vendor/guzzlehttp/psr7/tests/MultipartStreamTest.php:90:            "--boundary\r\nContent-Disposition: form-data; name=\"int\"\r\nContent-Length: 1\r\n\r\n"
./vendor/guzzlehttp/psr7/tests/MultipartStreamTest.php:94:            . "\r\n\r\n1.1\r\n--boundary--\r\n", (string) $b);
./vendor/guzzlehttp/psr7/tests/MultipartStreamTest.php:133:--boundary
./vendor/guzzlehttp/psr7/tests/MultipartStreamTest.php:139:--boundary
./vendor/guzzlehttp/psr7/tests/MultipartStreamTest.php:145:--boundary
./vendor/guzzlehttp/psr7/tests/MultipartStreamTest.php:151:--boundary--
./vendor/guzzlehttp/psr7/tests/MultipartStreamTest.php:178:--boundary
./vendor/guzzlehttp/psr7/tests/MultipartStreamTest.php:185:--boundary--
./vendor/guzzlehttp/psr7/tests/MultipartStreamTest.php:223:--boundary
./vendor/guzzlehttp/psr7/tests/MultipartStreamTest.php:230:--boundary
./vendor/guzzlehttp/psr7/tests/MultipartStreamTest.php:236:--boundary--
./vendor/guzzlehttp/psr7/tests/StreamWrapperTest.php:68:            ->setMethods(['isReadable', 'isWritable'])
./vendor/guzzlehttp/psr7/tests/StreamWrapperTest.php:69:            ->getMockForAbstractClass();
./vendor/guzzlehttp/psr7/tests/StreamWrapperTest.php:71:            ->method('isReadable')
./vendor/guzzlehttp/psr7/tests/StreamWrapperTest.php:72:            ->will($this->returnValue(false));
./vendor/guzzlehttp/psr7/tests/StreamWrapperTest.php:74:            ->method('isWritable')
./vendor/guzzlehttp/psr7/tests/StreamWrapperTest.php:75:            ->will($this->returnValue(false));
./vendor/guzzlehttp/psr7/tests/StreamWrapperTest.php:90:            ->setMethods(['isReadable', 'isWritable'])
./vendor/guzzlehttp/psr7/tests/StreamWrapperTest.php:91:            ->getMockForAbstractClass();
./vendor/guzzlehttp/psr7/tests/StreamWrapperTest.php:93:            ->method('isReadable')
./vendor/guzzlehttp/psr7/tests/StreamWrapperTest.php:94:            ->will($this->returnValue(false));
./vendor/guzzlehttp/psr7/tests/StreamWrapperTest.php:96:            ->method('isWritable')
./vendor/guzzlehttp/psr7/tests/StreamWrapperTest.php:97:            ->will($this->returnValue(true));
./vendor/guzzlehttp/psr7/tests/RequestTest.php:79:        $this->assertEquals('PUT', $r->withMethod('put')->getMethod());
./vendor/guzzlehttp/psr7/tests/NoSeekStreamTest.php:20:            ->setMethods(['isSeekable', 'seek'])
./vendor/guzzlehttp/psr7/tests/NoSeekStreamTest.php:21:            ->getMockForAbstractClass();
./vendor/guzzlehttp/psr7/tests/NoSeekStreamTest.php:22:        $s->expects($this->never())->method('seek');
./vendor/guzzlehttp/psr7/tests/NoSeekStreamTest.php:23:        $s->expects($this->never())->method('isSeekable');
./vendor/guzzlehttp/psr7/tests/UploadedFileTest.php:141:        $uploadStream = $upload->getStream()->detach();
./vendor/guzzlehttp/psr7/tests/FunctionsTest.php:89:            ->setMethods(['read', 'eof'])
./vendor/guzzlehttp/psr7/tests/FunctionsTest.php:90:            ->disableOriginalConstructor()
./vendor/guzzlehttp/psr7/tests/FunctionsTest.php:91:            ->getMock();
./vendor/guzzlehttp/psr7/tests/FunctionsTest.php:93:            ->method('read')
./vendor/guzzlehttp/psr7/tests/FunctionsTest.php:94:            ->will($this->returnCallback(function () {
./vendor/guzzlehttp/psr7/tests/FunctionsTest.php:103:            ->method('eof')
./vendor/guzzlehttp/psr7/tests/FunctionsTest.php:104:            ->will($this->returnValue(false));
./vendor/guzzlehttp/psr7/tests/FunctionsTest.php:606:        $this->assertEquals('foo=bar', $r2->getUri()->getQuery());
./vendor/guzzlehttp/psr7/tests/ServerRequestTest.php:522:        $request = (new ServerRequest('GET', '/'))->withAttribute('name', null);
./vendor/guzzlehttp/psr7/tests/ResponseTest.php:112:        $r = (new Response())->withStatus(201);
./vendor/guzzlehttp/psr7/tests/ResponseTest.php:119:        $r = (new Response())->withStatus(201, 'Foo');
./vendor/guzzlehttp/psr7/tests/ResponseTest.php:123:        $r = (new Response())->withStatus(201, '0');
./vendor/guzzlehttp/psr7/tests/ResponseTest.php:130:        $r = (new Response())->withProtocolVersion('1000');
./vendor/guzzlehttp/psr7/tests/ResponseTest.php:143:        $r = (new Response())->withBody($b);
./vendor/guzzlehttp/psr7/tests/ResponseTest.php:243:        $r2 = (new Response())->withHeader('OWS', " \t \tFoo\t \t ");
./vendor/guzzlehttp/psr7/tests/ResponseTest.php:244:        $r3 = (new Response())->withAddedHeader('OWS', " \t \tFoo\t \t ");;
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:17:            ->setMethods(['isReadable'])
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:18:            ->getMockForAbstractClass();
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:20:            ->method('isReadable')
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:21:            ->will($this->returnValue(false));
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:43:            ->setMethods(['isReadable', 'rewind', 'isSeekable'])
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:44:            ->getMockForAbstractClass();
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:46:            ->method('isReadable')
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:47:            ->will($this->returnValue(true));
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:49:            ->method('isSeekable')
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:50:            ->will($this->returnValue(true));
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:52:            ->method('rewind')
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:53:            ->will($this->throwException(new \RuntimeException()));
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:140:            ->setMethods(['isSeekable', 'isReadable'])
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:141:            ->getMockForAbstractClass();
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:143:            ->method('isSeekable')
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:144:            ->will($this->returnValue(null));
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:146:            ->method('isReadable')
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:147:            ->will($this->returnValue(true));
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:155:            ->setMethods(['isSeekable', 'read', 'isReadable', 'eof'])
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:156:            ->getMockForAbstractClass();
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:158:            ->method('isSeekable')
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:159:            ->will($this->returnValue(true));
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:161:            ->method('read')
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:162:            ->will($this->throwException(new \RuntimeException('foo')));
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:164:            ->method('isReadable')
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:165:            ->will($this->returnValue(true));
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:167:            ->method('eof')
./vendor/guzzlehttp/psr7/tests/AppendStreamTest.php:168:            ->will($this->returnValue(false));
./vendor/guzzlehttp/psr7/tests/UriTest.php:31:            ->withScheme('https')
./vendor/guzzlehttp/psr7/tests/UriTest.php:32:            ->withUserInfo('user', 'pass')
./vendor/guzzlehttp/psr7/tests/UriTest.php:33:            ->withHost('example.com')
./vendor/guzzlehttp/psr7/tests/UriTest.php:34:            ->withPort(8080)
./vendor/guzzlehttp/psr7/tests/UriTest.php:35:            ->withPath('/path/123')
./vendor/guzzlehttp/psr7/tests/UriTest.php:36:            ->withQuery('q=abc')
./vendor/guzzlehttp/psr7/tests/UriTest.php:37:            ->withFragment('test');
./vendor/guzzlehttp/psr7/tests/UriTest.php:126:        (new Uri())->withPort(100000);
./vendor/guzzlehttp/psr7/tests/UriTest.php:135:        (new Uri())->withPort(0);
./vendor/guzzlehttp/psr7/tests/UriTest.php:152:        (new Uri())->withScheme([]);
./vendor/guzzlehttp/psr7/tests/UriTest.php:160:        (new Uri())->withHost([]);
./vendor/guzzlehttp/psr7/tests/UriTest.php:168:        (new Uri())->withPath([]);
./vendor/guzzlehttp/psr7/tests/UriTest.php:176:        (new Uri())->withQuery([]);
./vendor/guzzlehttp/psr7/tests/UriTest.php:184:        (new Uri())->withFragment([]);
./vendor/guzzlehttp/psr7/tests/UriTest.php:204:            ->withScheme('0')
./vendor/guzzlehttp/psr7/tests/UriTest.php:205:            ->withUserInfo('0', '0')
./vendor/guzzlehttp/psr7/tests/UriTest.php:206:            ->withHost('0')
./vendor/guzzlehttp/psr7/tests/UriTest.php:207:            ->withPath('/0')
./vendor/guzzlehttp/psr7/tests/UriTest.php:208:            ->withQuery('0')
./vendor/guzzlehttp/psr7/tests/UriTest.php:209:            ->withFragment('0');
./vendor/guzzlehttp/psr7/tests/UriTest.php:319:        $uri = (new Uri())->withQuery('a=b&c=d&a=e');
./vendor/guzzlehttp/psr7/tests/UriTest.php:347:        $uri = (new Uri())->withQuery('E%3dmc%5E2=einstein&foo=bar');
./vendor/guzzlehttp/psr7/tests/UriTest.php:351:        $uri = (new Uri())->withQuery('E%3dmc%5E2=einstein&foo=bar');
./vendor/guzzlehttp/psr7/tests/UriTest.php:363:        $uri = (new Uri('//example.com'))->withScheme('HTTP');
./vendor/guzzlehttp/psr7/tests/UriTest.php:376:        $uri = (new Uri())->withHost('eXaMpLe.CoM');
./vendor/guzzlehttp/psr7/tests/UriTest.php:389:        $uri = (new Uri('https://example.com'))->withPort(443);
./vendor/guzzlehttp/psr7/tests/UriTest.php:398:        $uri = (new Uri('http://example.com'))->withPort(80);
./vendor/guzzlehttp/psr7/tests/UriTest.php:405:        $uri = (new Uri('//example.com'))->withPort(80);
./vendor/guzzlehttp/psr7/tests/UriTest.php:423:        $uri = (new Uri('//example.com'))->withPort('8080');
./vendor/guzzlehttp/psr7/tests/UriTest.php:431:        $uri = (new Uri('http://example.com:8080'))->withPort(null);
./vendor/guzzlehttp/psr7/tests/UriTest.php:439:        $uri = (new Uri())->withUserInfo('user', 'pass');
./vendor/guzzlehttp/psr7/tests/UriTest.php:481:        $uri = (new Uri())->withPath('/baz?#€/b%61r');
./vendor/guzzlehttp/psr7/tests/UriTest.php:489:        $uri = (new Uri())->withQuery('?=#&€=/&b%61r');
./vendor/guzzlehttp/psr7/tests/UriTest.php:498:        $uri = (new Uri())->withFragment('#€?/b%61r');
./vendor/guzzlehttp/psr7/tests/UriTest.php:507:        $uri = (new Uri)->withPath('foo');
./vendor/guzzlehttp/psr7/tests/UriTest.php:516:        $uri = (new Uri)->withPath('foo')->withHost('example.com');
./vendor/guzzlehttp/psr7/tests/UriTest.php:526:        $uri = (new Uri)->withPath('//foo');
./vendor/guzzlehttp/psr7/tests/StreamDecoratorTraitTest.php:34:            ->setMethods(['read'])
./vendor/guzzlehttp/psr7/tests/StreamDecoratorTraitTest.php:35:            ->getMockForAbstractClass();
./vendor/guzzlehttp/psr7/tests/StreamDecoratorTraitTest.php:37:            ->method('read')
./vendor/guzzlehttp/psr7/tests/StreamDecoratorTraitTest.php:38:            ->will($this->throwException(new \Exception('foo')));
./vendor/guzzlehttp/promises/src/EachPromise.php:33:     * - fulfilled: (callable) Invoked when a promise fulfills. The function
./vendor/guzzlehttp/promises/src/EachPromise.php:38:     * - rejected: (callable) Invoked when a promise is rejected. The
./vendor/guzzlehttp/promises/src/EachPromise.php:44:     * - concurrency: (integer) Pass this configuration option to limit the
./vendor/guzzlehttp/promises/src/EachPromise.php:129:        $concurrency = max($concurrency - count($this->pending), 0);
./vendor/guzzlehttp/promises/src/EachPromise.php:140:        while (--$concurrency
./vendor/guzzlehttp/promises/src/Promise.php:45:                ? promise_for($this->result)->then($onFulfilled)
./vendor/guzzlehttp/promises/src/Promise.php:154:            queue()->add(static function () use ($id, $value, $handlers) {
./vendor/guzzlehttp/promises/src/Promise.php:234:        queue()->run();
./vendor/guzzlehttp/promises/src/functions.php:13: *     GuzzleHttp\Promise\queue()->run();
./vendor/guzzlehttp/promises/src/functions.php:230:    )->then(function () use (&$results) {
./vendor/guzzlehttp/promises/src/functions.php:271:    )->then(
./vendor/guzzlehttp/promises/src/functions.php:295:    return some(1, $promises)->then(function ($values) { return $values[0]; });
./vendor/guzzlehttp/promises/src/functions.php:321:    )->then(function () use (&$results) {
./vendor/guzzlehttp/promises/src/functions.php:354:    ]))->promise();
./vendor/guzzlehttp/promises/src/functions.php:382:    ]))->promise();
./vendor/guzzlehttp/promises/src/Coroutine.php:112:            ->then([$this, '_handleSuccess'], [$this, '_handleFailure']);
./vendor/guzzlehttp/promises/src/TaskQueue.php:11: *     GuzzleHttp\Promise\queue()->run();
./vendor/pda/pheanstalk/src/Response/ArrayResponse.php:58:    // ----------------------------------------
./vendor/pda/pheanstalk/src/Response/ArrayResponse.php:67:        return str_replace('_', '-', $propertyName);
./vendor/pda/pheanstalk/src/YamlResponseParser.php:50:        if (isset($dataLines[0]) && $dataLines[0] == '---') {
./vendor/pda/pheanstalk/src/YamlResponseParser.php:81:        return ltrim($line, '- ');
./vendor/pda/pheanstalk/src/PheanstalkInterface.php:27:    // ----------------------------------------
./vendor/pda/pheanstalk/src/Command/AbstractCommand.php:62:    // ----------------------------------------
./vendor/pda/pheanstalk/src/Socket/StreamFunctions.php:45:    // ----------------------------------------
./vendor/pda/pheanstalk/src/Socket/NativeSocket.php:38:                ->pfsockopen($host, $port, $errno, $errstr, $connectTimeout, $connectPersistent);
./vendor/pda/pheanstalk/src/Socket/NativeSocket.php:41:                ->fsockopen($host, $port, $errno, $errstr, $connectTimeout, $connectPersistent);
./vendor/pda/pheanstalk/src/Socket/NativeSocket.php:49:            ->stream_set_timeout($this->_socket, self::SOCKET_TIMEOUT);
./vendor/pda/pheanstalk/src/Socket/NativeSocket.php:61:                ->fwrite($this->_socket, substr($data, $written));
./vendor/pda/pheanstalk/src/Socket/NativeSocket.php:82:        while ($read < $length && !$this->_wrapper()->feof($this->_socket)) {
./vendor/pda/pheanstalk/src/Socket/NativeSocket.php:84:                ->fread($this->_socket, $length - $read);
./vendor/pda/pheanstalk/src/Socket/NativeSocket.php:104:                $this->_wrapper()->fgets($this->_socket, $length) :
./vendor/pda/pheanstalk/src/Socket/NativeSocket.php:105:                $this->_wrapper()->fgets($this->_socket);
./vendor/pda/pheanstalk/src/Socket/NativeSocket.php:107:            if ($this->_wrapper()->feof($this->_socket)) {
./vendor/pda/pheanstalk/src/Socket/NativeSocket.php:117:        $this->_wrapper()->fclose($this->_socket);
./vendor/pda/pheanstalk/src/Socket/NativeSocket.php:120:    // ----------------------------------------
./vendor/pda/pheanstalk/src/Connection.php:87:        $this->_getSocket()->disconnect();
./vendor/pda/pheanstalk/src/Connection.php:141:            ->getResponseParser()
./vendor/pda/pheanstalk/src/Connection.php:142:            ->parseResponse($responseLine, $data);
./vendor/pda/pheanstalk/src/Connection.php:175:    // ----------------------------------------
./vendor/pda/pheanstalk/src/Socket.php:30:     * Reads up to the next new-line, or $length - 1 bytes.
./vendor/pda/pheanstalk/src/Pheanstalk.php:53:    // ----------------------------------------
./vendor/pda/pheanstalk/src/Pheanstalk.php:382:    // ----------------------------------------
./vendor/pda/pheanstalk/scripts/build_phar.php:8:// ----------------------------------------
./vendor/pda/pheanstalk/scripts/build_phar.php:16:// ----------------------------------------
./vendor/pda/pheanstalk/scripts/build_phar.php:21:    if (ini_get('phar.readonly') && !in_array('--ignore-readonly', $argv)) {
./vendor/pda/pheanstalk/scripts/build_phar.php:23:            'php -d phar.readonly=0 %s --ignore-readonly',
./vendor/pda/pheanstalk/scripts/build_phar.php:38:        printf("- Deleting existing %s\n", PHAR_FILENAME);
./vendor/pda/pheanstalk/scripts/build_phar.php:45:    printf("- Building %s from %s\n", PHAR_FILENAME, BASE_DIR);
./vendor/pda/pheanstalk/scripts/build_phar.php:56:    printf("- %s built with %d files.\n", PHAR_FILENAME, $phar->count());
./vendor/ezyang/htmlpurifier/test-settings.travis.php:18:// -----------------------------------------------------------------------------
./vendor/ezyang/htmlpurifier/test-settings.travis.php:32:// -----------------------------------------------------------------------------
./vendor/ezyang/htmlpurifier/maintenance/add-vimline.php:75:            $line = "<!-- %s\n-->";
./vendor/ezyang/htmlpurifier/maintenance/add-vimline.php:79:            $line = '--# %s';
./vendor/ezyang/htmlpurifier/maintenance/add-vimline.php:98:                $line = '--# %s';
./vendor/ezyang/htmlpurifier/maintenance/config-scanner.php:44: *      - ($token, $expect_token): tests if the token is $expect_token type;
./vendor/ezyang/htmlpurifier/maintenance/config-scanner.php:45: *      - ($token, $expect_value): tests if the token is the string $expect_value;
./vendor/ezyang/htmlpurifier/maintenance/config-scanner.php:46: *      - ($token, $expect_token, $expect_value): tests if token is $expect_token type, and
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:126:        } elseif($char === '-') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:132:            and U+002D HYPHEN-MINUS ("<!--"), then set the escape flag to true. */
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:135:            $this->char >= 3 && $this->character($this->char - 4, 4) === '<!--') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:165:            HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN ("-->"),
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:169:            $this->character($this->char, 3) === '-->') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:203:            $this->char += $len - 1;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:307:                    $this->char--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:317:        $the_same = count($this->tree->stack) > 0 && $next_node === end($this->tree->stack)->nodeName;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:378:                $this->char--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:415:            $this->char--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:466:            $this->char--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:521:            $this->char--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:528:            $last = count($this->token['attr']) - 1;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:573:            $this->char--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:614:            $this->char--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:632:            $last = count($this->token['attr']) - 1;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:661:            $this->char--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:668:            $last = count($this->token['attr']) - 1;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:697:            $this->char--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:704:            $last = count($this->token['attr']) - 1;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:741:            $last = count($this->token['attr']) - 1;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:786:            $this->char = $this->EOF - 1;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:792:        /* If the next two characters are both U+002D HYPHEN-MINUS (-)
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:795:        if($this->character($this->char + 1, 2) === '--') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:825:        /* U+002D HYPHEN-MINUS (-) */
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:826:        if($char === '-') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:835:            $this->char--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:852:        /* U+002D HYPHEN-MINUS (-) */
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:853:        if($char === '-') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:862:            $this->char--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:867:            /* Append a U+002D HYPHEN-MINUS (-) character and the input
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:869:            $this->token['data'] .= '-'.$char;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:884:        } elseif($char === '-') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:885:            $this->token['data'] .= '-';
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:889:            $this->char--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:893:            $this->token['data'] .= '--'.$char;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:908:            $this->char--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:947:            $this->char--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:979:            $this->char--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:1006:            $this->char--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:1027:            $this->char--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:1335:                if(!$this->stack[0]->hasAttribute($attr['name'])) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:1336:                    $this->stack[0]->setAttribute($attr['name'], $attr['value']);
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:1436:        $token['type'] === HTML5::CHARACTR && in_array(end($this->stack)->nodeName,
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:1650:                    if(count($this->stack) === 1 || $this->stack[1]->nodeName !== 'body') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:1660:                            if(!$this->stack[1]->hasAttribute($attr['name'])) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:1661:                                $this->stack[1]->setAttribute($attr['name'], $attr['value']);
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:1725:                    $stack_length = count($this->stack) - 1;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:1727:                    for($n = $stack_length; 0 <= $n; $n--) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:1739:                            for($x = $stack_length; $x >= $n ; $x--) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:1816:                    for($n = $leng - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:1820:                        } elseif($this->a_formatting[$n]->nodeName === 'a') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:1977:                        : end($this->stack)->appendChild($element);
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2141:                    if(count($this->stack) < 2 || $this->stack[1]->nodeName !== 'body') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2146:                    } elseif(end($this->stack)->nodeName !== 'body') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2188:                        for($n = count($this->stack) - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2189:                            if($this->stack[$n]->nodeName === $token['name']) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2208:                    if(end($this->stack)->nodeName !== $token['name']) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2239:                        for($n = count($this->stack) - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2267:                        for($n = count($this->stack) - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2268:                            if($this->stack[$n]->nodeName === $token['name']) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2315:                        for($a = count($this->a_formatting) - 1; $a >= 0; $a--) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2319:                            } elseif($this->a_formatting[$a]->tagName === $token['name']) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2354:                            $category = $this->getElementCategory($this->stack[$s]->nodeName);
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2368:                            for($n = $length - 1; $n >= $fe_s_pos; $n--) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2380:                        $common_ancestor = $this->stack[$fe_s_pos - 1];
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2400:                            for($n = array_search($node, $this->stack, true) - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2494:                        $af_part1 = array_slice($this->a_formatting, 0, $bookmark - 1);
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2534:                        for($n = count($this->stack) - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2535:                            if($this->stack[$n]->nodeName === $token['name']) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2544:                        for($n = count($this->a_formatting) - 1; $n > $marker; $n--) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2564:                    for($n = count($this->stack) - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2582:                            for($x = count($this->stack) - $n; $x >= $n; $x--) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2615:            end($this->stack)->appendChild($text);
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2622:            end($this->stack)->appendChild($comment);
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2719:                    $current = end($this->stack)->nodeName;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2746:            if(in_array(end($this->stack)->nodeName,
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2759:                for($n = count($this->stack) - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2760:                    if($this->stack[$n]->nodeName === 'table') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2774:                    $this->foster_parent = $this->stack[$n - 1];
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2804:                    $node = end($this->stack)->nodeName;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2860:            end($this->stack)->appendChild($text);
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2867:            end($this->stack)->appendChild($comment);
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2881:            if(end($this->stack)->nodeName === 'html') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:2976:                    'name' => end($this->stack)->nodeName,
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3106:                    $node = end($this->stack)->nodeName;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3210:            if(end($this->stack)->nodeName === 'option') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3225:            if(end($this->stack)->nodeName === 'option') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3234:            if(end($this->stack)->nodeName === 'optgroup') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3253:            if($this->stack[$elements_in_stack - 1]->nodeName === 'option' &&
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3254:            $this->stack[$elements_in_stack - 2]->nodeName === 'optgroup') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3264:            if($this->stack[$elements_in_stack - 1] === 'optgroup') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3274:            if(end($this->stack)->nodeName === 'option') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3292:                    $current = end($this->stack)->nodeName;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3359:            $this->stack[0]->appendChild($comment);
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3408:            if(end($this->stack)->nodeName === 'html') {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3552:            end($this->stack)->appendChild($node);
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3561:            for($n = count($this->stack) - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3562:                if($this->stack[$n]->nodeName === 'table' &&
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3563:                $this->stack[$n]->parentNode !== null) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3595:            $node = $this->stack[$leng - 1 - $n];
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3650:        for($a = $formatting_elements - 1; $a >= 0; true) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3660:            $a--;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3683:            end($this->stack)->appendChild($clone);
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3732:        while(in_array(end($this->stack)->nodeName, $elements)) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3760:            $node = end($this->stack)->nodeName;
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3776:        for($n = $leng - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/maintenance/PH5P.php:3784:            if($this->stack[0]->isSameNode($node)) {
./vendor/ezyang/htmlpurifier/maintenance/generate-entity-file.php:29:        $utf  = chr(192 + (($dec - ($dec % 64)) / 64));
./vendor/ezyang/htmlpurifier/maintenance/generate-entity-file.php:32:        $utf  = chr(224 + (($dec - ($dec % 4096)) / 4096));
./vendor/ezyang/htmlpurifier/maintenance/generate-entity-file.php:33:        $utf .= chr(128 + ((($dec % 4096) - ($dec % 64)) / 64));
./vendor/ezyang/htmlpurifier/maintenance/old-extract-schema.php:48:            $file->put("--$key--" . PHP_EOL);
./vendor/ezyang/htmlpurifier/maintenance/rename-config.php:60:if ($interchange->directives[$old]->aliases) {
./vendor/ezyang/htmlpurifier/maintenance/rename-config.php:71:        if (strncmp($line, '--', 2) === 0) {
./vendor/ezyang/htmlpurifier/maintenance/flush-definition-cache.php:35:    echo " - Flushing $name\n";
./vendor/ezyang/htmlpurifier/release2-tag.php:20:passthru("svn copy --message \"Tag $version release.\" $trunk_url $trunk_tag_url");
./vendor/ezyang/htmlpurifier/test-settings.sample.php:20:// -----------------------------------------------------------------------------
./vendor/ezyang/htmlpurifier/test-settings.sample.php:34:// -----------------------------------------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:9: *  -# Lexing (parsing into tokens) the document,
./vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:10: *  -# Executing various strategies on the tokens:
./vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:11: *      -# Removing all elements not in the whitelist,
./vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:12: *      -# Making the tokens well-formed,
./vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:13: *      -# Fixing the nesting of the nodes, and
./vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:14: *      -# Validating attributes of the nodes; and
./vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:15: *  -# Generating HTML from the purified tokens.
./vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:22:    HTML Purifier 4.9.0 - Standards Compliant HTML Filtering
./vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:46: *          -# Instance: new HTMLPurifier($config)
./vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:47: *          -# Invocation: purify($html, $config)
./vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:202:            $html = $filters[$i]->preFilter($html, $config, $context);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:222:        for ($i = $filter_size - 1; $i >= 0; $i--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:223:            $html = $filters[$i]->postFilter($html, $config, $context);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrCollections.php:129:                $attr[$def_i]->required = ($required || $attr[$def_i]->required);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrCollections.php:140:                $attr[$def_i]->required = $required;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/StringHashParser.php:9: *      --MULTILINE-KEY--
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/StringHashParser.php:25: * You can use ---- to forcibly terminate parsing of a single string-hash;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/StringHashParser.php:56:     * Parses a file that contains multiple string-hashes delimited by '----'
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/StringHashParser.php:100:            if ($line === '----') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/StringHashParser.php:103:            if (strncmp('--#', $line, 3) === 0) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/StringHashParser.php:106:            } elseif (strncmp('--', $line, 2) === 0) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/StringHashParser.php:108:                $state = trim($line, '- ');
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php:40:        // @align for img -------------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php:53:        // @align for table -----------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php:64:        // @align for hr -----------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php:79:        // @align for h1, h2, h3, h4, h5, h6, p, div ----------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php:97:        // @bgcolor for table, tr, td, th ---------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php:103:        // @border for img ------------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php:106:        // @clear for br --------------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php:118:        // @height for td, th ---------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php:123:        // @hspace for img ------------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php:126:        // @noshade for hr ------------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php:135:        // @nowrap for td, th ---------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php:143:        // @size for hr  --------------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php:146:        // @type for li, ol, ul -------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php:167:        // @vspace for img ------------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php:170:        // @width for hr, td, th ------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Name.php:24:        // @name for img, a -----------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Presentation.php:8: *          - Block Presentation (hr)
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Presentation.php:9: *          - Inline Presentation (b, big, i, small, sub, sup, tt)
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Text.php:7: *          - Block Phrasal (address, blockquote, pre, h1, h2, h3, h4, h5, h6)
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Text.php:8: *          - Block Structural (div, p)
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Text.php:9: *          - Inline Phrasal (abbr, acronym, cite, code, dfn, em, kbd, q, samp, strong, var)
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Text.php:10: *          - Inline Structural (br, span)
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Text.php:34:        // Inline Phrasal -------------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Text.php:53:        // Inline Structural ----------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Text.php:57:        // Block Phrasal --------------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Text.php:77:        // Block Structural -----------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Scripting.php:55:        $this->info['noscript']->attr = array(0 => array('Common'));
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Scripting.php:56:        $this->info['noscript']->content_model = 'Heading | List | Block';
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Scripting.php:57:        $this->info['noscript']->content_model_type = 'required';
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Scripting.php:60:        $this->info['script']->attr = array(
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Scripting.php:65:        $this->info['script']->content_model = '#PCDATA';
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Scripting.php:66:        $this->info['script']->content_model_type = 'optional';
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Scripting.php:67:        $this->info['script']->attr_transform_pre[] =
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Scripting.php:68:        $this->info['script']->attr_transform_post[] =
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS.php:102:                $result = $definition->info[$property]->validate(
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Integer.php:60:        if ($this->negative && $integer[0] === '-') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Number.php:44:            case '-':
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Number.php:48:                $sign = '-';
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Background.php:68:                    $r = $this->info['background-' . $key]->validate($bit, $config, $context);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Background.php:92:            $caught['position'] = $this->info['background-position']->
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Composite.php:39:            $result = $this->defs[$i]->validate($string, $config, $context);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/URI.php:39:        $new_length = strlen($uri_string) - 1;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/URI.php:47:            $new_length = strlen($uri) - 1;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/URI.php:51:            $uri = substr($uri, 1, $new_length - 1);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Percentage.php:40:        if ($string[$length - 1] !== '%') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Percentage.php:44:        $number = substr($string, 0, $length - 1);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Font.php:78:                        $r = $this->info[$validator_name]->validate(
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Font.php:110:                    $r = $this->info['font-size']->validate(
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Font.php:142:                            $r = $this->info['line-height']->validate(
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Font.php:158:                        implode(' ', array_slice($bits, $i, $size - $i));
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Font.php:159:                    $r = $this->info['font-family']->validate(
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Color.php:35:            if (strpos($color, ')') !== $length - 1) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Color.php:38:            $triad = substr($color, 4, $length - 4 - 1);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Color.php:51:                if ($part[$length - 1] === '%') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Color.php:58:                    $num = (float)substr($part, 0, $length - 1);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Ident.php:24:        $pattern = '/^(-?[A-Za-z_][A-Za-z_\-0-9]*)$/';
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php:40:                return p - s1;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php:42:            } while (spanp++ < (s2_end - 1));
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php:88:                if ($font[$length - 1] !== $quote) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php:91:                $font = substr($font, 1, $length - 2);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php:114:            //  - Alphanumeric characters are essentially safe.  We
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php:116:            //  - Spaces require quoting, though most parsers will do
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php:119:            //  - Dashes rarely occur, but they fairly unproblematic
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php:123:            //  - Arbitrary Unicode characters not in ASCII.  Because
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php:142:            //  - Single quote.  While theoretically you might find a
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php:155:            //  - Double quote.  In IE, these get normalized to
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php:164:            //  - Backslashes are reduced by one (so \\ -> \) every
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php:167:            //  - Semicolons, commas and backticks are handled properly.
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php:168:            //  - The rest of the ASCII punctuation is handled properly.
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php:176:            //  - Paranoid: alphanumeric, spaces and dashes(?)
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php:177:            //  - International: Paranoid + non-ASCII Unicode
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php:178:            //  - Edgy: Everything except quotes, backslashes
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php:179:            //  - NoJS: Standards compliance, e.g. sod IE. Note that
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ListStyle.php:64:                $r = $this->info['list-style-' . $key]->validate($bit, $config, $context);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/IPv6.php:28:        $pre = '(?:/(?:12[0-8]|1[0-1][0-9]|[1-9][0-9]|[0-9]))'; // /0 - /128
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/IPv6.php:33:                $aIP = substr($aIP, 0, 0 - strlen($find[0]));
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/IPv6.php:42:            $aIP = substr($aIP, 0, 0 - strlen($find[0]));
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/IPv6.php:67:            array_splice($first, 8 - count($second), 8, $second);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php:24:        $result = preg_match('/^[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i', $string);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Host.php:45:        if ($length > 1 && $string[0] === '[' && $string[$length - 1] === ']') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Host.php:47:            $ip = substr($string, 1, $length - 2);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Host.php:84:        $and = "[a-z0-9-$underscore]"; // alphanum | "-"
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Host.php:85:        // domainlabel = alphanum | alphanum *( alphanum | "-" ) alphanum
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Host.php:88:        // toplabel    = alphanum | alphanum *( alphanum | "-" ) alphanum
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Lang.php:23:        $subtags = explode('-', $string);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Lang.php:66:        $new_string .= '-' . $subtags[1];
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Lang.php:80:            $new_string .= '-' . $subtags[$i];
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/MultiLength.php:31:        $last_char = $string[$length - 1];
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/MultiLength.php:37:        $int = substr($string, 0, $length - 1);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Pixels.php:38:        if (substr($string, $length - 2) == 'px') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Pixels.php:39:            $string = substr($string, 0, $length - 2);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Class.php:17:        $name = $config->getDefinition('HTML')->doctype->name;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ID.php:89:                    'A..Za..z0..9:-._'
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Nmtokens.php:49:            '((?:--|-?[A-Za-z_])[A-Za-z_\-0-9]*)' .
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Length.php:32:        $last_char = $string[$length - 1];
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Length.php:38:        $points = substr($string, 0, $length - 1);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:101:                $rcursor = $cursor - (int)$inside_tag;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:107:                $nl_pos = strrpos($html, $nl, $rcursor - $length);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:108:                $current_col = $rcursor - (is_bool($nl_pos) ? 0 : $nl_pos + 1);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:136:                            $position_next_lt - $cursor
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:142:                    $current_line += $this->substrCount($html, $nl, $cursor, $position_next_lt - $cursor);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:172:                $strlen_segment = $position_next_gt - $cursor;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:190:                if (substr($segment, 0, 3) === '!--') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:191:                    // re-determine segment length, looking for -->
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:192:                    $position_comment_end = strpos($html, '-->', $cursor);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:205:                    $strlen_segment = $position_comment_end - $cursor;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:212:                            $strlen_segment - 3
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:232:                        $current_line += $this->substrCount($html, $nl, $cursor, $position_next_gt - $cursor);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:251:                        $current_line += $this->substrCount($html, $nl, $cursor, $position_next_gt - $cursor);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:262:                $is_self_closing = (strrpos($segment, '/') === $strlen_segment - 1);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:264:                    $strlen_segment--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:279:                        $current_line += $this->substrCount($html, $nl, $cursor, $position_next_gt - $cursor);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:313:                    $current_line += $this->substrCount($html, $nl, $cursor, $position_next_gt - $cursor);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:410:            $last_char = @$quoted_value[strlen($quoted_value) - 1];
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:417:                $value = substr($quoted_value, 1, strlen($quoted_value) - 2);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:461:            $key = substr($string, $key_begin, $key_end - $key_begin);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php:517:                $value = substr($string, $value_begin, $value_end - $value_begin);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php:56:            $comment = "/<!--(.*?)(-->|\z)/is";
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php:77:            $doc->getElementsByTagName('html')->item(0)-> // <html>
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php:78:            getElementsByTagName('body')->item(0), //   <body>
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php:86:     * To iterate is human, to recurse divine - L. Peter Deutsch
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php:97:            while (!$nodes[$level]->isEmpty()) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php:98:                $node = $nodes[$level]->shift(); // FIFO
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php:108:                        $nodes[$level]->push($childNode);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php:112:            $level--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php:145:                if (substr($new_data, 0, 4) === '<!--') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php:147:                    if (substr($data, -3) === '-->') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php:206:        // has a ->length attribute
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php:234:        return '<!--' . strtr($matches[1], array('&amp;' => '&', '&lt;' => '<')) . $matches[2];
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php:245:        return '<!--' . str_replace('&', '&amp;', $matches[1]) . $matches[2];
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:36:            $doc->getElementsByTagName('html')->item(0)-> // <html>
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:37:                getElementsByTagName('body')->item(0) //   <body>
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:517:        } elseif ($char === '-') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:523:            and U+002D HYPHEN-MINUS ("<!--"), then set the escape flag to true. */
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:526:                $this->char >= 3 && $this->character($this->char - 4, 4) === '<!--'
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:560:            HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN ("-->"),
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:564:                $this->character($this->char, 3) === '-->'
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:603:            $this->char += $len - 1;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:720:                    $this->char--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:730:        $the_same = count($this->tree->stack) > 0 && $next_node === end($this->tree->stack)->nodeName;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:798:                $this->char--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:835:            $this->char--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:886:            $this->char--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:941:            $this->char--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:948:            $last = count($this->token['attr']) - 1;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:993:            $this->char--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1034:            $this->char--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1052:            $last = count($this->token['attr']) - 1;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1081:            $this->char--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1088:            $last = count($this->token['attr']) - 1;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1117:            $this->char--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1124:            $last = count($this->token['attr']) - 1;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1161:            $last = count($this->token['attr']) - 1;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1180:        $last = count($this->token['attr']) - 1;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1209:            $this->char = $this->EOF - 1;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1215:        /* If the next two characters are both U+002D HYPHEN-MINUS (-)
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1218:        if ($this->character($this->char + 1, 2) === '--') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1248:        /* U+002D HYPHEN-MINUS (-) */
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1249:        if ($char === '-') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1258:            $this->char--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1275:        /* U+002D HYPHEN-MINUS (-) */
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1276:        if ($char === '-') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1285:            $this->char--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1290:            /* Append a U+002D HYPHEN-MINUS (-) character and the input
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1292:            $this->token['data'] .= '-' . $char;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1307:        } elseif ($char === '-') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1308:            $this->token['data'] .= '-';
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1312:            $this->char--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1316:            $this->token['data'] .= '--' . $char;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1331:            $this->char--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1374:            $this->char--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1406:            $this->char--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1433:            $this->char--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1454:            $this->char--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1526:                        if ($e_name[$c - 1] !== ';') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1853:                if (!$this->stack[0]->hasAttribute($attr['name'])) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1854:                    $this->stack[0]->setAttribute($attr['name'], $attr['value']);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:1991:                    end($this->stack)->nodeName,
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:2224:                        if (count($this->stack) === 1 || $this->stack[1]->nodeName !== 'body') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:2234:                                if (!$this->stack[1]->hasAttribute($attr['name'])) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:2235:                                    $this->stack[1]->setAttribute($attr['name'], $attr['value']);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:2316:                        $stack_length = count($this->stack) - 1;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:2318:                        for ($n = $stack_length; 0 <= $n; $n--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:2331:                                for ($x = $stack_length; $x >= $n; $x--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:2418:                        for ($n = $leng - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:2422:                            } elseif ($this->a_formatting[$n]->nodeName === 'a') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:2603:                            : end($this->stack)->appendChild($element);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:2807:                        if (count($this->stack) < 2 || $this->stack[1]->nodeName !== 'body') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:2812:                        } elseif (end($this->stack)->nodeName !== 'body') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:2865:                            for ($n = count($this->stack) - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:2866:                                if ($this->stack[$n]->nodeName === $token['name']) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:2885:                        if (end($this->stack)->nodeName !== $token['name']) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:2916:                            for ($n = count($this->stack) - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:2946:                            for ($n = count($this->stack) - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:2947:                                if ($this->stack[$n]->nodeName === $token['name']) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3009:                            for ($a = count($this->a_formatting) - 1; $a >= 0; $a--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3013:                                } elseif ($this->a_formatting[$a]->tagName === $token['name']) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3049:                                $category = $this->getElementCategory($this->stack[$s]->nodeName);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3063:                                for ($n = $length - 1; $n >= $fe_s_pos; $n--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3075:                            $common_ancestor = $this->stack[$fe_s_pos - 1];
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3095:                                for ($n = array_search($node, $this->stack, true) - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3189:                            $af_part1 = array_slice($this->a_formatting, 0, $bookmark - 1);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3231:                            for ($n = count($this->stack) - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3232:                                if ($this->stack[$n]->nodeName === $token['name']) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3241:                            for ($n = count($this->a_formatting) - 1; $n > $marker; $n--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3275:                        for ($n = count($this->stack) - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3293:                                for ($x = count($this->stack) - $n; $x >= $n; $x--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3327:            end($this->stack)->appendChild($text);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3334:            end($this->stack)->appendChild($comment);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3446:                    $current = end($this->stack)->nodeName;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3488:                end($this->stack)->nodeName,
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3503:                for ($n = count($this->stack) - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3504:                    if ($this->stack[$n]->nodeName === 'table') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3519:                    $this->foster_parent = $this->stack[$n - 1];
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3549:                    $node = end($this->stack)->nodeName;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3632:            end($this->stack)->appendChild($text);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3639:            end($this->stack)->appendChild($comment);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3654:            if (end($this->stack)->nodeName === 'html') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3759:                        'name' => end($this->stack)->nodeName,
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:3906:                    $node = end($this->stack)->nodeName;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4041:            if (end($this->stack)->nodeName === 'option') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4059:            if (end($this->stack)->nodeName === 'option') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4070:            if (end($this->stack)->nodeName === 'optgroup') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4092:            if ($this->stack[$elements_in_stack - 1]->nodeName === 'option' &&
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4093:                $this->stack[$elements_in_stack - 2]->nodeName === 'optgroup'
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4106:            if ($this->stack[$elements_in_stack - 1] === 'optgroup') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4117:            if (end($this->stack)->nodeName === 'option') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4136:                    $current = end($this->stack)->nodeName;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4221:            $this->stack[0]->appendChild($comment);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4273:            if (end($this->stack)->nodeName === 'html') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4437:            end($this->stack)->appendChild($node);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4446:            for ($n = count($this->stack) - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4447:                if ($this->stack[$n]->nodeName === 'table' &&
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4448:                    $this->stack[$n]->parentNode !== null
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4482:            $node = $this->stack[$leng - 1 - $n];
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4547:        for ($a = $formatting_elements - 1; $a >= 0; true) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4557:            $a--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4580:            end($this->stack)->appendChild($clone);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4629:        while (in_array(end($this->stack)->nodeName, $elements)) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4656:            $node = end($this->stack)->nodeName;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4672:        for ($n = $leng - 1; $n >= 0; $n--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php:4680:            if ($this->stack[0]->isSameNode($node)) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule.php:21:    // -- Overloadable ----------------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule.php:128:    // -- Convenience -----------------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule.php:163:            $this->info[$element]->child = $contents;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule.php:179:            $this->info[$element]->standalone = false;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/URI.php:289:     *      - It is a local URL (isLocal), and
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/URI.php:290:     *      - It has a equal or better level of security
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/URI.php:306:        $current_scheme_obj = $config->getDefinition('URI')->getDefaultScheme($config, $context);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter.php:14: *      - EmbeddedURI: true if URI is an embedded resource that will
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter.php:16: *      - CurrentToken: a reference to the token that is currently
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter.php:18: *      - CurrentAttr: the name of the attribute that is currently being
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter.php:20: *      - CurrentCSSProperty: the name of the CSS property that is
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTypes.php:82:        return $this->info[$type]->make($string);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php:101:            '-//W3C//DTD HTML 4.01 Transitional//EN',
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php:111:            '-//W3C//DTD HTML 4.01//EN',
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php:121:            '-//W3C//DTD XHTML 1.0 Transitional//EN',
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php:131:            '-//W3C//DTD XHTML 1.0 Strict//EN',
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php:143:            '-//W3C//DTD XHTML 1.1//EN',
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php:162:     *          - Check for HTMLPurifier_HTMLModule_$name
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php:163:     *          - Check all prefixes with $name in order they were added
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php:164:     *          - Check for literal object name
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php:165:     *          - Throw fatal error
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php:285:            $this->modules[$module]->setup($config);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php:290:            $this->modules[$module]->setup($config);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php:401:            // refuse to create/merge from a module that is deemed unsafe--
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php:189:        if (isset($this->def->info[$key]->isAlias)) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php:339:            $type = -$rtype;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php:489:            // ---------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php:523:            // --------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php:723:                    if ($ns_or_directive[0] == '-') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php:890:            // zip(tail(trace), trace) -- but PHP is not Haskell har har
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php:891:            for ($i = 0, $c = count($trace); $i < $c - 1; $i++) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ErrorCollector.php:236:                for ($i = count($array); $i > 0; $i--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:48:                    //               ----
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:53:                        //            ----
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:56:                        //            ------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:59:                        //                 ------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:64:                        //            --
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:69:                //                 ----
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:75:                    //                 ----
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:83:                    //                   ----
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:86:                    //                   ----
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:91:            $this->currentNesting[count($this->currentNesting) - 1]->name == 'p') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:93:            //                  ----
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:96:            //                  ------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:102:            //                  ----
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:105:            //                  ------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:120:                    //                  ---
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:132:                            //                                  ---
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:137:                            //                              ---
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:139:                            //                         ---
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:141:                            //                      ---
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:145:                        //                   ---
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:149:                            //                   ---
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:153:                            //                   ---
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:156:                            //                   ---
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:161:                    //               -----
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:166:                    //            ---
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:172:                    //            -----
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:179:                        //                        ---
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:181:                        //                     -----
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:188:                        //                            ---
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:190:                        //                         -----
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:198:            //                ----
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:200:            //               ---
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:300:        return isset($this->htmlDefinition->info['p']->child->elements[$token->name]);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:338:                //      ----
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:345:                //      ----
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php:349:                //      ----
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/SafeObject.php:74:            $nest = count($this->currentNesting) - 1;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/SafeObject.php:75:            if ($nest >= 0 && $this->currentNesting[$nest]->name === 'object') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/SafeObject.php:76:                $i = count($this->objectStack) - 1;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/SafeObject.php:85:                if (!isset($this->objectStack[$i]->attr['data']) &&
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/SafeObject.php:88:                    $this->objectStack[$i]->attr['data'] = $token->attr['value'];
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/Linkify.php:40:            '/\\b((?:[a-z][\\w\\-]+:(?:\\/{1,3}|[a-z0-9%])|www\\d{0,3}[.]|[a-z0-9.\\-]+[.][a-z]{2,4}\\/)(?:[^\\s()<>]|\\((?:[^\\s()<>]|(?:\\([^\\s()<>]+\\)))*\\))+(?:\\((?:[^\\s()<>]|(?:\\([^\\s()<>]+\\)))*\\)|[^\\s`!()\\[\\]{};:\'".,<>?\x{00ab}\x{00bb}\x{201c}\x{201d}\x{2018}\x{2019}]))/iu',
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/RemoveEmpty.php:68:        for ($i = count($this->inputZipper->back) - 1; $i >= 0; $i--, $deleted++) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php:141:            $key = substr($filename, 0, strlen($filename) - 4);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Arborize.php:30:            $stack[count($stack)-1]->children[] = $node;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Arborize.php:45:            while (!$nodes[$level]->isEmpty()) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Arborize.php:46:                $node = $nodes[$level]->shift(); // FIFO
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Arborize.php:58:                        $nodes[$level]->push($childNode);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Arborize.php:62:            $level--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/DisableExternal.php:21:        $our_host = $config->getDefinition('URI')->host;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php:33:     *  - If isAlias isn't set:
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php:34:     *      - type: Integer type of directive, see HTMLPurifier_VarParser for definitions
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php:35:     *      - allow_null: If set, this directive allows null values
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php:36:     *      - aliases: If set, an associative array of value aliases to real values
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php:37:     *      - allowed: If set, a lookup array of allowed (string) values
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php:38:     *  - If isAlias is set:
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php:39:     *      - namespace: Namespace this directive aliases to
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php:40:     *      - name: Directive name this directive aliases to
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php:128:        if (!isset($this->info[$key]->aliases)) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php:129:            $this->info[$key]->aliases = array();
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php:132:            $this->info[$key]->aliases[$alias] = $real;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php:145:        $this->info[$key]->allowed = $allowed;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php:170:                $this->info[$key] = -$v->type;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIParser.php:34:            '(([a-zA-Z0-9\.\+\-]+):)?'. // 2. Scheme
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ConfigForm.php:62:            $this->fields['default']->cols = $cols;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ConfigForm.php:65:            $this->fields['default']->rows = $rows;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ConfigForm.php:166:                $directive_disp = substr($directive, 0, $this->compress - 2) . '...';
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Bootstrap.php:65:            $code = str_replace('_', '-', substr($class, 22));
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIDefinition.php:89:        return HTMLPurifier_URISchemeRegistry::instance()->getScheme($this->defaultScheme, $config, $context);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer.php:152:            $i--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef.php:124:                        $i--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/PercentEncoder.php:36:        $this->preserve[45] = true; // Dash         -
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ErrorStruct.php:29:     *  - TOKEN: Instance of HTMLPurifier_Token
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ErrorStruct.php:30:     *  - ATTR: array('attr-name', 'value')
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ErrorStruct.php:31:     *  - CSSPROP: array('prop-name', 'value')
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ErrorStruct.php:59:            $this->children[$type][$id]->type = $type;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Font.php:78:                if ($attr['size']{0} == '+' || $attr['size']{0} == '-') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Validator.php:77:            ->assertNotEmpty()
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Validator.php:78:            ->assertIsString(); // implicit assertIsString handled by InterchangeBuilder
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Validator.php:93:            ->assertNotEmpty();
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Validator.php:95:        // BEGIN - handled by InterchangeBuilder
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Validator.php:97:            ->assertNotEmpty();
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Validator.php:99:            ->assertIsBool();
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Validator.php:106:        // END - handled by InterchangeBuilder
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Validator.php:135:            ->assertNotEmpty()
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Validator.php:136:            ->assertIsLookup(); // handled by InterchangeBuilder
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Validator.php:160:            ->assertIsArray(); // handled by InterchangeBuilder
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Validator.php:193:            ->assertIsArray(); // handled by InterchangeBuilder
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:33: *  -# Require more processing and memory to create,
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:34: *  -# Is not streamable, and
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:35: *  -# Has the entire document structure (html and body not needed).
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:51:    // -- STATIC ----------------------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:150:    // -- CONVENIENCE MEMBERS ---------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:194:        $num_amp = substr_count($string, '&') - substr_count($string, '& ') -
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:195:            ($string[strlen($string) - 1] === '&' ? 1 : 0);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:204:        $num_amp_2 = substr_count($string, '&') - substr_count($string, '& ') -
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:205:            ($string[strlen($string) - 1] === '&' ? 1 : 0);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:250:            '#<!--//--><!\[CDATA\[//><!--(.+?)//--><!\]\]>#s',
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:264:            '#<!--\[if [^>]+\]>.*?<!\[endif\]-->#si', // probably should generalize for all strings
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:351:            $comment_start = strrpos($matches[1], '<!--');
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:352:            $comment_end   = strrpos($matches[1], '-->');
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/LanguageFactory.php:104:        $pcode = str_replace('-', '_', $code); // make valid PHP classname
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/LanguageFactory.php:123:                $depth--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php:8: *      - MakeWellFormed_TagClosedError: This armor field is used to
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php:97:        // -- begin INJECTOR --
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php:142:        // -- end INJECTOR --
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php:162:                $rewind_offset = $this->injectors[$i]->getRewindOffset();
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php:231:                $type = $definition->info[$token->name]->child->type;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php:293:                    if ($autoclose && $definition->info[$token->name]->wrap) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php:297:                        $wrapname = $definition->info[$token->name]->wrap;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php:319:                                $elements = $definition->info[$ancestor->name]->child->getAllowedElements($config);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php:324:                                if ($definition->info[$token->name]->wrap) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php:325:                                    $wrapname = $definition->info[$token->name]->wrap;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php:450:            for ($j = $size - 2; $j >= 0; $j--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php:451:                if ($this->stack[$j]->name == $token->name) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php:477:                for ($j = $c - 1; $j > 0; $j--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php:480:                    if (!isset($skipped_tags[$j]->armor['MakeWellFormed_TagClosedError'])) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php:490:                $new_token = new HTMLPurifier_Token_End($skipped_tags[$j]->name);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php:493:                if (isset($definition->info[$new_token->name]) && $definition->info[$new_token->name]->formatting) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php:570:            $oldskip = isset($old[0]) ? $old[0]->skip : array();
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/FixNesting.php:100:        // e.g. array_reverse($node->children) - already processed
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/RemoveForeignElements.php:76:                        info_tag_transform[$token->name]->transform($token, $config, $context);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/RemoveForeignElements.php:86:                        $definition->info[$token->name]->required_attr &&
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/RemoveForeignElements.php:91:                        foreach ($definition->info[$token->name]->required_attr as $name) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/RemoveForeignElements.php:155:                        if (substr($token->data, -1) == '-') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/RemoveForeignElements.php:159:                    $token->data = rtrim($token->data, '-');
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/RemoveForeignElements.php:161:                    while (strpos($token->data, '--') !== false) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/RemoveForeignElements.php:163:                        $token->data = str_replace('--', '-', $token->data);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector.php:134:                if (!isset($def->info[$element]->attr[$name])) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector.php:160:        for ($i = count($this->currentNesting) - 2; $i >= 0; $i--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector.php:183:            $i = count($this->inputZipper->back) - 1;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector.php:185:            $i--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector.php:219:            $nesting--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector.php:237:            $i = count($this->inputZipper->front) - 1;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector.php:239:            $i--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php:29:    // FULLY-PUBLIC VARIABLES ---------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php:102:    // RAW CUSTOMIZATION STUFF --------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php:170:    // PUBLIC BUT INTERNAL VARIABLES --------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php:201:            unset($this->info[$k]->content_model);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php:202:            unset($this->info[$k]->content_model_type);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php:289:        // setup allowed elements -----------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php:315:        // setup allowed attributes ---------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php:351:                        if ($this->info[$tag]->attr[$attr]->required) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php:358:                        unset($this->info[$tag]->attr[$attr]);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php:397:        // setup forbidden elements ---------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php:412:                    unset($this->info[$tag]->attr[$attr]);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php:439:        // setup injectors -----------------------------------------------------
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php:483:            $attr = substr($attr, 0, strlen($attr) - 1); // remove trailing ]
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Required.php:98:                    for ($i = count($node->children) - 1; $i >= 0; $i--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/List.php:42:        if (!isset($config->getHTMLDefinition()->info['li'])) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Custom.php:51:        $el = '[#a-zA-Z0-9_.-]+';
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/YouTube.php:43:        return str_replace('--', '-&#45;', $url);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/YouTube.php:56:        '<!--[if IE]>' .
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/YouTube.php:60:        '<![endif]-->' .
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/ExtractStyleBlocks.php:130:        if (strncmp('<!--', $css, 4) === 0) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/ExtractStyleBlocks.php:133:        if (strlen($css) > 3 && substr($css, -3) == '-->') {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/ExtractStyleBlocks.php:194:                // ident        -?{nmstart}{nmchar*}
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/ExtractStyleBlocks.php:203:                //      - No Unicode support
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/ExtractStyleBlocks.php:204:                //      - No escapes support
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/ExtractStyleBlocks.php:205:                //      - No string support (by proxy no attrib support)
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/ExtractStyleBlocks.php:206:                //      - element_name is matched against allowed
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/ExtractStyleBlocks.php:209:                //      - Pseudo-elements one of :first-child, :link,
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrValidator.php:62:        foreach ($definition->info[$token->name]->attr_transform_pre as $transform) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrValidator.php:74:        $defs = $definition->info[$token->name]->attr;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrValidator.php:95:                    $result = $defs[$attr_key]->validate(
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrValidator.php:104:                $result = $d_defs[$attr_key]->validate(
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrValidator.php:157:        foreach ($definition->info[$token->name]->attr_transform_post as $transform) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Generator.php:92:            if ($this->_scriptFix && $tokens[$i]->name === 'script'
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Generator.php:168:                $this->_flashStack[count($this->_flashStack)-1]->param[$token->attr['name']] = $token->attr['value'];
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Generator.php:179:            return '<!--' . $token->data . '-->';
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Generator.php:191:     *          --> somewhere inside the script contents.
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Generator.php:200:        return '<!--//--><![CDATA[//><!--' . "\n" . trim($data) . "\n" . '//--><!]]>';
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Generator.php:223:                // Check if we should minimize the attribute: val="val" -> val
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Generator.php:224:                if ($element && !empty($this->_def->info[$element]->attr[$key]->minimized)) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/PropertyListIterator.php:34:        $key = $this->getInnerIterator()->key();
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/UnitConverter.php:76:     *          - If a number is zero-padded as a result of this significant
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/UnitConverter.php:78:     *          - If a number contains less than four sigfigs ($outputPrecision)
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/UnitConverter.php:120:        $cp = ($log < 0) ? $this->internalPrecision - $log : $this->internalPrecision; // internal precision
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/UnitConverter.php:194:        $n = ltrim($n, '0+-');
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/UnitConverter.php:201:                $sigfigs--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/UnitConverter.php:264:        $new_log = (int)floor(log(abs($n), 10)); // Number of digits left of decimal - 1
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/UnitConverter.php:265:        $rp = $sigfigs - $new_log - 1; // Number of decimal places needed
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/UnitConverter.php:266:        $neg = $n < 0 ? '-' : ''; // Negative sign
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/UnitConverter.php:274:                $n = bcadd($n, $neg . '5' . str_repeat('0', $new_log - $sigfigs), 0);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/UnitConverter.php:275:                $n = substr($n, 0, $sigfigs + strlen($neg)) . str_repeat('0', $new_log - $sigfigs + 1);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/UnitConverter.php:279:            return $this->scale(round($n, $sigfigs - $new_log - 1), $rp + 1);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/UnitConverter.php:301:            return substr($precise, 0, -1) . str_repeat('0', -$scale + 1);
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Zipper.php:50:        for ($i = count($this->back)-1; $i >= 0; $i--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Zipper.php:146:        for ($i = $delete; $i > 0; $i--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Zipper.php:151:        for ($i = count($replacement)-1; $i >= 0; $i--) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php:76:                    } elseif (0x80 != (0xC0 & ord($text[$i + $max_chunk_size - 1]))) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php:77:                        $chunk_size = $max_chunk_size - 1;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php:78:                    } elseif (0x80 != (0xC0 & ord($text[$i + $max_chunk_size - 2]))) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php:79:                        $chunk_size = $max_chunk_size - 2;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php:80:                    } elseif (0x80 != (0xC0 & ord($text[$i + $max_chunk_size - 3]))) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php:81:                        $chunk_size = $max_chunk_size - 3;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php:135:            '/^[\x{9}\x{A}\x{D}\x{20}-\x{7E}\x{A0}-\x{D7FF}\x{E000}-\x{FFFD}\x{10000}-\x{10FFFF}]*$/Du',
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php:226:                    $shift = ($mState - 1) * 6;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php:231:                    if (0 == --$mState) {
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php:296:    // +----------+----------+----------+----------+
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php:299:    // +----------+----------+----------+----------+
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php:304:    // +----------+----------+----------+----------+
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php:307:    // +----------+----------+----------+----------+
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php:488:                $bytesleft--;
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Length.php:57:        $n_length = strspn($s, '1234567890.+-');
./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Length.php:156:        return $this->n - $l->n;
./vendor/ezyang/htmlpurifier/plugins/phorum/htmlpurifier.php:122:// -----------------------------------------------------------------------
./vendor/ezyang/htmlpurifier/plugins/phorum/htmlpurifier.php:159:// -----------------------------------------------------------------------
./vendor/ezyang/htmlpurifier/plugins/phorum/settings/form.php:60:    echo '<script type="text/javascript">'."<!--\n$js\n//-->".'</script>';
./vendor/ezyang/htmlpurifier/release1-update.php:61:    '/HTML Purifier .+? - /',
./vendor/ezyang/htmlpurifier/release1-update.php:62:    "HTML Purifier $version - ",
./vendor/symfony/polyfill-mbstring/Mbstring.php:18: * - mb_chr                  - Returns a specific character from its Unicode code point
./vendor/symfony/polyfill-mbstring/Mbstring.php:19: * - mb_convert_encoding     - Convert character encoding
./vendor/symfony/polyfill-mbstring/Mbstring.php:20: * - mb_convert_variables    - Convert character code in variable(s)
./vendor/symfony/polyfill-mbstring/Mbstring.php:21: * - mb_decode_mimeheader    - Decode string in MIME header field
./vendor/symfony/polyfill-mbstring/Mbstring.php:22: * - mb_encode_mimeheader    - Encode string for MIME header XXX NATIVE IMPLEMENTATION IS REALLY BUGGED
./vendor/symfony/polyfill-mbstring/Mbstring.php:23: * - mb_convert_case         - Perform case folding on a string
./vendor/symfony/polyfill-mbstring/Mbstring.php:24: * - mb_get_info             - Get internal settings of mbstring
./vendor/symfony/polyfill-mbstring/Mbstring.php:25: * - mb_http_input           - Detect HTTP input character encoding
./vendor/symfony/polyfill-mbstring/Mbstring.php:26: * - mb_http_output          - Set/Get HTTP output character encoding
./vendor/symfony/polyfill-mbstring/Mbstring.php:27: * - mb_internal_encoding    - Set/Get internal character encoding
./vendor/symfony/polyfill-mbstring/Mbstring.php:28: * - mb_list_encodings       - Returns an array of all supported encodings
./vendor/symfony/polyfill-mbstring/Mbstring.php:29: * - mb_ord                  - Returns the Unicode code point of a character
./vendor/symfony/polyfill-mbstring/Mbstring.php:30: * - mb_output_handler       - Callback function converts character encoding in output buffer
./vendor/symfony/polyfill-mbstring/Mbstring.php:31: * - mb_scrub                - Replaces ill-formed byte sequences with substitute characters
./vendor/symfony/polyfill-mbstring/Mbstring.php:32: * - mb_strlen               - Get string length
./vendor/symfony/polyfill-mbstring/Mbstring.php:33: * - mb_strpos               - Find position of first occurrence of string in a string
./vendor/symfony/polyfill-mbstring/Mbstring.php:34: * - mb_strrpos              - Find position of last occurrence of a string in a string
./vendor/symfony/polyfill-mbstring/Mbstring.php:35: * - mb_strtolower           - Make a string lowercase
./vendor/symfony/polyfill-mbstring/Mbstring.php:36: * - mb_strtoupper           - Make a string uppercase
./vendor/symfony/polyfill-mbstring/Mbstring.php:37: * - mb_substitute_character - Set/Get substitution character
./vendor/symfony/polyfill-mbstring/Mbstring.php:38: * - mb_substr               - Get part of string
./vendor/symfony/polyfill-mbstring/Mbstring.php:39: * - mb_stripos              - Finds position of first occurrence of a string within another, case insensitive
./vendor/symfony/polyfill-mbstring/Mbstring.php:40: * - mb_stristr              - Finds first occurrence of a string within another, case insensitive
./vendor/symfony/polyfill-mbstring/Mbstring.php:41: * - mb_strrchr              - Finds the last occurrence of a character in a string within another
./vendor/symfony/polyfill-mbstring/Mbstring.php:42: * - mb_strrichr             - Finds the last occurrence of a character in a string within another, case insensitive
./vendor/symfony/polyfill-mbstring/Mbstring.php:43: * - mb_strripos             - Finds position of last occurrence of a string within another, case insensitive
./vendor/symfony/polyfill-mbstring/Mbstring.php:44: * - mb_strstr               - Finds first occurrence of a string within anothers
./vendor/symfony/polyfill-mbstring/Mbstring.php:45: * - mb_strwidth             - Return width of string
./vendor/symfony/polyfill-mbstring/Mbstring.php:46: * - mb_substr_count         - Count the number of substring occurrences
./vendor/symfony/polyfill-mbstring/Mbstring.php:49: * - mb_convert_kana         - Convert "kana" one from another ("zen-kaku", "han-kaku" and more)
./vendor/symfony/polyfill-mbstring/Mbstring.php:50: * - mb_decode_numericentity - Decode HTML numeric string reference to character
./vendor/symfony/polyfill-mbstring/Mbstring.php:51: * - mb_encode_numericentity - Encode character to HTML numeric string reference
./vendor/symfony/polyfill-mbstring/Mbstring.php:52: * - mb_ereg_*               - Regular expression with multibyte support
./vendor/symfony/polyfill-mbstring/Mbstring.php:53: * - mb_parse_str            - Parse GET/POST/COOKIE data and set global variable
./vendor/symfony/polyfill-mbstring/Mbstring.php:54: * - mb_preferred_mime_name  - Get MIME charset string
./vendor/symfony/polyfill-mbstring/Mbstring.php:55: * - mb_regex_encoding       - Returns current encoding for multibyte regex as string
./vendor/symfony/polyfill-mbstring/Mbstring.php:56: * - mb_regex_set_options    - Set/Get the default options for mbregex functions
./vendor/symfony/polyfill-mbstring/Mbstring.php:57: * - mb_send_mail            - Send encoded mail
./vendor/symfony/polyfill-mbstring/Mbstring.php:58: * - mb_split                - Split multibyte string using regular expression
./vendor/symfony/polyfill-mbstring/Mbstring.php:59: * - mb_strcut               - Get part of string
./vendor/symfony/polyfill-mbstring/Mbstring.php:60: * - mb_strimwidth           - Get truncated string with specified width
./vendor/symfony/polyfill-mbstring/Mbstring.php:193:                            $s[--$nlen] = $uchr[--$ulen];
./vendor/symfony/polyfill-mbstring/Mbstring.php:196:                        $s = substr_replace($s, $uchr, $i - $ulen, $ulen);
./vendor/symfony/polyfill-mbstring/Mbstring.php:197:                        $len += $nlen - $ulen;
./vendor/symfony/polyfill-mbstring/Mbstring.php:198:                        $i   += $nlen - $ulen;
./vendor/symfony/polyfill-mbstring/Mbstring.php:414:            $length = iconv_strlen($s, $encoding) + $length - $start;
./vendor/symfony/polyfill-mbstring/Mbstring.php:523:        $s = preg_replace('/[\x{1100}-\x{115F}\x{2329}\x{232A}\x{2E80}-\x{303E}\x{3040}-\x{A4CF}\x{AC00}-\x{D7A3}\x{F900}-\x{FAFF}\x{FE10}-\x{FE19}\x{FE30}-\x{FE6F}\x{FF00}-\x{FF60}\x{FFE0}-\x{FFE6}\x{20000}-\x{2FFFD}\x{30000}-\x{3FFFD}]/u', '', $s, -1, $wide);
./vendor/symfony/polyfill-mbstring/Mbstring.php:565:            return (($code - 0xF0) << 18) + (($s[2] - 0x80) << 12) + (($s[3] - 0x80) << 6) + $s[4] - 0x80;
./vendor/symfony/polyfill-mbstring/Mbstring.php:568:            return (($code - 0xE0) << 12) + (($s[2] - 0x80) << 6) + $s[3] - 0x80;
./vendor/symfony/polyfill-mbstring/Mbstring.php:571:            return (($code - 0xC0) << 6) + $s[2] - 0x80;
./vendor/symfony/polyfill-mbstring/Mbstring.php:601:                $c = (($m[$i++] - 0xF0) << 18) + (($m[$i++] - 0x80) << 12) + (($m[$i++] - 0x80) << 6) + $m[$i++] - 0x80;
./vendor/symfony/polyfill-mbstring/Mbstring.php:603:                $c = (($m[$i++] - 0xE0) << 12) + (($m[$i++] - 0x80) << 6) + $m[$i++] - 0x80;
./vendor/symfony/polyfill-mbstring/Mbstring.php:605:                $c = (($m[$i++] - 0xC0) << 6) + $m[$i++] - 0x80;
./vendor/symfony/dom-crawler/Form.php:461:                $this->get($node->getAttribute('name'))->addChoice($node);
./vendor/symfony/dom-crawler/Tests/FormTest.php:111:        $this->assertSame($dom->getElementsByTagName('form')->item(0), $form1->getFormNode(), 'HTML5-compliant form attribute handled incorrectly');
./vendor/symfony/dom-crawler/Tests/FormTest.php:114:        $this->assertSame($dom->getElementsByTagName('form')->item(0), $form1->getFormNode(), 'HTML5-compliant form attribute handled incorrectly');
./vendor/symfony/dom-crawler/Tests/FormTest.php:117:        $this->assertSame($dom->getElementsByTagName('form')->item(1), $form2->getFormNode(), 'HTML5-compliant form attribute handled incorrectly');
./vendor/symfony/dom-crawler/Tests/FormTest.php:166:        $this->assertEquals($form->get('foo[2]')->getValue(), 'foo');
./vendor/symfony/dom-crawler/Tests/FormTest.php:167:        $this->assertEquals($form->get('foo[3]')->getValue(), 'foo');
./vendor/symfony/dom-crawler/Tests/FormTest.php:168:        $this->assertEquals($form->get('bar[foo][0]')->getValue(), 'foo');
./vendor/symfony/dom-crawler/Tests/FormTest.php:169:        $this->assertEquals($form->get('bar[foo][foobar]')->getValue(), 'foo');
./vendor/symfony/dom-crawler/Tests/FormTest.php:174:        $this->assertEquals($form->get('foo[2]')->getValue(), 'bar');
./vendor/symfony/dom-crawler/Tests/FormTest.php:175:        $this->assertEquals($form->get('foo[3]')->getValue(), 'bar');
./vendor/symfony/dom-crawler/Tests/FormTest.php:179:        $this->assertEquals($form->get('bar[foo][0]')->getValue(), 'bar');
./vendor/symfony/dom-crawler/Tests/FormTest.php:180:        $this->assertEquals($form->get('bar[foo][foobar]')->getValue(), 'foobar');
./vendor/symfony/dom-crawler/Tests/FormTest.php:199:            '->getDefaultValues() '.$message
./vendor/symfony/dom-crawler/Tests/FormTest.php:290:        $form = new Form($dom->getElementsByTagName('input')->item(0), 'http://example.com');
./vendor/symfony/dom-crawler/Tests/FormTest.php:292:        $this->assertSame($dom->getElementsByTagName('form')->item(0), $form->getFormNode(), '->getFormNode() returns the form node associated with this form');
./vendor/symfony/dom-crawler/Tests/FormTest.php:300:        $form = new Form($dom->getElementsByTagName('form')->item(0), 'http://example.com');
./vendor/symfony/dom-crawler/Tests/FormTest.php:302:        $this->assertSame($dom->getElementsByTagName('form')->item(0), $form->getFormNode(), '->getFormNode() returns the form node associated with this form');
./vendor/symfony/dom-crawler/Tests/FormTest.php:308:        $this->assertEquals('GET', $form->getMethod(), '->getMethod() returns get if no method is defined');
./vendor/symfony/dom-crawler/Tests/FormTest.php:311:        $this->assertEquals('POST', $form->getMethod(), '->getMethod() returns the method attribute value of the form');
./vendor/symfony/dom-crawler/Tests/FormTest.php:314:        $this->assertEquals('PUT', $form->getMethod(), '->getMethod() returns the method defined in the constructor if provided');
./vendor/symfony/dom-crawler/Tests/FormTest.php:317:        $this->assertEquals('DELETE', $form->getMethod(), '->getMethod() returns the method defined in the constructor if provided');
./vendor/symfony/dom-crawler/Tests/FormTest.php:320:        $this->assertEquals('PATCH', $form->getMethod(), '->getMethod() returns the method defined in the constructor if provided');
./vendor/symfony/dom-crawler/Tests/FormTest.php:327:        $this->assertEquals('foo', $form['foo']->getValue(), '->offsetGet() returns the value of a form field');
./vendor/symfony/dom-crawler/Tests/FormTest.php:331:        $this->assertEquals('bar', $form['foo']->getValue(), '->offsetSet() changes the value of a form field');
./vendor/symfony/dom-crawler/Tests/FormTest.php:335:            $this->fail('->offsetSet() throws an \InvalidArgumentException exception if the field does not exist');
./vendor/symfony/dom-crawler/Tests/FormTest.php:337:            $this->assertTrue(true, '->offsetSet() throws an \InvalidArgumentException exception if the field does not exist');
./vendor/symfony/dom-crawler/Tests/FormTest.php:342:            $this->fail('->offsetSet() throws an \InvalidArgumentException exception if the field does not exist');
./vendor/symfony/dom-crawler/Tests/FormTest.php:344:            $this->assertTrue(true, '->offsetSet() throws an \InvalidArgumentException exception if the field does not exist');
./vendor/symfony/dom-crawler/Tests/FormTest.php:362:        $form['foo[bar]']->select('foo');
./vendor/symfony/dom-crawler/Tests/FormTest.php:363:        $form['foo[baz]']->select('bar');
./vendor/symfony/dom-crawler/Tests/FormTest.php:364:        $this->assertEquals('foo', $form['foo[bar]']->getValue(), '->disableValidation() disables validation of all ChoiceFormField.');
./vendor/symfony/dom-crawler/Tests/FormTest.php:365:        $this->assertEquals('bar', $form['foo[baz]']->getValue(), '->disableValidation() disables validation of all ChoiceFormField.');
./vendor/symfony/dom-crawler/Tests/FormTest.php:372:        $this->assertFalse(isset($form['foo']), '->offsetUnset() removes a field');
./vendor/symfony/dom-crawler/Tests/FormTest.php:379:        $this->assertTrue(isset($form['foo']), '->offsetExists() return true if the field exists');
./vendor/symfony/dom-crawler/Tests/FormTest.php:380:        $this->assertFalse(isset($form['bar']), '->offsetExists() return false if the field does not exist');
./vendor/symfony/dom-crawler/Tests/FormTest.php:386:        $this->assertEquals(array('foo[bar]' => 'foo', 'bar' => 'bar', 'baz' => array()), $form->getValues(), '->getValues() returns all form field values');
./vendor/symfony/dom-crawler/Tests/FormTest.php:389:        $this->assertEquals(array('bar' => 'bar'), $form->getValues(), '->getValues() does not include not-checked checkboxes');
./vendor/symfony/dom-crawler/Tests/FormTest.php:392:        $this->assertEquals(array('bar' => 'bar'), $form->getValues(), '->getValues() does not include file input fields');
./vendor/symfony/dom-crawler/Tests/FormTest.php:395:        $this->assertEquals(array('bar' => 'bar'), $form->getValues(), '->getValues() does not include disabled fields');
./vendor/symfony/dom-crawler/Tests/FormTest.php:402:        $this->assertEquals(array('bar' => 'foo'), $form->getValues(), '->setValues() sets the values of fields');
./vendor/symfony/dom-crawler/Tests/FormTest.php:409:        $this->assertEquals(array('multi' => array('foo', 'bar')), $form->getValues(), '->setValue() sets the values of select');
./vendor/symfony/dom-crawler/Tests/FormTest.php:415:        $this->assertEquals(array('foo' => array('bar' => 'foo'), 'bar' => 'bar'), $form->getPhpValues(), '->getPhpValues() converts keys with [] to arrays');
./vendor/symfony/dom-crawler/Tests/FormTest.php:418:        $this->assertEquals(array('fo.o' => array('ba.r' => 'foo'), 'ba r' => 'bar'), $form->getPhpValues(), '->getPhpValues() preserves periods and spaces in names');
./vendor/symfony/dom-crawler/Tests/FormTest.php:421:        $this->assertEquals(array('fo.o' => array('ba.r' => array('foo', 'ba.z' => 'bar'))), $form->getPhpValues(), '->getPhpValues() preserves periods and spaces in names recursively');
./vendor/symfony/dom-crawler/Tests/FormTest.php:424:        $this->assertEquals(array('foo' => array('bar' => 'foo'), 'bar' => 'bar'), $form->getPhpValues(), "->getPhpValues() doesn't return empty values");
./vendor/symfony/dom-crawler/Tests/FormTest.php:430:        $this->assertEquals(array(), $form->getFiles(), '->getFiles() returns an empty array if method is get');
./vendor/symfony/dom-crawler/Tests/FormTest.php:433:        $this->assertEquals(array('foo[bar]' => array('name' => '', 'type' => '', 'tmp_name' => '', 'error' => 4, 'size' => 0)), $form->getFiles(), '->getFiles() only returns file fields for POST');
./vendor/symfony/dom-crawler/Tests/FormTest.php:436:        $this->assertEquals(array('foo[bar]' => array('name' => '', 'type' => '', 'tmp_name' => '', 'error' => 4, 'size' => 0)), $form->getFiles(), '->getFiles() only returns file fields for PUT');
./vendor/symfony/dom-crawler/Tests/FormTest.php:439:        $this->assertEquals(array('foo[bar]' => array('name' => '', 'type' => '', 'tmp_name' => '', 'error' => 4, 'size' => 0)), $form->getFiles(), '->getFiles() only returns file fields for DELETE');
./vendor/symfony/dom-crawler/Tests/FormTest.php:442:        $this->assertEquals(array('foo[bar]' => array('name' => '', 'type' => '', 'tmp_name' => '', 'error' => 4, 'size' => 0)), $form->getFiles(), '->getFiles() only returns file fields for PATCH');
./vendor/symfony/dom-crawler/Tests/FormTest.php:445:        $this->assertEquals(array(), $form->getFiles(), '->getFiles() does not include disabled file fields');
./vendor/symfony/dom-crawler/Tests/FormTest.php:451:        $this->assertEquals(array('foo' => array('bar' => array('name' => '', 'type' => '', 'tmp_name' => '', 'error' => 4, 'size' => 0))), $form->getPhpFiles(), '->getPhpFiles() converts keys with [] to arrays');
./vendor/symfony/dom-crawler/Tests/FormTest.php:454:        $this->assertEquals(array('f.o o' => array('bar' => array('name' => '', 'type' => '', 'tmp_name' => '', 'error' => 4, 'size' => 0))), $form->getPhpFiles(), '->getPhpFiles() preserves periods and spaces in names');
./vendor/symfony/dom-crawler/Tests/FormTest.php:457:        $this->assertEquals(array('f.o o' => array('bar' => array('ba.z' => array('name' => '', 'type' => '', 'tmp_name' => '', 'error' => 4, 'size' => 0), array('name' => '', 'type' => '', 'tmp_name' => '', 'error' => 4, 'size' => 0)))), $form->getPhpFiles(), '->getPhpFiles() preserves periods and spaces in names recursively');
./vendor/symfony/dom-crawler/Tests/FormTest.php:468:        $this->assertEquals('http://example.com'.$uri, $form->getUri(), '->getUri() '.$message);
./vendor/symfony/dom-crawler/Tests/FormTest.php:477:        $form = new Form($nodes->item($nodes->length - 1), 'http://www.foo.com/');
./vendor/symfony/dom-crawler/Tests/FormTest.php:493:        $this->assertEquals('https://login.foo.com/login.php?login_attempt=1', $form->getUri(), '->getUri() returns absolute URIs set in the action form');
./vendor/symfony/dom-crawler/Tests/FormTest.php:496:        $this->assertEquals('https://login.foo.com/login.php?login_attempt=1', $form->getUri(), '->getUri() returns absolute URIs set in the action form');
./vendor/symfony/dom-crawler/Tests/FormTest.php:499:        $this->assertEquals('https://login.foo.com/login.php?login_attempt=1', $form->getUri(), '->getUri() returns absolute URIs set in the action form');
./vendor/symfony/dom-crawler/Tests/FormTest.php:503:        $this->assertEquals('https://login.foo.com/login.php?login_attempt=1', $form->getUri(), '->getUri() returns absolute URIs set in the action form');
./vendor/symfony/dom-crawler/Tests/FormTest.php:506:        $this->assertEquals('https://login.foo.com/login.php?login_attempt=1', $form->getUri(), '->getUri() returns absolute URIs set in the action form');
./vendor/symfony/dom-crawler/Tests/FormTest.php:512:        $this->assertEquals('http://localhost/foo/foo', $form->getUri(), '->getUri() returns absolute URIs');
./vendor/symfony/dom-crawler/Tests/FormTest.php:515:        $this->assertEquals('http://localhost/foo', $form->getUri(), '->getUri() returns absolute URIs');
./vendor/symfony/dom-crawler/Tests/FormTest.php:521:        $this->assertEquals('http://localhost/foo/bar?get=param', $form->getUri(), '->getUri() returns absolute URIs only if the host has been defined in the constructor');
./vendor/symfony/dom-crawler/Tests/FormTest.php:527:        $this->assertEquals('http://localhost/foo/bar', $form->getUri(), '->getUri() returns path if no action defined');
./vendor/symfony/dom-crawler/Tests/FormTest.php:615:        $this->assertFalse($form->has('foo'), '->has() returns false if a field is not in the form');
./vendor/symfony/dom-crawler/Tests/FormTest.php:616:        $this->assertTrue($form->has('bar'), '->has() returns true if a field is in the form');
./vendor/symfony/dom-crawler/Tests/FormTest.php:623:        $this->assertFalse($form->has('bar'), '->remove() removes a field');
./vendor/symfony/dom-crawler/Tests/FormTest.php:630:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Field\\InputFormField', $form->get('bar'), '->get() returns the field object associated with the given name');
./vendor/symfony/dom-crawler/Tests/FormTest.php:634:            $this->fail('->get() throws an \InvalidArgumentException if the field does not exist');
./vendor/symfony/dom-crawler/Tests/FormTest.php:636:            $this->assertTrue(true, '->get() throws an \InvalidArgumentException if the field does not exist');
./vendor/symfony/dom-crawler/Tests/FormTest.php:645:        $this->assertCount(1, $fields, '->all() return an array of form field objects');
./vendor/symfony/dom-crawler/Tests/FormTest.php:646:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Field\\InputFormField', $fields['bar'], '->all() return an array of form field objects');
./vendor/symfony/dom-crawler/Tests/FormTest.php:662:        $this->assertSame($nodes->item(0), $form->getFormNode(), '->getFormNode() returns the form node associated with this form');
./vendor/symfony/dom-crawler/Tests/FormTest.php:668:        $this->assertTrue($form->has('example.x'), '->has() returns true if the image input was correctly turned into an x and a y fields');
./vendor/symfony/dom-crawler/Tests/FormTest.php:669:        $this->assertTrue($form->has('example.y'), '->has() returns true if the image input was correctly turned into an x and a y fields');
./vendor/symfony/dom-crawler/Tests/FormTest.php:747:            ->expects($this->exactly(2))
./vendor/symfony/dom-crawler/Tests/FormTest.php:748:            ->method('setValue')
./vendor/symfony/dom-crawler/Tests/FormTest.php:749:            ->with(2)
./vendor/symfony/dom-crawler/Tests/FormTest.php:753:            ->expects($this->exactly(2))
./vendor/symfony/dom-crawler/Tests/FormTest.php:754:            ->method('setValue')
./vendor/symfony/dom-crawler/Tests/FormTest.php:755:            ->with(3)
./vendor/symfony/dom-crawler/Tests/FormTest.php:759:            ->expects($this->exactly(2))
./vendor/symfony/dom-crawler/Tests/FormTest.php:760:            ->method('setValue')
./vendor/symfony/dom-crawler/Tests/FormTest.php:761:            ->with('fbb')
./vendor/symfony/dom-crawler/Tests/FormTest.php:818:        $form = new Form($dom->getElementsByTagName('form')->item(0), 'http://example.com');
./vendor/symfony/dom-crawler/Tests/FormTest.php:826:            ->getMockBuilder('Symfony\\Component\\DomCrawler\\Field\\FormField')
./vendor/symfony/dom-crawler/Tests/FormTest.php:827:            ->setMethods(array('getName', 'getValue', 'setValue', 'initialize'))
./vendor/symfony/dom-crawler/Tests/FormTest.php:828:            ->disableOriginalConstructor()
./vendor/symfony/dom-crawler/Tests/FormTest.php:829:            ->getMock()
./vendor/symfony/dom-crawler/Tests/FormTest.php:833:            ->expects($this->any())
./vendor/symfony/dom-crawler/Tests/FormTest.php:834:            ->method('getName')
./vendor/symfony/dom-crawler/Tests/FormTest.php:835:            ->will($this->returnValue($name))
./vendor/symfony/dom-crawler/Tests/FormTest.php:839:            ->expects($this->any())
./vendor/symfony/dom-crawler/Tests/FormTest.php:840:            ->method('getValue')
./vendor/symfony/dom-crawler/Tests/FormTest.php:841:            ->will($this->returnValue($value))
./vendor/symfony/dom-crawler/Tests/FormTest.php:859:        return new Form($nodes->item($nodes->length - 1), $currentUri, $method);
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:48:        $this->assertEquals('foo', $crawler->filterXPath('//div')->attr('class'), '->add() adds nodes from a \DOMDocument');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:52:        $this->assertEquals('foo', $crawler->filterXPath('//div')->attr('class'), '->add() adds nodes from a \DOMNodeList');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:60:        $this->assertEquals('foo', $crawler->filterXPath('//div')->attr('class'), '->add() adds nodes from an array of nodes');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:63:        $crawler->add($this->createNodeList()->item(0));
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:64:        $this->assertEquals('foo', $crawler->filterXPath('//div')->attr('class'), '->add() adds nodes from a \DOMNode');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:68:        $this->assertEquals('Foo', $crawler->filterXPath('//body')->text(), '->add() adds nodes from a string');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:95:        $this->assertEquals('foo', $crawler->filterXPath('//div')->attr('class'), '->addHtmlContent() adds nodes from an HTML string');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:104:        $this->assertEquals('http://symfony.com', $crawler->filterXPath('//base')->attr('href'), '->addHtmlContent() adds nodes from an HTML string');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:105:        $this->assertEquals('http://symfony.com/contact', $crawler->filterXPath('//a')->link()->getUri(), '->addHtmlContent() adds nodes from an HTML string');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:116:        $this->assertEquals('Tiếng Việt', $crawler->filterXPath('//div')->text());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:125:        $this->assertEquals('http://symfony.com/contact', current($crawler->filterXPath('//a')->links())->getUri(), '->addHtmlContent() correctly handles a non-existent base tag href attribute');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:133:        $this->assertEquals('Žťčýů', $crawler->filterXPath('//p')->text());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:145:        $this->assertEquals('中文', $crawler->filterXPath('//p')->text());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:167:        $this->assertEquals("Tag nav invalid\n", $errors[0]->message);
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:178:        $this->assertEquals('foo', $crawler->filterXPath('//div')->attr('class'), '->addXmlContent() adds nodes from an XML string');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:186:        $this->assertEquals('Tiếng Việt', $crawler->filterXPath('//div')->text());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:216:        $this->assertEquals('foo', $crawler->filterXPath('//div')->attr('class'), '->addContent() adds nodes from an HTML string');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:220:        $this->assertEquals('foo', $crawler->filterXPath('//div')->attr('class'), '->addContent() adds nodes from an HTML string with extended content type');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:224:        $this->assertEquals('foo', $crawler->filterXPath('//div')->attr('class'), '->addContent() uses text/html as the default type');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:228:        $this->assertEquals('foo', $crawler->filterXPath('//div')->attr('class'), '->addContent() adds nodes from an XML string');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:232:        $this->assertEquals('foo', $crawler->filterXPath('//div')->attr('class'), '->addContent() adds nodes from an XML string');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:236:        $this->assertCount(0, $crawler, '->addContent() does nothing if the type is not (x|ht)ml');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:240:        $this->assertEquals('中文', $crawler->filterXPath('//span')->text(), '->addContent() guess wrong charset');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:250:        $this->assertEquals('日本語', $crawler->filterXPath('//body')->text(), '->addContent() can recognize "Shift_JIS" in html5 meta charset tag');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:258:        $this->assertEquals('foo', $crawler->filterXPath('//div')->attr('class'), '->addDocument() adds nodes from a \DOMDocument');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:266:        $this->assertEquals('foo', $crawler->filterXPath('//div')->attr('class'), '->addNodeList() adds nodes from a \DOMNodeList');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:279:        $this->assertEquals('foo', $crawler->filterXPath('//div')->attr('class'), '->addNodes() adds nodes from an array of nodes');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:285:        $crawler->addNode($this->createNodeList()->item(0));
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:287:        $this->assertEquals('foo', $crawler->filterXPath('//div')->attr('class'), '->addNode() adds nodes from a \DOMNode');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:297:        $this->assertCount(0, $crawler, '->clear() removes all the nodes from the crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:302:        $crawler = $this->createTestCrawler()->filterXPath('//li');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:303:        $this->assertNotSame($crawler, $crawler->eq(0), '->eq() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:304:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Crawler', $crawler, '->eq() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:306:        $this->assertEquals('Two', $crawler->eq(1)->text(), '->eq() returns the nth node of the list');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:307:        $this->assertCount(0, $crawler->eq(100), '->eq() returns an empty crawler if the nth node does not exist');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:312:        $data = $this->createTestCrawler()->filterXPath('//ul[1]/li')->each(function ($node, $i) {
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:313:            return $i.'-'.$node->text();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:316:        $this->assertEquals(array('0-One', '1-Two', '2-Three'), $data, '->each() executes an anonymous function on each node of the list');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:321:        $crawler = $this->createTestCrawler()->filterXPath('//li');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:329:        $crawler = $this->createTestCrawler()->filterXPath('//ul[1]/li');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:330:        $this->assertNotSame($crawler->slice(), $crawler, '->slice() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:331:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Crawler', $crawler->slice(), '->slice() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:333:        $this->assertCount(3, $crawler->slice(), '->slice() does not slice the nodes in the list if any param is entered');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:334:        $this->assertCount(1, $crawler->slice(1, 1), '->slice() slices the nodes in the list');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:339:        $crawler = $this->createTestCrawler()->filterXPath('//ul[1]/li');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:343:        $this->assertNotSame($nodes, $crawler, '->reduce() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:344:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Crawler', $nodes, '->reduce() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:346:        $this->assertCount(2, $nodes, '->reduce() filters the nodes in the list');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:351:        $this->assertEquals('first', $this->createTestCrawler()->filterXPath('//li')->attr('class'), '->attr() returns the attribute of the first element of the node list');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:354:            $this->createTestCrawler()->filterXPath('//ol')->attr('class');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:355:            $this->fail('->attr() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:357:            $this->assertTrue(true, '->attr() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:367:        $this->assertEquals('sample value', $div->attr('non-empty-attr'), '->attr() reads non-empty attributes correctly');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:368:        $this->assertEquals('', $div->attr('empty-attr'), '->attr() reads empty attributes correctly');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:369:        $this->assertNull($div->attr('missing-attr'), '->attr() reads missing attributes correctly');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:374:        $this->assertEquals('li', $this->createTestCrawler()->filterXPath('//li')->nodeName(), '->nodeName() returns the node name of the first element of the node list');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:377:            $this->createTestCrawler()->filterXPath('//ol')->nodeName();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:378:            $this->fail('->nodeName() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:380:            $this->assertTrue(true, '->nodeName() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:386:        $this->assertEquals('One', $this->createTestCrawler()->filterXPath('//li')->text(), '->text() returns the node value of the first element of the node list');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:389:            $this->createTestCrawler()->filterXPath('//ol')->text();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:390:            $this->fail('->text() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:392:            $this->assertTrue(true, '->text() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:398:        $this->assertEquals('<img alt="Bar">', $this->createTestCrawler()->filterXPath('//a[5]')->html());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:399:        $this->assertEquals('<input type="text" value="TextValue" name="TextName"><input type="submit" value="FooValue" name="FooName" id="FooId"><input type="button" value="BarValue" name="BarName" id="BarId"><button value="ButtonValue" name="ButtonName" id="ButtonId"></button>', trim($this->createTestCrawler()->filterXPath('//form[@id="FooFormId"]')->html()));
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:402:            $this->createTestCrawler()->filterXPath('//ol')->html();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:403:            $this->fail('->html() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:405:            $this->assertTrue(true, '->html() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:411:        $crawler = $this->createTestCrawler()->filterXPath('//ul[1]/li');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:413:        $this->assertEquals(array('One', 'Two', 'Three'), $crawler->extract('_text'), '->extract() returns an array of extracted data from the node list');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:414:        $this->assertEquals(array(array('One', 'first'), array('Two', ''), array('Three', '')), $crawler->extract(array('_text', 'class')), '->extract() returns an array of extracted data from the node list');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:416:        $this->assertEquals(array(), $this->createTestCrawler()->filterXPath('//ol')->extract('_text'), '->extract() returns an empty array if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:421:        $crawler = $this->createTestCrawler()->filterXPath('//body');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:428:        $this->assertCount(4, $crawler->filterXPath('//form')->filterXPath('//button | //input'));
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:433:        $this->assertCount(1, $crawler->filterXPath('//div[@id="parent"]')->filterXPath('./div'), 'A child selection finds only the current div');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:434:        $this->assertCount(3, $crawler->filterXPath('//div[@id="parent"]')->filterXPath('descendant::div'), 'A descendant selector matches the current div and its child');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:435:        $this->assertCount(3, $crawler->filterXPath('//div[@id="parent"]')->filterXPath('//div'), 'A descendant selector matches the current div and its child');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:445:        $this->assertNotSame($crawler, $crawler->filterXPath('//li'), '->filterXPath() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:446:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Crawler', $crawler, '->filterXPath() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:448:        $crawler = $this->createTestCrawler()->filterXPath('//ul');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:449:        $this->assertCount(6, $crawler->filterXPath('//li'), '->filterXPath() filters the node list with the XPath expression');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:452:        $this->assertCount(3, $crawler->filterXPath('//body')->filterXPath('//button')->parents(), '->filterXpath() preserves parents when chained');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:457:        $crawler = $this->createTestCrawler()->filter('html, body')->filter('li');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:463:        $crawler = $this->createTestXmlCrawler()->filterXPath('//default:entry/default:id');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:464:        $this->assertCount(1, $crawler, '->filterXPath() automatically registers a namespace');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:474:        $this->assertCount(1, $crawler, '->filterXPath() lets to override the default namespace prefix');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:480:        $crawler = $this->createTestXmlCrawler()->filterXPath('//yt:accessControl');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:481:        $this->assertCount(2, $crawler, '->filterXPath() automatically registers a namespace');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:486:        $crawler = $this->createTestXmlCrawler()->filterXPath('//media:group/yt:aspectRatio');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:487:        $this->assertCount(1, $crawler, '->filterXPath() automatically registers multiple namespaces');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:497:        $this->assertCount(1, $crawler, '->filterXPath() uses manually registered namespace');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:513:        $this->assertCount(0, $crawler->filterXPath('.'), '->filterXPath() returns an empty result if the XPath references the fake root node');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:514:        $this->assertCount(0, $crawler->filterXPath('self::*'), '->filterXPath() returns an empty result if the XPath references the fake root node');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:515:        $this->assertCount(0, $crawler->filterXPath('self::_root'), '->filterXPath() returns an empty result if the XPath references the fake root node');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:520:        $crawler = $this->createTestCrawler()->filterXPath('//form');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:527:        $crawler = $this->createTestCrawler()->filterXPath('//form');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:534:        $crawler = $this->createTestCrawler()->filterXPath('//form');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:541:        $this->assertCount(3, $this->createTestCrawler()->filterXPath('//form/button/attribute::*'), '->filterXPath() handles attribute axes properly when they are preceded by an element filtering axis');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:546:        $crawler = $this->createTestCrawler()->filterXPath('//div[@id="parent"]');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:553:        $crawler = $this->createTestCrawler()->filterXPath('//a');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:560:        $crawler = $this->createTestCrawler()->filterXPath('//a');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:567:        $crawler = $this->createTestCrawler()->filterXPath('//button');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:574:        $crawler = $this->createTestCrawler()->filterXPath('//div[@id="parent"]/namespace::*');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:581:        $crawler = $this->createTestCrawler()->filterXPath('//button');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:588:        $crawler = $this->createTestCrawler()->filterXPath('//form');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:595:        $crawler = $this->createTestCrawler()->filterXPath('//form');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:602:        $crawler = $this->createTestCrawler()->filterXPath('//a');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:612:        $this->assertNotSame($crawler, $crawler->filter('li'), '->filter() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:613:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Crawler', $crawler, '->filter() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:615:        $crawler = $this->createTestCrawler()->filter('ul');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:617:        $this->assertCount(6, $crawler->filter('li'), '->filter() filters the node list with the CSS selector');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:622:        $crawler = $this->createTestXmlCrawler()->filter('default|entry default|id');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:623:        $this->assertCount(1, $crawler, '->filter() automatically registers namespaces');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:629:        $crawler = $this->createTestXmlCrawler()->filter('yt|accessControl');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:630:        $this->assertCount(2, $crawler, '->filter() automatically registers namespaces');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:635:        $crawler = $this->createTestXmlCrawler()->filter('media|group yt|aspectRatio');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:636:        $this->assertCount(1, $crawler, '->filter() automatically registers namespaces');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:659:        $this->assertEquals(2, $crawler->filter('url')->count());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:665:        $this->assertNotSame($crawler, $crawler->selectLink('Foo'), '->selectLink() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:666:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Crawler', $crawler, '->selectLink() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:668:        $this->assertCount(1, $crawler->selectLink('Fabien\'s Foo'), '->selectLink() selects links by the node values');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:669:        $this->assertCount(1, $crawler->selectLink('Fabien\'s Bar'), '->selectLink() selects links by the alt attribute of a clickable image');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:671:        $this->assertCount(2, $crawler->selectLink('Fabien"s Foo'), '->selectLink() selects links by the node values');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:672:        $this->assertCount(2, $crawler->selectLink('Fabien"s Bar'), '->selectLink() selects links by the alt attribute of a clickable image');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:674:        $this->assertCount(1, $crawler->selectLink('\' Fabien"s Foo'), '->selectLink() selects links by the node values');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:675:        $this->assertCount(1, $crawler->selectLink('\' Fabien"s Bar'), '->selectLink() selects links by the alt attribute of a clickable image');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:677:        $this->assertCount(4, $crawler->selectLink('Foo'), '->selectLink() selects links by the node values');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:678:        $this->assertCount(4, $crawler->selectLink('Bar'), '->selectLink() selects links by the node values');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:684:        $this->assertNotSame($crawler, $crawler->selectImage('Bar'), '->selectImage() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:685:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Crawler', $crawler, '->selectImage() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:687:        $this->assertCount(1, $crawler->selectImage('Fabien\'s Bar'), '->selectImage() selects images by alt attribute');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:688:        $this->assertCount(2, $crawler->selectImage('Fabien"s Bar'), '->selectImage() selects images by alt attribute');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:689:        $this->assertCount(1, $crawler->selectImage('\' Fabien"s Bar'), '->selectImage() selects images by alt attribute');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:695:        $this->assertNotSame($crawler, $crawler->selectButton('FooValue'), '->selectButton() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:696:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Crawler', $crawler, '->selectButton() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:698:        $this->assertEquals(1, $crawler->selectButton('FooValue')->count(), '->selectButton() selects buttons');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:699:        $this->assertEquals(1, $crawler->selectButton('FooName')->count(), '->selectButton() selects buttons');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:700:        $this->assertEquals(1, $crawler->selectButton('FooId')->count(), '->selectButton() selects buttons');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:702:        $this->assertEquals(1, $crawler->selectButton('BarValue')->count(), '->selectButton() selects buttons');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:703:        $this->assertEquals(1, $crawler->selectButton('BarName')->count(), '->selectButton() selects buttons');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:704:        $this->assertEquals(1, $crawler->selectButton('BarId')->count(), '->selectButton() selects buttons');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:706:        $this->assertEquals(1, $crawler->selectButton('FooBarValue')->count(), '->selectButton() selects buttons with form attribute too');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:707:        $this->assertEquals(1, $crawler->selectButton('FooBarName')->count(), '->selectButton() selects buttons with form attribute too');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:754:        $crawler = $this->createTestCrawler('http://example.com/bar/')->selectLink('Foo');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:755:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Link', $crawler->link(), '->link() returns a Link instance');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:757:        $this->assertEquals('POST', $crawler->link('post')->getMethod(), '->link() takes a method as its argument');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:759:        $crawler = $this->createTestCrawler('http://example.com/bar')->selectLink('GetLink');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:760:        $this->assertEquals('http://example.com/bar?get=param', $crawler->link()->getUri(), '->link() returns a Link instance');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:763:            $this->createTestCrawler()->filterXPath('//ol')->link();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:764:            $this->fail('->link() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:766:            $this->assertTrue(true, '->link() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:777:        $crawler->filterXPath('//li/text()')->link();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:787:        $crawler->filterXPath('//li/text()')->link();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:792:        $crawler = $this->createTestCrawler('http://example.com/bar/')->selectImage('Bar');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:793:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Image', $crawler->image(), '->image() returns an Image instance');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:796:            $this->createTestCrawler()->filterXPath('//ol')->image();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:797:            $this->fail('->image() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:799:            $this->assertTrue(true, '->image() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:830:        $this->assertCount(1, $crawler->selectLink('Login')->selectLink('Login'));
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:831:        $this->assertCount(1, $crawler->selectButton('Submit')->selectButton('Submit'));
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:838:        $this->assertEquals('a', $crawler->filterXPath('//div')->filterXPath('div')->filterXPath('div')->attr('name'));
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:843:        $crawler = $this->createTestCrawler('http://example.com/bar/')->selectLink('Foo');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:844:        $this->assertInternalType('array', $crawler->links(), '->links() returns an array');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:846:        $this->assertCount(4, $crawler->links(), '->links() returns an array');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:848:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Link', $links[0], '->links() returns an array of Link instances');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:850:        $this->assertEquals(array(), $this->createTestCrawler()->filterXPath('//ol')->links(), '->links() returns an empty array if the node selection is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:855:        $crawler = $this->createTestCrawler('http://example.com/bar/')->selectImage('Bar');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:856:        $this->assertInternalType('array', $crawler->images(), '->images() returns an array');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:858:        $this->assertCount(4, $crawler->images(), '->images() returns an array');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:860:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Image', $images[0], '->images() returns an array of Image instances');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:862:        $this->assertEquals(array(), $this->createTestCrawler()->filterXPath('//ol')->links(), '->links() returns an empty array if the node selection is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:870:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Form', $crawler->form(), '->form() returns a Form instance');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:871:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Form', $crawler2->form(), '->form() returns a Form instance');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:873:        $this->assertEquals($crawler->form()->getFormNode()->getAttribute('id'), $crawler2->form()->getFormNode()->getAttribute('id'), '->form() works on elements with form attribute');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:875:        $this->assertEquals(array('FooName' => 'FooBar', 'TextName' => 'TextValue', 'FooTextName' => 'FooTextValue'), $crawler->form(array('FooName' => 'FooBar'))->getValues(), '->form() takes an array of values to submit as its first argument');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:876:        $this->assertEquals(array('FooName' => 'FooValue', 'TextName' => 'TextValue', 'FooTextName' => 'FooTextValue'), $crawler->form()->getValues(), '->getValues() returns correct form values');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:877:        $this->assertEquals(array('FooBarName' => 'FooBarValue', 'TextName' => 'TextValue', 'FooTextName' => 'FooTextValue'), $crawler2->form()->getValues(), '->getValues() returns correct form values');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:880:            $this->createTestCrawler()->filterXPath('//ol')->form();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:881:            $this->fail('->form() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:883:            $this->assertTrue(true, '->form() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:894:        $crawler->filterXPath('//li/text()')->form();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:899:        $crawler = $this->createTestCrawler()->filterXPath('//ul[1]/li');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:900:        $this->assertNotSame($crawler, $crawler->last(), '->last() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:901:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Crawler', $crawler, '->last() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:903:        $this->assertEquals('Three', $crawler->last()->text());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:908:        $crawler = $this->createTestCrawler()->filterXPath('//li');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:909:        $this->assertNotSame($crawler, $crawler->first(), '->first() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:910:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Crawler', $crawler, '->first() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:912:        $this->assertEquals('One', $crawler->first()->text());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:917:        $crawler = $this->createTestCrawler()->filterXPath('//li')->eq(1);
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:918:        $this->assertNotSame($crawler, $crawler->siblings(), '->siblings() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:919:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Crawler', $crawler, '->siblings() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:923:        $this->assertEquals('One', $nodes->eq(0)->text());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:924:        $this->assertEquals('Three', $nodes->eq(1)->text());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:926:        $nodes = $this->createTestCrawler()->filterXPath('//li')->eq(0)->siblings();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:928:        $this->assertEquals('Two', $nodes->eq(0)->text());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:929:        $this->assertEquals('Three', $nodes->eq(1)->text());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:932:            $this->createTestCrawler()->filterXPath('//ol')->siblings();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:933:            $this->fail('->siblings() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:935:            $this->assertTrue(true, '->siblings() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:941:        $crawler = $this->createTestCrawler()->filterXPath('//li')->eq(1);
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:942:        $this->assertNotSame($crawler, $crawler->nextAll(), '->nextAll() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:943:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Crawler', $crawler, '->nextAll() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:947:        $this->assertEquals('Three', $nodes->eq(0)->text());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:950:            $this->createTestCrawler()->filterXPath('//ol')->nextAll();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:951:            $this->fail('->nextAll() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:953:            $this->assertTrue(true, '->nextAll() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:959:        $crawler = $this->createTestCrawler()->filterXPath('//li')->eq(2);
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:960:        $this->assertNotSame($crawler, $crawler->previousAll(), '->previousAll() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:961:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Crawler', $crawler, '->previousAll() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:965:        $this->assertEquals('Two', $nodes->eq(0)->text());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:968:            $this->createTestCrawler()->filterXPath('//ol')->previousAll();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:969:            $this->fail('->previousAll() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:971:            $this->assertTrue(true, '->previousAll() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:977:        $crawler = $this->createTestCrawler()->filterXPath('//ul');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:978:        $this->assertNotSame($crawler, $crawler->children(), '->children() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:979:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Crawler', $crawler, '->children() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:983:        $this->assertEquals('One', $nodes->eq(0)->text());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:984:        $this->assertEquals('Two', $nodes->eq(1)->text());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:985:        $this->assertEquals('Three', $nodes->eq(2)->text());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:988:            $this->createTestCrawler()->filterXPath('//ol')->children();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:989:            $this->fail('->children() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:991:            $this->assertTrue(true, '->children() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:996:            $crawler->filter('p')->children();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:997:            $this->assertTrue(true, '->children() does not trigger a notice if the node has no children');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:999:            $this->fail('->children() does not trigger a notice if the node has no children');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:1005:        $crawler = $this->createTestCrawler()->filterXPath('//li[1]');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:1006:        $this->assertNotSame($crawler, $crawler->parents(), '->parents() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:1007:        $this->assertInstanceOf('Symfony\\Component\\DomCrawler\\Crawler', $crawler, '->parents() returns a new instance of a crawler');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:1012:        $nodes = $this->createTestCrawler()->filterXPath('//html')->parents();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:1016:            $this->createTestCrawler()->filterXPath('//ol')->parents();
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:1017:            $this->fail('->parents() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:1019:            $this->assertTrue(true, '->parents() throws an \InvalidArgumentException if the node list is empty');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:1029:        $this->assertEquals($expectedUri, $crawler->filterXPath('//a')->link()->getUri(), $description);
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:1049:        $this->assertEquals($expectedUri, $crawler->filterXPath('//button')->form()->getUri(), $description);
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:1075:        $result = $crawler->filterXPath('//form/input')->evaluate('substring-before(@name, "Name")');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:1084:        $result = $crawler->filterXPath('//yt:accessControl/@action')->evaluate('string(.)');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:1101:        $crawler = $this->createTestCrawler()->evaluate('//form/input[1]');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:1105:        $this->assertSame('input', $crawler->first()->nodeName());
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:1113:        (new Crawler())->evaluate('//form/input[1]');
./vendor/symfony/dom-crawler/Tests/CrawlerTest.php:1176:                    <media:title type="plain">Chordates - CrashCourse Biology #24</media:title>
./vendor/symfony/dom-crawler/Tests/LinkTest.php:26:        new Link($dom->getElementsByTagName('div')->item(0), 'http://www.example.com/');
./vendor/symfony/dom-crawler/Tests/LinkTest.php:37:        new Link($dom->getElementsByTagName('a')->item(0), 'example.com');
./vendor/symfony/dom-crawler/Tests/LinkTest.php:45:        $node = $dom->getElementsByTagName('a')->item(0);
./vendor/symfony/dom-crawler/Tests/LinkTest.php:48:        $this->assertEquals($node, $link->getNode(), '->getNode() returns the node associated with the link');
./vendor/symfony/dom-crawler/Tests/LinkTest.php:56:        $node = $dom->getElementsByTagName('a')->item(0);
./vendor/symfony/dom-crawler/Tests/LinkTest.php:59:        $this->assertEquals('GET', $link->getMethod(), '->getMethod() returns the method of the link');
./vendor/symfony/dom-crawler/Tests/LinkTest.php:62:        $this->assertEquals('POST', $link->getMethod(), '->getMethod() returns the method of the link');
./vendor/symfony/dom-crawler/Tests/LinkTest.php:72:        $link = new Link($dom->getElementsByTagName('a')->item(0), $currentUri);
./vendor/symfony/dom-crawler/Tests/LinkTest.php:84:        $link = new Link($dom->getElementsByTagName('area')->item(0), $currentUri);
./vendor/symfony/dom-crawler/Tests/LinkTest.php:96:        $link = new Link($dom->getElementsByTagName('link')->item(0), $currentUri);
./vendor/symfony/dom-crawler/Tests/ImageTest.php:26:        new Image($dom->getElementsByTagName('div')->item(0), 'http://www.example.com/');
./vendor/symfony/dom-crawler/Tests/ImageTest.php:36:        $image = new Image($dom->getElementsByTagName('img')->item(0), $currentUri);
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:23:            $this->fail('->initialize() throws a \LogicException if the node is not an input or a select');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:25:            $this->assertTrue(true, '->initialize() throws a \LogicException if the node is not an input or a select');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:31:            $this->fail('->initialize() throws a \LogicException if the node is an input with a type different from checkbox or radio');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:33:            $this->assertTrue(true, '->initialize() throws a \LogicException if the node is an input with a type different from checkbox or radio');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:42:        $this->assertEquals('radio', $field->getType(), '->getType() returns radio for radio buttons');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:47:        $this->assertEquals('checkbox', $field->getType(), '->getType() returns radio for a checkbox');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:52:        $this->assertEquals('select', $field->getType(), '->getType() returns radio for a select');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:60:        $this->assertFalse($field->isMultiple(), '->isMultiple() returns false for radio buttons');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:65:        $this->assertFalse($field->isMultiple(), '->isMultiple() returns false for checkboxes');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:70:        $this->assertFalse($field->isMultiple(), '->isMultiple() returns false for selects without the multiple attribute');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:75:        $this->assertTrue($field->isMultiple(), '->isMultiple() returns true for selects with the multiple attribute');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:80:        $this->assertTrue($field->isMultiple(), '->isMultiple() returns true for selects with an empty multiple attribute');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:88:        $this->assertTrue($field->hasValue(), '->hasValue() returns true for selects');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:89:        $this->assertEquals('foo', $field->getValue(), '->getValue() returns the first option if none are selected');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:90:        $this->assertFalse($field->isMultiple(), '->isMultiple() returns false when no multiple attribute is defined');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:95:        $this->assertEquals('bar', $field->getValue(), '->getValue() returns the selected option');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:98:        $this->assertEquals('foo', $field->getValue(), '->setValue() changes the selected option');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:102:            $this->fail('->setValue() throws an \InvalidArgumentException if the value is not one of the selected options');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:104:            $this->assertTrue(true, '->setValue() throws an \InvalidArgumentException if the value is not one of the selected options');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:109:            $this->fail('->setValue() throws an \InvalidArgumentException if the value is an array');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:111:            $this->assertTrue(true, '->setValue() throws an \InvalidArgumentException if the value is an array');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:128:        $this->assertTrue($field->isDisabled(), '->isDisabled() returns true for selects with a disabled attribute');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:136:        $this->assertEquals(array(), $field->getValue(), '->setValue() returns an empty array if multiple is true and no option is selected');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:139:        $this->assertEquals(array('foo'), $field->getValue(), '->setValue() returns an array of options if multiple is true');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:142:        $this->assertEquals(array('bar'), $field->getValue(), '->setValue() returns an array of options if multiple is true');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:145:        $this->assertEquals(array('foo', 'bar'), $field->getValue(), '->setValue() returns an array of options if multiple is true');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:150:        $this->assertEquals(array('foo', 'bar'), $field->getValue(), '->getValue() returns the selected options');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:154:            $this->fail('->setValue() throws an \InvalidArgumentException if the value is not one of the options');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:156:            $this->assertTrue(true, '->setValue() throws an \InvalidArgumentException if the value is not one of the options');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:167:        $this->assertFalse($field->hasValue(), '->hasValue() returns false when no radio button is selected');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:168:        $this->assertNull($field->getValue(), '->getValue() returns null if no radio button is selected');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:169:        $this->assertFalse($field->isMultiple(), '->isMultiple() returns false for radio buttons');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:176:        $this->assertTrue($field->hasValue(), '->hasValue() returns true when a radio button is selected');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:177:        $this->assertEquals('bar', $field->getValue(), '->getValue() returns the value attribute of the selected radio button');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:180:        $this->assertEquals('foo', $field->getValue(), '->setValue() changes the selected radio button');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:184:            $this->fail('->setValue() throws an \InvalidArgumentException if the value is not one of the radio button values');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:186:            $this->assertTrue(true, '->setValue() throws an \InvalidArgumentException if the value is not one of the radio button values');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:197:        $this->assertTrue($field->hasValue(), '->hasValue() returns true when a radio button is selected');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:198:        $this->assertEquals('bar', $field->getValue(), '->getValue() returns the value attribute of the selected radio button');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:211:        $this->assertEquals('foo', $field->getValue(), '->getValue() returns the value attribute of the selected radio button');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:215:        $this->assertEquals('bar', $field->getValue(), '->getValue() returns the value attribute of the selected radio button');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:219:        $this->assertEquals('baz', $field->getValue(), '->getValue() returns the value attribute of the selected radio button');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:228:        $this->assertFalse($field->hasValue(), '->hasValue() returns false when the checkbox is not checked');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:229:        $this->assertNull($field->getValue(), '->getValue() returns null if the checkbox is not checked');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:230:        $this->assertFalse($field->isMultiple(), '->hasValue() returns false for checkboxes');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:233:            $this->fail('->addChoice() throws a \LogicException for checkboxes');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:235:            $this->assertTrue(true, '->initialize() throws a \LogicException for checkboxes');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:241:        $this->assertTrue($field->hasValue(), '->hasValue() returns true when the checkbox is checked');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:242:        $this->assertEquals('on', $field->getValue(), '->getValue() returns 1 if the checkbox is checked and has no value attribute');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:247:        $this->assertEquals('foo', $field->getValue(), '->getValue() returns the value attribute if the checkbox is checked');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:253:        $this->assertNull($field->getValue(), '->setValue() unchecks the checkbox is value is false');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:256:        $this->assertEquals('foo', $field->getValue(), '->setValue() checks the checkbox is value is true');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:260:            $this->fail('->setValue() throws an \InvalidArgumentException if the value is not one from the value attribute');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:262:            $this->assertTrue(true, '->setValue() throws an \InvalidArgumentException if the value is not one from the value attribute');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:271:        $this->assertTrue($field->hasValue(), '->hasValue() returns true when the checkbox is checked');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:282:            $this->fail('->tick() throws a \LogicException for select boxes');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:284:            $this->assertTrue(true, '->tick() throws a \LogicException for select boxes');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:290:        $this->assertEquals('on', $field->getValue(), '->tick() ticks checkboxes');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:300:            $this->fail('->untick() throws a \LogicException for select boxes');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:302:            $this->assertTrue(true, '->untick() throws a \LogicException for select boxes');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:308:        $this->assertNull($field->getValue(), '->untick() unticks checkboxes');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:316:        $this->assertEquals('on', $field->getValue(), '->select() changes the value of the field');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:318:        $this->assertNull($field->getValue(), '->select() changes the value of the field');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:323:        $this->assertEquals('foo', $field->getValue(), '->select() changes the selected option');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:336:        $this->assertEquals('foo', $field->getValue(), '->select() changes the selected option');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:345:        $this->assertEquals('foobar', $field->getValue(), '->disableValidation() allows to set a value which is not in the selected options.');
./vendor/symfony/dom-crawler/Tests/Field/ChoiceFormFieldTest.php:351:        $this->assertEquals(array('foobar'), $field->getValue(), '->disableValidation() allows to set a value which is not in the selected options.');
./vendor/symfony/dom-crawler/Tests/Field/TextareaFormFieldTest.php:23:        $this->assertEquals('foo bar', $field->getValue(), '->initialize() sets the value of the field to the textarea node value');
./vendor/symfony/dom-crawler/Tests/Field/TextareaFormFieldTest.php:28:            $this->fail('->initialize() throws a \LogicException if the node is not a textarea');
./vendor/symfony/dom-crawler/Tests/Field/TextareaFormFieldTest.php:30:            $this->assertTrue(true, '->initialize() throws a \LogicException if the node is not a textarea');
./vendor/symfony/dom-crawler/Tests/Field/TextareaFormFieldTest.php:37:        $this->assertEquals('foo bar <h1>Baz</h1>', $field->getValue(), '->initialize() sets the value of the field to the textarea node value');
./vendor/symfony/dom-crawler/Tests/Field/TextareaFormFieldTest.php:44:        $this->assertEquals('foo bar <h1>Baz</h2>', $field->getValue(), '->initialize() sets the value of the field to the textarea node value');
./vendor/symfony/dom-crawler/Tests/Field/InputFormFieldTest.php:23:        $this->assertEquals('value', $field->getValue(), '->initialize() sets the value of the field to the value attribute value');
./vendor/symfony/dom-crawler/Tests/Field/InputFormFieldTest.php:28:            $this->fail('->initialize() throws a \LogicException if the node is not an input');
./vendor/symfony/dom-crawler/Tests/Field/InputFormFieldTest.php:30:            $this->assertTrue(true, '->initialize() throws a \LogicException if the node is not an input');
./vendor/symfony/dom-crawler/Tests/Field/InputFormFieldTest.php:36:            $this->fail('->initialize() throws a \LogicException if the node is a checkbox');
./vendor/symfony/dom-crawler/Tests/Field/InputFormFieldTest.php:38:            $this->assertTrue(true, '->initialize() throws a \LogicException if the node is a checkbox');
./vendor/symfony/dom-crawler/Tests/Field/InputFormFieldTest.php:44:            $this->fail('->initialize() throws a \LogicException if the node is a file');
./vendor/symfony/dom-crawler/Tests/Field/InputFormFieldTest.php:46:            $this->assertTrue(true, '->initialize() throws a \LogicException if the node is a file');
./vendor/symfony/dom-crawler/Tests/Field/FormFieldTest.php:23:        $this->assertEquals('name', $field->getName(), '->getName() returns the name of the field');
./vendor/symfony/dom-crawler/Tests/Field/FormFieldTest.php:31:        $this->assertEquals('value', $field->getValue(), '->getValue() returns the value of the field');
./vendor/symfony/dom-crawler/Tests/Field/FormFieldTest.php:34:        $this->assertEquals('foo', $field->getValue(), '->setValue() sets the value of the field');
./vendor/symfony/dom-crawler/Tests/Field/FormFieldTest.php:36:        $this->assertTrue($field->hasValue(), '->hasValue() always returns true');
./vendor/symfony/dom-crawler/Tests/Field/FormFieldTest.php:45:        $this->assertNull($field->getLabel(), '->getLabel() returns null if no label is defined');
./vendor/symfony/dom-crawler/Tests/Field/FormFieldTest.php:58:        $this->assertEquals('Foo label', $field->getLabel()->textContent, '->getLabel() returns the associated label');
./vendor/symfony/dom-crawler/Tests/Field/FormFieldTest.php:70:        $this->assertEquals('Foo label', $field->getLabel()->textContent, '->getLabel() returns the parent label');
./vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php:23:        $this->assertEquals(array('name' => '', 'type' => '', 'tmp_name' => '', 'error' => UPLOAD_ERR_NO_FILE, 'size' => 0), $field->getValue(), '->initialize() sets the value of the field to no file uploaded');
./vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php:28:            $this->fail('->initialize() throws a \LogicException if the node is not an input field');
./vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php:30:            $this->assertTrue(true, '->initialize() throws a \LogicException if the node is not an input field');
./vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php:36:            $this->fail('->initialize() throws a \LogicException if the node is not a file input field');
./vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php:38:            $this->assertTrue(true, '->initialize() throws a \LogicException if the node is not a file input field');
./vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php:51:        $this->assertEquals(array('name' => '', 'type' => '', 'tmp_name' => '', 'error' => UPLOAD_ERR_NO_FILE, 'size' => 0), $field->getValue(), "->$method() clears the uploaded file if the value is null");
./vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php:56:        $this->assertEquals(basename(__FILE__), $value['name'], "->$method() sets the name of the file field");
./vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php:57:        $this->assertEquals('', $value['type'], "->$method() sets the type of the file field");
./vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php:58:        $this->assertInternalType('string', $value['tmp_name'], "->$method() sets the tmp_name of the file field");
./vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php:59:        $this->assertFileExists($value['tmp_name'], "->$method() creates a copy of the file at the tmp_name path");
./vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php:60:        $this->assertEquals(0, $value['error'], "->$method() sets the error of the file field");
./vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php:61:        $this->assertEquals(filesize(__FILE__), $value['size'], "->$method() sets the size of the file field");
./vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php:68:            "->$method() keeps the same file extension in the tmp_name copy"
./vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php:77:            "->$method() does not add a file extension in the tmp_name copy"
./vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php:96:        $this->assertEquals(UPLOAD_ERR_FORM_SIZE, $value['error'], '->setErrorCode() sets the file input field error code');
./vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php:100:            $this->fail('->setErrorCode() throws a \InvalidArgumentException if the error code is not valid');
./vendor/symfony/dom-crawler/Tests/Field/FileFormFieldTest.php:102:            $this->assertTrue(true, '->setErrorCode() throws a \InvalidArgumentException if the error code is not valid');
./vendor/symfony/dom-crawler/Crawler.php:214:        $base = $this->filterRelativeXPath('descendant-or-self::base')->extract(array('href'));
./vendor/symfony/dom-crawler/Crawler.php:359:     *     $crawler->filter('h1')->each(function ($node, $i) {
./vendor/symfony/dom-crawler/Crawler.php:428:        return $this->eq(count($this->nodes) - 1);
./vendor/symfony/dom-crawler/Crawler.php:444:        return $this->createSubCrawler($this->sibling($this->getNode(0)->parentNode->firstChild));
./vendor/symfony/dom-crawler/Crawler.php:517:        $node = $this->getNode(0)->firstChild;
./vendor/symfony/dom-crawler/Crawler.php:555:        return $this->getNode(0)->nodeName;
./vendor/symfony/dom-crawler/Crawler.php:571:        return $this->getNode(0)->nodeValue;
./vendor/symfony/dom-crawler/Crawler.php:588:        foreach ($this->getNode(0)->childNodes as $child) {
./vendor/symfony/dom-crawler/Crawler.php:632:     * $crawler->filter('h1 a')->extract(array('_text', 'href'));
./vendor/symfony/dom-crawler/Crawler.php:996:                        --$openedBrackets;
./vendor/symfony/dom-crawler/Crawler.php:1013:            $expression = rtrim(substr($xpath, $startPosition, $i - $startPosition));
./vendor/symfony/dom-crawler/Crawler.php:1151:        if (preg_match_all('/(?P<prefix>[a-z_][a-z_0-9\-\.]*+):[^"\/:]/i', $xpath, $matches)) {
./vendor/symfony/css-selector/Node/SelectorNode.php:67:        return $this->tree->getSpecificity()->plus(new Specificity(0, 0, $this->pseudoElement ? 1 : 0));
./vendor/symfony/css-selector/Node/NegationNode.php:67:        return $this->selector->getSpecificity()->plus($this->subSelector->getSpecificity());
./vendor/symfony/css-selector/Node/AttributeNode.php:112:        return $this->selector->getSpecificity()->plus(new Specificity(0, 1, 0));
./vendor/symfony/css-selector/Node/FunctionNode.php:84:        return $this->selector->getSpecificity()->plus(new Specificity(0, 1, 0));
./vendor/symfony/css-selector/Node/ClassNode.php:67:        return $this->selector->getSpecificity()->plus(new Specificity(0, 1, 0));
./vendor/symfony/css-selector/Node/PseudoNode.php:67:        return $this->selector->getSpecificity()->plus(new Specificity(0, 1, 0));
./vendor/symfony/css-selector/Node/CombinedSelectorNode.php:82:        return $this->selector->getSpecificity()->plus($this->subSelector->getSpecificity());
./vendor/symfony/css-selector/Node/HashNode.php:67:        return $this->selector->getSpecificity()->plus(new Specificity(1, 0, 0));
./vendor/symfony/css-selector/XPath/Translator.php:78:            ->registerExtension(new Extension\NodeExtension())
./vendor/symfony/css-selector/XPath/Translator.php:79:            ->registerExtension(new Extension\CombinationExtension())
./vendor/symfony/css-selector/XPath/Translator.php:80:            ->registerExtension(new Extension\FunctionExtension())
./vendor/symfony/css-selector/XPath/Translator.php:81:            ->registerExtension(new Extension\PseudoClassExtension())
./vendor/symfony/css-selector/XPath/Translator.php:82:            ->registerExtension(new Extension\AttributeMatchingExtension())
./vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php:72:            ->join('/following-sibling::', $combinedXpath)
./vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php:73:            ->addNameTest()
./vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php:74:            ->addCondition('position() = 1');
./vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php:39:            ->getExtension('node')
./vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php:40:            ->setFlag(NodeExtension::ELEMENT_NAME_IN_LOWER_CASE, true)
./vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php:41:            ->setFlag(NodeExtension::ATTRIBUTE_NAME_IN_LOWER_CASE, true);
./vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php:186:            ."translate(@%s, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'), '-')"
./vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php:189:            Translator::getXpathLiteral(strtolower($arguments[0]->getValue()).'-')
./vendor/symfony/css-selector/XPath/Extension/NodeExtension.php:62:            $this->flags -= $flag;
./vendor/symfony/css-selector/XPath/Extension/NodeExtension.php:271:        return 0 < preg_match('~^[a-zA-Z_][a-zA-Z0-9_.-]*$~', $name);
./vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php:72:            return $xpath->addCondition('position() = '.($last ? 'last() - '.($b - 1) : $b));
./vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php:88:            $expr = 'last() - '.$expr;
./vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php:89:            --$b;
./vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php:93:            $expr .= ' - '.$b;
./vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php:174:            Translator::getXpathLiteral($arguments[0]->getValue())
./vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php:200:            Translator::getXpathLiteral($arguments[0]->getValue())
./vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php:64:            ->addStarPrefix()
./vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php:65:            ->addNameTest()
./vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php:66:            ->addCondition('position() = 1');
./vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php:77:            ->addStarPrefix()
./vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php:78:            ->addNameTest()
./vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php:79:            ->addCondition('position() = last()');
./vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php:96:            ->addStarPrefix()
./vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php:97:            ->addCondition('position() = 1');
./vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php:114:            ->addStarPrefix()
./vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php:115:            ->addCondition('position() = last()');
./vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php:126:            ->addStarPrefix()
./vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php:127:            ->addNameTest()
./vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php:128:            ->addCondition('last() = 1');
./vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php:99:            Translator::getXpathLiteral($value.'-')
./vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php:129:            '%1$s and substring(%1$s, string-length(%1$s)-%2$s) = %3$s',
./vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php:131:            strlen($value) - 1,
./vendor/symfony/css-selector/Tests/CssSelectorConverterTest.php:52:        $this->assertEquals($xpath, $converter->toXPath($css, ''), '->parse() parses an input string and returns a node');
./vendor/symfony/css-selector/Tests/CssSelectorConverterTest.php:61:            array('h1:nth-child(3n+1)', "*/*[name() = 'h1' and (position() - 1 >= 0 and (position() - 1) mod 3 = 0)]"),
./vendor/symfony/css-selector/Tests/Node/SpecificityTest.php:27:        $this->assertEquals($value + 123, $specificity->plus(new Specificity(1, 2, 3))->getValue());
./vendor/symfony/css-selector/Tests/Node/AbstractNodeTest.php:27:        $this->assertEquals($value, $node->getSpecificity()->getValue());
./vendor/symfony/css-selector/Tests/XPath/TranslatorTest.php:41:            $this->assertTrue(in_array($element->attributes()->id, $elementsId));
./vendor/symfony/css-selector/Tests/XPath/TranslatorTest.php:58:            if (null !== $element->attributes()->id) {
./vendor/symfony/css-selector/Tests/XPath/TranslatorTest.php:59:                $this->assertTrue(in_array($element->attributes()->id, $elementsId));
./vendor/symfony/css-selector/Tests/XPath/TranslatorTest.php:76:        $elements = $bodies[0]->xpath($translator->cssToXPath($css));
./vendor/symfony/css-selector/Tests/XPath/TranslatorTest.php:106:            array('e:nth-last-child(1)', "*/*[name() = 'e' and (position() = last() - 0)]"),
./vendor/symfony/css-selector/Tests/XPath/TranslatorTest.php:107:            array('e:nth-last-child(2n+2)', "*/*[name() = 'e' and (last() - position() - 1 >= 0 and (last() - position() - 1) mod 2 = 0)]"),
./vendor/symfony/css-selector/Tests/XPath/TranslatorTest.php:109:            array('e:nth-last-of-type(1)', '*/e[position() = last() - 0]'),
./vendor/symfony/css-selector/Tests/XPath/TranslatorTest.php:110:            array('div e:nth-last-of-type(1) .aclass', "div/descendant-or-self::*/e[position() = last() - 0]/descendant-or-self::*/*[@class and contains(concat(' ', normalize-space(@class), ' '), ' aclass ')]"),
./vendor/symfony/css-selector/Tests/XPath/TranslatorTest.php:125:            array('e:not(:nth-child(odd))', 'e[not(position() - 1 >= 0 and (position() - 1) mod 2 = 0)]'),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:67:        $this->assertEquals($value, $selector->getSpecificity()->getValue());
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:78:        $function = $selectors[0]->getTree();
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:90:        $function = $selectors[0]->getTree();
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:143:            array('attributes(href)/html/body/a', SyntaxErrorException::unexpectedToken('selector', new Token(Token::TYPE_DELIMITER, '(', 10))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:144:            array('attributes(href)', SyntaxErrorException::unexpectedToken('selector', new Token(Token::TYPE_DELIMITER, '(', 10))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:145:            array('html/body/a', SyntaxErrorException::unexpectedToken('selector', new Token(Token::TYPE_DELIMITER, '/', 4))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:146:            array(' ', SyntaxErrorException::unexpectedToken('selector', new Token(Token::TYPE_FILE_END, '', 1))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:147:            array('div, ', SyntaxErrorException::unexpectedToken('selector', new Token(Token::TYPE_FILE_END, '', 5))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:148:            array(' , div', SyntaxErrorException::unexpectedToken('selector', new Token(Token::TYPE_DELIMITER, ',', 1))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:149:            array('p, , div', SyntaxErrorException::unexpectedToken('selector', new Token(Token::TYPE_DELIMITER, ',', 3))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:150:            array('div > ', SyntaxErrorException::unexpectedToken('selector', new Token(Token::TYPE_FILE_END, '', 6))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:151:            array('  > div', SyntaxErrorException::unexpectedToken('selector', new Token(Token::TYPE_DELIMITER, '>', 2))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:152:            array('foo|#bar', SyntaxErrorException::unexpectedToken('identifier or "*"', new Token(Token::TYPE_HASH, 'bar', 4))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:153:            array('#.foo', SyntaxErrorException::unexpectedToken('selector', new Token(Token::TYPE_DELIMITER, '#', 0))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:154:            array('.#foo', SyntaxErrorException::unexpectedToken('identifier', new Token(Token::TYPE_HASH, 'foo', 1))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:155:            array(':#foo', SyntaxErrorException::unexpectedToken('identifier', new Token(Token::TYPE_HASH, 'foo', 1))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:156:            array('[*]', SyntaxErrorException::unexpectedToken('"|"', new Token(Token::TYPE_DELIMITER, ']', 2))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:157:            array('[foo|]', SyntaxErrorException::unexpectedToken('identifier', new Token(Token::TYPE_DELIMITER, ']', 5))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:158:            array('[#]', SyntaxErrorException::unexpectedToken('identifier or "*"', new Token(Token::TYPE_DELIMITER, '#', 1))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:159:            array('[foo=#]', SyntaxErrorException::unexpectedToken('string or identifier', new Token(Token::TYPE_DELIMITER, '#', 5))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:160:            array(':nth-child()', SyntaxErrorException::unexpectedToken('at least one argument', new Token(Token::TYPE_DELIMITER, ')', 11))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:161:            array('[href]a', SyntaxErrorException::unexpectedToken('selector', new Token(Token::TYPE_IDENTIFIER, 'a', 6))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:162:            array('[rel:stylesheet]', SyntaxErrorException::unexpectedToken('operator', new Token(Token::TYPE_DELIMITER, ':', 4))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:163:            array('[rel=stylesheet', SyntaxErrorException::unexpectedToken('"]"', new Token(Token::TYPE_FILE_END, '', 15))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:164:            array(':lang(fr', SyntaxErrorException::unexpectedToken('an argument', new Token(Token::TYPE_FILE_END, '', 8))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:165:            array(':contains("foo', SyntaxErrorException::unclosedString(10)->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:166:            array('foo!', SyntaxErrorException::unexpectedToken('selector', new Token(Token::TYPE_DELIMITER, '!', 3))->getMessage()),
./vendor/symfony/css-selector/Tests/Parser/ParserTest.php:228:            array('1n - 3', 1, -3),
./vendor/symfony/css-selector/Tests/Parser/Handler/AbstractHandlerTest.php:29:        $this->assertTrue($this->generateHandler()->handle($reader, $stream));
./vendor/symfony/css-selector/Tests/Parser/Handler/AbstractHandlerTest.php:40:        $this->assertFalse($this->generateHandler()->handle($reader, $stream));
./vendor/symfony/css-selector/Tests/Parser/Handler/CommentHandlerTest.php:27:        $this->assertTrue($this->generateHandler()->handle($reader, $stream));
./vendor/symfony/css-selector/Parser/Reader.php:71:        return $this->length - $this->position;
./vendor/symfony/css-selector/Parser/Reader.php:94:        return false === $position ? false : $position - $this->position;
./vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php:77:            ->push(new Token(Token::TYPE_FILE_END, null, $reader->getPosition()))
./vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php:78:            ->freeze();
./vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php:101:        $this->numberPattern = '[+-]?(?:[0-9]*\.[0-9]+|[0-9]+)';
./vendor/symfony/css-selector/Parser/Parser.php:100:            $first ? ('-' === $first || '+' === $first ? $int($first.'1') : $int($first)) : 1,
./vendor/symfony/css-selector/Parser/Parser.php:120:            if ($stream->getPeek()->isDelimiter(array(','))) {
./vendor/symfony/css-selector/Parser/Parser.php:157:                $combinator = $stream->getNext()->getValue();
./vendor/symfony/css-selector/Parser/Parser.php:203:                $result = new Node\HashNode($result, $stream->getNext()->getValue());
./vendor/symfony/css-selector/Parser/Parser.php:213:                if ($stream->getPeek()->isDelimiter(array(':'))) {
./vendor/symfony/css-selector/Parser/Parser.php:229:                if (!$stream->getPeek()->isDelimiter(array('('))) {
./vendor/symfony/css-selector/Parser/Parser.php:266:                            || $next->isDelimiter(array('+', '-'))
./vendor/symfony/css-selector/Parser/Parser.php:307:                $namespace = $stream->getNext()->getValue();
./vendor/symfony/css-selector/Parser/Parser.php:313:            if ($stream->getPeek()->isDelimiter(array('|'))) {
./vendor/symfony/css-selector/Parser/Parser.php:342:        if (null === $attribute && !$stream->getPeek()->isDelimiter(array('|'))) {
./vendor/symfony/css-selector/Parser/Parser.php:346:        if ($stream->getPeek()->isDelimiter(array('|'))) {
./vendor/symfony/css-selector/Parser/Parser.php:349:            if ($stream->getPeek()->isDelimiter(array('='))) {
./vendor/symfony/css-selector/Parser/Parser.php:371:                && $stream->getPeek()->isDelimiter(array('='))
./vendor/symfony/css-selector/Parser/Handler/StringHandler.php:74:            throw SyntaxErrorException::unclosedString($reader->getPosition() - 1);
./vendor/symfony/css-selector/Parser/Handler/StringHandler.php:79:            throw SyntaxErrorException::unclosedString($reader->getPosition() - 1);
./vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php:22: * - The parser fails to parse an empty string.
./vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php:23: * - In the previous version, an empty string matches each tags.
./vendor/symfony/css-selector/CssSelectorConverter.php:43:            ->registerParserShortcut(new EmptyStringParser())
./vendor/symfony/css-selector/CssSelectorConverter.php:44:            ->registerParserShortcut(new ElementParser())
./vendor/symfony/css-selector/CssSelectorConverter.php:45:            ->registerParserShortcut(new ClassParser())
./vendor/symfony/css-selector/CssSelectorConverter.php:46:            ->registerParserShortcut(new HashParser())
./vendor/psr/http-message/src/ServerRequestInterface.php:11: * - Protocol version
./vendor/psr/http-message/src/ServerRequestInterface.php:12: * - HTTP method
./vendor/psr/http-message/src/ServerRequestInterface.php:13: * - URI
./vendor/psr/http-message/src/ServerRequestInterface.php:14: * - Headers
./vendor/psr/http-message/src/ServerRequestInterface.php:15: * - Message body
./vendor/psr/http-message/src/ServerRequestInterface.php:20: * - The values represented in $_SERVER.
./vendor/psr/http-message/src/ServerRequestInterface.php:21: * - Any cookies provided (generally via $_COOKIE)
./vendor/psr/http-message/src/ServerRequestInterface.php:22: * - Query string arguments (generally via $_GET, or as parsed via parse_str())
./vendor/psr/http-message/src/ServerRequestInterface.php:23: * - Upload files, if any (as represented by $_FILES)
./vendor/psr/http-message/src/ServerRequestInterface.php:24: * - Deserialized body parameters (generally from $_POST)
./vendor/psr/http-message/src/ServerRequestInterface.php:94:     * values, you may need to parse the query string from `getUri()->getQuery()`
./vendor/psr/http-message/src/ResponseInterface.php:11: * - Protocol version
./vendor/psr/http-message/src/ResponseInterface.php:12: * - Status code and reason phrase
./vendor/psr/http-message/src/ResponseInterface.php:13: * - Headers
./vendor/psr/http-message/src/ResponseInterface.php:14: * - Message body
./vendor/psr/http-message/src/RequestInterface.php:11: * - Protocol version
./vendor/psr/http-message/src/RequestInterface.php:12: * - HTTP method
./vendor/psr/http-message/src/RequestInterface.php:13: * - URI
./vendor/psr/http-message/src/RequestInterface.php:14: * - Headers
./vendor/psr/http-message/src/RequestInterface.php:15: * - Message body
./vendor/psr/http-message/src/RequestInterface.php:110:     * - If the Host header is missing or empty, and the new URI contains
./vendor/psr/http-message/src/RequestInterface.php:113:     * - If the Host header is missing or empty, and the new URI does not contain a
./vendor/psr/http-message/src/RequestInterface.php:116:     * - If a Host header is present and non-empty, this method MUST NOT update
./vendor/psr/http-message/src/UriInterface.php:307:     * - If a scheme is present, it MUST be suffixed by ":".
./vendor/psr/http-message/src/UriInterface.php:308:     * - If an authority is present, it MUST be prefixed by "//".
./vendor/psr/http-message/src/UriInterface.php:309:     * - The path can be concatenated without delimiters. But there are two
./vendor/psr/http-message/src/UriInterface.php:312:     *     - If the path is rootless and an authority is present, the path MUST
./vendor/psr/http-message/src/UriInterface.php:314:     *     - If the path is starting with more than one "/" and no authority is
./vendor/psr/http-message/src/UriInterface.php:316:     * - If a query is present, it MUST be prefixed by "?".
./vendor/psr/http-message/src/UriInterface.php:317:     * - If a fragment is present, it MUST be prefixed by "#".
./vendor/fzaninotto/faker/src/Faker/ORM/Propel/Populator.php:65:                $insertedEntities[$class][]= $this->entities[$class]->execute($con, $insertedEntities);
./vendor/fzaninotto/faker/src/Faker/ORM/Propel/EntityPopulator.php:71:                $relatedClass = $columnMap->getRelation()->getForeignTable()->getClassname();
./vendor/fzaninotto/faker/src/Faker/ORM/Propel/EntityPopulator.php:73:                    return isset($inserted[$relatedClass]) ? $inserted[$relatedClass][mt_rand(0, count($inserted[$relatedClass]) - 1)] : null;
./vendor/fzaninotto/faker/src/Faker/ORM/Propel/EntityPopulator.php:99:        foreach ($columnMap->getTable()->getBehaviors() as $name => $params) {
./vendor/fzaninotto/faker/src/Faker/ORM/Propel/EntityPopulator.php:154:                            $parent = $queryClass::create()->findPk($generator->randomElement($inserted[$class]));
./vendor/fzaninotto/faker/src/Faker/ORM/Doctrine/Populator.php:75:                $insertedEntities[$class][]= $this->entities[$class]->execute($entityManager, $insertedEntities, $generateId);
./vendor/fzaninotto/faker/src/Faker/ORM/Doctrine/EntityPopulator.php:149:                    return $inserted[$relatedClass][mt_rand(0, count($inserted[$relatedClass]) - 1)];
./vendor/fzaninotto/faker/src/Faker/ORM/Doctrine/EntityPopulator.php:176:                $this->class->reflFields[$idName]->setValue($obj, $id);
./vendor/fzaninotto/faker/src/Faker/ORM/Doctrine/EntityPopulator.php:205:                    $this->class->reflFields[$field]->setValue($obj, $value);
./vendor/fzaninotto/faker/src/Faker/ORM/Doctrine/EntityPopulator.php:227:                ->select(sprintf('e.%s', $column))
./vendor/fzaninotto/faker/src/Faker/ORM/Doctrine/EntityPopulator.php:228:                ->getQuery()
./vendor/fzaninotto/faker/src/Faker/ORM/Doctrine/EntityPopulator.php:229:                ->getResult();
./vendor/fzaninotto/faker/src/Faker/ORM/Mandango/Populator.php:58:                $insertedEntities[$class][]= $this->entities[$class]->execute($this->mandango, $insertedEntities);
./vendor/fzaninotto/faker/src/Faker/ORM/Spot/Populator.php:80:                $insertedEntities[$entityName][] = $this->entities[$entityName]->execute(
./vendor/fzaninotto/faker/src/Faker/ORM/Spot/EntityPopulator.php:17:     * When fetching existing data - fetch only few first rows.
./vendor/fzaninotto/faker/src/Faker/ORM/Spot/EntityPopulator.php:154:                        return $inserted[$entityName][mt_rand(0, count($inserted[$entityName]) - 1)]->getId();
./vendor/fzaninotto/faker/src/Faker/ORM/Spot/EntityPopulator.php:160:                            $records = $mapper->all()->limit(self::RELATED_FETCH_COUNT)->toArray();
./vendor/fzaninotto/faker/src/Faker/ORM/Spot/EntityPopulator.php:164:                            $id = $records[mt_rand(0, count($records) - 1)]['id'];
./vendor/fzaninotto/faker/src/Faker/ORM/CakePHP/Populator.php:103:                $insertedEntities[$class][] = $this->entities[$class]->execute($class, $insertedEntities, $options);
./vendor/fzaninotto/faker/src/Faker/ORM/CakePHP/EntityPopulator.php:57:            foreach ($table->associations()->type('BelongsTo') as $assoc) {
./vendor/fzaninotto/faker/src/Faker/ORM/CakePHP/EntityPopulator.php:90:        $belongsTo = $table->associations()->type('BelongsTo');
./vendor/fzaninotto/faker/src/Faker/ORM/CakePHP/EntityPopulator.php:101:                    ->select(['id'])
./vendor/fzaninotto/faker/src/Faker/ORM/CakePHP/EntityPopulator.php:102:                    ->map(function ($row) {
./vendor/fzaninotto/faker/src/Faker/ORM/CakePHP/EntityPopulator.php:105:                    ->toArray();
./vendor/fzaninotto/faker/src/Faker/ORM/CakePHP/EntityPopulator.php:109:                    throw new \Exception(sprintf('%s belongsTo %s, which seems empty at this point.', $this->getTable($this->class)->table(), $assoc->table()));
./vendor/fzaninotto/faker/src/Faker/ORM/Propel2/Populator.php:68:                $insertedEntities[$class][]= $this->entities[$class]->execute($con, $insertedEntities);
./vendor/fzaninotto/faker/src/Faker/ORM/Propel2/EntityPopulator.php:71:                $relatedClass = $columnMap->getRelation()->getForeignTable()->getClassname();
./vendor/fzaninotto/faker/src/Faker/ORM/Propel2/EntityPopulator.php:74:                    return isset($inserted[$relatedClass]) ? $inserted[$relatedClass][mt_rand(0, count($inserted[$relatedClass]) - 1)] : null;
./vendor/fzaninotto/faker/src/Faker/ORM/Propel2/EntityPopulator.php:100:        foreach ($columnMap->getTable()->getBehaviors() as $name => $params) {
./vendor/fzaninotto/faker/src/Faker/ORM/Propel2/EntityPopulator.php:155:                            $parent = $queryClass::create()->findPk($generator->randomElement($inserted[$class]));
./vendor/fzaninotto/faker/src/Faker/Calculator/Iban.php:22:        $checksum = 98 - self::mod97($checkString);
./vendor/fzaninotto/faker/src/Faker/Calculator/Iban.php:43:        return ord($char) - 55;
./vendor/fzaninotto/faker/src/Faker/Calculator/Luhn.php:24:        for ($i = $length - 1; $i >= 0; $i -= 2) {
./vendor/fzaninotto/faker/src/Faker/Calculator/Luhn.php:27:        for ($i = $length - 2; $i >= 0; $i -= 2) {
./vendor/fzaninotto/faker/src/Faker/Calculator/Luhn.php:45:        return (string) (10 - $checkDigit);
./vendor/fzaninotto/faker/src/Faker/Documentor.php:30:                if ($reflmethod->getDeclaringClass()->getName() == 'Faker\Provider\Base' && $providerClass != 'Faker\Provider\Base') {
./vendor/fzaninotto/faker/src/Faker/Generator.php:40: * @method string creditCardNumber($type = null, $formatted = false, $separator = '-')
./vendor/fzaninotto/faker/src/Faker/Provider/sr_Cyrl_RS/Address.php:41:        'Острво Асенсион', 'Андора', 'Уједињени Арапски Емирати', 'Авганистан', 'Антигве и Барбуда', 'Ангвила', 'Албанија', 'Арменија', 'Холандски Антили', 'Ангола', 'Антарктик', 'Аргентина', 'Америчка Самоа', 'Аустрија', 'Аустралија', 'Аруба', 'Аландска острва', 'Азербејџан', 'Босна и Херцеговина', 'Барбадос', 'Бангладеш', 'Белгија', 'Буркина Фасо', 'Бугарска', 'Бахреин', 'Бурунди', 'Бенин', 'Свети Бартоломеј', 'Бермуда', 'Брунеј', 'Боливија', 'Бразил', 'Бахами', 'Бутан', 'Буве Острва', 'Боцвана', 'Белорусија', 'Белизе', 'Канада', 'Кокос (Келинг) Острва', 'Конго - Киншаса', 'Централно Афричка Република', 'Конго - Бразавил', 'Швајцарска', 'Обала Слоноваче', 'Кукова Острва', 'Чиле', 'Камерун', 'Кина', 'Колумбија', 'Острво Клипертон', 'Костарика', 'Србија и Црна Гора', 'Куба', 'Капе Верде', 'Божићна острва', 'Кипар', 'Чешка', 'Немачка', 'Дијего Гарсија', 'Џибути', 'Данска', 'Доминика', 'Доминиканска Република', 'Алжир', 'Сеута и Мелиља', 'Еквадор', 'Естонија', 'Египат', 'Западна Сахара', 'Еритреја', 'Шпанија', 'Етиопија', 'Европска Унија', 'Финска', 'Фиџи', 'Фолкландска Острва', 'Микронезија', 'Фарска Острва', 'Француска', 'Габон', 'Велика Британија', 'Гренада', 'Грузија', 'Француска Гвајана', 'Гурнси', 'Гана', 'Гибралтар', 'Гренланд', 'Гамбија', 'Гвинеја', 'Гваделупе', 'Екваторијална Гвинеја', 'Грчка', 'Јужна Џорџија и Јужна Сендвич Острва', 'Гватемала', 'Гуам', 'Гвинеја-Бисао', 'Гвајана', 'Хонг Конг С. А. Р. Кина', 'Херд и Мекдоналд Острва', 'Хондурас', 'Хрватска', 'Хаити', 'Мађарска', 'Канарска острва', 'Индонезија', 'Ирска', 'Израел', 'Острво Ман', 'Индија', 'Британска територија у Индијском океану', 'Ирак', 'Иран', 'Исланд', 'Италија', 'Џерси', 'Јамајка', 'Јордан', 'Јапан', 'Кенија', 'Киргизстан', 'Камбоџа', 'Кирибати', 'Коморска Острва', 'Сент Китс и Невис', 'Северна Кореја', 'Јужна Кореја', 'Кувајт', 'Кајманска Острва', 'Казахстан', 'Лаос', 'Либан', 'Сент Луција', 'Лихтенштајн', 'Шри Ланка', 'Либерија', 'Лесото', 'Литванија', 'Луксембург', 'Летонија', 'Либија', 'Мароко', 'Монако', 'Молдавија', 'Црна Гора', 'Сент Мартин', 'Мадагаскар', 'Маршалска Острва', 'Македонија', 'Мали', 'Мијанмар [Бурма]', 'Монголија', 'Макао С. А. Р. Кина', 'Северна Маријанска Острва', 'Мартиник', 'Мауританија', 'Монсерат', 'Малта', 'Маурицијус', 'Малдиви', 'Малави', 'Мексико', 'Малезија', 'Мозамбик', 'Намибија', 'Нова Каледонија', 'Нигер', 'Норфолк Острво', 'Нигерија', 'Никарагва', 'Холандија', 'Норвешка', 'Непал', 'Науру', 'Ниуе', 'Нови Зеланд', 'Оман', 'Панама', 'Перу', 'Француска Полинезија', 'Папуа Нова Гвинеја', 'Филипини', 'Пакистан', 'Пољска', 'Сен Пјер и Микелон', 'Питкерн', 'Порто Рико', 'Палестинске територије', 'Португал', 'Палау', 'Парагвај', 'Катар', 'Остала океанија', 'Реинион', 'Румунија', 'Србија', 'Русија', 'Руанда', 'Саудијска Арабија', 'Соломонска Острва', 'Сејшели', 'Судан', 'Шведска', 'Сингапур', 'Света Јелена', 'Словенија', 'Свалбард и Јанмајен Острва', 'Словачка', 'Сијера Леоне', 'Сан Марино', 'Сенегал', 'Сомалија', 'Суринам', 'Сао Томе и Принципе', 'Салвадор', 'Сирија', 'Свазиленд', 'Тристан да Куња', 'Туркс и Кајкос Острва', 'Чад', 'Француске Јужне Територије', 'Того', 'Тајланд', 'Таџикистан', 'Токелау', 'Источни Тимор', 'Туркменистан', 'Тунис', 'Тонга', 'Турска', 'Тринидад и Тобаго', 'Тувалу', 'Тајван', 'Танзанија', 'Украјина', 'Уганда', 'Мања удаљена острва САД', 'Сједињене Америчке Државе', 'Уругвај', 'Узбекистан', 'Ватикан', 'Сент Винсент и Гренадини', 'Венецуела', 'Британска Девичанска Острва', 'С.А.Д. Девичанска Острва', 'Вијетнам', 'Вануату', 'Валис и Футуна Острва', 'Самоа', 'Јемен', 'Мајоте', 'Јужноафричка Република', 'Замбија', 'Зимбабве',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Company.php:9:        '{{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Company.php:38:     * Source - http://www.careerplanner.com/ListOfJobs.cfm
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:93:thousand miles down, I think--' (for, you see, Alice had learnt several
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:97:'--yes, that's about the right distance--but then I wonder what Latitude
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:103:their heads downward! The Antipathies, I think--' (she was rather glad
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:105:right word) '--but I shall have to ask them what the name of the country
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:257:myself about you: you must manage the best way you can;--but I must be
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:293:came near her, she began, in a low, timid voice, 'If you please, sir--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:317:Mabel! I'll try and say "How doth the little--"' and she crossed her
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:320:same as they used to do:--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:340:till I'm somebody else"--but, oh dear!' cried Alice, with a sudden burst
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:475:Mercia and Northumbria--"'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:484:'I thought you did,' said the Mouse. '--I proceed. "Edwin and Morcar,
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:486:the patriotic archbishop of Canterbury, found it advisable--"'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:497:The Mouse did not notice this question, but hurriedly went on, '"--found
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:500:Normans--" How are you getting on now, my dear?' it continued, turning
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:508:remedies--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:586:something like this:--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:596:         YOU.--Come,
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:801:Next came an angry voice--the Rabbit's--'Pat! Pat! Where are you?' And
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:831:ladder?--Why, I hadn't to bring but one; Bill's got the other--Bill!
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:832:fetch it here, lad!--Here, put 'em up at this corner--No, tie 'em
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:835:rope--Will the roof bear?--Mind that loose slate--Oh, it's coming
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:836:down! Heads below!' (a loud crash)--'Now, who did that?--It was Bill, I
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:837:fancy--Who's to go down the chimney?--Nay, I shan't! YOU do it!--That I
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:838:won't, then!--Bill's to go down--Here, Bill! the master says you're to
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:853:then the Rabbit's voice along--'Catch him, you by the hedge!' then
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:854:silence, and then another confusion of voices--'Hold up his head--Brandy
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1032:Alice folded her hands, and began:--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1036:   And yet you incessantly stand on your head--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1046:   Yet you turned a back-somersault in at the door--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1051:   By the use of this ointment--one shilling the box--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1056:   Yet you finished the goose, with the bones and the beak--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1066:   Yet you balanced an eel on the end of your nose--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1195:'But I'm NOT a serpent, I tell you!' said Alice. 'I'm a--I'm a--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1254:wood--(she considered him to be a footman because he was in livery:
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1256:fish)--and rapped loudly at the door with his knuckles. It was opened
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1293:But at any rate he might answer questions.--How am I to get in?' she
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1296:'I shall sit here,' the Footman remarked, 'till tomorrow--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1302:'--or next day, maybe,' the Footman continued in the same tone, exactly
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1347:and not to her, so she took courage, and went on again:--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1378:twenty-four hours to turn round on its axis--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1385:it twelve? I--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1399: (In which the cook and the baby joined):--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1405:that Alice could hardly hear the words:--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1462:to herself, 'if one only knew the right way to change them--' when she
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1477:'I don't much care where--' said Alice.
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1481:'--so long as I get SOMEWHERE,' Alice added as an explanation.
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1606:begun asking riddles.--I believe I can guess that,' she added aloud.
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1716:quarrelled last March--just before HE went mad, you know--' (pointing
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1717:with his tea spoon at the March Hare,) '--it was at the great concert
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1727:'It goes on, you know,' the Hatter continued, 'in this way:--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1731:         Twinkle, twinkle--"'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1734:twinkle, twinkle, twinkle--' and went on so long that they had to pinch
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1780:they lived at the bottom of a well--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1826:you know--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1851:'Of course they were', said the Dormouse; '--well in.'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1858:things--everything that begins with an M--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1868:a little shriek, and went on: '--that begins with an M, such as
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1870:things are "much of a muchness"--did you ever see such a thing as a
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1874:think--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1932:things--' when his eye chanced to fall upon Alice, as she stood watching
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1943:So you see, Miss, we're doing our best, afore she comes, to--' At this
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:1990:moment like a wild beast, screamed 'Off with her head! Off--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2011:down on one knee as he spoke, 'we were trying--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2041:'Very,' said Alice: '--where's the Duchess?'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2055:'She boxed the Queen's ears--' the Rabbit began. Alice gave a little
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2058:Queen said--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2121:'Not at all,' said Alice: 'she's so extremely--' Just then she noticed
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2123:'--likely to win, that it's hardly worth while finishing the game.'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2226:stingy about it, you know--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2249:''Tis so,' said the Duchess: 'and the moral of that is--"Oh, 'tis love,
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2257:of THAT is--"Take care of the sense, and the sounds will take care of
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2270:the moral of that is--"Birds of a feather flock together."'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2281:the moral of that is--"The more there is of mine, the less there is of
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2288:is--"Be what you would seem to be"--or if you'd like it put more
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2289:simply--"Never imagine yourself not to be otherwise than what it might
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2316:the m--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2417:sea. The master was an old Turtle--we used to call him Tortoise--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2430:'Yes, we went to school in the sea, though you mayn't believe it--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2439:'We had the best of educations--in fact, we went to school every day--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2482:the subjects on his flappers, '--Mystery, ancient and modern, with
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2533:running down his cheeks, he went on again:--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2535:'You may not have lived much under the sea--' ('I haven't,' said
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2536:Alice)--'and perhaps you were never even introduced to a lobster--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2537:(Alice began to say 'I once tasted--' but checked herself hastily, and
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2538:said 'No, never') '--so you can have no idea what a delightful thing a
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2544:sea-shore--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2547:then, when you've cleared all the jelly-fish out of the way--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2551:'--you advance twice--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2555:'Of course,' the Mock Turtle said: 'advance twice, set to partners--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2557:'--change lobsters, and retire in same order,' continued the Gryphon.
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2559:'Then, you know,' the Mock Turtle went on, 'you throw the--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2563:'--as far out to sea as you can--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2591:and sadly:--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2604: But the snail replied "Too far, too far!" and gave a look askance--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2612: The further off from England the nearer is to France--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2625:'Yes,' said Alice, 'I've often seen them at dinn--' she checked herself
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2636:reason is--' here the Mock Turtle yawned and shut his eyes.--'Tell her
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2720:very queer indeed:--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2757:wrong, and she went on in a trembling voice:--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2760:  How the Owl and the Panther were sharing a pie--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2768:  And concluded the banquet--]
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2786:with sobs, to sing this:--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2817:came, carried on the breeze that followed them, the melancholy words:--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2834:that it made Alice quite hungry to look at them--'I wish they'd get the
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2885:unrolled the parchment scroll, and read as follows:--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2969:'--and I hadn't begun my tea--not above a week or so--and what with the
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2970:bread-and-butter getting so thin--and the twinkling of the tea--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2980:that--only the March Hare said--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2990:'Well, at any rate, the Dormouse said--' the Hatter went on, looking
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:2994:'After that,' continued the Hatter, 'I cut some more bread-and-butter--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3036:'--and just take his head off outside,' the Queen added to one of the
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3075:curious to see what the next witness would be like, '--for they haven't
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3132:'important--unimportant--unimportant--important--' as if he were trying
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3210:These were the verses the White Rabbit read:--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3243:King, rubbing his hands; 'so now let the jury--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3256:with one eye; 'I seem to see some meaning in them, after all. "--SAID
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3257:I COULD NOT SWIM--" you can't swim, can you?' he added, turning to the
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3264:the verses to himself: '"WE KNOW IT TO BE TRUE--" that's the jury, of
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3265:course--"I GAVE HER ONE, THEY GAVE HIM TWO--" why, that must be what he
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3266:did with the tarts, you know--'
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3271:on the table. 'Nothing can be clearer than THAT. Then again--"BEFORE SHE
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3272:HAD THIS FIT--" you never had fits, my dear, I think?' he said to the
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3323:this was her dream:--
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3520:    - You pay a royalty fee of 20% of the gross profits you derive from
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3533:    - You provide a full refund of any money paid by a user who notifies
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3541:    - You provide, in accordance with paragraph 1.F.3, a full refund of any
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3546:    - You comply with all other terms of this agreement for free
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3569:    1.F.2.  LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for the "Right
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3583:    1.F.3.  LIMITED RIGHT OF REPLACEMENT OR REFUND - If you discover a
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Text.php:3609:    1.F.6.  INDEMNITY - You agree to indemnify and hold the Foundation, the
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/Address.php:13:    protected static $postcode = array('#####', '#####-####');
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:12:        '+1-{{areaCode}}-{{exchangeCode}}-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:13:        '+1 ({{areaCode}}) {{exchangeCode}}-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:14:        '+1-{{areaCode}}-{{exchangeCode}}-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:19:        '{{areaCode}}-{{exchangeCode}}-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:20:        '({{areaCode}}) {{exchangeCode}}-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:21:        '1-{{areaCode}}-{{exchangeCode}}-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:24:        '{{areaCode}}-{{exchangeCode}}-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:25:        '({{areaCode}}) {{exchangeCode}}-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:26:        '1-{{areaCode}}-{{exchangeCode}}-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:30:        '{{areaCode}}-{{exchangeCode}}-#### x###',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:31:        '({{areaCode}}) {{exchangeCode}}-#### x###',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:32:        '1-{{areaCode}}-{{exchangeCode}}-#### x###',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:35:        '{{areaCode}}-{{exchangeCode}}-#### x####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:36:        '({{areaCode}}) {{exchangeCode}}-#### x####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:37:        '1-{{areaCode}}-{{exchangeCode}}-#### x####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:40:        '{{areaCode}}-{{exchangeCode}}-#### x#####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:41:        '({{areaCode}}) {{exchangeCode}}-#### x#####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:42:        '1-{{areaCode}}-{{exchangeCode}}-#### x#####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:54:        '{{tollFreeAreaCode}}-{{exchangeCode}}-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:55:        '({{tollFreeAreaCode}}) {{exchangeCode}}-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_US/PhoneNumber.php:56:        '1-{{tollFreeAreaCode}}-{{exchangeCode}}-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_ZA/Company.php:24:            \Faker\Provider\DateTime::dateTimeBetween('-50 years', 'now')->format('Y'),
./vendor/fzaninotto/faker/src/Faker/Provider/en_ZA/PhoneNumber.php:12:        '0{{areaCode}}-###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_ZA/PhoneNumber.php:19:        '0{{cellphoneCode}}-###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_ZA/PhoneNumber.php:25:        '{{specialCode}}-###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_ZA/PhoneNumber.php:26:        '({{specialCode}})###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_ZA/PhoneNumber.php:49:                $digits[] = in_array($number, array(7, 8)) ? $number - 2 : $number;
./vendor/fzaninotto/faker/src/Faker/Provider/sr_RS/Address.php:41:        'Острво Асенсион', 'Андора', 'Уједињени Арапски Емирати', 'Авганистан', 'Антигве и Барбуда', 'Ангвила', 'Албанија', 'Арменија', 'Холандски Антили', 'Ангола', 'Антарктик', 'Аргентина', 'Америчка Самоа', 'Аустрија', 'Аустралија', 'Аруба', 'Аландска острва', 'Азербејџан', 'Босна и Херцеговина', 'Барбадос', 'Бангладеш', 'Белгија', 'Буркина Фасо', 'Бугарска', 'Бахреин', 'Бурунди', 'Бенин', 'Свети Бартоломеј', 'Бермуда', 'Брунеј', 'Боливија', 'Бразил', 'Бахами', 'Бутан', 'Буве Острва', 'Боцвана', 'Белорусија', 'Белизе', 'Канада', 'Кокос (Келинг) Острва', 'Конго - Киншаса', 'Централно Афричка Република', 'Конго - Бразавил', 'Швајцарска', 'Обала Слоноваче', 'Кукова Острва', 'Чиле', 'Камерун', 'Кина', 'Колумбија', 'Острво Клипертон', 'Костарика', 'Србија и Црна Гора', 'Куба', 'Капе Верде', 'Божићна острва', 'Кипар', 'Чешка', 'Немачка', 'Дијего Гарсија', 'Џибути', 'Данска', 'Доминика', 'Доминиканска Република', 'Алжир', 'Сеута и Мелиља', 'Еквадор', 'Естонија', 'Египат', 'Западна Сахара', 'Еритреја', 'Шпанија', 'Етиопија', 'Европска Унија', 'Финска', 'Фиџи', 'Фолкландска Острва', 'Микронезија', 'Фарска Острва', 'Француска', 'Габон', 'Велика Британија', 'Гренада', 'Грузија', 'Француска Гвајана', 'Гурнси', 'Гана', 'Гибралтар', 'Гренланд', 'Гамбија', 'Гвинеја', 'Гваделупе', 'Екваторијална Гвинеја', 'Грчка', 'Јужна Џорџија и Јужна Сендвич Острва', 'Гватемала', 'Гуам', 'Гвинеја-Бисао', 'Гвајана', 'Хонг Конг С. А. Р. Кина', 'Херд и Мекдоналд Острва', 'Хондурас', 'Хрватска', 'Хаити', 'Мађарска', 'Канарска острва', 'Индонезија', 'Ирска', 'Израел', 'Острво Ман', 'Индија', 'Британска територија у Индијском океану', 'Ирак', 'Иран', 'Исланд', 'Италија', 'Џерси', 'Јамајка', 'Јордан', 'Јапан', 'Кенија', 'Киргизстан', 'Камбоџа', 'Кирибати', 'Коморска Острва', 'Сент Китс и Невис', 'Северна Кореја', 'Јужна Кореја', 'Кувајт', 'Кајманска Острва', 'Казахстан', 'Лаос', 'Либан', 'Сент Луција', 'Лихтенштајн', 'Шри Ланка', 'Либерија', 'Лесото', 'Литванија', 'Луксембург', 'Летонија', 'Либија', 'Мароко', 'Монако', 'Молдавија', 'Црна Гора', 'Сент Мартин', 'Мадагаскар', 'Маршалска Острва', 'Македонија', 'Мали', 'Мијанмар [Бурма]', 'Монголија', 'Макао С. А. Р. Кина', 'Северна Маријанска Острва', 'Мартиник', 'Мауританија', 'Монсерат', 'Малта', 'Маурицијус', 'Малдиви', 'Малави', 'Мексико', 'Малезија', 'Мозамбик', 'Намибија', 'Нова Каледонија', 'Нигер', 'Норфолк Острво', 'Нигерија', 'Никарагва', 'Холандија', 'Норвешка', 'Непал', 'Науру', 'Ниуе', 'Нови Зеланд', 'Оман', 'Панама', 'Перу', 'Француска Полинезија', 'Папуа Нова Гвинеја', 'Филипини', 'Пакистан', 'Пољска', 'Сен Пјер и Микелон', 'Питкерн', 'Порто Рико', 'Палестинске територије', 'Португал', 'Палау', 'Парагвај', 'Катар', 'Остала океанија', 'Реинион', 'Румунија', 'Србија', 'Русија', 'Руанда', 'Саудијска Арабија', 'Соломонска Острва', 'Сејшели', 'Судан', 'Шведска', 'Сингапур', 'Света Јелена', 'Словенија', 'Свалбард и Јанмајен Острва', 'Словачка', 'Сијера Леоне', 'Сан Марино', 'Сенегал', 'Сомалија', 'Суринам', 'Сао Томе и Принципе', 'Салвадор', 'Сирија', 'Свазиленд', 'Тристан да Куња', 'Туркс и Кајкос Острва', 'Чад', 'Француске Јужне Територије', 'Того', 'Тајланд', 'Таџикистан', 'Токелау', 'Источни Тимор', 'Туркменистан', 'Тунис', 'Тонга', 'Турска', 'Тринидад и Тобаго', 'Тувалу', 'Тајван', 'Танзанија', 'Украјина', 'Уганда', 'Мања удаљена острва САД', 'Сједињене Америчке Државе', 'Уругвај', 'Узбекистан', 'Ватикан', 'Сент Винсент и Гренадини', 'Венецуела', 'Британска Девичанска Острва', 'С.А.Д. Девичанска Острва', 'Вијетнам', 'Вануату', 'Валис и Футуна Острва', 'Самоа', 'Јемен', 'Мајоте', 'Јужноафричка Република', 'Замбија', 'Зимбабве',
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:22:- Uram! A késemért jöttem!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:23:- Hol hagyta?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:24:- Valami matrózban.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:25:- Milyen kés volt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:26:- Acél. Keskeny penge, kissé hajlott. Nem látta?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:27:- Várjunk... Csak lassan, kérem... Milyen volt a nyele?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:28:- Kagyló.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:29:- Hány részből?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:30:- Egy darabból készült.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:31:- Akkor nincs baj. Megvan a kés!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:32:- Hol?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:33:- A hátamban.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:34:- Köszönöm...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:35:- Kérem... A csapos mesélte, hogy milyen szép kés van bennem. Egy darab húszcentis kagylóritkaság.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:36:- Forduljon meg, kérem, hogy kivegyem...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:37:- Kitartás! A kocsmáros azt mondta, hogy amíg nem hoz orvost, hagyjam bent a kést, mert különben elvérzek. A kocsmáros ért ehhez, mert itt már öltek orvost is. Régi étterem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:38:- De én sietek, kérem! És mit tudja az ember, hogy mikor jön az orvos? Kés nélkül mégsem mehetek éjjel haza.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:39:- Az orvos itt lakik a közelben, és a kocsmáros triciklin ment érte. Ha szurkált uram, hát viselje a következményeket.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:40:- Hohó! Azért, mert magába szúrnak egy kést, még nincs joga hozzá, hogy megtartsa. Ez önbíráskodás! Hála Istennek, van még jog a világon.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:41:- Nem is jogra hivatkoztam, hanem orvostudományra. A kocsmáros szerint az a recept, hogy bent maradjon a kés. Orvosi rendelet!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:42:- Az orvos rendelkezzék a saját holmijával, a kés az én műszerem!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:43:- Hm... nehéz ügy...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:44:- Tudja mit? Nekem is van szívem, segítek a bajon. Kiveszem magából a késemet, és beteszek helyette egy másikat. Az is megteszi, amíg a mentő jön.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:45:- Jól van. Csak ne legyen kisebb a kés, hogy jól elzárja a sebet, mert az egészség mindennél fontosabb, és recept az recept, hiába...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:46:- Nyugodt lehet. Egy nagy konyhakést nyomok be helyette.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:47:- Akkor rendben van.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:48:- Forduljon... meg... hopp!... Így...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:49:- Most nyomja bele a másikat!... Gyorsan!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:50:- Ez itt a polcon épp jó lesz, habár csak fanyelű.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:51:- Benne van?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:52:- Fenét!... Hiszen alig vérzik a sebe. Itt, a csont mellett állt meg a penge, a porcok között... A mindenségit, kicsorbult a hegye!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:53:- Nyomta volna a húsba, maga kezdő!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:54:- Várjon! Ráteszek egy vizes kendőt... A szvetter egész jól leszorítja...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:55:- Higgye el végre, hogy kés kell bele! A vendéglős tudja. Itt naponta ölnek. Tegye be a kést. Mi az magának?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:56:- Nem értek hozzá. Bicskázásért vállalom a felelősséget, de műtétért nem! Kérje meg erre a szívességre valamelyik matrózt. Majd csak magukhoz térnek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:57:- Jó, hogy említi! Uram! Maga leütötte tizenkét hajósomat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:58:- Az egyikre ráesett a likőrösállvány, arról nem tehetek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:59:- Az volt az első fűtő!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:60:- Mit tudja ezt egy likőrösállvány?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:61:- És ott fekszik a hajópincér. Hol lehet most pincért találni? A Honolulu-Star reggel indul, és se fűtő, se pincér, mert maga leütötte őket!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:62:- Abban igazam volt. Hozzám vágtak egy korsót, és az ilyen magatartás sért.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:63:- Egyik sem vágta magához a korsót. Ezek ártatlanok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:64:- Hát ki tette?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:65:- Én.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:66:- Szerencséje, hogy haláltusáját vívja, különben most fejbe ütném... Jó napot.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:67:- Várjon!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:68:- Nincs időm. Sietek!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:69:- Nézze meg, hogy nem kell-e kés a sebbe. Az ilyen szúrást nem szabad elhanyagolni. Lehet, hogy befelé vérzik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:70:- Onnan nem szúrhatták meg. Csak várjon az orvosra, az majd segít magán, ha lehet. Ha nem, akkor nyugodjék békével.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:71:- Ajánlom magamat...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:72:- Sajnálom, hogy ilyen gyenge legénységet toborzott...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:73:- Halló! Fiatalember! Elkísérem. Volna egy ötletem, amivel pénzt kereshet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:74:- Rendben van.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:75:- Várjon! Hej, csapos! Ha jön a kocsmáros, mondd, hogy elmentem járni egyet ide a közelbe. Ne féljen semmit, ha baj van, kést teszek a sebbe! Vigyázok... No, jöjjön!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:77:- Sebesülésem miatt óvatosnak kell lennem. Merre akar menni?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:78:- Nem tudom. Se pénzem, se dolgom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:79:- Maradjunk a közelben, az orvos miatt. Ejnye, nem kérdeztem a vendéglőst, hogy pipázhatok-e ilyen súlyos állapotban. Megkockáztassam?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:80:- Nyugodtan. Mi lehet belőle?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:81:- Semmi?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:82:- A világon semmi. Legfeljebb meghal. Az meg úgyis előfordulhat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:83:- Teljesen igaz. Hát ide hallgasson. Én vagyok a Honolulu-Star szállásmestere. Hogy hívják magát?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:84:- Fülig Jimmy...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:85:- Miért van ilyen hülye neve?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:86:- Mert szeretek nevetni, és valaki rám fogta, hogy olyankor fülig húzom a számat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:87:- Csakugyan tejfölösképű alak. Jókora, csontos emberben ritkaság. Hány éves?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:88:- Huszonnégy...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:89:- Vakarcs.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:90:- A családja.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:91:- Ért a hajóhoz?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:92:- Hülyéket kérdez... Byrd kapitánnyal kétszer voltam expedíción, suhanc koromban.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:93:- Milyen írása van?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:94:- Folyó. Csak a nagybetűt nem mindet ismerem. Egy szállásmestertől tanultam írni!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:95:- Hülye!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:96:- Az igaz! De a szállásmesterben ritka az okos.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:97:- Miféle okmányai vannak?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:98:- Ezt kikérem magamnak!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:99:- Szóval semmilyen írása sincs?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:100:- Rendőrségtől van!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:101:- Az jó!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:102:- Nahát akkor nincs semmi baj! Valparaisóban kaptam egy írást a kapitánytól, hogy mindennap jelentkezni kell a felügyelő úrnál, és két óra után nem mehetek az utcára.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:103:- Az nem jó!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:104:- Nekem mondja? Azért jöttem el Valparaisóból.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:105:- Benne van a hajóskönyvben?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:106:- Ezt visszautasítom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:107:- Törölték?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:108:- És ha igen! Mi közöm hozzájuk?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:109:- Ismer engem könyv nélkül minden hajósa a világnak!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:110:- Én is attól félek. Akar dolgozni?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:111:- Nem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:112:- Miért?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:113:- Elvesztettem a meggyőződésemet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:114:- És ez mitől jön?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:115:- Tavaly Nápolyban loptam egy kockás felöltőt, és azóta úgy érzem, hogy úrnak születtem. Elhatároztam, hogy többé nem dolgozom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:116:- Azelőtt dolgozott?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:117:- Nem. De hiányzott az elhatározás.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:118:- Nézze... nekem hajópincér és fűtő kell, különben kirúgnak, és nincs munkám.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:119:- Nem baj. Azt együtt csinálhatjuk! Én értek hozzá.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:120:- Fogja be a száját... Itt Port Szuezben sem fűtőt, sem pincért nem találok hajnalig. Akkor indul a Honolulu-Star tovább. Az idényben vagyunk. Hát ide hallgasson: itt van nálam a fűtő és a pincér papírja. Álljon be helyettük. Maga ellátná kettőnek a munkáját. Ritkán láttam ilyen erős bivalyt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:121:- Hízelgéssel nem megy semmire!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:122:- De talán mással. Két ember fizetése innen Tahitiig valóságos kis vagyon. Maga megkeresheti az egészet egyedül... Fél napot fűtene, felet kiszolgálna. Senki sem tudná, hogy a fűtő és a pincér egy személy.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:123:- És mikor aludnék?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:124:- Hát, amikor megérkeztünk Tahitibe. Ha sokat mondok, öt hét az egész. Odáig két ember fizetését kapná. Na jön?... Nézze, már készülődnek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:125:- Rendben van! Elfogadom!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:126:- Éjjel Wilson Hutchins amerikai fűtő, nappal José Pombio spanyol pincér! Ezt jegyezze meg! Tud spanyolul?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:127:- Néhány előétel nevét, de azzal úgy-ahogy megértetem magamat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:128:- Hol tanult meg előételnyelven beszélni?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:129:- Barcelonában működtem egy étterem kirakatában mint transzparens, hosszú ideig.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:130:- Az micsoda?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:131:- A kirakatban ültem, hurkák és lepények között, időnként bólogattam, a hasamra mutattam, és végül következett egy vigyor, amitől kigyulladt néhány villanykörte a gyomromon.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:132:- Jó állás.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:133:- Csak ész kell hozzá, és úri megjelenés. Mosolyogni meg remekül tudok! Attól van a nevem: Fülig Jimmy!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:134:- Tehát?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:135:- Beállunk mind a hárman. José Pombio, Wilson Hutchins és Fülig Jimmy!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:143:- A fejemre igen kényes vagyok, uraim - mondta pedáns szigorral -, tehát az ilyen ingerkedést lehetőleg mellőzzük.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:145:- A verekedésnek ezennel vége! - jelentette ki határozottan.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:168:- M'Bisung! Glonga! Bon-Bon! - hörögte a maláj.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:169:- Omlette... à la Sevilla! - üvöltötte José.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:170:- Sihungi! Mizonga dzur bsefár!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:171:- Olla potrida! - idézte a pincér transzparens korából, és lerohant. Ott állt lihegve a maláj előtt, és az utasok, boldogan a sok egyhangúság után, mindenfelől összecsődültek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:174:- Mit ez akar gyenge fehér... Én megenni őt...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:175:- Hát csak fogj hozzá - mondta José.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:176:- Én nem ütni! Hindu önvédelem... Te üss oda teljes erődből. Én csak kivédeni.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:177:- Az nem lesz jó... - szabadkozott José.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:178:- Te ütni! Fogás biztos, gyors, úgysem találni.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:179:- Hát jó. Mehet?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:180:- Mehet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:182:- Na ütni! - sürgette a maláj. - Lesz meglepetés!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:186:- Nem számít! Te lenni balkezes! Én várni ütés jobbról.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:188:- Nem lehet minden pofon mellé egy forgalmi rendőrt állítani.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:189:- Ütni agyon... téged!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:193:- Insalade fritte... à la Escorreal!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:203:- Őrült alak ez a pincér, de férfi - jegyezte meg a kapitány. És a körszakállas, vörös képű szállásmester felé fordult. - Tudja maga, hogy milyen kemény kezű fiú ez?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:204:- Én tudom - felelte szomorúan a szállásmester, de erről nem mondott bővebbet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:206:- Uram... három hete nem aludtam...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:207:- Csak két hétig bírja még - suttogta a szállásmester. - Az ilyesmit meg lehet szokni idővel.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:209:- Csak vigyázzon - súgta a szakállas. - Feltűnő, hogy mindig alszik. Senki más nem ácsorog alvajáró módján.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:210:- Mit csináljak, ha olyan élénk utasok vannak itt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:211:- Ha felfedezik, hogy José pincér és Hutchins fűtő egyazon ember, akkor engem is kidobnak a csalásért.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:212:- Ne féljen, már csak két hét, addig elvirrasztok valahogy.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:213:- Aludjon most egy félórát itt a lépcsőlejárón... Majd felkeltem idejében.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:216:- Hagyjon még... - motyogta - maga hóhér... Csak öt perc...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:217:- Ébredjen, idegen!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:219:- Pszt... - súgta. - Mr. Gould azt hiszi, hogy alszom. Fogadja legmagasabb elismerésemet, pincér. Maga pompás fiú! Ezt akartam mondani.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:221:- Jól elbánt azzal a bennszülöttel - mondta elismerően. - Ugye, maga nagyon erős? Megengedi... hogy megtapintsam a karizmát? - kérdezte szinte kenetteljesen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:222:- Na ne hülyéskedjen!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:224:- Ugyebár ez sértés?! - kérdezte örömmel.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:225:- Hm... Úgy tesz, Mr. Irving, mintha részeg lenne.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:226:- Engem még sohasem sértettek meg.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:227:- Ne mondja. Olyan erős?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:228:- Nem tudom. Senkit sem ütlegeltem még. Mondja, idegen, hogy történik ez a művelet?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:229:- Na ne ugrasson! Nem tudja, milyen az, amikor odasóznak? Láthatta eleget, ha az utcán járt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:230:- Én soha életemben nem sétáltam még nyílt utcán.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:231:- Nem sétált?... Hát... kicsoda ön... Mr. Irving? Nem Mr. ... Irving?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:232:- Én inkognitóban vagyok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:233:- Az miféle viselet?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:234:- Inkognitó az, ha valaki álnéven él...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:235:- Nagyszerű! Akkor én is inkognitóban vagyok! Szintén szélhámos?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:236:- Haha! Igazán kedves alattvaló maga, José pincér, de megyek, mert Mr. Gould még észreveszi a távolmaradásomat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:237:- Mit fél attól a pasastól? Ha akarja, holnap leöntöm ebédnél egy adag marinírozott hallal, à la tournedot.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:238:- Ne, ne!... Nagyon kérem, kedves goromba úr! Szegény jó atyám teljhatalmú nevelőmmé tette Fernandez bácsit, ő a régens herceg, és ebben meg kell nyugodnunk.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:239:- Kissé homályos előttem, amit mond. Annyi bizonyos, hogy a pofa nem tetszik nekem, és szívesen odaütögetném a fejét bármihez, ami szilárd és dudoros.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:240:- Ó!... Ember! Ne merészelje! Ön derék dolgozó, és kegyeinket élvezi, de ez súlyos büntetést vonna maga után... És most, kedves idegen, mennem kell... Egyszer majd ismét beszélgetünk. Nagyon jól szórakoztam önnel. Ezért megjutalmazom! Akar pénzt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:241:- Mi?...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:242:- Nem ismerem jól a pénz értékét. Ha ötszáz dollárt adok, az sok? Nem, nem! Az túl kevés, és megbántom vele...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:243:- Hogy... hogy mit?... Mi az, kérem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:244:- Megvan! Egyszer Isten kegyelméből parancsoló nagybátyám megjutalmazta valamelyik hűséges hívét, és kétezer dollárt adott neki. Ez tehát nem olyan csekélység, hogy szégyenkeznem kelljen miatta!... Tessék, jóember...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:268:- Halló!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:269:- Ki beszél?! - riadt fel José.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:271:- A feje fáj?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:272:- Igen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:273:- Dohányzik?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:274:- Inkább innék valamit.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:275:- Nem kínáltam!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:276:- Elég baj, mert dohányzom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:277:- Járt Afrikában?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:278:- Két éve.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:279:- Szülei élnek?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:280:- Az anyám.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:281:- Az apja mibe halt meg?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:282:- Búcsúba. Heveny lövöldözés meg minden ilyesmi...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:283:- Iszik?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:284:- Most, hogy meghalt, nem hiszem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:285:- Ember! Ne tréfáljon! Itt komoly dologról van szó! Fáj valamije?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:286:- Itt a bordánál nyilall...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:288:- Sóhajtson.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:290:- Csiklandós vagyok!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:292:- Ostoba alak!... Megsiketít... Mióta érzi ezt a fájdalmat a bordáin?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:293:- Amióta a kormányos a sötétben véletlenül rálépett.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:294:- De most már menjen!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:295:- Kérem szépen... nem kaphatnék valamit fejfájás ellen...? Nagyon fáj a fejem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:299:- Hordja el magát!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:319:- Ember! - suttogta a szállásmester, aki élősúlyának felére fogyott rövid idő alatt. - Ezt maga tette!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:320:- Igen - felelte őszintén Fülig Jimmy. - Maga mondta, hogy feltűnő a hajón, ha két ember állandóan alszik. Most már csak az különös, ha ébren van valaki.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:321:- Hogy csinálta?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:322:- Ópiummal. Nem lehet semmi baj. Mindenki csak annyit kap, amennyi az ópiumhoz mellékelt adagolási táblázaton úgy van feltüntetve, hogy "súlyos betegek számára". Az pedig nem lehet veszélyes adag.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:323:- Ha... kiderül... Én bűntársa vagyok. Tíz évet kapunk...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:324:- Istenem... Érdemrendet nem kínálhatnak ezért. El sem fogadnám.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:325:- Hej! Szállásmester! - kiáltotta feléjük az egyik tiszt. - Menjenek a legénnyel a raktárba! Fogjanak legyet, és vigyék az orvoshoz!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:326:- A legyeket is gyógykezelik? - csodálkozott Fülig Jimmy.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:328:- Ember! Vessen véget a járványnak! - könyörgött a szállásmester.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:329:- Nem jön rá senki, nyugodt lehet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:331:- Mi a csoda! Ezt jól megcsinálták! Nézze csak!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:333:- A mindenségit a sok hülyének - szitkozódott a szállásmester -, jöjjön, fordítsuk meg ezt a poggyászt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:335:- Most már csak hagyják így, ha Adenig a fejemen álltam benne.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:336:- Mi az, hej?! Ki maga?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:337:- Menjenek a fenébe.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:339:- Hé! - kiabálta a szállásmester. - Tudja, hogy mi vár egy potyautasra, ha karanténba kerülünk?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:340:- Miért kerülne a hajó karanténba?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:341:- Ragály van!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:342:- Valakit megfertőztek hülyeséggel?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:343:- A mindenségit...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:348:- Ilyen alakok fenyegetnek engem - jegyezte meg az iménti hang a hátuk mögött. Megfordultak.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:350:- Piszkos Fred!...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:363:- Mit csodálkozol? Talán azt vártad, hogy egy bérmaruhás hajadon bújik elő a ládából?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:364:- Hogy jött ki onnan egyáltalán?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:365:- Hátul. Van a ládán egy "művészbejáró". Adenig a fejemen álltam. Teljes huszonnégy órát töltöttem el így, mint valami kővé vált erőművész. Az egyik ostoba rakodó fordítva tette le a poggyászt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:366:- Miért nem nyitotta ki elöl?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:367:- Beletört a kulcs a zárba. Ha az ember a fején áll, megesik az ilyesmi. Huszonnégy óráig tartott, amíg tótágast állva a hátsó deszkát meglazíthattam, hogy kijárjon. Most mindent tudtok, hát menjetek a fenébe.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:368:- Hohó! - mondta a szállásmester. - A hajón járvány van. Ilyenkor főbenjáró bűn eltitkolni a potyautast.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:369:- Hm... talán megvesztegessem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:370:- Sok pénzt kellene kapni ahhoz! Egy járványra vonatkozó adat eltitkolásáért tíz év jár a gyarmaton!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:371:- Igaz - bólintott mélabúsan Piszkos Fred.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:372:- Nézze - szólt közbe Fülig Jimmy -, ha mi azt mondjuk, hogy maga önként jött elő, akkor a kapitány enyhébben fogja fel az ügyet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:373:- Csak te ne védj - felelte mélységes megvetéssel Piszkos Fred, azután hátratolta a sapkáját, zsebre csapta a kezét, és ormótlan inga módján elindult a feljáró irányában. - Gyerünk. Igazatok van! A járványra vonatkozó felvilágosításaimat nem titkolhatom tovább, mert bajom lehet belőle. Azonnal szólok a kapitánynak, hogy tartóztassa le azt a disznót, aki ópiummal mérgezi az utasokat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:375:- Mi... mi van... Freddy bátyám - hebegte Fülig Jimmy.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:376:- Na csak gyerünk! Legfőbb ideje! Tíz évet ülni az én koromban nem kellemes. Ráérek öreg napjaimra lustálkodni.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:378:- No de... honnan veszi ezt az... ópium izét?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:379:- Ne akarj becsapni, Fülig José. A sötét raktárfolyosón hevert az arab fűtő. Gyanúsan hortyogott. Felhúztam a szemhéját, és láttam mindent. Ópiummal akarsz megtéveszteni? Engem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:381:- Várjon! - ugrottak feléje egyszerre ketten.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:382:- Nem lehet! Igaza volt a szállásmesternek. Járvány az járvány, és adatok titkolása meg ilyesmi, az kész életveszély.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:383:- De hát beszéljünk...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:384:- Nincs értelme Fülig Hutchins. Mivel vesztegethet engem meg, ilyen főbenjáró ügyben két szegény ördög. Eressz, sietek...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:385:- Ide hallgasson, kapitány - szólt rövid gondolkozás után Fülig Jimmy -, minek cifráznánk a dolgot? A markában vagyunk. Mondja meg, hogy mit akar, és kész! Tudom, hogy irgalmatlanul kiszipolyoz most bennünket, mert kapzsi és kegyetlen. Tessék.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:387:- No jó! Ne húzzuk az időt. Te adsz kétezer dollárt, és kész.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:389:- Honnan vegyek... ezer dollárt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:390:- A hátsó zsebedben találsz egy bőrtokot tükörrel, fésűvel és egy Limából való autóversenyző aranyplakettjével. Ott van a kétezer dollár.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:392:- A gyöngyházkés nem kell - mondta fáradtan a kapitány, és előhúzott valahonnan egy muzeális jellegű, félméteres forgópisztolyt -, ha mindenáron ráadást akarsz adni, elfogadom az aranyplakettet, de csak amíg háromig számolok. Egy...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:394:- Maga fizesse ki nekem előre Hutchins fűtő teljes fizetését Port Saidtól Tahitiig, összesen százhetvenöt dollár nyolcvankét centet - mondta végül.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:395:- Csak... százharminc dollárt kap a fűtő.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:396:- Egy közönséges lapátoló. De Hutchins első osztályúnak minősített, különilletményes, mert a haditengerészet négy év előtt szakképzett kazánkovácsnak igazolta, tehát a biztosítás levonásával százhetvenöt dollár és nyolcvankét cent jár. Nem hagyom kizsákmányolni magamat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:398:- Nekem nem kell több, mint amennyi a tisztességes munkáért jár. De azt megkövetelem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:400:- Szegény Fülig Jimmy munkabérét vágta zsebre!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:401:- Ne féltsd te Fülig Jimmyt - nyugtatta meg a stewardot. - Ez addig ver Tahitiben, amíg kifizeted neki Hutchins munkabérét is, az utolsó centig. Alapos ember.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:403:- Ez igaz...?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:404:- Sajnos - ismerte be szemérmesen a fiatalember. - Ez a Piszkos Fred a vesékbe lát.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:405:- Most menjetek a fenébe, és minden étkezéskor hozzatok le egy elsőosztályú menüt. Halat csak rántva eszem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:407:- Ketten voltunk, és nem tudtunk elbánni vele! - dühöngött a szállásmester, amikor a vaslépcsőn felmentek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:408:- Ezzel nem lehet. Két év előtt Delhiben kilopta a háromezer éves Buddha rubin szemét, és egy sorompó piros üvegjelzőjével helyettesítette. Nagy botrány lett, mert amikor a Buddha belsejében fellobogott az örömtűz, az Isten szeme azt hunyorogta a hívők felé, hogy:
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:429:- Hol volt?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:430:- Mikor gyógyult meg?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:431:- Beszéljen...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:433:- Hölgyeim és uraim, ha szabad szólanom, valamennyien a hisztéria áldozatai voltunk. A hisztéria éppolyan ragályos, mint a nátha, de nincs semmi értelme, és az ember mindenféle rosszat érez. Ilyenkor a hölgyek hisztérikák lesznek. Hol hallottak már olyan betegséget, amelynek nincs halálos áldozata? Miféle járvány az, amelyikbe nem hal bele senki?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:435:- Ha csak egy ember meghalna, akkor én is elismerném, hogy jaj nekünk! Az Egyenlítőn túl lehetséges, hogy néhány óra vagy nap múlva nincs egy élőlény a hajón. De ki halt meg eddig? Kérdem önöket, tisztelt turisták: ki halt meg?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:437:- Kérem, segítsenek az orvost keresni... Szegény nevelőm, Mr. Gould meghalt...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:443:- Halott. Ez nyilvánvaló.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:444:- Meg sem nézi?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:445:- Kérem... a halott közelében... egy szúnyogcsípés elegendő... és a hajó ezekben a súlyos napokban... orvos nélkül marad...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:447:- Rendben van.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:449:- Meghalt - mondta, és kijött.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:453:- Most már nem tíz év, hanem kötél! - súgta valaki a fülébe.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:455:- Mit fél úgy? Nem halt meg még senki hajóút közben?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:456:- De... ez az... attól halt meg, amit maga beadott...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:457:- Mitől? Évekig lehet valaki ópiumozó, még többet is szedhet, mint amennyit az ételébe tettem, attól sem hal meg!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:459:- Maga... nem adott mást?... Csak ópiumot?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:460:- Bolond.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:462:- Csak nem hiszi, hogy megmérgeztem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:463:- Azt nem... de talán mégiscsak járvány ez... Én is furcsán érzem magamat...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:464:- Mert az északkeleti monszun előtt állunk, maga ostoba!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:465:- Ne kiabáljon! Én is tudom, hogy "rossz szélcsend" van, de attól még nincsenek látomásai az embernek! Csak magas láztól jön az ilyen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:466:- Mit látott?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:467:- Kísértetet, ha éppen tudni akarja!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:468:- Már maga is megbolondult?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:469:- Lehet! De aszondom, hogy ha egy ember meghal és egy másik megbolondul a hajón, az nem lehet ópiumtól.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:470:- Miféle hülyeség ez a kísértettel?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:471:- Majd megmondom. Kicsit fájt a fejem, és a rum sem ízlett már reggel óta. Piszkos Fred, ez a pióca, azt követelte éppen, hogy vigyek neki teasüteményt a grog mellé. Úgy él ott lenn, mint egy unatkozó elsőosztályú utas.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:472:- Tán ő volt a kísértet?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:473:- Nem lehetett, mert beszéltem vele, mielőtt feljöttem a raktárból. És amikor felértem, éppen előttem állt a kísértet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:474:- Nem ette meg a fene?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:475:- Csak hallgassa meg. Háttal állt felém, az elsőosztályú kabinsor utcája előtt, a kapitány. Szakasztott olyan ember. Akkor még azt hittem, hogy ő. Azután elindulok a kabinok felé, egy-két lépéssel odább kiérek a sétafedélzetre, és jobbra fenn a hídon megint csak ott áll a kapitány!... Az a kapitány, akit az imént láttam, még futva sem lehetett a parancsnoki hídon. Azt mondom a kormányosnak: "Mióta áll ott a kapitány?" Azt feleli: "Már egy jó órája. És meg sem mozdul." Mit szól ehhez?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:476:- Hogy részeges hülye, aki ilyent mesél.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:480:- Hej, pincér! Jöjjön a húszas kabinhoz! - kiáltotta egy hang.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:481:- A húszas fülke Mr. Gouldé... - mondta a steward falfehéren.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:482:- Na és?...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:485:- Pincér! - parancsolta a hatalmas, hűvös hangú kapitány, aki, úgy látszik, még egy valóságos kísértethajón is idegek nélkül és pontosan teljesítette volna a kötelességét.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:486:- Igenis!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:487:- Hajlandó a halottat lepedőbe varrni és tengerész módra eltemetni?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:488:- Én pincér vagyok...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:489:- A legénység: csupa gyáva, kereskedelmi tengerész, megtagadták ezt a szolgálatot.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:490:- Ötven dollárt kap - folytatta a kapitány.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:491:- Vállalom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:492:- Egy perc!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:494:- Mr. Irving - mondta a kapitány -, már közöltem önnel, hogy a vesztegzár rendelkezések szigorú büntetés terhe mellett előírják a halottak azonnali eltemetését, tekintet nélkül az áldozat rangjára, társadalmi helyzetére és hozzátartozóira.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:495:- Ezt már említette, kapitány úr.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:496:- Igazán sajnálom. Az érkező orvosi bizottság számára fontos lenne a halott boncolása, és még erre sem lehetünk tekintettel.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:497:- Elismerem. De most sürgönyöztem Szingapurba, az amerikai követségre. Ezt felelték.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:502:- Akkor rendben van - mondta a kapitány, és zsebre gyűrte a táviratot. - José pincér! Öltöztesse fel a halottat. Puskát küldök magának, és további utasításig őrt áll a kabin előtt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:504:- Maga... hiszi, erős kezű idegen, hogy Fernandez régensherceg, a nevelőatyám, járvány áldozata lett?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:505:- Hát... nem vagyok orvos...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:506:- Maga most már sok mindent tud. Bizalmunkba fogadjuk. Megengedem, hogy őszintén közölje gondolatait, jóember...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:507:- Akkor megmondom: szerintem nincs járvány. Hisztérikus mindenki a hajón.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:508:- Szerintem is hisztéria az egész! Gyáva polgárok vaklármája. De íme, a régens, ki Isten kegyelméből nevelőatyám, most meghalt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:510:- Ön... uralkodó, Mr. Irving?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:511:- Nem helyes, ha kérdést intéz hozzám. Ezt már a múltkor akartam mondani.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:512:- Ha szabad kérdeznem, miért?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:513:- Menjen békével, jóember, és teljesítse a kötelességét. Nem szerettem a nevelőmet, aki Isten kegyelméből régens volt, de megtettem mindent, ami megóvhatja attól, hogy méltóságához nem illő módon temessék.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:515:- Halló! Itt a fegyver - kiáltotta messziről egy matróz, azután letette a puskát és elsietett.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:516:- Maga most öltöztesse fel a halottat. Később még beszélgetünk. Abban a kabinban lakom, a sor vége előtt. Néhai nevelőatyám, Fernandez régens herceg körül teljesített jó szolgálataiért jutalmazni kívánom...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:517:- Kicsoda ön?... - hebegte Jimmy.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:518:- Személyemhez kérdést intézni csúf vétség a szokások és a jó modor ellen. Ezt hát mellőzzük...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:551:- Ki az?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:552:- José.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:553:- Tessék!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:555:- Felség, okom van rá, hogy megkérjem: zárja be az ajtót ma éjszaka.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:556:- Ugyan! Ez olyasfajta tréfa, mint a ragály.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:557:- Nagyon helyes. De miután ennek a tréfának már halálos áldozata is van, illik komolyan venni.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:558:- Nem beszélne világosabban?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:559:- Sajnos nem tehetem, de amennyiben csakugyan megkedvelt, és elhiszi, hogy én is szeretem önt, akkor zárja be az ajtaját, és ha bárki kopogtat, tartsa kézben a pisztolyát, mielőtt bebocsátja.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:560:- Nincs pisztolyom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:561:- Tessék.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:563:- Ezt a sróffejet tolja el a hüvelykujjával, egész könnyedén, és akkor nyomban lőhet. Az ajtót tartsa zárva.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:581:- Ön elhagyta a szolgálati helyét!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:583:- Hol volt?! Mi?! Ki verte össze magát? Feleljen!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:584:- Kapi... kapitány úr... egy kísért... egy ember az ön ruhájában... járkál...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:585:- Mit mesél?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:586:- Mialatt... ön a hídon állt... valaki... ugyanolyan ember, mint ön... kapitányi sapkában... itt járkált... futottam... utána, felbuktam... leütött... A szállásmesternek nem hittem... ő... már látta... a kísértetet...!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:589:- Nézze, barátom - mondta szelíden. - Előírás szerint, aki magatartásával pánikot kelt a hajón, azt kötelességem nyomban lelőni. Figyelmeztetem, hogy én igen alapos ember vagyok, ha arról van szó, hogy eljárásom szabályszerű legyen. Ezt mondja meg a szállásmesternek is. - Indulni akart, de visszafordult. - A tetemet mégiscsak varrja lepedőbe. Tegyen a lábához egy kockaszenet, kösse valami deszkára, azután hívjon. Fél? A Szingapuri sürgöny ellenére vízbe dobjuk, mert ebben a feszült hangulatban nem vállalhatom a felelősséget azért, hogy az utasok tudtával egy halott legyen a hajón.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:600:- Nyughass, öregem, most már, amíg elintézlek - intette néhai Mr. Gouldot, és közben az ággyal szemben a tükörben megnézte magát.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:603:- Most maradj szép nyugodtan, a bácsi elmegy, és egy kis szenet hoz a lábadhoz. Legalább nem gurigázol ide-oda addig sem, amíg a vízbe dobunk.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:605:- Hé! Nyughass már! Azonnal kapsz nehezéket!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:607:- Na várj! Még most sem nyughatsz?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:615:- Na mi az?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:617:- Szé... szénért megyek, hogy nehezék legyen a matróztemetéshez, és láttam, hogy Mr. Irving kabinja előtt...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:618:- Igen. Benéztem. Okom van rá, hogy vigyázzak erre a fiúra. Nem mindennapi utas. Na, hozza a szenet, hogy hajnal előtt végezzünk...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:627:- Kapitány, ébredjen!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:628:- Mit akarsz? - dörmögte egy bosszús hang. - Tedd le a reggelit, és eredj!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:629:- Jöjjön ki... Baj történt...!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:630:- Nem hoztál rumot? Akkor visszamégy. Ilyen szállásmestert még nem láttam!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:631:- Itt Fülig Jimmy beszél. Jöjjön ki Freddy bátyám.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:632:- Te vagy az?... Mit kódorogsz erre éjszaka? Nem szeretném, ha azalatt eltűnne valami a raktárból, amíg itt vagyok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:634:- Na mi van?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:635:- Halott, kísértet, gyilkosság!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:636:- Ezért keltettél fel?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:637:- Hallgasson meg. Azt hiszem, szükségem van magára. Tudja jól, hogy nem sok embernek mondtam még ezt. Most se félek, csak magának ott az a rengeteg esze...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:638:- Sokat locsogsz. Mi van?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:639:- Megölték Mr. Gouldot.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:640:- És ha valakit megölnek, azért mindjárt ilyen hűhót kell csinálni!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:641:- A hajón senki sem tudja, hogy gyilkosság történt. Alig látszik a szúrás. Tűvel történt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:642:- És persze vízbe dobták a vesztegzár intézkedések szerint.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:643:- Nem. Egy kölyökkel volt, aki úgy beszél, mint valami király. És sürgönyzött Szingapurba, hogy ne temessék azonnal a nevelőjét. Nagy úr lehet, mert haladékot adtak a temetésre, amit még nem értem meg vesztegzárban.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:644:- Mi a neve?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:645:- Mr. Irving. De ez nem az igazi. Híres uralkodó lehet, szerintem. Ő sem élne, azt hiszem, ha nem vagyok ott.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:647:- A szállásmester is látta, de amikor elmondta, azt feleltem neki, hogy részeges hülye, aki ilyent mesél. De mégis... Rejtélyes...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:648:- Igazad van.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:649:- Ugye?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:650:- Feltétlenül! Szerintem is részeges hülye, aki ilyent mesél.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:651:- Nem hiszi...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:652:- Mit akarsz? Rendőr lettél, aki gyilkost üldöz? Ne üsd más dolgába az orrodat, ha nincs semmi közöd hozzá...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:654:- Mondja, Kapitány, ezt most komolyan kérdezem: vannak kísértetek?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:656:- Előfordultak olykor - mondta óvatosan.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:657:- Ide hallgasson. Freddy bátyám... Sötét, viharos éjjel van. A monszun hozza a keleti partok felől a ködöt. A kutya sem törődik magával. Jöjjön fel...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:658:- Azt nem. Utas vagyok, minek ártsam magamat a matrózok dolgába...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:659:- De hát... ha ez a kísértet gyilkos...?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:660:- Nem zavarok senkit a gyilkolásban, mert én is megkívánom, hogy ilyenkor békén hagyjanak.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:661:- Van még ötven dollárom. Magának adom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:662:- Az más. Na eredj.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:664:- Várjon addig itt, kapitány - súgta Frednek, és lement a másik lépcsőn.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:666:- Van itt valaki?! - kiáltotta.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:667:- Ki az? - kérdezte egy gyerekhang. Peters fűtőmester kisfia lehetett csak.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:668:- Hol az apád? - kérdezte Jimmy.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:669:- A kazánházban.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:670:- Nem ott dolgozik!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:671:- Most igen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:672:- Miért?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:673:- Hutchins, a fűtő megölte magát.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:675:- Mit beszélsz?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:676:- A fűtő eltűnt. Mindenfelé keresték. Azt mondják, ámokfutása volt. Ilyenkor szokásos vízbe ugrani. Az apám dolgozik most helyette a kazánnál.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:678:- Te mit csinálsz itt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:679:- Várom apámat, és félek a kísértettől, mert az is van nekünk a hajón...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:694:- Kapitány úr!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:695:- Nos?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:696:- A halott...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:697:- Elkészült vele?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:698:- Eltűnt!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:699:- Hogy az a...!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:701:- Amíg szénért mentem, hogy nehezéket hozzak, addig nyoma veszett a tetemnek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:702:- Vigyázz! - sziszegte a kapitány - itt nem lesz kísértethajó-legenda... Érted?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:703:- Igazán nem tehetek róla...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:704:- Gyere!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:709:- Állj! Ki vagy?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:710:- Aha... szá... há... lá... hás... mester...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:712:- Beszéljen! Maga kiáltott?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:713:- Az... a... halott... ott... - motyogta, és a sötét felé mutatott.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:716:- Barmok! - üvöltötte magánkívül a kapitány, és lerázta a lécre kötött tetemet magáról. Mert Mr. Gould holtteste gurult ide-oda, aszerint, hogy merre lejtősödött a hullámverésben imbolygó óceánjáró tükörsima, csúszós fedélzete. Éppen csúszni kezdett.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:717:- Fogja meg!... Fogja meg, a mindenségit!...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:720:- Maga az oka! - sziszegte a kapitány.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:721:- Elismerem - bólintott Fülig Jimmy. - Nyitva hagytam az ajtót, és ahogy a hajó dőlt, Mr. Gould kigurult a kabinból a fedélzetre. Azután összevissza csúszkált.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:722:- És maga miért ordított? - förmedt a szállásmesterre.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:724:- Én mentem... valaki után... ugyanis a hajón kísér...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:725:- Nem értem - mondta a kapitány, és elővette a revolverét. Fülig Jimmy gyorsan befejezte a szállásmester megkezdett szavait:
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:726:- A hajón kísérni kell minden utast a sötétben...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:727:- Mi?... Igen... Szóval kísértem egy utast akit nem láthattam. Erre dübörgés, valami ledönt a lábamról... zuhanok... És azután egy halott fekszik mellettem...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:728:- Jó, jó!... Elég! A többit tudjuk! José! Hozott szenet?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:729:- Igen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:730:- Hát gyerünk! Be vele! Gyorsan!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:735:- Az Úr legyen irgalmas hozzá!... Eressze el!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:737:- Jegyezzék meg - fordult feléjük a kapitány -, aki az éjszakai eseményekről beszél, azt lelövöm, mint a kutyát!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:739:- Maga jöjjön velem - mondta a kemény, de emberséges kapitány -, kap ópiumot, attól elalszik reggelig.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:741:- Kéhé... rem... nem kell... ópi... um...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:742:- Csend! Ha kialussza magát, talán elmúlik ez a vénasszonyos idegessége... Előre - kiáltotta a szigorú parancsnok. És az ópiumosdobozból nagy adag szódabikarbónát diktált bele.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:746:- Feljöttem, és körülnéztem a hajón.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:747:- Látott valamit?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:749:- Ühüm... - mondta végül.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:750:- Beszéljen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:751:- Láttam a kapitányt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:752:- Hol?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:753:- A hídon állt, és pipázott.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:754:- Az az igazi kapitány volt! A kísértetet nem látta?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:755:- Azt is láttam. Veled beszélgetett a fedélzetközben.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:756:- Az is az igazi volt!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:757:- Akkor az ördög ismeri itt ki magát. Ez a Mr. Gould egyáltalán nem ivott? - kérdezte, és körülnézett.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:758:- Figyelmeztetem, kapitány, nagy baja lehet abból, ha itt találják, és észreveszi valaki, hogy Mr. Gould írásai hiányoznak.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:759:- Már megint aggódsz értem. Meghat ez az állandó gondoskodás. Nagyon érdekes írásokat találtam itt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:760:- Adja ide azt a táskát! Revolvert ne vegyen elő, mert a késem gyorsabb lesz!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:762:- Gyerünk az írásokkal. Ha "üzlet" van bennük, akkor ketten leszünk hozzá.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:764:- Nem szoktam társulni. Különben sem neked való ügy. Ész kell hozzá.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:765:- Azt hiszi, nincs? Most például visszaad mindent. A kétezer dollárt, az ötven dollárt, a táskát írásokkal, a tükröt és a plakettet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:766:- Komolyan akarod ezt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:767:- Igen. Különben hasba szúrom! Az ópiumos ügyre nincs bizonyíték. Elbánhatok egy gyanús potyautassal. Mindenki jobban van, a megölt Mr. Gouldot vízbe dobtam... Nem árthat nekem a feljelentése... Ez egyszer vesztett, Freddy.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:768:- Ez igaz, most fölényben vagy.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:769:- Fordult a kocka.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:770:- Belátom. Csakugyan fordult a kocka.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:771:- Az írásokat a táskával tegye ki...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:772:- Itt van.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:774:- Itt van a kétezer dollár. Tessék. Itt a bőrtok, a fésű és a plakett.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:775:- És Hutchins fűtő fizetése!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:776:- Az is. Tessék, százhetvenöt dollár.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:777:- És nyolcvankét cent.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:778:- Itt van... Elbántál velem. Fordult a kocka. Belátom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:780:- Halló! És a szállásmesternek hagyjon békét. Élelmezze magát, ahogy tudja. Van elég sózott hal a hajón.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:781:- Nem szeretem a halat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:782:- Majd lefogy legfeljebb.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:804:- Kapitány.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:806:- Hej! Kapitány! Bújjon ki!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:809:- Ki az? - kérdezte egy hűvös hang.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:810:- Fülig Jimmy. Jöjjön ki.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:812:- Mit akarsz itt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:813:- Segítsen rajtam... Ha maga nem segít, akkor végem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:814:- Megint fordult a kocka?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:815:- Ide hallgasson... Ha nem segít, akkor magának is baja lehet!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:816:- Megható ez, hogy lépten-nyomon aggódsz értem. Hát miről van szó?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:817:- Mr. Gould, akit holtan a tengerbe dobtam, ismét itt van a hajón.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:818:- Hm... Szívós ember.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:819:- Nem... érti?!... Megőrülök!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:820:- Ezzel inkább orvoshoz menj... Milyen éhes vagyok... Persze ma már nincs reggeli. A kocka... hm...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:821:- Freddy bátyám... lehet az, hogy... halottak visszajárnak?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:822:- Ha kirabolják őket.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:824:- Csak egy... címeres... óra... és gyűrű... volt... az asztalon...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:825:- Azért jött vissza. Add ide az órát és a gyűrűt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:826:- Magához nem jön?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:827:- Jön, de én nem félek tőle. Hát tedd csak ki szépen az órát, a gyűrűt meg a cigarettatárcát. Mert azt is ellopták.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:829:- És most mit csinálunk, mert... a halott ott van a kajütben...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:830:- Az a jó benne, hogy ott van. Most szépen tedd ide a kétezer dollárt, a százhetvenöt dollár nyolcvankét centet, a tükröt, a fésűt, a plakettet, mert ha itt a halott, akkor van bizonyíték ellened a boncolásnál. Ópium az látszik olyankor, és feljelenthetlek a kapitánynál. Fordult a kocka.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:832:- És most?... Most... mégiscsak tenni kell valamit.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:833:- Úgy van. Most enni fogok. Első osztályú lunchöt olasz vörösborral.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:834:- ...konyha még nincs... nyitva...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:835:- Szép rend. Egy luxusgőzösön.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:837:- Szóval mit akarsz?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:838:- Menjen fel... és... dobja Mr. Gouldot a vízbe.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:839:- Megteszem, fiam, de úgy látszik, hogy az ilyesmi nem árt neki... Edzett halott.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:840:- Mondja, hogy történhetett?... Meg kell őrülni... A... tenger fenekéről visszajött...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:841:- Szép teljesítmény.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:842:- Könyörgöm, magyarázza meg... Maga nagyon okos... Mit gondol?... Lehetséges az, hogy egy megölt ember visszatérjen?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:843:- Ha nem én öltem meg, akkor lehetséges... Mert azok közül még egy sem tért vissza...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:845:- Na most gyerünk. Megnézem azt a mászkáló halottat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:856:- Bedobta?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:857:- Be. Ilyenkor illendő utánahinteni a halottnak valami kegyeleti tárgyat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:858:- És dobott valamit?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:859:- Egy bőrtokos fésűt és tükröt. De hát ez nem sokat ér.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:861:- A tükröm! Nézze, Fred! Most elég volt! Megint csak nincs bizonyíték, fordult a kocka. A halott a tengerben van...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:863:- Ez visszajön... Kisportolt ember!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:867:- Palmerston tanár!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:868:- Mellwill százados, egészségügyi kormánybiztos.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:869:- Wirth kapitány! - mutatkozott be a Honolulu-Star parancsnoka.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:870:- Az orvos meghalt? - kérdezte Palmerston tanár.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:871:- Alszik...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:872:- Menjünk a kajütjébe.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:877:- Konstatálta már kolléga a megbetegedések okát?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:878:- Azt hiszem... egy különös... fajtája... az álomkórnak... Sajnos magam is beteg vagyok... A fejem...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:879:- A feje fáj?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:880:- Most nem... De még tegnap...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:881:- Legokosabb lesz, ha leül kissé, amíg teljesen felébred. Igyon feketét vagy konyakot.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:883:Az orvos szerint a járvány terjedését nem akadályozhatja meg, a betegek állapota (az orvosét is beleértve) reménytelen, a baj - tekintve az idegrendszer gyors összeomlásának szimptómáját - feltétlenül halálos.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:887:- Mindenki menjen vissza a cirkálóra. Az ápolók vessék le az izolálóruhát, és valaki hozzon fel nekem öt világos szivart a köpenyemből.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:889:- A jelentésem... - hebegte az orvos.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:890:- Nagyon világos - mondta a százados. - Igazán hálásak vagyunk a nagyszerű munkáért.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:891:- És... - próbálta kizökkenteni az orvostanárt a flegmájából - egy... haláleset is volt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:892:- Igen? - mondta inkább udvariasságból, mint érdeklődve a százados. - No nézd... csakugyan... Hol az az izé, az a tetem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:893:- Mivel pániktól tartottam, követségem utasítása ellenére úgy intézkedtem, hogy Mr. Gouldot nyomban eltemessék a tengerészhagyományoknak megfelelően - jelentette a kapitány.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:895:- Nagy kár, hogy ön nem lett hajóorvos.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:897:- Miféle ragályt gyanított a hajón, kedves kolléga? - kérdezte Palmerston szelíden.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:898:- Gondolom... az álomkór egy speciális fajtája... vagy más ragály.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:899:- Igen, igen... Érdekes... Na jó. Hát, kérem, reggeli után majd megvizsgáljuk az utasokat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:900:- És a hajó? - kérdezte a kapitány.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:901:- Az ördögbe is! Azonnal folytassa az útját Szingapur felé!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:905:- De miért?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:906:- A pincér dobálta vízbe az összes halottakat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:907:- De kérem! Hiszen csak egy halott volt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:908:- Mindegy! A pincér nem szolgálhat fel, ha éjszaka halottakat öltöztet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:911:- Joséval nem hálunk együtt - közölték elszántan.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:912:- Bitangok! Ez lázadás!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:913:- Akkor sem hálunk együtt a spanyollal!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:917:- Kapitány úr! - mondta Fülig Jimmy megrendülten. - Az ön parancsát teljesítettem, és úgy járok most a hajón, mint egy Káin, megbélyegzett homlokkal.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:918:- Ne dolgozzon. Megkapja a teljes fizetését. A kérdés nyugvópontra jutott, ez a fő!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:919:- De nekem is kell egy nyugvópont, ahová a fejemet lehajthatom. Ennyit Káin is elvárt volna a helyemben!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:920:- Van egy üres elsőosztályú kabin...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:921:- Melyik?! - kérdezte felcsillanó szemmel. Eddig leghőbb vágya volt, hogy valaha elsőosztályú utas lehessen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:922:- Természetesen a szerencsétlen véget ért Mr. Gould kabinja... Mi baja?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:923:- Semmi, csak meglepett kissé.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:924:- Fél?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:925:- Szó sincs róla - felelte hirtelen, mert elszégyellte magát. - Nagyon köszönöm.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:931:- Mi a baja, uram? - kérdezték egy borogatásturbánt viselő úrtól.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:932:- Tegnap fejfájásom volt, és gyomorégés kínozott.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:933:- És ma?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:934:- Enyhül... alig... Nem is fáj! Dr. Hillár vagyok Bostonból. De a gyomorégésem most is erős.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:935:- Igazán örvendek. Palmerston tanár. Bostonban lakik egy unokahúgom. Bizonyos Ewering szenátorné.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:936:- Mrs. Ewering? Jól ismerem. A gyomorégés még ma is elővett reggeli után...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:937:- Hát ez nagyszerű. A boldogult Eweringgel milyen viszonyban volt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:938:- Százados úr - siránkozott a stockholmi nő -, nekem tegnap hasogatott a karom és a lábam.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:939:- Nekem is. Egy bizonyos koron túl nincs másképp.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:944:- Az ön naplójából - mondta a százados az orvosnak - világosan kitűnt, hogy gyomorrontás vagy vihar előtti indiszpozíció volt a hajón.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:945:- És... a halott?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:946:- Nem az első gyengélkedő, aki meghal tengeri úton.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:947:- Mi a... teendő?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:948:- Estére jó adag ópium, az megnyugtatja a hurutra hajlamos emésztőszerveket, és elalusznak majd tőle az ijedősek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:952:- Ön mikor lépett a csavargói pályára?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:953:- Családi betegség. Az apám is az volt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:954:- Megengedem a kivételes hullámverésben, hogy helyet foglaljon a jelenlétemben. Nagy kegy, de nem állandó kiváltságképpen adományozom, hanem mert az egyensúlyhelyzete pillanatnyilag ezt megkívánja.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:955:- Köszönöm, Mr. Irving.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:956:- Ön rendkívüli kegyben áll nálam, nagy öklű idegen, és most meséljen a kikötőkről, az önhöz hasonló erős és szeszélyes egyénekről.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:957:- Nem magyarázná előbb meg, Mr. Irving, hogy kicsoda ön?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:958:- Ezt talán mellőzzük.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:959:- Milyen szép szó, hogy mellőzni. Ezt én még sohasem mondtam. Pedig ismerem az értelmét.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:960:- Az ön környezetében mit mondanak például, ha valaki olyasmit tesz, ami nem tetszik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:961:- Szó nélkül fejbe ütik az illetőt. Ez határozott rosszallást jelent. A kikötőben minden más... Ott bizonyos külön szabályok vannak, mint a kártyázásnál. De ezeket a szabályokat nem ismerik hátulról a csavargók.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:962:- Szóval ezek olyan izé... vándor egyének? Akik a mezőkön és országúton hálnak?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:963:- Nagy különbség! A kikötői csavargó lenézi az országútit.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:964:- Mi a különbség a kettő között?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:965:- Óriási! A kikötői csavargó hajón jár Batávia, Hamburg és az egész világ között. Az Istennek sem gyalogol.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:966:- És az országúti?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:967:- Nem géperejű csavargó. Az a különbség köztük, mint az úrvezető meg a gyalogjáró között.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:968:- És... Szingapurban hová megy, ha megérkezik?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:969:- Barátaimhoz. Például a Négy Vidám Halottmosó étterembe. Holland konyha, svéd puncs! Angol hidegvér!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:971:- Milyen a kikötő? Erről meséljen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:972:- A kikötő olyan, mint a dzsungel, csak nem terem annyi fa benne. De sokkal veszélyesebb. Tele van hajóval meg verekedéssel.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:973:- Miért ütik ott egymást az emberek?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:974:- Hogy fájjon. Ha valakinek annyira fáj, hogy nem bírja ki, arra azt mondják, hogy agyonverték.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:975:- Szabatos!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:976:- Tessék?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:977:- Azt mondtam, hogy szabatos.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:978:- Hm... az ilyen szavakat talán mellőzzük!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:979:- Haha!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:980:- Úgy látom, ön kinevet, Mr. Irving.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:981:- Nem, nem. Csak mulatságos, amit mond.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:982:- A kikötő alvilágában is megoszlik a társadalmi élet különféle alacsonyrangú és magasrangú egyénekre, mint az úgynevezett "civilizált társadalomban". Ezt a kifejezést egy ügyvéd kollégám mesélte.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:983:- Maga ügyvéd volt?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:984:- Nem. Az ügyvéd volt vizsgálati fogoly. Ő mondta, hogy a társadalom olyan izé... különféle iskolaszerű dologból áll.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:985:- Osztályokat mondott, nem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:986:- Igen. Osztályok vannak a világon az ügyvéd szerint. Egész jó hasonlat, mert néha valamelyik sétatéren az ember csakugyan úgy érzi magát, mintha osztályban lenne: ül egy padon, és nem tanul semmit... kész a tea.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:987:- Töltsön, jóember.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:989:- Felfüggesztem az udvari szokásokat - mondta a fiú kedves gőggel. - Kivételesen ihat velem a magánlakosztályomban egy csésze teát. Ez nagy kitüntetés.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:990:- Uram - felelte Fülig Jimmy szomorúan. - Mit ér a legnagyobb kitüntetés rum nélkül?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:991:- Az én társaságomban nem lehet berúgni.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:992:- Azért én megpróbálnám. Hátha sikerül?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:993:- Az ellentmondást nem tűröm.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:996:- Beszéljen még a kikötőről. Szóval ott külön társadalmi osztályok vannak?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:997:- De mennyire. Van olyan semmitmondó népség, és akad köztük előkelő osztálybeli is. Ezeket tisztelik, mert mindig van pénzük, meg nagyon erősek. Például a "nehéz" csempészek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:998:- Az mi?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:999:- Olyan csempészés, hogy halál jár érte. Mondjuk, fegyvert szállítanak lázadó bennszülötteknek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1000:- Ez a legelőkelőbb osztály?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1001:- Szó sincs róla. Van sok egyesület a Szingapuri klubvárosban, ahol szóba sem állnak "nehéz csempésszel".
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1003:- És... ezeknek "igazi" klubjuk van?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1004:- Azt elhiszem. Szingapurban az a leghíresebb, hogy "klubok" vannak. Kint a Szingapur folyó táján, a kínai negyeden túl következik a klubváros. Ott sok ilyen gomba izé van, a föld alatt...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1005:- Katakomba?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1006:- Igen. Az van ott. A sok föld alatti kijárás előnyös az egyleteknek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1007:- Melyik a legelőkelőbb "klub"?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1008:- Hát... azt jogerőre emelt években mérik. Ha elosztjuk az összbüntetést a tagok számával, akkor megkapjuk az előkelőség végeredményét. A Játékos Halak, ahogy a hamiskártyásokat hidegvérük és gyerekes foglalkozásuk miatt hívják, összesen negyven évet ha ültek börtönben. Tizen. Darabja négy év. Az alvilág erkölcsi proletárjai. A Kivégző-asztaltársaság tagjai tizenheten százötven évvel már jobb embereknek számítanak arrafelé. Most ha még felsőbb köröket akar megismerni, ott a Kés vagy bevételi társaság. Ezek a középen vannak. Tizenkét tag... összesen hétszáz év börtönnel. Ez úgy jön ki, hogy több mint négyszáz évvel szökésben vannak a hatóságokkal szemben.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1009:- Szóval negyven év börtön a mob, az alacsony társadalmi réteg, hétszáz már a középosztály. Maga, kedves idegen, melyik társadalmi réteg tagja?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1010:- A felső ezerhez tartozom - felelte büszkén Jimmy.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1011:- Mi... micsoda?... - kérdezte ijedten a fiú.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1012:- Az ezerhez. Mert ilyen is létezik!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1013:- És... Hányan... vannak tagtársak az ezer évhez?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1014:- Öten. Több mint kétszáz év jut egyre. Ha az enyhítő körülményeket beszámítjuk, és levonunk a büntetés idejéből egyharmadot, amennyit jó magaviseletű raboknál elengednek, nettó ezer év marad.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1015:- Öt emberre semmiképpen sem juthat ezer év börtön!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1016:- A felsőbb ezrek klubjában tagnak lenni olyan, mint a lordság. A legidősebb fiúgyermekre száll az atya kitöltött összbüntetése. Ezért szövetségünk a Hűséges Almák néven is közismert.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1017:- Miért nevezik a tagokat hűséges almáknak?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1018:- Mert nem estek messze a fájuktól. Az atya büntetése a fiú bűnlajstromát díszíti. Van itt olyan ősi család, hogy kínaiban is ritka.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1019:- És ez a legelőkelőbb klub?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1020:- Nem. Igazán megközelíthetetlen, közrettegésnek örvendő társaskör a Serény Múmiák. Ezek előtt azután kalapot le.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1021:- Ez micsoda?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1022:- Mind a két múmia igen serény. Ha nyomukban van a rendőrség, idejében eltűnnek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1023:- De miért múmiák?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1024:- Ha valamennyi bűncselekményüket letárgyalnák, és az előre látható halálos ítéleteket átszámítjuk egyenként 15 évi börtönre (a kitöltött vizsgálati fogsággal együtt), akkor a British Museum legrégibb múmiájának életkorát kapjuk végeredménynek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1025:- És hány tagja van a Serény Múmiák klubjának?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1026:- Kettő. Szép. Nem? Az egyik a Nagy Bivaly. Nem szabad hozzá beszélni, csak akkor, ha ő megszólít valakit. Épp úgy viselkedik, mint ön, Mr. Irving.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1027:- Igen... Hm... No mindegy...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1028:- És ha valaki mégis szól hozzá, akkor esetleg hasba szúrja.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1029:- Ezt nem tapasztalhatta nálam, kedves José.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1030:- Igaz. De ön még olyan fiatal.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1031:- És ki a másik?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1033:- Piszkos Fred, a kapitány.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1034:- Az milyen ember?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1035:- Rémes.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1036:- Mégis.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1037:- Neki van a világon a legtöbb esze. Fukar, kegyetlen, mogorva, és semmitől sem riad vissza, ha pénzről van szó. Mindenkit becsap, mindenből hasznot húz, senkivel sem barátkozik, egyedül járja a világot, és mint a neve is mutatja, teljesen piszkos.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1038:- És a Nagy Bivaly a barátja?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1039:- Gyűlölik egymást. Tíz év előtt egy osztozkodáson összevesztek, a Nagy Bivaly revolvert rántott, de Piszkos Fred kése gyorsabb volt. A Bivaly két teljes hónapig élet-halál között lebegett. Akkor megfogadta, hogy addig tartózkodik a rum élvezetétől, amíg Piszkos Fredet nem öli meg.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1040:- És... maga szeret így élni?...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1041:- Hát nem lehet másképp...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1042:- Képzelje el, hogy én szerződtetem udvari mesélőnek! Ugyanis St. Antonio de Vicenzo Y. Galapagos főherceg vagyok, a Boldogság Szigetek uralkodója.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1043:- Felség, nem meglepetés számomra, hogy ön uralkodó. Már első találkozásunkkor ösztönösen éreztem, hogy egy jó házból való fiatalemberrel állok szemben.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1044:- Én a Boldogság Szigetek uralkodója vagyok. Székhelyem Almira, a szigetország fővárosa. És irigylem magát. Egyszerűen leszáll majd a hajóról, és elindul zsebre dugott kézzel, fütyörészve az utcán, a kikötőben... Nyugodtan sétál. Nem vagyok nagy birodalom uralkodója... és mégis úgy érzem, hogy helytelen, ha a sors kegyelméből elfoglaljuk a trónt, mielőtt megismernénk közelebbről az embert. Ez oly kézenfekvő...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1045:"Kézenfekvő - gondolta Jimmy. - Húszéves elmúltam, és sohasem mondtam még ki ezt a szót, hogy kézenfekvő..."
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1046:- És...? - kérdezte lázasan csillogó szemmel Mr. Irving. - Mi történik, ha új csavargó érkezik a kikötőbe? Hogy juthat el a "klubországba"?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1047:- Hát nem könnyű az érvényesülés. Összeköttetéseket kell keresni... Ajánlásokra hivatkozni...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1048:- Maga tud megfelelő összeköttetést... az alvilág "jobb köreihez"?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1049:- Én? Olyan tekintélyem van Szingapurban, mint egy magántitkárnak.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1051:- És ha én... megkérném... hogy könnyítse meg... a helyzetemet... amennyiben az lenne a tervem, hogy...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1052:- Úgy képzeli, Mr. Irving, hogy elvegyül Szingapurban?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1053:- Figyeljen, jóember, és ne kérdezzen, mert az nem ildomos...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1054:- Ildomos!!! Ezt sem mondtam még soha. Pedig milyen kézenfekvő szó.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1055:- Beszéljünk bizalmasan, ön megérdemli, mert hűséges és tekintélytisztelő alattvaló. Én egyetlen lépést sem tehettem eddig nevelőm és Isten kegyelméből rokonom, néhai Mr. Gould, illetve Fernandez régens herceg nélkül. Saint-Cyrből csak a katonaiskola komor épületét ismerem. Londonban a királyi palotát és a Buckingham-kastélyt. Itt laktam.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1056:- Kézenfekvő - mondta, és belefújt a lornyon üres csöveibe.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1057:- Az utcára csak hintón vagy autón jártam, mindig kísérettel és kizárólag főútvonalakon. Most először hozta úgy Mr. Gould balsorsa, hogy egyedül vagyok. És Szingapurban is egyedül szállok partra. De a kikötőben már vár a Szingapuri udvartartásom. Palotánk van ott. A mindenkori uralkodó a Boldogság Szigetek két legnedvesebb hónapja idején megpihen Szingapurban. A cselédség nem ismer. Kétéves korom óta nem láttak.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1058:- Azóta Felség sokat változhatott.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1059:- Csak hallgasson végig. Itt van most életem egyetlen, talán utolsó alkalma, hogy azt tehessem rövid ideig, amihez kedvem van. Látni akarom az utca népét, a polgárokat és az alvilágot. Elkerülöm a kiszállásnál az udvartartást - vágta ki diadalmasan.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1061:- De ha nem érkezik meg, akkor felforgatják önért egész Szingapurt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1062:- Ez az... Egy teljes hónapig kell Szingapurban maradnom, amíg elfoglalhatom a trónt. Két napot magamnak óhajtok. Az embernek. Érti? És addig, hogy békén hagyjanak, hogy ne kutassanak utánam, és úgy élhessek, ahogy kedvem tartja, maga, idegen, helyettesít engem... Na mi az?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1063:- Csak köhögtem... a tea... és a meglepetés...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1064:- Ön kiszáll a hajóból, és ahol díszes sorfalat lát, zsakettes, egyenruhás urakból, oda megy. Gomperez Hidalgó, akit szintén nem láttam még soha, az udvarmester várja. Elviszik a kastélyba. Ott azután csak mondja, hogy gyengélkedik. Sétálgasson, olvasson...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1065:- Ezt talán mellőzném...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1066:- Szóval ha bármit kérdeznek vagy kívánnak, mondja azt: "most nem aktuális... majd egy-két nap múlva..." Nem csinálhat hibát. Ha hibát csinál, az sem baj. Majd én rendbe hozok mindent.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1067:- De Felség... hogy én... ilyent...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1068:- Nem felelős semmiért. Mint uralkodó úgy látom jónak, hogy fennforgó különleges okok miatt képviseltessem magamat néhány napig.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1069:- Fennforgó... fennforgó... ez... mindenesetre jó szó... De hát ezért becsuknak...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1070:- Én parancsolom, tehát semmi baja sem eshet! Ön segít abban, hogy két napig az alvilág egyszerű egyénei között éljek, és én megkóstoltatom magával, hogy milyen az, ha valaki uralkodó...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1071:- De hát az én külsőm igazán nem fejedelmi... Leszámítva a lornyettet... Ez fennforgó... És ildomos... de hát egyébként esetleg...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1072:- Mr. Gould ruhái közül a hajó szabóműhelyében gyorsan rendbe hoznak vagy két öltözéket. Tehet vagy beszélhet, amit akar. Nem baj, ha azt gondolják majd egy-két napig, hogy az uralkodó ostoba.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1073:- Amíg én helyettesítem, felség, addig ez a hír nem terjedhet el.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1074:- Azt hiszem, ön jobban beválik az udvartartásban, mint én a csapszékben.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1075:- Ott nem is könnyű érvényesülni.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1080:- Ebben lakott az a bizonyos Mr. Gould, akit tengerész módon temettek?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1081:- Igen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1082:- Mi lett a szekrénnyel? - firtatta az egészségügyi főtanácsos.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1083:- Nem tudom. Eltűnt. Miért fontos ez?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1084:- Ért ön a könyvvitelhez, Wirth kapitány?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1085:- Keveset.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1086:- Az Angol Bank évi mérlege egyszer két pennyvel hibázott. Teljes három hetet dolgoztak éjjel-nappal, amíg a sok millió font között végre megtalálták a két penny hiányt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1087:- Na és?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1088:- Kiderült, hogy kétmillió fonttal tévedtek. De csak a két pennyn keresztül jöttek rá.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1089:- Értem. De sajnos a szekrény után hiába kutattam. Megfoghatatlan.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1092:- Hahó!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1094:"Bonifác!" - mondta magában rémülten. Ez az aljas patkány, aki állítólag rendőrspicli is volt. Ez leleplezi a parton! Vége a királyságnak! És leleplezve José Pombio!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1095:- Halló! Fülig Jimmy!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1097:- Itt ordítozás esete forog fenn, úgy látom!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1098:- De Jimmy! Mi ütött beléd?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1099:- Ez a hang nem ildomos. Maga marha!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1100:- Nem nyújtod a kezedet?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1101:- Ezt mellőzöm. Ön összetéveszt valakivel. Nevem a sors kegyelméből José Pombio. Mit kíván, hülye idegen?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1102:- Csak nem akarod letagadni, hogy te Fülig Jimmy vagy?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1103:- Nem értem, jóember. Nem vagyok Fülig Jimmy, hanem José Pombio.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1104:- Azt hiszed, hülye vagyok?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1105:- Ez kézenfekvő.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1107:- Mire való ez a komédia?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1108:- Eresszen utamra...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1110:- Várjon...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1111:- Nem várok, jóember... - felelte a rejtélyes utas, és pofon ütötte.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1115:- Most már beszélhetsz! Ilyen pofon csak egy van a világon! Istenemre, ez Fülig Jimmy!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1121:- Most a legsürgősebbeket, mosolygó idegen - mondta Mr. Irving.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1122:- Parancsoljon, felség.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1124:- Ön semmivel sem törődik. Királyok ezt így szokták.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1125:- Akkor én már eddig is király voltam.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1126:- Szilencium!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1127:- Az mi? Szeretném én is mondani.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1128:- Szilencium annyit jelent, hogy csend.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1129:- Megjegyzem. Szaliceum. Ez is jó szó.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1130:- Figyeljen rám, barátom. Százötven éve atyáról fiúra száll a Boldogság Szigetek trónja. Egyik hősünk kiverte onnan az első angol hódítókat, és a spanyol király akaratából azóta családunk a Boldogság Szigeteken uralkodik. Néhai Mr. Gouldról már említettem, hogy Istenben boldogult nagybátyám, Fernandez régensherceg volt. Nem szerettem őt, de fáj, hogy így kellett elmúlnia.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1132:- Azt akarom, hogy megjegyezze a legszükségesebbeket - folytatta az uralkodó. - Semmit sem tud a világról abban a pillanatban, amikor engem helyettesít. Ezt jól jegyezze meg. Semmit! Érti ezt, jóember? Nyolcéves koromig Almirában éltem. Almira a Boldogság Szigetek fővárosa. Azután Isten kegyelméből nagybátyám és nevelőm, aki atyám halála után régensherceg lett, Franciaországba vitt. Itt katonaiskolába jártam. Az utolsó két évben mint az angol király vendége főiskolai tanulmányaimat végeztem. Most váratlanul értem jött a régensherceg. Szingapurban bevárom anyám fivérét, Almira grófját, Sir Egmontot. Derék úr. Minden évben meglátogatott, akár Saint-Cyrben voltam, akár őfelségénél, Balmoralban. Szerencsére nincs Szingapurban, különben nem lehetne elvegyülni az emberek között, mert ő jól ismer. Jelenleg azonban Almirában van.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1133:- Ha megengedi felséged, úgy én is felvilágosítom néhány lényeges tudnivaló dolgában.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1134:- Nagyon kíváncsi vagyok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1135:- Családomról nem akarok beszélni. Felmenőkről vagy jót, vagy semmit. Bár az én őseim is kiverték annak idején ellenfeleiket, de nálunk csapszék esete forgott fenn, és az ilyen helyeken nem ildomos uralkodni.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1136:- Ön impertinens, de mulatságos alattvaló.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1137:- No lám. Viszont a Szingapuri alvilágban igen jó csengésű a nevünk. Keresse fel a barátaimat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1138:- Például.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1139:- Például ott van a Tüskés Vanek. Az zseni. Tavaly úgy megrúgott egy postást, hogy még ma is tanulmányozzák a klinikán. Ennek mondja meg, hogy a Nehéz Fridolin üdvözli. Jelenleg Martinique-on van. Kérem, írjon fel mindent, ezek igen hasznos tudnivalók.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1140:- Rendben van. Még be is tanulom szó szerint.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1141:- Az lesz a legjobb. A Kopasztók klubjában az alelnökkel szívélyes viszonyban vagyok. Együtt időztünk a szumbavai fegyenctelepen. Pléhszeműnek hívják. Nyers, goromba ember, de engem szeret. Most jól jegyezze meg és írja fel: Batáviában a fogházfolyosón jobbra van egy lépcső, balra a foglár irodája, és a fal végig zöld olaj, sárga szegéllyel.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1142:- Ez miért kell?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1143:- Csak tessék írni, felség. Nagyon fontos. Ezt igazán tanulja be, mint valami versikét.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1145:- A Velőnek mondja, hogy menjen sürgősen hosszú útra, mert Adenben kiszabadult a Hobbó Fischer.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1146:- Ezt sem értem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1147:- Majd ott helyben meglátja felséged, hogy ez mind okos dolog, csak jegyezze fel... Úgy.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1148:- Köszönöm. Most menjen, és öltözzön néhai nagybátyám átalakított ruhájába. Jön a révkalauz hajója.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1149:- Hoplá! Felség, ezt valaki ellopta Mr. Gould Fernandez kajütjéből. Okmányok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1151:- Köszönöm!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1152:- Felség! Használja jól ki az összeköttetéseimet! Szerencse fel!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1153:- Önnek is, barátom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1155:- De a legjobb összeköttetés az alvilágban mégis csak egy jól irányzott ökölcsapás. Ez aztán igazán kézenfekvő, felség...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1158:- A bal belső zsebbe tegye, felség, úgy, hogy a szíj felül legyen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1159:- És ez mire való?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1160:- Hogyha baj van, kissé mozgatja a vállát, és akkor a hóna aljával megérzi, hogy helyén-e az ólmos. Ez egy nyugodt érzés. Az ember közvetlenebbül tárgyal a felekkel.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1161:- Azután?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1162:- Hát amikor komolyabb érvekre kerül a sor, az ember úgy tesz, mintha hanyagul vakarózna, a melle közepén kezdi, lassan a válla felé irányul ez a vakaródzás...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1163:- De ez nem szép. Vakarózni!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1164:- A külvárosban még nem zárja ki az általános műveltséget. Szóval ha a kapirgáló ujjak megérzik a szíjat, akkor suhi!...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1165:- Mi az, hogy suhi?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1166:- Nyolc napon túl gyógyuló, mintegy tizenkét centiméteres zúzott seb, véraláfutásos elszíneződéssel, helyenként a koponyacsonton kisebb repedések.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1167:- Köszönöm.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1168:- Szóval ugyanazzal a mozdulattal, amivel rántja, máris lecsapni a bottal! Éspedig úgy, mintha kalapot csapna a zsebéből a másik ember fejére.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1169:- Szörnyű lehet ez az ütés. Esetleg halált is okozhat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1170:- Ilyen jó eredményre eleinte ne számítson, felség. A fő, hogy csak egy mozdulat legyen az egész. Így van a pisztollyal is. Rántás közben, még combmagasságból lőni.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1171:- Tudja, jóember, hogy a verekedés, úgy látszik, éppolyan rendszeres és célszerű tudomány, mint a harcászat?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1172:- Mindig arra kell vigyázni, hogy maga üsse az elsőt, felség. Ez nagyon fontos.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1173:- A katonaiskola szerint is az a harcoló fél van előnyben, aki magához ragadja a kezdeményezést.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1174:- És egy söröskancsót vagy széklábat. Aztán durr bele!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1175:- Az mi?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1176:- Olyasmi, mint a suhi, csak később gyógyul, és a sértett munkabírását erősen csökkenti... Mindig gyorsnak lenni!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1177:- Napóleon szerint is a gyorsaság fél siker...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1178:- Tüskés Vaneknek is ez a véleménye. Úgy mondja, hogy az nevet utoljára, aki először üt...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1179:- Azt hiszem... ilyesmire nem kerülhet sor... Egy uralkodó mégsem mehet ilyen messzire a tapasztalásban.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1180:- Azért nem árt az ilyent tudni. A karmatlai Radzsa is igen nagy úr, és szintén széttekintett egyszer álruhában Hongkong kikötőjében. Senki sem merte megérinteni, amikor megmondta a rangját. Na de amíg megmondta! ... Ott mi volt! Egy ideges ismeretlen valamilyen okból odament az álruhás Radzsához, és hirtelen negyvenháromszor pofon ütötte, úgyhogy nem is volt idő bemutatkozáshoz. Azóta a Radzsa csak úgy megy végig a kikötőnegyedben, hogy hírnökök járnak előtte, akik szétkürtölik nevét és hatalmát.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1184:- Bocsánat - mondta az illető, és elsietett.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1197:- Hé! Fusson!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1198:- Jön a rendőr - kiáltották többen is jóakaratúlag, mert a hibbantakat tisztelik Keleten.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1199:- Hej! Mit csinál itt? Mi?! - kérdezte a rendőr.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1200:- Mérem magamat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1201:- Na és? Talán elromlott a mérleg?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1202:- Nem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1203:- Akkor mi a fenét rángatja folyton?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1204:- Hogy kiessen egy cédula.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1205:- Gyűjti a súlyát?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1206:- Szétküldöm az újévi üdvözleteimhez mellékelve ismerőseimnek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1207:- Hallja! Maga részeg? Hordja el magát!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1208:- Jóember, ön nem olyan hangon beszél...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1210:- Menjen, fiatalember - mondta jóakarói közül az egyik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1211:- Ne kezdjen a rendőrökkel - korholta szelíden a másik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1214:- Csak menjen, barátom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1215:- Köszönöm, barátaim... Igazán jólesik, hogy féltetek. Derék emberek vagytok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1216:- Szóra sem érdemes - mondta egy kis kövér nyájas mosollyal, és otthagyták, miután udvariasan megemelték a kalapjukat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1223:Először életében futott, de most nem érzett gyönyörűséget. "Ez hát a nép szeretete" - gondolta futás közben keserűen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1224:- Megállni! - kiáltott utánuk, amikor meglátta őket a sarkon.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1226:- Mi van? - kérdezte a sörtehajú.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1227:- A pénztárcám... eltűnt...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1228:- Na és? Azt hiszi, hogy tolvajok vagyunk?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1229:- Maguk lökdöstek jobbra-balra!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1230:- Vigyázzon a szájára...!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1231:- Kérem... ha nem tudnák, hogy ki vagyok...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1236:- Én egy...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1238:- Nesze! Majd adunk neked! Meggyanúsítani a rendes embereket!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1239:- Hálátlan fráter.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1244:- Ejha! De ellátták a baját!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1246:- Ellopták... a pénztárcámat...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1247:- Mennyi pénz volt benne?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1248:- Ötezer dollár.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1249:- Elmenjen innen! Ha bolondot űz belőlem, hát megjárja. Ötezer dollár nem ilyen ficsúrok pénztárcájában van.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1250:- Nézze, jó ember, most már úgysem csinálom tovább, én St. Antonio uralkodó főherceg vagyok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1251:- És kicsoda, ha józan? Mi?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1252:- Kérem, vezessen a St. Antonio-palotába. Valahol egy dombon van a városon kívül.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1253:- Ott ni! Láthatja innen, ha az utca végén a kis ház teteje fölé néz... De ezt a hülyeséget hagyja abba. Elég a viccből.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1254:- Nem hiszi, hogy ezt komolyan állítom?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1255:- Lehetséges. Már volt rá eset, hogy hülyére vertek valakit...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1256:- Hagyja abba ezt a modortalan hangot, mert megjárja!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1257:- Másképpen, hé! Mert aztán maga járja meg! Nézd csak! Igazolja magát!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1258:- Ott fenn a palotában majd igazolnak.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1259:- Hát ide hallgasson! Énnekem kötelességem minden bejelentett adatot ellenőrizni. De ha...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1260:- Figyelmeztetem rá, hogy minden tiszteletlen szóért felelni fog!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1262:- Menjünk - mondta csendesen -, de ha becsapott, hát megjárja!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1264:"No, ha ez herceg... - gondolta a rendőr - akkor én indián főnök vagyok."
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1266:- A London square-i poszt vagyok. Ez az ember azt állítja, hogy a St. Antonio-kastélyban igazolják - mondta a rendőr, s a sáros szakadt ruhájú hercegre mutatott.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1267:- Ide hallgasson, lakáj - szólt közbe nyugodtan, friss csengésű hangon a fiatalember. - Én St. Antonio uralkodó herceg vagyok. Aki ma megérkezett ide az én nevemben, azt megbíztam, hogy helyettesítsen...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1269:- Nem érkezett ide ma senki.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1271:- Eh! Hát akkor bizonyára még mindig a városban időzik az az ember a kíséretemmel!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1272:- Ismétlem: nem értem, amit ön mond, fiatalember.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1273:- Mára várták ide a herceget, és...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1274:- Nem vártak ide mára senkit...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1275:- Tudhattam volna, hogy mesebeszéd - dünnyögte lihegve a rendőr.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1276:- Jól gondolja meg, lakáj, hogy mit mond, mert ezért felelni fog!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1277:- Kérem, én nem ijedek meg az ön fenyegetéseitől, de biztosíthatom, hogy nem vártunk ide senkit. A kastélyban csak a kiszolgáló személyzet tartózkodik, és Mr. Greenwood tanár.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1278:- Ember! Miért nem mondta azonnal! Greenwood! Ő jól ismert... Két hónap előtt az angol királyi udvarban fogadtam.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1279:- Ma érkezett, és alszik éppen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1280:- Hozza ide! Keltse fel! Rohanni fog!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1282:- Ez az ember igazolni fogja, hogy ön... Mr. izé... uralkodó?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1283:- Minden kétséget kizáróan.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1284:- Hm... Hogy kerülhet egy uralkodó ilyen helyzetbe? Ilyen ruhában?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1285:- Nem hallotta ön a napkeleti uralkodó, Harun al Rasid történetét, aki álruhában járt az alattvalói között?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1286:- Nem szeretem a rajzfilmeket. Káprázik a szemem - felelte a rendőr kissé bizonytalanul.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1287:- Ne féljen - mondta kacagva a herceg. - Önnek nem eshet bántódása. Kötelességtudó, ha kissé ingerlékeny is. Gyanakvása nem sért, ez a tulajdonság fontos egy rendőrnél. Megjutalmazom, és valami kisebb kitüntetést kap, mert mégiscsak utánajárt az ügynek...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1288:"Kedves fickó - gondolta a rendőr -, akár hülye, akár uralkodó."
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1289:- Mindenesetre jó lenne, ha igazolnák.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1290:- Ne féljen, jóember. Greenwood igazol, és akkor kap az udvaromban egy pohár igazi angol sört.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1291:"Bárcsak uralkodó lenne" - gondolta a rendőr, mert szomjas volt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1293:- Itt van az a bizonyos fiatalember, Mr. Greenwood.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1294:- Halló! My teacher! - kiáltotta boldogan a herceg, és tárt karokkal közeledett a tisztes külsejű tanárhoz. - I am happy, Mr. Greenwood!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1296:- Mit óhajt, kérem?!...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1297:- De... Mr. Greenwood... Mit jelentsen ez...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1298:- A... azt állítja, hogy nem ismeri?...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1299:- Honnan ismerném, kérem?... - hebegte a biológus ijedt jóakarattal.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1301:- Mr. Greenwood... - hebegte. - Mr. Greenwood...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1302:- Igazán sajnálom fiam, mert kétségbeesettnek látszik, de csakugyan nem ismerem - mondta szomorúan. - Honnan kellene ismernem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1303:- Balmoral... ön Balmoralban volt két hónapja...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1304:- Ez igaz! Várjunk csak!... És ott találkozott volna velem? St. Antonio főherceg környezetében?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1305:- De hiszen én vagyok St. Antonio főherceg! Mr. Greenwood! Miféle tréfa ez?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1307:- Szegény fiú... Nem fáj a feje olykor?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1308:- Mr. Greenwood! - kiáltotta sápadtan. - Ez a félreértés eloszlik egyszer, és akkor én önt felköttetem. Mert ön egy gazember! Egy hitvány gazember!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1310:- Ne merjék bántani...! Szegény... elmebeteg.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1313:- Mit nevet? - szólt rá idegesen a rendőr.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1314:- Arra gondoltam, hogy nagyapám örök időkre megszüntette a bennszülöttek testi fenyítését. És én önt, Mr. Greenwood, Almira főterén akasztás előtt rinocéroszbőr korbáccsal addig veretem, amíg nem mondja el százszor, hogy: "Szegény elmebeteg!"
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1327:- Magának érdekes élménye lesz - mondja ő.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1328:- Előre örülök - mondom én. - Szeretem az élményeket. Legutóbb Kairóban volt ilyen, de mind a három sofőr felépült.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1330:- Vigyázzon - mondja ő -, hogy olyasmiben ne téveggyen, amit tudni köll. Igypéldául főbbenjáró eseteit.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1331:- Tessékcsak kitanítani a tényállásra, vallani aztán tudok - mondom én.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1332:- Elsősorban tudni kell, hogy a szigetet egy Warins nevű kalóz fedezte fel százhetven éve. Ő ott mint kalóz uralkodott a benntszülötteken, akik igen szerették, mert sokat rabolt, gyilkolt ez a Warins, de jó volt velük.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1333:- Mi lett ezzel a Warinssal? - mondom én.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1334:- Dédapám elfoglalta a szigetet, uralkodott, és Warinst elűzte. De az utódai azóta is harcolnak otthon. Azt mondják, nekik dukál, a trón jár nekik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1335:- Ez marhaság - mondom én.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1336:- Csak lassan. Mert van még trónkövetelő - mondja ő.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1337:- Szóval több is forog fenn - mondom én.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1338:- De mennyire. Nagyapám idején az egyik Warins fellázította a benntszülötteket, mert ezek igen szeretik a Warinst. Warinsokat. Nagyatyám egy száll jogarban menekült a szigetből. Ről. (Nem kívánt törlendő.) Ezt az időt felhasználta egy Alvarez nevű volt ügyvéd és dipol dilpot diplomata. Gyűjtött sok söpredéket Szingapurban. És amerikaji segítséggel megtámadta Warinst. Éjjel. Elfoglalta Almirát. A seprüdéket felfegyverezte, és akkor ezek voltak a katonaság. Alverez köztársaságot csinált Almirában, és ő lett az elnök. Akkor amerikai pénzt kapott, csinált üzleteket, hotelt meg autóbuszt, és bekerült a hajózási vonalba, és csináltak az amerikaiak egy új propres propes prosperityt. (Az egy nagy cég New Yorkban.) Azután lett nagy harc közte és Warins közt, de a papám rájuk tört, mert közben toborzott hajót és legénységet, és mind a kettőt megverte, elfogta. Újra papám lett a trón királya. És a bíróság Alvarezt is Warinst is azonnali kivégzésre kötelezte. Ámde Alvareznek papám kegyelmet adott, mert ő mégsem volt rablógyilkos kalóz. Őt nagyon összeszidták, és száműzték örök időkre, kitiltották a szigetből.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1339:- Ez velem is volt - mondtam közbe neki -, de engem két szigetről tiltottak ki.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1340:- Azok melyek?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1341:- Anglia és Délamerika. De a többi szigeteket látogathatom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1342:- Igen?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1343:- Igen. Csak nem sűrűn. Korlátoltan partra szállhatok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1344:- No had folytatom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1345:- No had.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1346:- Ezeket magának tudni kell. Alvarez volt elnököt száműzték családostál. Tól. A szigetrelépés halálosan tilos volt számára, és az általa kitalált törvényeket felfüggesztették. Mivel Warins nem talált ki törvényeket, ezek helyett őtet, magát függesztették fel személyesen. Rangjához méltójan, egy igen előkelő pálma koronájára. Mer őtet minden egyéb országban is felfűszték volna kalózos bűnök, gyilkolás, haláltokozó emberölés, rablás, gyújtogatás és sok más becsületsértés jutalmául. (Igazán nem könnyű egy ilyen napló írás.)
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1348:- És akkormikor Alvarezt számosan űzték, viszont ezzel szemben Warins nevű kalózt felfüggesztették, több tárgy nem lévén trón követelőzőben? - mondom én.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1349:- Egy maradt. A halálrakötelezett kalóznak a fia. Ezt néhány éve elfokták a Hollandiaok, a Hollandusok. Ő még igen picinyke volt a harcok idején. Benntszülöttek rejtegették, és később ő is nagy rabló lett. Amikor elfokták felnőt korában, akkormár neki is sok vaj volt a fején. Bob Warins fiatalember, de máris szép sikert ért el a rablógyilkosi pályán. Úgyhogy tizenöt évre büntették őt. Akkor megesküdött a főtárgyaláson, hogyha kiszabadul, megöli a sziget uralkodóját az összes St. Antoniót és minden Alvarezt, és ő lesz az uralkodó, de erre vajmi alig van ha, aligha van kilátás, mert jól ül a kényszermunkában.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1356:- No jöjjön.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1358:- Húsz perce lejárt a szolgálatom. Mi a véleménye egy pohár sörről?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1359:- Nem ittam még sohasem szeszes italt, és különben sincs pénzem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1360:- Ne törődjék semmivel! Én megvendégelem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1362:- Ön nem vendégelhet meg egy uralkodót. Köszönöm, jóember.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1364:- Mióta érzi ezt a furcsa izét a fejében?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1365:- Én király vagyok!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1366:- Jól van, no! Hát jöjjön egy korty sörre... Uralkodó is megteheti. Oroszlánszívű Richard nemegyszer ivott a közlegények borából, amikor keresztes hadjáratba ment.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1368:- Igaz - felelte azután -, egy angol király példája irányadó lehet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1370:- Most majd eljön velem barátom valahová, ahol nyugodtan pihenhet kissé.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1371:- Ön megőrült, jóravaló rendőr! Sürgősen igyekeznem kell Almirába jutni, ahol rendbe hozok mindent. Azután következik a vizsgálat, és jaj lesz a bűnösöknek, még akkor is, ha Szingapurba szöktek, mert az angol király igen jó barátom, és könyörtelenül kiszolgáltatja őket.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1372:- De a Boldogság Szigetekre nem lehet csak úgy eljutni. Hiszen az nagyon messze van - igyekezett lelkére beszélni a rendőr. - Hajót bérelni oda igen sokba kerül, és más mód nincs, mert úgy tudom, hogy távol fekszik a rendszeres hajóútvonalaktól.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1373:- Igen. Valamikor rendszeres hajójáratok érintették. De amikor a nagyatyám elűzte a lázadó Alvarezt és kormányát, a sziget ismét visszaszerezte a régi előkelő hírét, és elkerülték a hajók.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1374:- Hm... erről hallottam valamit.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1375:- Hallhatott róla, jószívű közeg. Nagy ügyet csináltak belőle undok üzletemberek, akik a forradalmi kormány elnökétől megvásárolták a sziget minden hasznot hajtó jogát, és ezt ez a Don Barrabas Alvarez nevű lator elnök csinálta.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1376:"Csodálatosan ismer minden adatot a rögeszméjéhez" - gondolta a rendőr, és szelíden szólt:
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1377:- Nem juthat el oda, fiam. Higgye el! Most majd elkísérem egy csendes intézetbe, ahol nyugtalan uralkodókat ápolnak.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1379:- Maga közeg! Csak nem akar engem beszállíttatni a bolondokházába?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1380:- Ugyan, dehogy... Hopp!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1391:- Kérem... kaphatnék egy pohár vizet?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1393:- Azt kaphat. Úgy látszik, kapott ma már mást is.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1395:- Mondja, vendéglős úr... Ez itt már az alvilág?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1396:- Mi?... Miféle alvilág?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1397:- Hát... Ahol Szingapurban klubjuk van bizonyos...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1398:- Elmenjen, amíg jó dolga van! Ide tisztességes emberek járnak! Kerékpárbajnok és állástalan idegenvezetők.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1399:- De kérem...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1400:- Hordja el magát!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1407:- Hátborzongató mutatvány! - mondta valaki elismerően a herceg mellett. Őfelsége mohón ragadta meg az alkalmat, hogy ismeretségre tegyen szert.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1408:- Nem is olyan különleges. Kardot nyelni mindenki tud.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1409:- Ilyen kardot?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1410:- Nem hiszem, hogy éles.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1411:- De milyen piszkos! Kész gyomormérgezés!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1414:- Úgy látom - szólt szigorúan -, hogy önt megfenyítették.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1415:- Igen! Aljas egyének ellopták a pénzem, és rám támadtak.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1416:- Ilyesmi előfordul errefelé - bólogatott. - Mutatkozzunk be? Nem szokás, de hát mondhat álnevet is.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1417:- Nem szükséges. Nevem St. Antonio főherceg.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1418:- Trebitsch.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1420:- Jön egy pohár sörre, hercegem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1421:- Sajnos, nincs pénzem. Ötezer dolláromat ellopták.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1422:- Úgy? Ez kínos - felelte udvarias bólogatással. - No, nem baj, majd én megvendégelem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1423:- Ön elhiszi... hogy én főherceg vagyok?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1424:- Miért ne? Ha ön elhiszi, hogy én Trebitsch vagyok!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1425:- De én az igazi St. Antonio főherceg vagyok!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1426:- Akkor hát tudja meg, hogy én is az igazi Trebitsch vagyok. De kérem, hogy ez maradjon köztünk!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1428:- Felséged átutazóban van? - kérdezte társalogva az igazi Trebitsch. - Vidéki rokonai élnek a külvárosban?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1429:- Ellopták az országomat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1430:- Mik történnek?! És jelentette a rendőrségen? A talált tárgyak osztályára kell menni.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1432:- Uram! Értse meg, én csakugyan St. Antonio főherceg vagyok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1433:- Én viszont esküszöm önnek, hogy az igazi Trebitsch vagyok - körülnézett, azután titokzatosan a fülébe súgta. - A Borneói Fahéj Tanya intézője voltam.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1435:- Nagyon kérem - folytatta izgatottan -, hogy ez maradjon kettőnk titka... Most jöjjön...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1437:- Kérem, én az igazi St. Antonio főherceg vagyok, és ha tréfál...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1438:- Nem tréfáltam. Esküszöm, hogy csakugyan az igazi Trebitsch vagyok, és Borneón a Fahéj Tanya intézője voltam...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1440:- Hová készült felséged éppen? - kérdezte udvariasan.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1441:- A... az alvilágot keresem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1442:- Úgy? - állapította meg örömmel. - Akkor együtt mehetünk. Én is arra tartok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1443:- ...az alvilágba?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1444:- Hogyne.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1445:- Ahol... a klubok vannak?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1446:- Oda... Minden éjjel ott feketézem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1451:- Hová vezet ön engem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1452:- Hát ahová mondta, fenség... A... a túlvilágba...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1453:- Az alvilágot mondtam!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1454:- Mindegy, mindegy! - bíztatta nyájasan, rikoltó fejhangján. - Csak jöjjön.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1456:- Nem megyek tovább!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1457:- Ugyan... Miért ez a hirtelen elhatározás?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1458:- Nem... megyek... És vigyázzon jól. Én az igazi St. Antonio vagyok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1459:- Uram, mire esküdjem meg önnek, hogy én viszont az igazi Trebitsch vagyok. Fogjunk össze!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1461:- Visszafordulok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1462:- Fenség!... Ott, százlépésnyire, ahol az a sárga fénypont látszik, elérjük a régi Holland-kikötőt. Ott megtalálja a... azt a bizonyos... izé... világot, amit olyan jól ismerek...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1465:- Kissé egyhangú vidék - magyarázta vidáman az igazi Trebitsch - de kellemes, üdítő séta.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1469:- Kérem... ismét figyelmeztetem... hogy holnap talán... az egész rendőrség engem keres...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1470:- Nem baj. Itt jól elbújhat, amíg az ügy elalszik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1471:- De az Istenért! Értse meg, hogy én St. Antonio uralkodó főherceg vagyok. Igazán az vagyok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1473:- De fenség! Még mindig kételkedik abban, hogy én Trebitsch vagyok! Igazán Trebitsch! Jöjjön! Most már követelem: hogy megbizonyosodjék!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1482:- Csak lépjen be nyugodtan! - bíztatta az igazi Trebitsch. - Úri hely. Igazi szálló hall.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1483:- Hol a szálló?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1484:- Ez csak hall, szálló nélkül. Lakása van mindenkinek, csak hall nincs hozzá. Lépjen be, kérem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1488:- Hé Big, egy barátom, aki különben teljesen főherceg, Tulipánt keresi.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1489:- Hát vezesd hozzá - felelte durván a demizsonok tulajdonosa.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1491:- Nézd csak! A Buzgó Mócsing!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1492:- Hol jártál?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1493:- Megint az elhelyezőbe viszel valakit?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1495:- Ne hallgasson rájuk. Egynek sem volt gyerekszobája.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1497:- Miért hívják önt... olyan furcsa néven?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1499:- Ezeknek azt hazudtam, hogy Buzgó Mócsingnak hívnak. De maga biztos lehet abban, hogy én az igazi Trebitsch vagyok... Csak ne fecsegjen erről... Hadd maradjak inkognitóban.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1501:- Isten önnel... Szegény fiú... Igazán sajnálom... - rebegte, és belerúgott.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1513:- Bocsánat - mondja ő. - Mr. Irving?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1514:- Személyesen - mondom én.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1516:- Én Gombperec hidegló vagyok - mondta szigorúan, és én megnyugtattam.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1517:- Jó, jó, az még a kisebb baj. De ha elém áll, akkor az utasok nem tudnak lejönni a keskeny hídon.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1521:- Pollinó tábornok, felség hagyütt, hadügymiszerintje. Minisztere.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1523:- Agyisten, Pollinó. Hogy van? - mondom egyszerűen és közvetetten, ahogy az uralkodó ogtatott. De ez nagyot nézett nekem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1524:- Köszönöm, felség. Igen kitűnően.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1526:- Na - mondom én -, ne csináljunk itt csoportosulást, mert jön a rendőr.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1530:- Sir Egmont nem jöhetett felséged elé, gyengélkedik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1531:- Ugyan. Nincs semmi baja annak. Aszt gyerekkorom óta ismerem, anyám bátyja és kardvágást képez a homlokán.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1533:- Készült felséged elé, de gyenge még.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1534:- Ugyan. Csak nem jön el a Bolondság Szigetekről ide, hogy nekem, elém legyen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1535:- No de - mondja ő - felség nem tudja, hogy a terv megváltozott, és ő elgyött ide velünk mégiscsak?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1537:- Mit mesél? - mondom én.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1538:- Sir Egmont várja.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1542:- Tessék beszállni, felség.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1544:- Hová megyünk? - kérdezem én, a Fülig Jimmy.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1545:- A Yachtra. Megváltozott az eredeti program. Azonnal indulunk felségeddel Almirába, hogy elfoglalja a trónját.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1554:- Hej, Tulipán! Új ember érkezett! Három dollárt kapok!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1556:- Csak lassan azzal a három dollárral! Előbb megnézem az illetőt! Sok szemrehányást kapok mindenfelől, mert sorra meghal az árud.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1557:- Ez príma minőség! - kiáltott le Buzgó Mócsing, akiről errefelé nem sejtették, hogy voltaképpen az igazi Trebitsch-csel azonos. - Egy középtermetű, jól táplált, kissé hibbant egyén. Nagyon rokonszenves! Ha csak egy gramm ópiumhoz jutok ma, nem adtam volna el. Három dollárért ingyen van!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1559:- Ezt összeverték! - kiáltotta mellette a reszelős bariton. - Két dollárt adok érte.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1560:- Disznóság! - üvöltötte vissza Buzgó Mócsing. - Te szívtelen kutya! Úgy beszél egy élőlényről, mintha karalábé lenne!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1561:- Az arcán összevissza repedt a bőr!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1562:- Na és? Nem virágváza, hogy repedten kevesebbet fizess érte! Az ilyent előbb kell mondani, nem szállítás után!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1563:- Vedd vissza, ha akarod! Vagy bedobom a tengerbe! Nekem ne mondd, hogy becsaptalak.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1564:- Kettőnyolcvanért megkapod!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1565:- Kettő!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1566:- Soha! Lelketlen uzsorás! Inkább dobd a tengerbe. De gazságba nem megyek bele!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1567:- Kettőharminc, de egy fillérrel sem több.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1568:- Ötven!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1569:- Hát jó, de ezentúl nem veszek át rossz árut. A Veréb majd felviszi a pénzt...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1574:- Másszon le a szénáról - mondta csendesen, de igen vontatottan.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1576:- Ki vagy? - kérdezte a kurta ember.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1578:- Nevem Pedró! - mondta.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1579:- Ide hallgass, Pedró! Én legénységet árusítok bizonyos hajóknak. Ezek a hajók nagy útra mennek, az ellátás nem valami rossz, és tán fizetnek is, ha minden jól megy. Ópiumot visznek a távoli szigetekre, meg fegyvert is. Te most aláírod a szerződést, és holnap munkába állsz.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1580:- Engem tőrbe csaltak! Nem szerződtetett sehová!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1581:- Szóval nem írod alá!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1582:- Nem!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1583:- Akkor ütni foglak - mondta sajnálkozva Tulipán.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1585:- Figyelmeztetem, hogy én Batáviából szabadultam, és a Szingapuri Klubok számára fontos üzenetet hozok - kiáltotta hirtelen őfelsége.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1587:- Mit mondasz? - kérdezte bambán a matróz.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1588:- Én üzenetet hoztam... Nagy Bivalynak... Velőnek, Tüskés Vaneknek és Piszkos Fred számára...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1591:- Te ismered a Nagy Bivalyt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1592:- Igen! - vágta rá gyorsan. - Jól ismerem. Én az apám révén... tagja vagyok a Hűséges Almák klubjának...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1595:- A fene egye meg ezt a Buzgó Mócsingot - szitkozódott Tulipán. - Ilyen árut hoz két és fél dollárért. Jöjjön velem. De ide figyeljen: ha esetleg most hazudott...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1596:- Nem hazudtam!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1597:- Jobb ha megmondja az igazat, akkor nem történik semmi. Megy a hajóra, és én sem veszítek el két és fél dollárt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1599:- Vezessen kérem, a Nagy Bivalyhoz - felelte határozottan.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1601:- Na jöjjön!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1603:- Itt egy palló következik, ami a partra ér. Óvatosan jöjjön utánam, mert ha a hajó bordája és a part között vízbe esik, akkor nem mentheti ki senki.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1605:- Még meggondolhatja!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1606:- Vezessen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1608:- Álljunk meg egy pillanatra... - mondta színlelt, elhaló hangon. - A szívem...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1609:- Na!...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1610:- A szívem...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1620:- Ki vagy?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1621:- Pedró - lihegte.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1623:- Hová?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1624:- A Tüskés Vaneket keresem, és a Nagy Bivalyt! - felelte hirtelen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1625:- Miért? - kérdezte egy kétméteres, kopasz csavargó.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1626:- Csempésztünk. Tagja vagyok a Hűséges Almák klubjának, és a Velőt is jól ismerem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1627:- Ez biztos?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1628:- Igen... Vezessetek hozzá.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1629:- Felesleges. Én vagyok a Velő - felelte a kétméteres.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1631:- Azt üzeni egy cimborád Batáviából, hogy hordd el magad gyorsan, mert a Hobbó Fischer kiszabadult!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1632:- Igen?... Azt látom, hogy tudsz a dolgaimról. De miért mondtad, hogy ismersz?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1633:- Azért, hogy az üzenetet átadhassam.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1634:- Gyanús dolog. Ami a Hobbó Fischert illeti, fél a fene tőle.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1635:- Gyössz velünk - mondta egy másik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1641:- Hé! Portás Robb!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1645:- Mi van? - kérdezte.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1646:- Ez a fiú üzenettel jött. Börtönben volt Fülig Jimmyvel.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1647:- Hol?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1648:- Batáviában.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1650:- Te Batáviában ültél?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1651:- Igen...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1652:- Milyen a belső folyosó falfestése?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1654:- Zöld olaj, világos kerettel! - felelte nyomban. - Jobbra van a főfoglár szobája, balra a keresztfolyosó.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1656:- Onnét lejárat a munkaterembe. Rendes ember a fiú!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1686:- Az ott mi?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1687:- A régi matrózok egyesülete. Ezek olyanok, akik már részt vettek a "Tengerészlakomán".
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1688:- Micsodán?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1689:- Hát... megesik, hogy egy mentőcsónakban sokáig hányódnak a vízen, és elfogy az élelem... Ilyenkor kisorsolnak valakit, és... hát... esetleg éhségükben...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1695:- Ugyanis - magyarázta Velő - kigolyózás útján döntenek a felvételről. Aki ellen erkölcsi kifogás nem merül fel, az rendes tag lesz, és nem járhat a klubba. Akit kigolyóznak, az bejárhat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1697:- Hova vezetnek? - kérdezte kissé nyugtalanul. Szomorú tapasztalatai voltak az ilyen sétákkal kapcsolatban.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1698:- A Kegyelmeshez.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1699:- Kegyelmes urak is vannak a klubban?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1700:- Azt hiszem. Összesen négyen élnek még. Csak olyant vesznek fel tagnak, aki kivégzés előtt kegyelmet kapott. Előfordul egy királyi születésnap, karácsony vagy ilyesmi, amikor megkegyelmeznek a halálraítéltnek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1702:- Ott az ajtójuk!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1706:- Tessék! - kiabálta valaki bentről.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1711:- No mi az, kérem? - mondta kellemes, mély hangon.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1712:- Ez az ember azt állítja, hogy a Nagy Bivalyt jól ismeri.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1713:- Neve?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1714:- Pedró.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1715:- Kicsoda maga?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1716:- Fülig Jimmy öccse.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1717:- A Nagy Bivalyt jól ismeri?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1718:- Azonfelül üzenetem van a Tüskés Vanek számára - mondta a herceg.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1720:- Ha ez mind így van - mondta azután csendesen -, akkor miért ütötte le a Tulipánt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1728:- Sajnálom, hogy elválunk, és mostan még össze is töröm a pofáját, ha nem fizeti ki a fűtő bérét nekem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1730:- Akkor fizesse ki nekem - mondtam én. - Szingapurig jár nekem. Becsülettel megdolgoztam érte.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1733:- Örültem - mondtam - a találkozásnak. Sohasem felejtem el.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1734:- Én sem - mondta ő, és ezt el is hittem neki én.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1737:- Kapitány! - mondtam neki kopogva a ládáján, melybe bujt. - Búcsúzok magától.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1738:- Menj a fenébe - mondta ő kitérőleg.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1739:- Csak előbb még egy kicsi elintézés nélküli lovagias ügyünk van.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1741:- Te pimasz - mondja ő -, ha ezt megteszed, akkor én megöllek téged.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1743:- Jimmy - mondta. - Ötvenkét éves vagyok, és először életemben dolgom van valahol.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1744:- Esz szép magától.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1746:- Ha leveszed a ládát, gazdaggá teszlek. Muszáj nekem partraszállni.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1749:- Jimmy, gondold meg, fijam.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1750:- Jó! Ha meggondoltam, visszajövök, és lehordom magáról a rakományt, de esz távolról sem biztosra vehető.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1758:- Felség fázik - mondta a tűzoltó -, pedig a hajó nyílt tengeren veszteget, és ott még hidegebb lesz.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1759:- Én már előre fázom - feleltem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1769:- Szőr - mondom -, őszinte leszek. Én nem vagyok hibás.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1771:- Felség! Boldog vagyok, hogy fél év múltán ismét viszontláthatom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1775:- Nem ön a hibás felség - szól, mintha tudná, hogy mit kezdtem mondani el. - Mialatt úton volt, megváltoztattuk a tervet, majd közöljük, hogy miért, és így egyenesen Almirába megyünk, hogy felséged alattvalói között elfoglalja ősei helyét a családi trónon.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1777:- Jöjjön felség a fülkéjébe, bizonyára pihenni akar.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1783:- Jó - mondom -, csak beszélgessenek jó hangosan, majd én kihallgatom innen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1785:- Az se baj, - mondom a sorskegyelméből és begyöttek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1787:- Felség - mongya Egmont sir. - Attól vagyunk itt, hogy beszámoljunk.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1788:- Mostan - mondom én -, hagyjuk a pénz dolgokat, én bízok magukba.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1790:- Előterjesztésünk nem pénzügyes.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1792:- Mostan ez aktuális. Majd egy-két nap múlva - mondtam és szemhez emeltem nyeles pápaszememet, aki felső zsebembe csüngött valódi nikkel láncon.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1795:- Mégis kérem felségedet, ezt hallgassa mostan ki belőlünk, mert fontos.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1796:- Ám legyen - mondtam. - Kegyes akarok lenni a sors akaratából.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1797:- Mialatt úton volt, kaptuk az értesítést, hogy Warins Bob, a kalóz fia megszökött Batáviából, ahol mint kényszermunkást alkalmazta a törvényszék.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1798:- Ez a Warins Bob, akinek trónkövetelés forog fenn?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1799:- Igen. Rab volt a batáviai fegyházba és megszökött.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1800:- Pedig az igen nehéz, mert tízlépésenként őr áll. Szigorú tartózkodási hely.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1801:- Felséged bizonyára tudja, hogy Warins apja Alvarez ellen harcolt, és atyja őfelsége legyőzé mindkettőt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1802:- Igen, ez nálunk szokás - mondtam.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1803:- A fia, Warins Bob megesküdött ítélet előtt, hogy ha kiszabadul, megöli a sziget uralkodóját és a számüzetésben élő Alvarez köztársasági elnököt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1804:- Az ember annyi mindenre megesküszik egy főtárgyaláson - szólék leereszkedőn.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1805:- Warins Bob a szigetvilág legügyesebb és legveszélyesebb gonosztevője.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1806:- Csekélység - felelék gúnyosan. - Micsoda akkor a Holdvilág Charley?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1808:- A bennszülöttek között igen sokan Warins pártján vannak, mert szerették az öreg kalózt, Warins bizonyára visszatér a szigetre, talán már ott is van, és felségednek azért kell hazajönni, hogy a nép ne higgye gyávának, és e nehéz órákban ott álljon az élénk.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1809:- És gondolja, Sir Egmont, anyám bátyja, hogy az a Warins Bob majd meg akar ölni?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1810:- Biztos, hogy megkísérli.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1811:- No, majd jól fejbe ütöm - feleltem, és ezzel a kihallgatás végetért.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1818:- Maga nekem áll itt? - kérdem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1819:- Igenis felség - mongya ő.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1820:- Hát ezt talán mellőzzük - mondom királyian.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1821:- De felség engedelmével, én itt a segédszárny vagyok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1822:- Még akkor sem. Szeretek egyedül emlékelkedni, ez forog fenn.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1824:- Parancsára de a felelőségem...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1825:- Semmi felelősége itten nem kézenfekvő, és azonnal távozzon - szóltam királyi haraggal. Mire ő el.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1834:- No mi az, José? - kérdezi hidgadt nyugalommal és dohányoz.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1836:- Ön... mit csinál? - kérdezem kissé idegesen, mivel kissé ideges voltam. Mer a köd, a nedves monszun előtti szélcsendesség idegességet képez.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1837:- Én is Almirába utazom, José.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1838:- Ne mondja José. Én itt egy király megbízásából környezetét becsapom. Azt hiszik király vagyok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1839:- Úgy?... No én nem akarom ebben zavarni. Ellenben mondja. Mr. Gould kabinjában volt egy kis fiókos szekrény. Nem sejti, hogy ez hol lehet?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1841:- Kapitány úr! Berendezési tárgyakat én nem csenek - feleltem királyhoz illően.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1842:- Nem is erre gondoltam. De talán látta. No mindegy.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1843:- Jó éjszakát kapitány úr.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1844:- Jó éjszakát király úr - felelte, és mosolyogva kezet fogott -, maga legény a talpán. Akar cigarettát?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1845:- Köszönöm, de itt királyi dolgom van.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1847:- Felség... aggódtam, hogy egyedül sétálgat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1848:- Nem szeretek máskép.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1849:- Pedig uralkodónak még saját hajóján is ügyelni kell, mert felbérelt merénylők mindenhol lehetnek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1850:- Azokat én majd jól fejbeütöm, csak azt tessék mondani énfelségemnek, hogy miért utaz velünk a Hollo-Nunulusztár kapitánya, tudtommal.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1851:- Nincs erről tudomásom - felelte.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1853:- Dehiszen beszéltem vele itten az előbbéppen nincs egy perce se hogy beszéltem vele. Itten az előbb.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1854:- Az ki van zárva. A hajón csakaz Ön környezése utazik és a legényesség valamint.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1857:- Kérem felség tartózkodjék a kajütjébe, vagy pedig a segédszárnyassal kísértesse magát. Mondom jó. Azután visszamentem a fülkébe.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1888:- Várjatok - mondta csendesen. - Tisztázni kell, hogy mit akar itt ez a kölyök.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1889:- Betolakodni, zöldfülű! - mormogta Velő fenyegetően.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1890:- Az bizonyos, hogy nem kezdő - szólt elismerően Tulipán, és a kötéshez nyúlt. - Az ütés, amit kaptam, mellette szól. Ezt kénytelen vagyok mentségére felhozni.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1891:- De miért ütött le, ha nem volt oka félni? És hová akart futni? - kérdezte Velő.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1892:- Gyanús, azt nem mondom, és semmi esetre sem árt, ha megölitek - felelte a Tulipán, és vállat vont -, de nem kezdő, az bizonyos.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1894:- Vezessétek a Nagy Bivalyhoz! Azt mondta, hogy ismeri a Nagy Bivalyt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1899:- Buzgó Mócsing! - kiáltotta Tulipán. - Azonnal add vissza a két és fél dolláromat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1901:- Ezt kikérem magamnak! Én leszállítottam az árut - és a herceg felé fordult -, maga a tanúm.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1902:- A te árud fejbe ütött! És megszökött.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1903:- Erős és ügyes embereket kértél. Hát aki téged leüt, az nem gyenge, és ha elszökik, akkor ügyes is... Nézzék meg ezt a fiút! Csupa erő! Ne hagyja magát szidni, barátom...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1905:- Maga piszok rabszolgakereskedő! - kiáltotta dühösen. - Hitvány gazember!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1906:- Most nem erről van szó - felelte idegesen az igazi Trebitsch. - Személyeskedéssel nem megyünk semmire.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1907:- Legszívesebben betörném a fejét.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1908:- Mi hátráltatja ebben? - kérdezte csodálkozva Velő.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1911:- Azt hiszem - lihegte Buzgó Mócsing -, üdvösebb, ha nem torzsalkodunk.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1913:- Szerintem ne folytassuk - ajánlotta ismét Buzgó Mócsing.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1914:- Adjanak egy pohár vizet! - suttogta a herceg. - Délután ittam utoljára.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1921:- Hohó!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1922:- Eressz! - hörögte.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1923:- Ha egyszer rongy lett, akkor békén kell hagyni - mondta Velő, miközben fogta a herceget, aki kissé dülöngélt is a rumtól.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1926:- És ez neked rossz áru?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1928:- Mit akartok itt ezzel a vad suhanccal? - kérdezte a vendéglős.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1930:- Gyanús alak. Orvul megtámadta Tulipánt. De azt mondja, hogy a Nagy Bivalynak hozott üzenetet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1932:- A Nagy Bivallyal akar beszélni - mondta Velő a vendéglősnek. - Szólj neki.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1933:- Én?! Talán megőrültél - felelte rémülten.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1934:- Menjen be ő maga, ha ismeri - ajánlotta egy másik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1939:- Öljön meg - mondta a herceg -, azt hazudtam, hogy ismerem magát.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1941:- Ki vagy?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1942:- Fülig Jimmy... öccse... - megpróbált előkelő rokonságára hivatkozni. Ilyesmi sokszor beválik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1943:- Hazudsz.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1945:- Ki lökött be hozzám?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1946:- Nem... tudom...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1950:- Ez az ember le akart ütni ólmosbottal!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1952:- Azt akartam, hogy megnézzétek, mielőtt szétlapítom!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1953:- Azt mondta, hogy ismer téged... - jegyezte meg a kocsmáros.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1955:- Majd mondd a halaknak is...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1956:- Én a Piszkos Fredhez jöttem...! - kiáltotta kétségbeesetten, mert érezte, hogy a nagy marok egyetlen szorítására vége lesz.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1958:- Mi?... Te ismered... Fredet?...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1959:- Csak úgy, ahogy téged - jegyezte meg a vendéglős.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1960:- Ez tévedés - mondta valaki, aki most lépett be a helyiségbe, de nem vették észre. - A kölyök csakugyan jól ismer, és ne merd megölni, Bivaly!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1976:- Integessen Felség!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1978:- Ne így, Felség, hanem kézzel.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1987:- Fijam!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:1998:- Felség - mondja a hídlakó -, óhajt pihenni?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2000:- Én szeretnék beszélni szőr Egmonttal.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2001:- Holnap délelőtt a kihallgatáson szokás szerint.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2002:- Aszonnal - mondom ellentűrést nem ismerő hangon. Erre ő szomorú arccal kiment. Szomorú volt, mert neki fontos az udvari tikett, ahogy mongyák.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2004:- Felsék - mondja -, ön öltözzék a marsal nevü katona uniformisába, mert ez a király ruhája itten.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2005:- Dehát én vagyok itt az új király?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2006:- Úgy van. Fernandez, aki régen herceg elhunyta és új régen herceget nem jelölünk, eszt egy hónap előtt törvényeztük. Így ön tehát gyakorolhatja királyi jogát, amihesz kiskorú volt. De most esz nem baj, mert már nem annyira kiskorú.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2007:- Nésze! - mondám eccerűen. - Maga anyám bátyja, jól ismerem homlokán a sebet. Maga tudja, hogy én nem vagyok én, hanem egy helyettesem, aki király. Asz igazi St. Antonio Szingapurban van. Tehát ezt itt mire véljem miszerint?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2009:- Halállal bűnhődne, ha elhinném felség, amit mond: hogy ön nem az igazi uralkodó. Törvényeink szerint, aki a királyi méltóságot bitorolja, azt kötéláltali akasztásra mondják ki.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2010:- De engem a király megbízott.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2011:- Eszt nehéz lenne itt most bebizonyitani, valakinek, akit reggelre felakasztás általi ítéletben bűnösnek mondanak ki.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2013:- Azonban ez csak tréfa. Ugyebár tréfált felség? Ugyebár ön a mi királyunk?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2014:- Asz vagyok, - felelém csendesen és ő rám hagyott engem, magamra, hogy az inas feladja nekem a marsal nevű katonaruhámat, amellyel szép kis pác kezdődik itt. (Folytatása következik.)
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2019:- A fiút nem ölheted meg - mondta Fred.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2020:- Úgy. És miért?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2021:- Mert én ölöm meg! És aki ebben megakadályoz, az mehet a fiú után.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2023:- Ez a gazember a Honolulu-Staron utazott - kezdte vészjósló arccal a kapitány. - Tudta, hogy egy ládában voltam a hajófenékben, és mielőtt kikötött a hajó, ez a kölyök felfordította a bőröndöt, és rátett egy csomó nehéz poggyászt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2024:- Kérem ez tévedés... - mondta a herceg - fogalmam sem volt róla, hogy ön is a hajón van, Mr. Piszkos.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2025:- Hazudsz! Te voltál! Éjfélig feküdtem a fedelére borított bőröndben!... Majdnem megfulladtam!...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2026:- Ha-ha-ha...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2028:- Ez a fiú mától kezdve a barátom! Értetted?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2029:- A fiút én megölöm!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2031:- Verekedni akarsz?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2032:- Végezni akarok veled! Ez a suhanc, aki bolondot csinált belőled, tetszik nekem! Jaj annak, aki hozzányúl...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2034:- Itt mindenki fél tőled, mert nem tudják, hogy buta vagy. Olyan buta, hogy az erőd sem számít. De én elbánok veled Bivaly! Tudhatod!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2037:- A fiút nem bántod, vén fecsegő bolond.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2038:- A fiúval végzek, te élő marhakonzerv!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2039:"Csak tudná az ember, hogy mit szorongat ott, ahol az ököl formája kidudorodik a zsebében" - gondolta a Nagy Bivaly, és fújt dühében.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2040:- A fiú sehová nem megy nélkülem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2041:- Az nagyon okos lesz - vetette közbe Tulipán, és bekötött fejéhez nyúlt. Az igazi Trebitsch is helyeslően bólogatott egy nedves rongy alól, amelyet feldagadt arcára borított.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2042:- A Vadsuhanc megérdemelne egy kis "hideget" - mondta a vendéglős -, leütötte a Tulipánt, összetörte Buzgó Mócsingot, rátámadt a Nagy Bivalyra, és kikezdett veled is, kapitány.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2043:- Csakugyan szorgalmas fiú - jegyezte meg Piszkos Fred összehúzott fél szemmel. - Azért mégis végzek vele.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2046:- Nekem ez a fiú tetszik! - mondta végül is határozottan. - Nemcsak azért, mert kicsúfolt egy vén bolondot, hanem azért is, mert nem ijedt meg itt senkitől... Vadsuhanc! A barátom vagy! Menj a szobámba! Ezentúl együtt lakunk, és senki sem fog bántani!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2048:- Csak fecsegj. Minél többet beszélsz, annál nevetségesebbé teszed magad, mert a fiúval végzek - dörmögte Piszkos Fred, és leült a földre. Miután a Nagy Bivaly elment őfelségével, a kapitány még mindenfélét morgott magában halkan, azután a vendéglőshöz fordult:
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2049:- Egy átkozott detektív elkobozta a kikötőben a revolveremet, de ami rosszabb: a késemet is. Kinek van egy bicskája?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2054:- Éhes vagyok - mondta Nagy Bivalynak, mert nem törődött már semmivel kimerültségében.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2056:- Honnan jössz?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2057:- Batáviából szöktem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2058:- Mit akarsz itt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2059:- Nem tudom... És... most aludni akarok. Kimerült vagyok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2064:- A Kegyelmes összehívja a Hidegek Tanácsát! Egy óra múlva vár téged is!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2066:- Ezt nem szeretem - mondta szemrehányóan, és a mesztic úgy pislogott, mint egy megszégyenített kutya.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2067:- Mondd... hogy ott leszek - motyogta azután a bekukkantó egyénnek. - De várj csak. A Vadsuhancot is viszem, mert Piszkos Fred esetleg kihasználná az alkalmat, hogy megtámadja.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2069:- Mi az a Hidegek Tanácsa? - kérdezte a fiú.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2070:- Minden társaságnak van egy elnöke, és ezek az elnökök is egy klubban vannak. Ez a Hidegek-klubja. Olyanról tanácskoznak, ami itt mindenkinek fontos.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2071:- És miért Hidegek?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2072:- Mert nem melegíti őket belülről semmi. Mindig úgy tesznek, ahogy az érdekük kívánja, és aki másra is hivatkozik, azt kinevetik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2073:- És ki a Kegyelmes? Ő is bűnöző?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2074:- Nem olyan mint mi. De nagy bűnt követett el, amiért halálra ítélték.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2075:- Hol?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2076:- A Boldogság Szigetek fővárosában. St. Antonio uralkodó főherceg ítélte halálra.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2077:- Mi?... Hogy hívják a Kegyelmest?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2078:- Alvarez néven köztársasági elnök volt... Mi bajod?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2081:- Erről mondj el mindent - kérte a Nagy Bivalyt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2082:- Nem lehet itt sokat tudni. Alvarez éppen Warinsszal, a kalózzal harcolt, amikor mindkettőjükre lecsapott St. Antonio. Alvarez pénz nélkül érkezett ide. Ez már régen volt. Többen menekültek onnan az ő emberei. Sok nagyvállalat hirtelen megszűnt Almirában, és ezek újra gazdagok lennének, ha St. Antonio elveszítené a trónt, és megint Alvarez köztársasága jönne. Ezek a vállalatok segítik pénzzel, és Alvarez megszervezte itt az állástalan matrózokat meg egyéb népeket a klubokban. Minden klub vezetője, ha kell, egy csomó embert állít a tagjai közül, és Alvarez valami alkalmat vár, hogy ezeket felfegyverezze, és rajtaüssön St. Antonión. Az is így rohanta meg őt. Ha elfoglalná a szigetet, akkor az nagy jutalmat, nyugodt életet hozna a klubok lakóinak. De addig is pénzt és mindenfélét ad nekünk.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2083:- De hát... az angolok védik a St. Antoniókat... - mondta a herceg, aki egészen elképedt mindattól, amit hallott.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2084:- Politikához nem értek... Az biztos, hogy Alvarez nemcsak az alvilággal érintkezik... Vannak magas állású urak, akik tudnak a klubról... Különösen amerikaiak... ezeknek sok pénzük fekszik a megbukott köztársaságban. De ez mind homályos...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2091:- A Vadsuhanc nem vehet részt a Hidegek Tanácsában - rikácsolta Mimóza.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2092:- Semmi közöd hozzá, boszorkány! Majd éppen te mondod meg... - vicsorított rá a mesztic óriás.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2093:- Kint várok - súgta a fiú -, nem kell veszekedést kezdeni.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2107:- Halló! - kiáltotta a Buzgó Mócsing barátságosan, mintha a legjobb cimborák lennének. - Mi újság? Apropó, nem akarom megbántani, de ön tartozik nekem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2108:- Én... önnek?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2109:- Na nem kell nagyon a szívére venni. Ez a Tulipán visszavette a két és fél dollárt. Én nem tehetek arról, hogy maga nem volt alkalmas eladásra. De nem lényeges... Ne csináljon gondot belőle. Ha lesz miből, megfizeti. Ilyen összeggel nem érdemes tartozni. Igaz?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2111:- Ez igazán furcsa - kezdte dühösen, de az igazi Trebitsch mosolyogva legyintett:
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2112:- Sokféle furcsaságot fog még tapasztalni itt, ha Piszkos Fred nem vágja el a nyakát, amire, sajnos, kevés az esélye... Itt csak a Nagy Bivaly és Tüskés Vanek mert eddig ujjat húzni vele.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2113:- Tüskés Vanek! - kiáltotta a herceg. - Halló! Hol találom?! Üzenetem van számára.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2114:- Ott van a Pudingok között, ha érdekli magát. Egy vörös hajú disznó!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2116:- Kik ezek a Pudingok? - kérdezte őfelsége, akit nem kínozhatott annyira semmi, hogy mohó érdeklődése csökkenjen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2117:- Izé... Ezek biztosítással foglalkoznak.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2118:- Mi? Hülyéskedik velem? Mi ellen biztosíthatnak ezek valakit?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2119:- Álmatlanság ellen...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2120:- Ember! Ne csúfolódjon.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2121:- Becsületszavamra. Ha egy kereskedő bizonyos összeget fizet, akkor biztosítják arról, hogy tőlük nyugodtan alhat... És az ilyen helyre nem is törnek be... Tehát kettős biztosítás: Álmatlanság és betörés ellen!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2122:- Szóval... Zsarolók?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2123:- Hát... Ez kissé erős kifejezés, de igaz!... Azért hívják őket Pudingoknak, mert akit kiszemelnek, az addig remeg tőlük, amíg fizet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2124:- Ahá! És a puding is remeg.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2125:- De nem fizet. Ez az egyetlen hibája ennek a tésztának.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2139:- Rúgjon az ajtóba egy nagyot - tanácsolta az igazi Trebitsch.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2142:- Ki az? - dörmögte a homályban egy borízű basszus.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2143:- A Tüskés Vaneket keresem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2144:- Úgy?... Itt vagyok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2148:- Mit akarsz?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2150:- A pénzemet akarom!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2152:- Hát ez ki?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2153:- Semmi közöd hozzá! Gyáván és orvul megütöttél, miután elloptad a pénzemet...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2155:- Várjatok!... Hogy kerülsz ide, te kölyök?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2156:- Talán húszan jöttök rám megint? Délelőtt is négyen bántatok el velem... Gyáva sakálok!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2157:- Mindenki menjen innen! - üvöltötte Vanek. - Ez a kölyök emlegesse meg, hogy sakálnak nevezett.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2158:- Helyes - felelte a fiú, és megnyalta az ajkait izgatottan. - De később se lépjenek közbe.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2160:- Senki sem lép közbe. Tüskés Vanek ügye meg a tied.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2165:- Akarsz még? - lihegte a Tüskés Vanek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2181:- Azt mondta a felsék - fordult a gyászoló rokonsákhoz - hogy elöl fog járulni a takarékossággal, ahoty asz angol király tanácsolá, mer asz fontos. És ezért királyunk ő maga a trónon sodor cigarettát és ünnepélyesen elszivja.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2182:- Úgy van - mondom és asz öngyújtót is elővettem fennről, a csészealj mögötti zsebből, de csak szikrázott, ahogy nyomogattam és mondám: - A fene eszt a tüzkövet!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2184:- Most ünnepélyesen kivárjuk a takarékossák jelképére képező szivarkázást.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2188:- Őfelsége eltaposta e szertartással a pazarlást. A szerklinek vége.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2195:- Nem találkozott ön egy itteni polgárral a hajón?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2197:- De. Együtt utasztunk azzal az illetővel, akire gondol. Vidám volt egészséges, és szereti nagyon a mamáját, akinek bátyját régen ismeri.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2198:- Látta partraszállni?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2199:- Nem mert akkormikor kikötés előtt voltunk én a fenékbe mentem egy potyautast jól megmérgesíteni.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2200:- Igazán?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2201:- Igen. Volt egy utas ládában és én rátettem mék sok ládát, hogy kikötéskor ideges legyen, mert másnapig nem szabadulhat, amíg lerakodnak, majd róla a munkások.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2202:- Esz kellemetlen - mondja ő.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2203:- De megérdemli az illető - modom én -, aki Piszok Alfréd nevű kapitány.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2216:- Ez hol forog fenn? - kérdezem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2217:- Warins Bob nevü kalóz utód, kit a bentszülöttek szeretnek, követeli a trónt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2220:- Milyen vendéglőben étkezik? - kérdeztem elszántan.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2221:- Biztos a bentszülöttek kunyhóiban rejtőz valamelyik környékéző szigeten és nagyon ügyes meg kitünő gonosztevő.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2222:- Én sem vagyok kutya - felelém és kijavítám -, ha küzdeni kell.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2224:- Felség - mondá ezenkívül Egmont. - Ön ma hagyományok értelmében, amidőn trónjába ül, hogy helyet foglaljon az ősei koronáján, csak akkor uralkodó, ha hoz egy törvényt, melyet bepikkelyezünk. Addig nem is lehet a sziget valóságos belső uralkodója.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2225:- Ellenben - mondám -, hogy mégis király legyek, ám hozok törvényt asz államtanácskozások uj módijáról!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2227:- Tudják, hogy nekem asz angol király, mikor vendége voltam sok tanácst adott, mer asz öreg igen jó kollega. Akkor mondta nekem aszt is, hogy ha elfoklalom a trónt, legyek takarékos a cigarettával. Gondoskodjak arról a két dologról: takarékosság a pödrésben és fesztelenség az államtanácsban.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2229:- Asz angol király aszt mondta: - folytattam én - nálunk szokás, hogy a polgármesteri lort major gyapjuzsákon ül ha állásba beiktatják (asz olyasmi mint a pikkelyezés) és esz köszvetlen. Én is elhatároztam, hogy feszesség ne legyen itt és az udvari tikett nélkül beszéljük meg az államügyeket. És ezt fejesszük ki avval (felálltam), hogy mától kezdve az államtanács tagjai cipő nélkül tanácskosznak.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2232:- És én! - folytattam - a király, elöljárkálok a példával harisnyában!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2236:- Ez szép és tanulságos törvény lesz. Fesztelenség jelképe az államtanácsban.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2239:- Az államtanács eszennel távozhat. Én elől távozom a jópéldával. Legyen máskor is szerencsém! Ajánlom magam!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2242:- Szőr Egmont! Ő felsége különösen viselkedik magát.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2243:- Én is ugy találom - mondta egy másik, mire Egmond:
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2244:- Őfelsége mék gyerek. És sajna lejesett lovaspoló közben Angliában. Most már közölhetem, hogy szomorú jelentéseket kaptam róla akkor. Fejsérülése kihat majd uralkodására. Ezt mondták az orvosok. És ugy látom, helyes volt diagnózisunk (esz egy agybajt jelent külföldi nyelven.)
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2248:- Ha rosszabbul a baj, akkor esetlek az államtanács az anyakirálynő felhatalmazásával őfelségének gyámul nevezhet egy régen herceget.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2251:- Nem látja, hogy kezemben a cipőm?! Azonnal vegye le a cipőjét! Államtanácskor a cipőviselet szünetel!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2253:És ahogy mekfordult felkapám cipőit, hófehér cipők jól illettek a meggypiros, arannyal diszitett gyönyörü marsel nevü inofurmisomhoz és a melléglépcsőn lesliszoltam a vár hátsóbejáratához, ahol egy őr járt fel és alá - alá és fel szünös szüntelen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2261:- Jó-napot felség.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2263:- Maga mit csinál itt sors kegyelméből alattvaló?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2264:- Én itten a fogamat piszkálom, felség.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2265:- Eszt látom. De hogy megy a bótja?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2266:- Néha jön valaki felség.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2267:- Kicsoda jön ide?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2268:- Hát tavaly volt egy halász, aki fogott egy nagy halat és lefotografáltatta fénképnek. És két év előtt a részeges révkapitányt kiementettem a vízből, mer beleesik mindig, hálából csinált egy családi képet, ami ő meg a kutyája.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2269:- Hát akor fénképezzen le engem is.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2270:- Nagyon szívesen. Akkor legalább kiirhatom, hogy udvari fényképező.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2271:- Nem bánom - feleltem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2274:- Magát hogy hivják? - kérdem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2275:- Firmin. Esz a nevem. Henry Firmin. És a hölgy Madam Ponciere.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2276:- Maga itt mindig fényképész volt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2277:- Nem. Vezérigaszgató. Hajózási és vasuti. De amikor Alvaresz elment asz én részvéneim leestek és én velük.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2282:- Hej kocsmáros! Az egész birodalom asz én vendégem!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2284:- Éljen a király!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2286:- Mától kezdve pertuban vagyok a lakossággal! Szervusz nép! - és ők üvölték "szervusz király!"
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2288:- Éljen a király! Vesszen Warins! - jegyezték mek állandóan vagy kétszázan.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2293:- Felség - mondá Egmont, amikor ment a hintó -, asz hiba, amit ön teve.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2294:- Asz hiba, ha szeretik a királyt? Nésszen hátra anyám testvére, akit régen ismereg!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2300:- Ezért hiba felség, amit tett - monta Egmont.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2312:- Figyeljen... - suttogta a hang. - Nem kell tartania tőlem. Jóbarátja vagyok... Maradjon nyugton.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2314:- Bármi történjék, de jól jegyezze meg: bármi, maga nem árulja el, hogy kicsoda!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2315:- Maga tudja, hogy ki vagyok?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2316:- Hogyne. St. Antonio herceg!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2317:- Kicsoda ön...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2318:- Az Intelligence Service embere. Ha nem követ el ostobaságot, akkor minden rendben lesz. A legkisebb hiba romlásba dönti magát, a hozzátartozóit és a szigetországot.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2319:- Mit kell tennem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2320:- Semmit. Csak ne leplezze le magát. Ússzon az árral, és minden jó lesz... Én mindig a közelében vagyok... Úgy, ahogy eddig... Bízzon bennem, fiam...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2321:- Kicsoda maga?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2323:- Megálljon!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2324:- Nem szabad utánam kutatni... Sok ember romlását idézné elő, ha leleplezne. Ha felismerne valamiről, akkor is letagadom a személyazonosságot. Kár foglalkozni ezzel - súgta az idegen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2325:- Mióta van a közelemben...?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2326:- Évek óta...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2329:- Az egyik keresztfolyosónál ismét meglátta hűséges őrzőjét.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2331:- Bántott valaki?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2332:- Senki - felelte a herceg. A Tüskés Vanekkel fennálló ügyét nem akarta másra hárítani. - És ne gyámkodjék felettem, mert akkor nem lakom együtt magával!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2334:- Ne bolondozz... - mondta erőltetett vigyorral. - Csak nem hagyod ott öreg barátodat?... Hát jól van no, nem bánom, arra jársz, amerre akarsz...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2336:- Nem akarom, hogy maga miatt féljenek tőlem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2337:- De a Piszkos Fred! Az elvágja a nyakadat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2338:- Nem félek tőle sem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2341:- Vadsuhanc! Hol a Vadsuhanc?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2342:- Itt van - mondta Bivaly, és eléje állt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2343:- Azonnal jöjjön a Vöröskaromhoz.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2344:- Mit akar tőle? - kérdezte kissé ijedten a Nagy Bivaly.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2345:- Nem mondja. De te is gyere. A Hidegek Törvénye elé kerül a fiú.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2346:- Mi?!... És ha azt mondom, hogy nem ülhet senki törvényt a Vadsuhanc felett? - mondta a Nagy Bivaly falfehéren.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2347:- Így mondta a Vöröskarom - felelte a másik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2350:- Gyere!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2352:- Vigyázz mostan, mert a Hidegek Bíróságához kerülsz, és ott senki sem tehet érted semmit. Engem is elintéznek, ha nem tetszik valami nekik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2353:- Ki az a Vöröskarom?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2354:- Minden. Ő meg a Kegyelmes döntenek arról, hogy mi legyen. De ő a Kegyelmesnek is parancsol. Ő mindenkinek parancsol, és egy intésére az alvilág minden embere megmozdul.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2355:- Te félsz tőle?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2357:- Elpusztít, ha akar. És olyan szeme van, hogy nem lehet bírni. Egészen zöld lesz, és mintha világítana. A tenger változik át úgy, ha hirtelen felhő mögé bújik a nap...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2360:- Itt vagyunk.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2361:- Hol?...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2363:- Gyere.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2368:- Hohó! Lefegyvereztek?! Ez eddig nem volt itt szokás! - kiáltotta a Nagy Bivaly, és revolvert kapott elő a zsebéből. - El innen - dörögte -, aki közeledik vagy a fiúhoz nyúl, annak vége!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2372:- Te itt fegyvert mersz húzni? - kérdezte a tiszt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2373:- Tudni akarom, hogy mit terveztek a kölyökkel!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2374:- Azt Vöröskarom fogja megmondani. Érted?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2376:- Jegyezd meg, Főorvos, hogy a pokolba küldelek téged és a pojácáidat, ha valaki hozzáér a Vadsuhanchoz.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2377:- Tegye le a revolverét - mondta a fiú. - Nincs értelme.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2379:- Hát ha te akarod, nem bánom, de annyit mondok, hogy egy haja szála se görbüljön meg a kölyöknek, mert akkor...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2384:"Hol a Vöröskarom?" - gondolta a herceg.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2385:- Mit akartok a Vadsuhanctól? - kérdezte fojtott dühvel a Nagy Bivaly.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2386:- Fogd be a pofádat - szólt rá hivatalos gőggel Holdvilág Charley. - Majd a Vöröskarom megmondja, amit akar.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2387:- A te műved! - fordult Piszkos Fredhez, de a kapitány nem figyelt rá. Az ajtófélfának dőlt, és riszálta magát, mert viszketett a háta.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2389:- A Vöröskarom jön!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2396:- Hol az a fiú?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2398:- Magát nevezték el Vadsuhancnak?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2399:- Igen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2400:- A Hidegek Törvénye ítéletet fog hozni maga felett. Jól vigyázzon minden szavára.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2410:- Itt van a fogadó idő. Kiván valamit felség?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2412:- Mitpedig felség?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2413:- Vegyen egy parókát, mer káprázik a szemem a kopaszságtól, ha csillog a lámpáknál.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2414:- Parancsára - mondá. - Felséged előírhatja, hogy milyen parókát vegyek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2415:- Mondom: zöldet, mer az megy a ruhájához.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2418:- Felség - mondá Ekmont. - Holnapután államtanács. Önnek meg kell hozni az új törvényes pikkelyezést a trónöröklést illetőleg.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2419:- Aszt én nem teszem - mondám. - Maga jól tudja, hogy én nem vagyok a király, mert gyerekkorom óta jól ismer, és homlokán heged a régi sebes kardos nyom. Tehát tudja, hogy nemvagyok király, tehát nem hozhatok új törvényt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2420:- Ha igy lenne, ezt már mondtam egyszer - felelte igen dühhel -, az halálos kivégzést vonna maga után.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2421:- És én magam után vonnám önt. Mert ismeri a királyt! Miért nem leplezett le azonnal? Miért hagyta, hogy a trónvitorlás történyen? Ha én bünös vagyok maga a palást!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2426:- De... azt könnyű bebizonyítani, hogy ön ép nem elméjü és gyámság jön. Én leszek a régen herceg és önt a főleg várba életfogytig várja a...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2428:- Önt várja a Citad Ella!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2429:- Nésze - mondtam -, én nem vagyok egy szivbajos uralkodó és velem nem lehet a sors kegyelméből kitólni. Én nem hoszok törvényt, amig nem vagyok személyesen itt. Mer most csak helyettem vagyok itt. Maj ha visszatér az igaszi. Asz hoz.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2430:- Három nap gondolkozási időt kap. Ha addig... nem szánja el magát, akkor cselekszek! Érti... felség?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2431:- Nem vagyok hülye - mondám kegyesen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2432:- És mi a válasza?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2433:- Az, hogy majt pont magától kapok szivrohamot az ijedségből folyólag.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2434:- De...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2436:- A kihallgatódzás véget nyert!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2439:- Esz a paróka régi francia aloncs nevezetü... Esz jó? - mondta a Hidlakó.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2440:- Olyan azzal a maslival, mintha egy hibbant ősz nő bakfisnak hinné magát. De jobb, mint saját fénycsiszolt, hajtalan skalpja.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2444:- Az ágy előálla.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2448:- Bocsásson meg uram! Nem volt módomban idejönni másképp.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2449:- Más kép nincs is a szobában - mondom én -, de kegyeskedjék elhagyni kereteit felséges királyanya.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2451:- Ezt a járót csak én ismerem és boldogult férjem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2453:- Mit tehetek felséges anyakirály?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2454:- Uram! Ne írja alá a pikkelyezésről szóló törvényjavaslatot!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2456:- Mek kell bíznom magában - mondá majdpedig. - Ugy látom, egyszerű de okos és jó ember.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2458:- Hallgasson ide fijjam!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2460:- Ekmont, a fivérem, a koronát akarja magának. Saját magának. Ha az a törvény van és magát szerencsétlenség éri Warinstól, hogy a merénylő megöli, akkor vagy én vagy ő lehetne a király, az uj törvény szerint, amit magával akar beleitatni uj törvénynek. A mostani szerint, nem lehet más a király, csak vérbeli St. Antonio.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2461:- Ilyen gaz ez asz Agmont?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2462:- Fél. Nagyon fél.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2463:- Mitől?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2464:- Asz régi történet. Husz év előtt én nem voltam királynő, hanem Wilbour Tehodor fregattkapitány felesége voltam, és született egy gyerekünk. Az elhunyt király, St. Antonio főherceg egyszer látott Tahitiben, ahol laktunk és belém szeretett. Neki is volt akkor egy gyereke és felesége. Én hát nem is álltam vele szóba mint asszony. Hiszen nős, családos volt. Ő akkor éppen trón nélkül élt Tahitiben, mer lázadás miatt menekült. Felesége a királynő sohasem látta Almirát. Azután egy ragályba meghalt felesége és gyereke, és nagyon szerencsétlen volt és sokat járt hozzánk. Kedvelte férjemet, és fivérem, Egmont, bizalmasa lett. Akkor asz én gyermekem volt kétéves. A férjem Wilbour Theorod fregattkapitány akkor úton volt. Ő sohasem volt jóviszonyban Ekmont fivéremmel. És egyszercsak Ekmont aszt jelenté nekem, hogy Theodor betegen jött haza fregattján, és a Szingapuri kórházban van. És engem yachtra ültetett, hogy hoszá menjek. És akkor amikor a yacht nyílt tengeren volt kisült, hogy Ekmont hazudott és elvittek Almirába. Erővel. A gyermekemet előre elvitték tőlem, és miatta én is mentem. Csukott kocsiba vittek a kikötőből a Főlegvárba, de a nép éljenzett. Asztat hitték hogy én vagyok a királyné. Mer a király ezt hirdette ki. Pedig a királyné az igazi trónörökössel még Tahitiben meghalt. De a nép ezt nem tutta, csak látták, hogy jön egy gyerek meg egy nő. De az én voltam. Mit csinálhattam én a főlegvárban? Férjemet nem értesíthettem. Vele elhitették, hogy elhagytam. Belekellett nyugodni lassan, lassan. És a gyerekem igy trónörökös lett. Egmont mindig tudott engem tenorizálni. Most is. A St. Antonio, akit maga ismer, az Wilbour Theodor fija, és ezt senki sem tudja, ő se tudja, csak Egmont, én és most maga. És tutta a meghalálozott, a néhai király bátyja, Fernandez, aki régen herceg volt...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2466:- És - kérdem - mit tett a fregattkapitány Wilbour Theodor?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2467:- Ő keresett sokáig. Aszután évek mulva megtalált. De a fija miatt hallgatott, hiszen már akkor trónörökös volt és csendben elment. Ekmontnak pedig írt, hogy ha a fia király lesz, megmond neki mindent. Esz lesz a bosszuja. És Ekmont mindég félt ettől, és ha mostan törvény jön, hogy asz én királynői családom is örökölheti a trónt, akkor ő mekkoronásztatja saját magát és a fijamat kisemmizi a trónból.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2469:- De - kérem - miért vagyok itten én? A király a hajón tutta aszt, hogy engem elhosznak ide? Nem igaz, hogy ő vegyülni akart?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2470:- A király nem tudta, mi történt, csak aszt akarta, hogy maga helyette Szingapurban legyen, amig ő sétál kissé. Ám a Titkos szolgaság egy embere ezt kihallgatta, közben mi rádión megtuttuk, hogy Warins Bob megszökött a börtönből, és jön merényletet elkövetni. Ekkor kapóra gyött a Titkos Szolga értesitése, hogy fijjam magával személyt cserélt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2471:- Aha! És igy nem a királyt merényli, hanem engem öl meg.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2472:- Igen. Egy Greenwood nevü tudós tanárt kellett csak értesiteni, hogy tagadja le a herceget. Ő köszölte azóta, hogy megtette, de nagyon fájt. És maga elé utazott Ekmont. Mivel az érkezésnél átölelte magát, mindenki azt hitte, hogy maga a király. De nekem ez igy nem tetszik, hát megmondtam. És ha nem akar ebben a veszélyben maradni, menjen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2473:- Ezt nagyon jó tudni, ámde nekem megpuccolni nem szokásom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2474:- De a pikkelyezést ne engedje, mert Ekmont a fijamat, amire visszatér, kijátssza a kinullázásból, hogy ő legyen a király saját kezüleg.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2476:- De - felelém - hogy hagyhatták őfelségét egyedül Szingapurban, mijután az a Greenwood megtette (de nagyon fájt.)
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2477:- Mer a mi titokzatos szolga álatunk embere ott a hajón aszt mondta, talált valakit, aki őfelségét leszállástól kesztve követi és megvéti, és ez olyan ember, aki bisztos meg tudja óvni, mint a testőrsége. És majd őfelségét elvezeti egy hajóra, amellyel Tahitibe viszik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2478:- És így történt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2479:- Nem sajnos - és sóhajta szegény. - Asz asz ember nem birt ott lenni a kiszállásnál, és most nem tudom, hogy mi van a fijammal.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2480:- Ki asz asz ember?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2481:- Akit maga bezárt huszonnégy órára. Piszkos Fred, a kapitány, a ládába.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2488:- Kapitány - mondta a nő Frednek -, mit tud a fiúról?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2489:- Semmi jót. Azzal a pimasz Fülig Jimmyvel suttogtál a hajón. - A fiú felé fordult zsebre dugott kézzel. - Egyszer épp akkor jöttem, amikor kétezer dollárt adtál annak az alaknak.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2490:- Ez igaz?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2491:- Igaz - felelte a herceg. Vöröskarom arcán némi undor vibrált át, amikor a mocskos, tépett, torz emberre nézett.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2492:- Hány éves? - szólt közbe a Kegyelmes.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2493:- Huszonegy.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2495:- Hallottam, hogy egy nap alatt sok mindent tett, ami másnak évekre elegendő. De itt nem segíthet magán a bátorság.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2496:- A bátorság mindig előnyös lelkiállapot. Különösen hölgyek értékelik nagyra - felelte vidáman.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2498:- Álljon ide, egészen elém! - szólt hidegen, élesen a leány.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2499:- Boldogan! - felelte a herceg, és egészen az asztalig ment.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2503:- Ne merészeljen ilyen hangon beszélni, mert...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2504:- Felesleges kísérletezés, hogy megijesszen. Nem félek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2505:- Mondtam nektek, hogy szemtelen a kölyök, és megérett arra, hogy elintézzék - szólt bele Piszkos Fred.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2506:- Mióta ítélkezik a Hidegek Törvényén ez az alak? - szólt fogcsikorgatva a Nagy Bivaly.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2508:- Rakjál ki mindent a zsebedből - szólt közbe a Kegyelmes. - Megnézzük, mi van nála, ott a kabátjában!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2509:Most eszébe jutott! - a szarvasbőr táska! Fernandez herceg irataival! Ha megtudják itt, hogy kicsoda... Egy percig sem él!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2514:- Ki ez az ember? - kérdezte a Kegyelmes.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2515:- Bob Warins!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2518:- Maradjatok csendben, és senki se merjen revolveréhez nyúlni itt! - süvítette a leány.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2520:- Maga Bob Warins! - fordult keményen a fiúhoz.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2521:"Mulatságos" - gondolta a herceg.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2522:- Feleljen!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2523:- Mit akarnak tőlem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2524:- Ne kérdezzen, hanem feleljen!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2525:- Nem felelek! Nekem ne parancsolgasson. Itt van ez a söpredék, ha parancsolni akar. Ezek félnek magától. Én egy cseppet sem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2526:- Tisztában van azzal, hogy öt perc múlva halott ember? - rikácsolt Holdvilág Charley. - Azt hiszi, hogy az mindegy?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2527:- Ha megölnek, akkor csakugyan mindegy.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2528:- Maga idejött kémkedni, mert tudta, honnan fenyeget a veszély - szólt közbe a Vöröskarom. - Bob Warins, ez a kirándulás halomra döntötte a számítását.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2530:- És ha eddig kétséges volt, hogy megöljük-e, most már bizonyos lehet benne.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2531:- De hát mit tett? - nyögte a Nagy Bivaly.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2532:- Ez az ember összejátszott Fernandez régenssel, és megölte St. Antonio herceget!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2536:- Maga azért készült visszatérni, hogy uralkodjék a Boldogság Szigeteken?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2537:- Ezt beismerem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2538:- Ezt a levelet és az okmányt Fernandez régens, St. Antonio herceg gyámja írta Warinshoz.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2540:- Tudni akarok mindent! - mondta Vöröskarom, és elvette a Kegyelmestől az írásokat. Gyorsan átfutotta.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2541:- Micsoda aljasság! - kiáltotta, és dühös megvetés villant fel sokszínű szemében. - Szóval összejátszott azzal az alantas régens herceggel, hogy elteszi láb alól a fiatal St. Antoniót.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2542:- Nem igaz! Gyalázatos rágalom!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2543:- Hallgasson! Itt van a régens keze írása, és a magáé is! - Olvasott.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2545:- A mi tüzünknél akarta megsütni a pecsenyéjét! - kiáltotta gúnyosan a Kegyelmes. - Még szerencse, hogy Bonifác klubtag feljelentette Fülig Jimmyt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2547:- Világos! - mondta a Vöröskarom. - Megölték a herceget, és Fülig Jimmy a régens segítségével átvette az uralkodó szerepét.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2548:- Te most menj... - mondta a Kegyelmes a leánynak. - Jelentsd be egy bizonyos úrnak, hogy beszélni akarunk vele.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2550:- Hát ez rejtélyes - szólt a Kegyelmes -, hogy akarja Fülig Jimmy a családdal elhitetni az azonosságot... Mi a véleménye, Fred?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2551:- Piszkos Fred, mit szól az ügyhöz? - kérdezte Tulipán.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2553:- Magát nem érdekli a dolog?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2554:- Miféle dolog?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2555:- Nem hallotta, mit mesélt Bonifác, akit Fülig Jimmy felpofozott?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2556:- Bonifác egy részeges gazember.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2557:- Bonifác azt állítja, hogy Fülig Jimmy mint király érkezett meg a Honolulu-Staron. Miután sokat suttogott ezzel a kölyökkel. Bonifác szerint Fülig Jimmyt magas rangú urak egy Almira nevű yachton a Boldogság Szigetekre vitték.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2558:- És mi köze ennek a suhancnak az ügyhöz?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2559:- Letagadta, hogy ismeri Bonifácot.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2560:- Ezt meg tudom érteni. Én sem dicsekszem vele.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2561:- Mi a véleménye?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2562:- Nem árt ezt a kölyköt elintézni... - Utálattal látták, hogy Piszkos Fred most is csak a fiú elleni bosszújával törődik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2563:- És... az Almirába siető angol cirkálók Fülig Jimmy királyságát védik - szólt közbe Holdvilág Charley. - Mert két cirkáló van állandóan a közelben.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2564:- Nem valószínű, hogy Fülig Jimmy trónjáért az angolok közbelépjenek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2566:- Itt a perc - mondta a Kegyelmes -, amelyre évek óta várunk! Elmegyünk Almirába! Leleplezzük Fülig Jimmyt, és a zűrzavarban visszaállítjuk a köztársaságot. Akkor ti valamennyien nagy jutalmat kaptok az embereitekkel együtt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2567:- És ez a kalózkölyök?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2568:- Végezzetek vele!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2576:- Majd vigyázzon azért mindenre, nehogy galibát csináljon.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2577:- Felsék bíszhat - mondám higgadtan -, én megállom a helyét a trónon, illetve megülöm, mivel álldogállni nem szokásom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2590:- Gombperec úr! Egy ember jön a főlegvár felé! Fogassa el.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2591:- Miért felség?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2592:- Ez az én dolgom. Azonnal fogassa el, vessék börtönbe és hajnalban a vár fogán...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2593:- Felség! - rebegé.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2594:- Csend! Kora hajnalban a vár fogán felpofozni és kitoloncolni a szigetről. Többé nem látogathatja.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2595:- De... ez nem törvényes eljárás! Én itten egy miniszter rangjában a törvény őre vagyok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2596:- Kollegám egy bizonyos 8-adik Hendrik, aki szintén szigeti király volt, még Mórhus Tamás nevű miniszterét is lefejezé.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2597:- Felség... ez nagyon régi volt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2598:- Majt én visszahozom ezeket a régi szép időket. Menjen s tegye amit parancsolni kegyem vala. Aszt az embert hajnalban a vár fogán egy balegyenessel kitoloncolni.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2603:- Felsék, asz államtanács várja.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2605:- Szőr Ekmont!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2606:- Jöhet - mondom én.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2608:- Kész van az államtanácshoz?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2609:- Igen. Csak... megfürödtem éppen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2610:- Röviden: ha a mai államtanács nem pikkelyezi a trónöröklési törvényt, akkor gyámság alá jön, és a Citag Ella várja magát.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2612:- Nézze Egmont... eszt... úgy áll a dolog, hogy adjon időt még... mondjuk...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2613:- Hiába 5-öl 6-ol. Esz fiksz! Esz hadüzenet. Áll Timátum!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2630:- Jó estét José.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2632:- Maga...? - mondom kissé rekedten, mert furcsa volt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2633:- Igen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2634:- Ki maga?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2635:- Mindegy José. Így nem hagynak ott egy trónt, battyúval, éjszaka!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2636:- Mi köze?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2637:- Csend... Még szükség van magára José. Maradnia kell, érti?...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2638:- És ha nem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2639:- Akkor lelövöm.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2641:- Mondja José, igazán nem tudja, mi lett avval a szekrénnyel, ami Fernandez szobájában volt, aki régen herceg?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2643:- Feleljen, de őszintén, mert nagyon fontos lehet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2644:- Felelek. Nem tudok a szekrényről... Dehát esz miért fontos?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2645:- Mer... lehet, hogy amikor én magával vízbedobattam Fernandezt, akkor a halott helyett ez a szekrény volt a lepedő alatt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2646:- Aszt nem lehet! Láttam a halott kezét kilógni. Szürke, nagy kéz...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2648:- Esz biztos?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2649:- Bisztos... Dehát...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2650:- Menjen vissza, José.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2653:- Vissza José - mondta ismét csendben és nekem vissza kellett meni, pedig olyan csuda ködök jöttek befelé a tengerről...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2654:- Hm... - jegyeztem neki mentében. - Félek az államtanácstól...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2655:- Nem lesz államtanács! - kiáltá utánam és becsapta a kaput.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2660:- ltt van Warins - mondta rekedten a hídlakó.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2661:- Mi történt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2662:- Ször Egmontot megölték. Ő volt a bosszú első áldozata. (Folytatása következik.)
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2667:- Engedjék meg - szólt a Hidegekhez mosolyogva, csengő hangon -, hogy elbúcsúzzam a barátomtól.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2669:- Köszönöm, hogy segíteni akart rajtam, és sajnálom, hogy nem jutalmazhatom meg ezért.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2671:- Te kölyök... te voltál az első ember... akivel... szívesen voltam... és...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2673:- Gyerünk - mondta Holdvilág Charley -, vigyétek ezt a férget a Vészkijárathoz.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2676:- Menj előre! - mondta az egyik kísérő.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2680:- Ördög Will!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2682:- Valaki távozni fog a vészkijáraton - mondta az egyik tengerész, és elmentek. A kis lámpa fényét megsokszorozta a szűk folyosó.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2692:- Akarsz enni valamit? Van itt egy hering.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2693:- Nem kell.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2694:- Pálinka sem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2695:- Az sem. Mi lesz itt velem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2696:- Hát... bizonyára meghalsz. Nem a legrosszabb. Volt egy nagybátyám, az leprát kapott.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2698:- Másfelől is le lehet ide jutni? - kérdezte az ördögöt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2699:- Nem hiszem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2700:- Hogy megy fel az ember innen?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2701:- Nem tudom - felelte tanácstalanul. - Onnan, ahol te most vagy, még senki sem jött fel.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2703:- Mondd! Ördög!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2704:- Na!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2705:- Hogy halnak itt meg?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2706:- A dagály feljön majdnem idáig, ahol én vagyok. Addig rég véged van.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2707:- Miért nem ölik meg egyszerre az embert?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2708:- Mert amikor derékig ér a víz, sokan elmondják, hogy hová dugták a rablott pénzt, és azt kinek adjuk. Ha egyszerűen lepuffantanák az illetőt, úgy sok értéktárgy veszendőbe menne.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2709:- Kegyetlen, de bölcs szokás.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2711:- Azért a ruhádat nekem adhatod, meg ha van valamid. Ámbár nem úgy nézel ki, mint akinek valamije lehet - tette hozzá mélységes emberismerettel.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2712:- És... ez az ajtó minek?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2713:- Azon jön be a víz. Ostobaság az egész. Valamikor ott lakóhely volt, amíg a tenger nem mosta alá a partot. Azóta még nem rothadt ki egészen az ajtó.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2715:- Nem jó mesterség az enyém - mondta az Ördög. - Mert némelyik ordít, átkozódik. Volt, amelyik követ dobott rám. Pedig hát mit tehetek én az egészről?... Ha nem lenne egy-egy jó ruha néha, hát semmiért sem vállalnám. - És még hozzátette nyomatékkal. - Mert a ruhát, azt nekem lehet adni. Minek elvinni a halakhoz nem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2717:- Kapd el! - kiáltotta a herceg, és feldobta a mocskos, szakadt blúzát. Azután a nadrágot.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2718:- Köszönöm... - vigyorgott boldogan az Ördög. - Csakugyan nem akarsz heringet?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2719:- Nem kérek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2722:- Halló, Warins! - kiáltotta.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2723:- Mit akar?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2724:- Ledobok egy kötelet. Fogja meg. Visszajön a Hidegekhez. Siessen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2727:- Ördög! Add oda a ruháját! - parancsolta a Főorvos.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2728:- Az már az enyém! - hördült fel a néger.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2729:- Add oda, mert beverem a fejedet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2731:- Szép eljárás... - siránkozott az Ördög. - Elveszik, ami jogosan az enyém!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2734:- Warins - mondta a Vöröskarom. - A halálítéletét megváltoztattuk.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2735:- Úgy. És mi fog velem történni?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2736:- Feleségül vesz engem...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2739:- Nem értem, kérem... - szólt azután.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2740:- Megmenekült a haláltól - magyarázta türelmetlenül Vöröskarom. - El fog venni engem feleségül.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2741:- Sajnos - felelte a herceg - akkor mégiscsak végem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2742:- Miért? - kérdezte ámultan Vöröskarom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2743:- Ön csinos, kedves hölgy, de nem az én ízlésem. Ne haragudjon. - És a matrózokhoz fordult. - Fiúk, mehetünk vissza.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2748:- Maga söpredék! Maga csúfolódni merészel?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2749:- Nem csúfolódom, és tisztelem önt, sőt kissé félek is e pillanatban, de a fenyegetés nem megfelelő mód arra, hogy tetszésemet megnyerje.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2750:- Maga... maga mit gondol - mondta, és utálattal nézett a kék-lila hurkákkal lepett daganatokra a herceg arca helyén -, miért akarom, hogy feleségül vegyen?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2751:- Bizonyára megfelelő élettársnak képzel. De ebben téved. Én szeretem az italt és a szabad életet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2752:- Bolond.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2753:- Az igaz, de nem annyira, hogy elvegyem. Ön igen csinos, azonban nekem nem tetszik. Telt idomú, fekete hölgyeket szeretek. - És újra a matrózok felé fordult. - Gyerünk, fiúk, mert elmúlik a dagály, és akkor ülhetek hat órát abban a gödörben...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2755:- Hát akkor... Majd megtanítom, hogy másképp kell beszélni velem... Itt elbánnak az ilyen pökhendi kölyökkel.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2756:- Tulipán - mondta Holdvilág Charley -, ezt az alakot egy guanótelepre add el.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2758:- Tehetnek velem, amit akarnak. Nem nősülök. Ölessen meg, tépjenek szét, süssenek meg lassú tűzön: én élek-halok a fekete hajú, telt idomú nőkért.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2760:- Ide hallgasson, Vadsuhanc - mondta a Kegyelmes. - Maga olyan szörnyű alak, hogy a leányom abba a szobába sem ereszti be, ahol napközben tartózkodik. Nekünk bizonyos célok eléréséhez szükségünk van magára. Ha felhasználhatjuk, akkor megkímélnénk az életét.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2761:- De honnan tudom, hogy ez így van? Hátha utólag belém szeret tisztelt leánya, és ragaszkodni fog ahhoz, hogy vele maradjak? Olyan karhatalom áll a rendelkezésére, hogy kényszeríthet erre.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2763:- Mit teketóriázunk! - kiáltotta Holdvilág Charley.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2764:- Igen vagy nem? Feleljen!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2765:- Ne feleljen - mondta Kannibál Béby. - Adjatok neki öt perc gondolkodási időt. Vigyétek a Szárítóba.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2766:- Kérem...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2789:- Maga... maga volt? - kérdezi izgatottan és a szeme ki van sírva és olyan sok szenvedés látszik szegényen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2790:- Mit tetszik?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2791:- Maka ölte?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2792:- De kirájné kérem! - kijáltom. - Én nem vagyok ajjas gyilkos! Én szemtől szembe esetlek odaszúrok, de nem hátulról. A Fülig Jimmynek mindenki nyugodtan hátat fordít.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2793:- Nem... Bocsásson meg... Maga nem lehetett...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2794:- Warins volt!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2795:- De... miért Egmontot?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2796:- Mer engem ismer a hajóról, hogy nem vagyok király. Hiszen együtt gyöttünk. Ezért nem akar megölni, nem tehetek róla, igazán sajnálom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2798:- Idefigyeljen. Az angol katonai ataséf írt. Hogy Szingapurban álhírek vannak a király személyéről. És szeretné megcáflani.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2800:- Mi lesz? - kérdezte tőlem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2801:- Én eltűnök - mondom. - És asz kisebb baj, mintha a svingli kiderül.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2802:- De... akkor nincs király...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2803:- Asz igaz, hogy valakinek kell asz államügyek folyását irányba képeszni, dehát én méksem...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2804:- Istenem... istenem...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2805:- Hát mitől kegyeskedik így ijedezni? - kérdém.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2806:- Ha az angolok leszedik rólunk a kezüket, akkor Alvarez itten terem hajókkal... Szingapurban vár mindenféle söpredék élén egy alkalmat...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2807:- Dehát a főherceg és Piszkos Fret hol vannak?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2808:- Semmi hír... Menjen legalább maga. - Sóhajtott - meneküljön innen. Maga jószívű, de rég fiú... Itt most összeomlás lesz, harc, halál.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2809:- Én nem hagyom cserben... Itt maradok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2811:- Várjunk - mondám -, talán történni fog valami.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2816:- Mostan kisliszolok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2817:- Mégis... megy?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2818:- Igen. Vadászni. Megkereseni ezt a Warinst és ütögetni fogom, amíg nem éli túl. Akkor rend lesz.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2819:- A bentszülöttek...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2820:- Én nem vagyok egy begyulladós uralkodó. Eszt kell csinálni. Nagy vadászás lesz asz éjjel. És ha nem térek vissza, asz nem jelenti, hogy mexöktem innen, hanem hogy állandó tartózkodási helyem van Almirában uralkodásom végétől, feltámadásig.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2822:- Nem sokat számít most már az sem ha Warinstól megszabadult.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2823:- Miért nem sokat?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2824:- Mer eszért...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2828:- Kihallgassam? - kérdém.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2829:- Parkert? Úgy ismeri a fiamat, mint én! Az idén nyáron két hétig hajóján látta vendégül a királyt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2831:- Hát... ne fogadja... Én most gyengéskedem...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2832:- Parker Admirálist... nem fogadni?... Vége... Az angolok ilyesmiben nem ismernek tréfát.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2839:- Azt hiszem - mondta Holdvilág Charley -, hogy ez a fiú megérdemelte a halált.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2840:- Igen - dörmögte Piszkos Fred -, Charley meg én így látjuk, és így helyes.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2842:- Miért nem sírtok? Talán már sajnáljátok, hogy szegény Warins kalózt elteszitek a láb alól?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2844:- És ha igen?! Mi közöd hozzá? - horkant rá Tulipán. - Engem fejbe ütött, és mégsem innám a vérét dühömben, mint te.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2845:- Most már sajnálom a fiút - szólt Holdvilág Charley -, legszívesebben visszahozatnám.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2847:- Miért? Ki vagy te?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2849:- Úgy csinálsz, Fred, mintha te lennél itt az első személy - röfögte a Kannibál Béby.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2850:- Én köpök rátok - felelte vállat vonva, és újra csend lett. Azért kikezdeni valahogy mégsem mertek vele, ki tudja, miért.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2851:- Hallgassanak, ennek nincs semmi értelme - mondta a Kegyelmes, de látszott, hogy neki sem tetszik a kapitány modora. - Inkább arról beszéljünk, mi a tennivaló.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2853:- Totem - mondta.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2854:- Na és?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2855:- Ez a bennszülöttek szerződése az öreg Warinsszal, akit a St. Antoniók felkötöttek. Ez a fiú tizenkét éves volt, amikor apját, a kalóz Warinst felkötötték. Azóta Bob Warinst nem látták a szigeteken. A bennszülöttek nem ismerik személyesen, csak a totem igazolja, hogy ő Warins Bob.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2857:- Beszéljen már, az Istenért! - dühöngött a Kegyelmes.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2858:- Egyszerű - mondta Piszkos Fred. - Szerzünk egy suhancot, aki ezzel a totemmel a bennszülöttek előtt mint Warins jelenik meg, és kezünkre játssza a törzsek segítségét... Ezt az egyént később megölnénk.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2859:- És addig?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2860:- Addig feleségül venné a Vöröskarmot.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2862:- Mit mond?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2863:- Hogy szerzünk jó pénzért egy fiatalembert az alvilágból, és ez a Warins Bob néven feleségül veszi Vöröskarmot.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2864:- Részeg? - kérdezte a Kegyelmes.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2865:- Igen, de az nem tartozik a tárgyra. Az illető feleségül veszi, vagy legalábbis azt mondjuk, hogy elvette az ön leányát, és akkor a miénk minden. A bennszülöttek szeretik Warinst, a polgárság szereti Alvarezt, az angolok nem állhatnak Fülig Jimmy uralkodó mellé, és az amerikaiak mellettünk vannak. Egy merész expedíció kell, amely Warins Bobot és nejét, Alvarez elnök leányát hozza.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2866:- Megőrült!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2869:- Ne beszéljen erről kapitány! - szólt a Kegyelmes. - A leányomat nem adom össze valami csirkefogóval semmiféle politikai előny kedvéért.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2870:- De hiszen - magyarázta a kapitány - ezt az illetőt később megölnénk!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2872:- Elfogadom a tervet, kapitány! Ha Ferenc császár leánya férjhez mehetett egy korzikai ügyvéd fiához, akkor én sem tiltakozhatom Warins Bob ellen!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2873:- És nem is Warins Bobhoz megy nőül, mert az rövidesen meghal - szólt közbe a kapitány. - Csak valakihez, aki a totemmel és az írásokkal a kalózfiú helyett szerepel.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2875:- De miért ne az igazi Warins vegye el a leányt? Miért csaljunk?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2877:- Mert azt mondtam, hogy annak meg kell halni! Kimondtuk, és kész! És senki se merészelje...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2878:- Tán fenyegetsz! - ugrott fel Holdvilág Charley. - Azt hiszed, te parancsolsz nekünk? Tudd meg, hogy a véleményem most már ugyanaz, ami a Nagy Bivalyé! A fiúra szükség van!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2880:- Azért sem öljük meg!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2881:- Átkozott sátán! - üvöltötte a Nagy Bivaly.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2883:- Csendet kérek! - szólt a Kegyelmes. - Úgy határoztam, hogy ebben az ügyben a leányom döntsön.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2884:- A fiút kiszabadítjuk - mondta határozottan Vöröskarom -, mert hozzá megyek feleségül. Hívjátok a Prófétát!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2889:- Hé! Mócsing! Gyere a Szárítóhoz vigyázni. Ott a Vadsuhanc, üsd fejbe, ha felmászik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2891:- Valami nagy dolgot tudhat ez a kölyök, hogy ennyit unszolják - mondta Portás Robb, azután elcsoszogott. Egy másik folyosóról nyíló ajtóhoz ment, amelyen ez állt:
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2896:- Amit jobbra hordatok, azt a Radzeerre viszitek - mondta a Főorvos -, a többi a Papete nevű óriás gőzösre kerül.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2897:- Két hajóval megyünk? - kérdezte Tulipán.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2898:- Igen, Holdvilág Charley vezeti a Papetet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2914:- Nagyon érdekes - mondja az ősz amerikai. - Bennünket, amerikaiakat a legcsekélyebb sziget sorsa is érint az Indiai-óceánon.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2915:- Nem is szólva az amerikai tőkéről, amelynek az én köztársaságom lehetőséget ad, hogy terjeszkedjék a civilizáció előnyére. Ehhez kérek támogatást.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2916:- Támogatást kér?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2917:- Csak akkor, ha bebizonyosodik, hogy a sziget jelenlegi királya bitorolja a St. Antoniók trónját.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2918:- Én megígérem önnek - mondta az amerikai admirális habozva és minden szótagot fontolgatva, mint amikor a gyógyszerész halálos mérget adagol kanalas orvossághoz -, hogy beszélek illetékes körökkel. És ha kedve van... ellátogathat mint vendégem a Boston cirkálón Almirába.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2919:- És számíthatok amerikai segítségre?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2921:- Mi a St. Antoniók angol védnökségét tiszteljük, de ha - ismét adagolt - nincsenek ott az uralkodó hercegek... akkor hát... - Gondolkozott. - És Warins? - kérdezte hirtelen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2922:- Warins a vőlegényem - szólt közbe a leány -, és ezzel, azt hiszem, hosszú időre megoldottuk a kormányzat kérdését.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2924:- Ön nagyon okos... És... azt hiszem... (egy kávéskanálnyi adag) számíthatnak ránk. Illetve... rám... (Végül határozottan.) Illetve Amerika pártfogására.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2928:- Micsoda gazság ilyent tenni! Jobban van?...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2929:- Igen... feleli elhalóan - de az ízlésem sajnos nem változott.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2930:- Ostobaság. Nem tudtam arról, ami magával történt. Fel tud már jönni ebből az undok veremből?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2931:- Nem vihetnének mindjárt oda, ahol legközelebb kínoznak?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2932:- Senki sem fogja kínozni többé!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2934:- Maga miatt mennyi bajom van - mondja dühösen a hercegnek. - Oda a szemüvegem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2936:- Nem ez volt? - kérdezi nyomatékkal és mohón, miközben átnyújtja a verembe hullott szemüveget.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2937:- De... Ó! Köszönöm!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2939:- Mi az?... A szemébe esett valami?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2940:- Jó, jó - feleli őfelsége és újra hunyorít. Az igazi Trebitsch már nem is csodálja. Amit ezzel a fiúval itt csinálnak, attól nem csoda, ha hibbant lett... Azonnal elsiet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2941:- Jól érzi magát teljesen? - kérdez a leány diplomatikus nyájassággal, mert kiismerte az elvetemedett, konok ifjú természetrajzát.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2942:- Jól... De most már nagyon szeretném tudni, hogy mi lesz velem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2943:- Választhat Warins: a rendőrségre akar inkább menni, vagy elvesz feleségül...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2944:- Semhogy bezárjanak, inkább elveszem önt. De miért kívánja ezt tőlem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2945:- Elfoglaljuk a St. Antoniók trónját a klubok népével.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2946:- Azt hiszi, hogy ott kő kövön maradhat, ahol ennyi csirkefogó segít a honfoglalásban?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2947:- Én nem félek tőlük!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2948:- Mert nem tudja, mi az, uralkodni! - kiáltotta hevesen a herceg.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2949:- Magát talán kiskorától kezdve egyébre sem tanították?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2950:- Tessék?... Hm... Hát a kalóz Warinsok jól uralkodtak állítólag... És hogy képzeli kérem ott a szigeten... Postafordultával éljünk majd családi életet?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2951:- Azt hiszi, hogy van annyi esztendő és van olyan puszta sziget, ahol a közelembe jöhet?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2952:- Olyan csúnya vagyok? - kérdezte lehangoltan őfelsége, és megnézte magát egy zsebtükörben.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2954:- Most menjünk a Hidegek elé - szólt Alvarez leánya, és elindult.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2956:- Tehát jobb elhatározásra jutott? - kérdezte Alvarez, amikor a herceg újra a Hidegek előtt állt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2957:- Rosszabbra. Hajlandó vagyok az erőszaknak engedve feleségül venni senorita Alvarezt, de kérem jegyzőkönyvbe foglalni, hogy mindvégig hangoztattam, mennyire érdekelnek a telt idomú, fekete hajú hölgyek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2958:- Nem fontos az ön felfogása - mondta Alvarez. - De ha a pap előtt is kényszerre fog hivatkozni, úgy rövid úton végzünk magával Warins.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2959:- All right! - bólintott a herceg.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2961:- Ez a fiatalember itt Bob Warins, aki szeretné nőül venni a leányomat, Anna Alvarezt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2963:- Bob Warins - szólt a templomhoz szokott, messze hangzó, csengő tenorban a misszionárius. - Akarod feleségül venni Anna Alvarezt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2965:- És te Anna Alvarez, akarod férjedül Bob Warinst?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2966:- Igen...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2968:- Bob Warins! Anna Alvarez! Isten és ember előtt házastársak vagytok, immár egy test, egy lélek!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2970:- Az isten áldása kísérjen utatokon, gyermekeim - mondta végül a misszionárius, és elment.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2972:- Jól csinálta - mondta kissé idegesen őfelsége. - Még jó, hogy ez a Próféta a mennyország helyett itt a pokolban tartózkodik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2973:- Ez a pap - mondta a Kegyelmes - nem a Próféta volt. Az az alak elmászkált valamerre, és kénytelenek voltunk egy jezsuita atyáért küldeni a maláji misszióhoz.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2975:- És most elég volt ebből az utálatos játékból - mondta megvetően Anna Alvarez, és fogalma sem volt róla, hogy e pillanatban már a Boldogság Szigetek királynője.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2981:- Ember! Ez mi volt, ami odabent történt ma a pappal? - kérdezte lihegve.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2982:- Hogyhogy? - érdeklődött riadtan az igazi Trebitsch. - Esküvő lehetett. Nem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2983:- Nem a Próféta esketett!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2984:- Nem hát! Hiába kerestük! A Próféta a kikötőbe járt, és elárulta a rakodóknak, hogy a kínaiak lopják a pálinkát.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2985:- Na de mi lesz ebből?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2986:- A rakodók megverik a kínaiakat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2987:- Azt mondja meg, hogy velem mi lesz?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2988:- Maga is lopott a pálinkából?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2989:- Ne tettesse hülyének magát.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2990:- Esküszöm, hogy nem tettetem magam - hátrált ijedten az igazi Trebitsch.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2991:- Az én házasságom érvényes?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2992:- Természetesen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2993:- Miért nem értesített, hogy a Próféta nincs itt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2994:- Én is csak most hallottam, hogy a kínaiak elől bujkál. Fél, hogy este agyonverik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2995:- Micsoda szörnyűség... Te jó Isten! - Megragadta Buzgó Mócsingot: - Mondja, ember. Legalább van valami terve?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2996:- Igen. Este kimegyünk huszan dorongokkal a Próféta elé.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2997:- Jól van... Látom, hogy hiába keresek közvetlen érintkezést magával. Nem kérdezek semmit. De egyre figyelmeztetem: ha tőrbe csalt, akkor megölöm!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:2999:- Csak tudnám, hogy mit akar tőlem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3003:- A Radzeer útját természetesen a kapitány irányítja - mondta a Kegyelmes.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3004:- Én ugyan nem - felelte Piszkos Fred, azután felállt, és hónaljáig húzta a nadrágját.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3009:- Csak maga vezetheti a Radzeert - mondta Vöröskarom is.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3010:- Eszembe sincs. Megmondtam, mi a teendő, most már egy hülye is megcsinálja. A Főorvos vezesse a társaságot.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3011:- Nézd, Fred - szólt a Főorvos, és nagyot nyelt -, én hajlandó vagyok elégtételt adni neked. Te nagyon csúnyán viselkedtél, sokat lopsz, szívtelen, gonosz kutya vagy, de elismerem, hogy nélküled megbuktunk. Te az ördöggel cimborálsz, és mindenkit becsapsz. Ezért megbántuk, hogy aljasságaidért teljes joggal kirúgtunk a cirkálóról. Még szebb elégtételt akarsz?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3012:- Nézze, Fred - mondta a Kegyelmes, elfojtva egy mosolyt -, ez férfias beszéd volt a Főorvostól.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3013:- Hát ide hallgass, Főorvos! - szólt a kapitány.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3014:- A Kegyelmes kedvéért visszatérek a hajóra. Feltételeim: annyit iszom, amennyit akarok, annyit lopok, amennyit nem vesznek észre.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3015:- Jól van - felelte a Főorvos. - De azt kikötöm, hogy az üzemanyag elszámolásban nem fordulhatnak elő szivarok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3016:- Jó, ezt is elfogadom - hagyta rá a kapitány keserű megvetéssel, mint egy csalódott mártír.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3017:- Hát akkor - fejezte be a Kegyelmes - fogjanak kezet.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3018:- Az nem volt kikötve - mondta erre Piszkos Fred, és kiment.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3021:- Sétálhatsz kissé - mondta a Főorvos.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3023:- Nagy Bivaly hol van? - kérdezte a kísérőjétől.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3024:- Nem lehetett őket Piszkos Freddel egy hajóra engedni.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3025:- És Vöröskarom, illetve nejem őnagysága?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3026:- Ő a parancsnok. Mindenki szereti, és mégis félnek tőle... Igazi férfi!...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3027:- Úgy? Akkor minek megy férjhez?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3029:- Hej! Főorvos! Hogy merted felhozni a Vadsuhancot? Aki fogoly, az fogoly! Ezt nem tűröm!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3030:- Fütyülök arra, hogy te mit tűrsz!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3031:- Te kutya! - recsegte lihegve Petters, aki érthetetlen meggyőződése szerint az egyik Szingapuri mozgóképszínház portási egyenruhájában intézkedett a fedélzeten. - Megölnéd ezt a fiút! Talán haljon meg unalmában egy sötét odúban?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3032:- Igenis pusztulni fog! Gyilkos, szélhámos, rabló!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3033:- És te mi vagy, mi?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3034:- Ne tereljük az ügyet mellékvágányokra. Most nem rólam van szó!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3035:- Hát vedd tudomásul - sípolta harsogó suttogással Petters -, hogy fütyülünk rád.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3036:- A fedélköz fülkéjében kell maradnia!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3037:- Gyere, Vadsuhanc! Azért is!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3039:- Ezentúl itt laksz, hogy az az ördög megpukkadjon mérgében.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3042:- Majd meglátjátok, hogy mit szól a Vöröskarom! - üvöltötte Piszkos Fred. - Mi őt szolgáljuk!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3043:- Ugathatsz, vén cápa! Mi nem szolgálunk senkit! A magunk ügyét szolgáljuk!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3044:- Hogy fáj neki egyszerre a Vöröskarom!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3046:- Biztosan főz valamit a Vöröskarommal.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3047:- Lehet, hogy főznek valamit - dünnyögte a Főorvos is tűnődve.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3049:- Nagyszerű utunk van, parancsnok! - jelentette gavalléros alázattal, és a rekedt Petters, aki távolabb állt, megvetően köpött.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3052:- Főorvos! Ki ez az ember? - kérdezte Anna Alvarez.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3053:- Az ön férje, parancsnok, Bob Warins.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3057:- Bob Warins jöjjön ide!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3059:- Foglaljon helyet, Mr. Warins.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3060:- Köszönöm, szenyorita.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3061:- Miért szólít szenyoritának? Én asszony vagyok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3062:- De ennek nincs gyakorlati jelentősége. Diplomáciai állapot.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3063:- Miért került olyan szörnyű külsővel elém?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3064:- Néhány emberrel verekednem kellett előzőleg. Szökött fegyenccel előfordul...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3065:- Maga... gyilkolta meg St. Antonio herceget?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3067:- Természetesen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3068:- És... Fernandez régenst is?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3069:- Hogyne. Kérek még egy kis teát.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3070:- Hány... embert ölt meg életében?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3072:- Na... hát Istenem... pontosan nem is tudnám megmondani... Ha leszámítom a bennszülötteket, mintegy negyvenre tehető áldozataim száma.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3074:- És tudott aludni?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3076:- Amíg az ember nőtlen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3078:- Ön úgy beszél, mintha gúnyolódna! Nem tudom, mennyi az igaz abból, amit mond.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3079:- Megmondjam? - Őfelsége felállt, és odament Anna Alvarezhez. - Egyszer hazudtam önnek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3080:- Miben hazudott?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3081:- Abban - felelte St. Antonio herceg lesütött szemmel -, hogy a telt idomú, fekete nőket kedvelem. Ebből egy szó sem igaz... Sajnos pontosan az olyan szőke, karcsú hölgyekért szokásom meghalni, mint amilyen ön...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3085:- Kalóz! Briganti!... Ez példátlan, amit merészelt! Példátlan!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3086:- A házastársak közötti gyengédség megnyilvánulása korunkban elég ritka eset, de mégsem példátlan.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3089:- Jó éjszakát... Anna Alvarez.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3090:A nő arcán különös kín vonaglott át... "Gyilkos..." - mondta magában. "Kalóz... rabló..."
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3097:- Csendesen Mócsing, mert összenyomlak.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3099:- Mit akarsz? - hebegte az igazi Trebitsch.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3100:- A Vadsuhanccal kell beszélnem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3101:- Hogy kerülsz ide?...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3102:- Még Szingapurban elbújtam...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3103:- Ebből baj lesz! Minek keversz engem bele?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3104:- Benned bízom. Egyszer megmentettelek, amikor négy kínai agyon akart verni. Nem fogsz elárulni.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3105:- Gondolod?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3106:- Tudom, mert nemcsak hálás vagy, hanem gyáva is... Hívd a Vadsuhancot.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3107:- Azt nem! Ölj meg, vagy akármit...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3108:- Ne is folytasd, maradunk az ölésnél...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3109:- Na! Na!... Hátraugrott a készségesen mozduló óriás kezek elől. - Hívom már...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3113:- Jó estét Vöröskarom... - mondta és megvetően a szórakozókra mutatott. - Nem nekünk való társaság.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3115:- Warins, kérem!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3116:- Parancs!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3121:- A csónakot... Hiába!... Vége!....
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3122:- Eresszenek le egy csónakot! - sikoltja halálfehéren Vöröskarom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3124:- Lassíts!... Vissza! Állj!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3128:- Piszkos Fred beugrott a hídról!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3132:- Vigye a kajütömbe! - súgja remegve Vöröskarom, de a fiú magához tér, hiszen csak sokat ivott a sós vízből. Talpra áll, és megrázkódik.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3133:- Hé! Őrült úr! - sivítja Petters. - Kevesen mondhatják el magukról errefelé, hogy kint vannak a vízből!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3134:- Amit... értem tett... kezdi a herceg Piszkos Fred felé.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3135:- Mit fecsegsz? - mordul rá a vén medve. - Fütyülök rád. Ha annyit bajlódtam egy üzlettel, azt nem adom a cápáknak. Érted?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3140:- Beszéljünk okosan - mondta Vöröskarom. - Rövidesen megérkezünk. - Aranyzöld szemei egészen szomorú fényben ragyogtak. És fogyott valamit az utolsó napokban. - Mit tenne, ha megszabadulna?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3141:- Eláruljam ellenségem őnagyságának a haditervemet?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3142:- Én elárulom. Talán elkerülhetjük a harcot. Az angolok nem léphetnek közbe a maga oldalán, Warins. Az amerikaiak viszont segítenek nekünk megszállni Almirát, és a köztársaságot támogatják. Mit tehet ez ellen?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3143:- Nem tudom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3144:- Ha feladja a sanszát, akkor kap húszezer dollárt. Telepedjen le valahol Dél-Amerikában. Még fiatal, megjavulhat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3145:- Igen. Ez csakugyan lehetséges - felelte elgondolkozva őfelsége -, de azt hiszem, fiatal vagyok még a tisztességhez. Aztán meg kell akadályoznom, hogy ezt a sok bűnözőt odahozza a szigetre.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3146:- Ön nem keresztezheti a terveimet! Csak szolgálhatja azokat, akkor is, ha kifogása van ellene!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3147:- Ebben téved!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3148:- Úgy? Hát bizonyítsa majd be, Warins Bob, hogy mivel húzhatja át a számításaimat?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3149:- Például ezzel.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3154:- Vadsuhanc - súgta eleve ijedten a Buzgó Mócsing mellette. - Gyöjjön a fülkémbe... Na! Mit akar?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3156:- Miféle terve van?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3157:- Aljas hazug volt az illető, aki bebeszélte önnek, hogy én egy mérnök vagyok, vagy hadvezér, csupa tervvel.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3158:- És miért hiszi, hogy jóra fordul minden?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3159:- Van Isten... - próbált felelni kínban. - Jöjjön, kérem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3160:- Fog valamit tenni vagy nem?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3161:- Letelepszem Hawaiiban, ott él egy unokanővérem - mondta őszintén és kissé ijedten, mert a herceg egy fenyegető mozdulatot tett, de azután követte.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3163:- Te... Kölyök... Hát élsz?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3165:- Rosszul bántak veled?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3166:- Egyáltalán nem. Remek fiúk, és nagyszerűen mulattunk.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3168:- Ide hallgass: azt tudod, hogy a Vöröskarom fel akar használni a terveihez...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3169:- Tudom. Maga mondja meg, mit tegyünk? - kérdezte a herceg Buzgó Mócsingot.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3170:- Együnk valamit - ajánlotta ez jó szívvel. - Abból nem jöhet ki bonyodalom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3171:- Ide hallgass - mondta a Nagy Bivaly. - Két nap múlva a Boldogság Szigetek magasságban leszünk. Akkor te csónakba ülsz velem, és elszökünk. Ha elérjük a Boldogság Szigeteket, hát nyert ügyed van.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3172:- Rendben van, szökünk! - bólintott őfelsége.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3173:- Nem kell szökni! A Radzeer elviszi magukat a sziget közelébe, és mehetnek, ahová tetszik! - szólalt meg egy hang mögöttük.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3177:- Főorvos! - szólt Vöröskarom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3178:- Parancsol?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3179:- Nem szeretem a kétszínűséget. Valami bajuk van velem?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3180:- Nézze... mi mindig szerettük magát - mondta a Főorvos. - De hát ami a Vadsuhanccal történik...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3181:- Talán átpártoltak? - kérdi gúnyosan, és maga sem tudja, hogy miért fáj úgy a szíve.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3182:- Ha egyszer hozzáment feleségül, miért akarja megölni?! Mi nem vagyunk tisztességes emberek, sok itt a tolvaj, a rabló és más szakmunkás, de az a véleményünk, akiket a pap összeadott, azok ne gyilkolják egymást!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3184:- Minek bántja a Vadsuhancot?! - kiáltották többen is.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3185:- Ez nem a ti dolgotok! - ordította közbe a hídról Piszkos Fred. - Vöröskarom meg én irányítunk itt!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3186:- Marhaság! - sivította Petters. - Tudni akarjuk, hogy mit főztök.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3188:- Mi azért álltunk össze, hogy üzletet csináljunk! Nem akarok kölyköt dajkálni!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3189:- Warinsszal is van üzlet, ha melléje állunk!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3190:- Emberek! - kiáltott Vöröskarom. - Én azt hittem, hogy ti bíztok bennem és szerettek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3191:- Megmondom nyíltan! Amióta Piszkos Freddel vagy szövetségben, nem szeretünk - sivított Petters.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3194:- Elég volt belőled, kőszívű gazember! - kiáltották többen.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3195:- Hiába ordítoztok, engem ez nem érdekel - felelte hidegen, és elővette a pisztolyát. De hátulról valaki egy kötelet dobott rá, és lerántotta. A lövés valahová félrement, és egy perc alatt megkötözték.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3196:- Dögöljön meg!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3197:- Üssük agyon.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3200:- Bob Warins! - mondta a Főorvos. - Elhatároztuk, hogy átpártolunk hozzád. És maga a foglyunk, Vöröskarom!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3203:- Nos? - fordult feléje Vöröskarom. - Mit fog tenni? Megölet? Bezárat?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3204:- Egyik sem sürgős - mondta a herceg, és az emberekhez fordult. - Kedves barátaim, elsősorban oldozzátok fel a kapitányt, ha csakugyan én parancsolok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3206:- Hol a sapkám?... - felszedte valahonnan, zsebre vágta a kezét, és a fülkéjébe ment megvető módján. És attól fogva nem látták. Ismét szakított a Radzeerrel.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3207:- Most pedig figyeljetek rám - szólt őfelsége. - Én nem köthetek veletek üzletet. Mert lázadók vagytok. A lázadókat én nem szeretem. Azonfelül becsapni sem akarlak benneteket: ha a Szigetre érek, és uralomra jutok, valamennyieteket deportálnálak.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3209:- A mindenségit!.. - jegyezte meg valaki. Azután egy ideig tanakodtak.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3210:- Vöröskarom! - mondta a Főorvos. - Mi ezt nem tudtuk. Vedd át újra a parancsnokságot.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3211:- Nos? - kérdezte őfelsége mosolyogva. - Mit fog tenni? Megölet? Bezárat?...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3212:- Emberek! - kezdte Vöröskarom. - Nem törődöm azzal, ami történt. A cél szentesít minden eszközt. De csak akkor szövetkezünk újra, ha Bob Warinst szabadon bocsátjátok.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3214:- Mindegy.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3215:- Legyen becsületes a játék. A Vadsuhanc mehet. Holnap este a Boldogság Szigetek magasságában élelemmel és amire szüksége van, csónakba szállhat.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3216:- Köszönöm... És ha nincs kifogása ellene, úgy magammal vinném a Nagy Bivalyt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3219:- Jó lenne megkérdezni Piszkos Fredet...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3223:- Nagy Bivaly - mondta a herceg. - Hozd magaddal Buzgó Mócsingot.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3224:- Azt a szélhámost? Minek?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3225:- Ne törődj semmivel, csak hozd, ha kell, erőszakkal.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3227:- De kérem... - hápogta ijedten. - Ez a fiú őrült... Összetéveszt egy jósnővel!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3228:- Beszállsz, vagy ledoblak?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3231:- Anna... Nem győzöm hangsúlyozni, hogy a telt idomú, fekete nők iránt mennyire közömbös voltam mindig...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3232:- Maga tréfára vesz sok mindent...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3234:- Ha győzök, akkor is van még megoldás. Mondjuk, ossza meg velem a trónt mint igazi élettárs.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3235:- Magával?! Soha! - kiáltotta.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3236:- Kérem - felelte csüggedten az uralkodó. - Ha nem, hát nem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3237:- Kalózivadék felesége legyek?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3238:- Nincs igaza, ha lenézi a felmenő ági rokonaimat, de hát... bele kell nyugodnom.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3251:- Jóestét felsék - mongya. - Szép időnk van.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3252:- Jóestét alattvalóm - felelem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3253:- Felséged fényképét kitettem transzparensnek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3254:- Az minek, hiszen maga nem étterem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3256:- Eszt megveszem!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3257:- Felsék! Ön nem eladó, Ekmont szőr már mindenfélét ígért, hogy vegyem be a képét. De a törvények szerint nem kényszeríthet erre.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3258:- Nem is kell. A kép nagyon jó megöregítése a királynak.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3260:- No jóéjszakát Firmin alattvaló.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3274:- Mit teszünk, ha elérjük a partot? - kérdi tőle őfelsége.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3275:- Egy hálaimát rebegünk - feleli Buzgó Mócsing.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3276:- Ide figyeljen, Trebitsch! Ha kiderül, hogy megtévesztett, akkor jaj magának!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3277:Buzgó Mócsing siránkozva fordult a Nagy Bivalyhoz. - Ha én mondom neked, hogy nem normális...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3279:- Csak azt sajnálom - dörmögte a Nagy Bivaly -, hogy azzal a gyalázatos Freddel nem tudtam leszámolni...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3280:- Azt nem szalasztottad el - mondta egy gazdátlan hang, és a csónak orrában felhalmozott depó mögül előbújt Piszkos Fred, a kapitány!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3282:- No mit csodáltok?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3283:- Most végzünk egymással, Fred - kiáltja végül Nagy Bivaly.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3284:- Én köpök rád. - És megtette. - Az üzletem végett jöttem veletek.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3285:- Miféle piszkos üzletet akarsz Warins Bobbal?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3287:- Mondd csak, Nagy Bivaly, miféle rakomány lehet a te koponyádban agyvelő helyett? Te azt hiszed, hogy ez a fiú itt Warins?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3288:- Ha nem az, akkor kicsoda?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3289:- St. Antonio uralkodó herceg!... Hé! Nézd a hülye, hát nem kiejti az evezőt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3291:- Te... maga... - hebegte a Nagy Bivaly - St. Antonio...?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3292:- Igen barátom - felelte őfelsége. - Kétszeres jutalmat érdemel a hűsége, miután ezt nem tudta.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3293:- És kétszer kell lefejeztetni ezt a gazembert, aki meg akarta ölni! - kiáltotta Fredre, aki egy kurta pipát piszkálgatott nagy gonddal.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3294:- Mit szól ehhez, kapitány? - kérdezte a herceg.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3295:- Mármint én?... Semmit. Tudom, hogy felség kiutal tízezer dollárt, és esetleg kinevez valami herceggé, mert a rablógyilkos Nagy Bivaly kezeiből kiszabadítottam... Nincs valakinek egy hosszú tűje?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3296:- Mikor szabadítottad meg az én kezeimből a Vadsu... őfelségét?!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3297:- Amikor meg akartad fojtani. Éppen akkor érkeztem a Négy Bölcs Sintérhez. Azt mondtam, hogy őfelsége nevetségessé tett és gyűlölöm, erre azonnal védelmedbe vetted, és ezt akartam... Azért ne fejeztesse le kétszer, felség. Elég lesz egyszer is. Nekem van szívem.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3298:- Azt akarja mondani... - kérdezte a herceg - hogy az én érdekemben tette?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3299:- Ezt a politikát űztem végig. Amikor elvitték önt megölni, én addig örültem, amíg visszahozatták, csak azért, hogy én megpukkadjak a méregtől. Azután elkezdtem a Vöröskarmot szeretni, és addig szerettem, amíg elhidegült tőle mindenki, és fellázadtak ellene. Mert az én szeretetem öl, butít és nyomorba dönt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3300:- Gratulálok - kiáltotta nevetve a király. - Zseniális munka volt. De miért állt az én oldalamra?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3301:- Mert tudtam, hogy Bob Warins meghalt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3302:- Mit mond?!... Mikor halt meg?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3303:- Amikor leszúrtam.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3306:- Most mondjon el mindent, kapitány. Hol ölte meg Warins Bobot?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3307:- A Honolulu-Staron. Wirth kapitány, az angol haditengerészet Titkos Szolgálatának egy tagja leváltotta Port Szuezben a Honolulu-Star kapitányát. Engem régen ismer... ugyanis valamikor tengerésztiszt voltam...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3308:- Te?... - motyogta a Nagy Bivaly. - Tengerésztiszt voltál?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3309:- Igen. Onnan küzdöttem le magam idáig. Wirth kapitány felfedezett a fenékben, de azt mondta, maradhatok, csak tartsam én is nyitva a szememet. Később Fülig Jimmy üzleti ügyei úgy kívánták, hogy időnként megmérgezze a hajó utasait, és vesztegzár alá került a Honolulu-Star. Ez kapóra jött valakinek, aki végezni akart Fernandez régens herceggel, mert a gyilkos tudta, hogy vesztegzár-eljárás esetén nincs vizsgálatra és boncolásra mód, hiszen a tetemet azonnal el kell temetni.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3310:- De én sürgönyileg kivételesen haladékot kaptam Szingapurból - szólt közbe a herceg.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3311:- Igen... Ez kissé kínos lehetett a gyilkosnak. Bob Warins is fellopakodott a hajóra. Nem Almira felé szökött a fegyházból, hanem Északnak, egyenesen Port Szuezbe, és bevárta Felséged hajóját. A hajón olyan köpenyben és sapkában járt éjszaka a ködös sötét fedélzeten hogy futólag Wirth kapitánynak hitték, majd pedig kísértetnek. Amikor Fülig Jimmy segítségül hívott, én is találkoztam a kapitánysapkás Warinsszal a fedélzeten, és szembenéztem vele. Ő pisztolyt rántott én kést. Azután meghalt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3312:- És biztos, hogy ő volt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3313:- Nála volt a saját körözvénye a fényképével. A fedélzeten egy elszabadult tetem gurult arra. Fernandez régensherceg. Pillanatok alatt odakötöztem a helyére Warins Bobot. Ezt dobták a vízbe a régensherceg helyett, Fernandezt visszavittem a kajütjébe, ahol később Fülig Jimmy nyakára zuhant. Fülig Jimmyt ez az eset legalábbis gondolkodóba ejthette. Lejött hozzám, és kért, hogy dobjam újra vízbe a halottat. Kint várt rám a kajüt előtt. Én bementem, de érthetetlen módon Fernandez teteme eltűnt!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3314:- Én vittem el - mondta a herceg -, véletlenül benyitottam, és megláttam a halottat. Elrejtettem az én kabinomban, és a másnap érkező Palmerston tanárt megkértem, hogy vigye Fernandez tetemét Szingapurba, ahol majd gondoskodnak az elszállításáról. Az egészségügyi hajó elvitte a halottat. Bizonyára az Almira yachtra került, ahol bebalzsamozták és hazavitték.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3316:- Szép életet élt Fernandez herceg - szólt a kapitány -, de igen hányatott halála volt...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3317:- És hová lett az a Wirth kapitány?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3318:- Átadta Szingapurban a kapitányi szolgálatot, és követte Fülig Jimmyt, hogy ne csináljon valami ostobaságot mint király. Wirth nem hitte el nekem, hogy Warins meghalt. Azt gondolta, hogy egy eltűnt kajütszekrényt kötöztem Fernandez teteme helyére. Pedig a szekrényt Fülig Jimmy megnyugtatására dobtam a tengerbe lepedőben, a halott régens helyett. Ha ez a csavargó nem zár el a ládában, akkor felségedet Tahitibe viszem. Így késtem egy napot, és ez csinálta a zavart.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3319:- De hát - kiáltott Buzgó Mócsing - azt is mondják meg végre, hogy mi voltam én ebben az ügyben?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3320:- Egy nagy ló - felelte Piszkos Fred rövid megfontolás után.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3327:- Önök szerint St. Antonio herceg meghalt?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3328:- Igen - felelte a Kegyelmes.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3329:- Borzasztóan sajnálom. Nagyon szerettem ezt a rokonszenves fiatalembert. Warins mindenesetre véres fejjel megy el a szigetről!
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3330:- Tengernagy úr... Bob Warins a férjem... Kérem, erre mindenesetre legyen tekintettel, ha... elfogja... - szólt közbe Anna Alvarez.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3331:- Szenyorita - mondta tiszteletteljes hangon a tengernagy -, Bob Warins sorsáról nem döntenek az ön hozzászólása nélkül...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3332:- És ami a továbbiakat illeti? - kérdezi az amerikai.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3333:- Ha csakugyan egy csavargó bitorolja a trónt, úgy a Home Fleet egyetlen rombolója sem mozdul az uralmáért - felelte az angol.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3334:- Hogyan lehetne a kérdést dűlőre vinni?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3335:- Kihallgatást kértem őfelségétől - mondta Parker, - akit igen jól ismerek. Azt hiszem, elfogadják tőlem a személyazonosság igazolását?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3336:- Feltétlenül - felelte az amerikai.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3340:- Hiszed, hogy az a csavargó megjelenik itt? - kérdezte Alvarez a leányát. De Anna alig figyelt. Valahova a semmibe nézett, szomorú volt.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3343:- Örülök, uram... Önről sokat hallottam... Hol kapta a kitüntetéseit?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3344:- A Simon Arzt áruházban...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3346:- Őfelsége a király! - jelenti Gomperez hidalgó utóda.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3348:- A Vadsuhanc!...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3350:- Felség! - mondja őszinte örömmel. - Igazán boldog vagyok, hogy üdvözölhetem a birodalmában.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3354:- Anna - mondta az uralkodó -, remélem, most már nem lesz kifogása a családom ellen...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3355:- Ó... maga... kicsúfolt - feleli dühösen, de a fejét ott felejti a vállrózsán.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3356:- Ha válni akar, mindenesetre kitűnő oka van rá. Esküvő előtt többszörös gyilkosnak mondtam magamat, és utóbb kiderült, hogy megtévesztettem... Nos? Elválik...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3361:- Ne sírj, Helena. Ez a fiú mindenért kárpótolhat téged is.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3362:- Mennyit szenvedtem... Hiszen a te fiad. Azt hittem, hogy kiütközött belőle az apja vére.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3363:- Hát vízzé nem vált - mondta öntelt mosollyal Piszkos Fred, a kapitány. - Neki sohasem kell megtudni, hogy nem vérbeli St. Antonio. Minek?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3364:- Mondd... Theodor... Fernandezt te... ölted meg?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3365:- Nem. Az amerikai Titkos Szolgálat egy kapitánya tette. Fernandez megállapodott Warinsszal. Fernandez gyűlölte az idegen vérből befogadott St. Antoniót. Inkább Warinsszal szövetkezett, aki megengedte volna, hogy japánpárti kínaiak számára fegyvert szállítsanak innen. Tehát az amerikai végzett Fernandezzel.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3367:- Isten áldjon, Helena.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3368:- Hová mész, Theodor?...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3369:- A tengerre...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3371:- Megbocsátottál nekem... Theodor?
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3387:- Itt az idő José - mondá. - Elmehet. De most nagyon gyorsan.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3388:- Ki maga? - kérdem hüjén.
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3389:- Én Wirth kapitány vagyok. A Titkos Szolgáktól. A kikötőben egy motoros várja és elviszi Tahitibe... És ő adott nekem pénct is. (Aszért köszönöm, hogy felséked is küldött. A pénc az egyetlen jó, amiből nem árt a sok.)
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Text.php:3392:- Uram... - mondta - megölt. Firmin... A részvények...
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/Address.php:84:    /* ----------- DATA -------------------- */
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/PhoneNumber.php:8:        '+36-##-###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/PhoneNumber.php:10:        '+36(##)###-###',
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/PhoneNumber.php:11:        '06-##-###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/hu_HU/PhoneNumber.php:12:        '06(##)###-###',
./vendor/fzaninotto/faker/src/Faker/Provider/en_CA/Address.php:11:    protected static $postcode = array('?#? #?#', '?#?-#?#', '?#?#?#');
./vendor/fzaninotto/faker/src/Faker/Provider/en_CA/PhoneNumber.php:8:        '%##-###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_CA/PhoneNumber.php:11:        '(%##) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_CA/PhoneNumber.php:12:        '1-%##-###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_CA/PhoneNumber.php:13:        '1 (%##) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_CA/PhoneNumber.php:14:        '+1 (%##) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_CA/PhoneNumber.php:15:        '%##-###-#### x###',
./vendor/fzaninotto/faker/src/Faker/Provider/en_CA/PhoneNumber.php:16:        '(%##) ###-#### x###',
./vendor/fzaninotto/faker/src/Faker/Provider/ne_NP/Address.php:103:        "{{city}}-{{wardNumber}}, {{streetAddress}}, {{district}} {{postcode}}",
./vendor/fzaninotto/faker/src/Faker/Provider/de_AT/Address.php:79:        '{{firstName}}-{{lastName}}-{{streetSuffixLong}}'
./vendor/fzaninotto/faker/src/Faker/Provider/de_AT/PhoneNumber.php:17:        '+43 #### ####-##',
./vendor/fzaninotto/faker/src/Faker/Provider/da_DK/Person.php:21:        '{{firstNameMale}} {{middleName}}-{{middleName}} {{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/da_DK/Person.php:22:        '{{firstNameMale}} {{middleName}} {{middleName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/da_DK/Person.php:31:        '{{firstNameFemale}} {{middleName}}-{{middleName}} {{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/da_DK/Person.php:32:        '{{firstNameFemale}} {{middleName}} {{middleName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Company.php:15:        '{{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:78:ognia dnia rozżagwionego, wysypując z koszyka barwną urodę słońca--
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:213:- czas więziony w jej duszy, wystąpił z niej straszliwie rzeczywisty i
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:374:- czuł, nie patrząc, że przestrzeń obrasta go pulsującą gęstwiną tapet,
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:487:- mogły zniknąć pewnego dnia, tak samo nie zauważone jak szara kupka
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:735:rozpalone swe policzki przed wzbierającą firankami nocą zimową--
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:756:mój przyglądał się uważnie prychającym osóbkom, szepcąc półgłosem:--
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:767:konstrukcję przegubu, ojciec mój mówił:--Jakże pełna uroku i jak
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:772:stworzenia, wołałbym:--mniej treści, więcej formy! Ach, jakby ulżył
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:775:doskonalszy!--wołał mój ojciec akurat w momencie, gdy dłoń jego
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:827:przedziwnego elementu, jakim była materia.--Nie ma materii martwej--
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:851:oknem.--Zbyt długo żyliśmy pod terrorem niedościgłej doskonałości
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:856:pragniemy--jednym słowem--demiurgii.--Nie wiem, w czyim imieniu
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:862:epoki.--Nie zależy nam--mówił on--na tworach o długim oddechu, na
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:890:pierwszej, czy do drugiej generacji stworzenia.--Słowem--konkludował
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:910:- herezjarcha natchniony, ledwo wypuszczony z wichru uniesienia--złożył
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:914:mówiła tonem łagodnej zachęty:--Jakub będzie rozsądny, Jakub posłucha,
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:927:milczących wolutach w głąb nocy zimowej.--Figury panopticum, moje panie
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:928:- zaczął on--kalwaryjskie parodie manekinów, ale nawet w tej postaci
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:974:mój w te słowa ciągnął dalej swą prelekcję:--Nie o tych
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1009:fantastyczny, kolorowa, bujająca pleśń.--Wiedzą panie--mówił ojciec
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1016:zaciera ich ślad w fantastycznym rysunku pęknięć i rys.--Wszedłem raz--
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1029:płatki i rozpadając się w prędkim przekwitaniu.--Byłem szczęśliwy--
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1036:różowych kiści kwietnych.--Nim zapadł wieczór--kończył ojciec--nie
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1046:bujająca, rzadka tkanka, astralne ciasto, na pograniczu ciała i ducha.--
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1059:tak ciągnął dalej:--Dawne, mistyczne plemiona balsamowały swych
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1071:wiedzieć jakich asocjacji przeszły do nowych przykładów:--Czy mam
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1080:- Ach! nie mogę już dłużej, nie mogę tego słuchać!--jęknęła Polda
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1081:przechylając się na krześle.--Ucisz go, Adelo... Dziewczęta wstały,
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1143:cofa, jak wzdraga się zaakceptować tę imprezę, którą mu proponują--
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1168:niespodzianie spadał nań kataklizm w postaci szorowania podłogi--
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1205:- jedyna droga, która poprzez granice parkanu wyprowadzała w świat. Ale
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1373:trudem przywoływane przez krótki świt do opamiętania, do powrotu--
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1445:- pożyłkowana strugami dziwnego ciepła, tchnieniami jakiejś fałszywej
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1473:upojnych. Tak rzadko zdarzała się sposobność odwiedzania tych sklepów--
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1516:sennych rozmów. Wreszcie otwierały się drzwi jego pokoju i wchodził--
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1524:odchodzących w nicość. Lubiliśmy nieraz podsłuchiwać pod drzwiami--
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1614:dobroduszną.--Pojedziemy, paniczu?--zapytał. Powóz zadygotał we
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1650:ujrzałem na jego brzuchu okrągłą czarną ranę.---Dlaczego mi nie
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1651:powiedziałeś?--szepnąłem ze łzami.--Drogi mój--to dla ciebie--rzekł
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:1979:rzeczywistosci. Nawet na uczciwą obywatelską śmierć nie zasłużył sobie--
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2001:zamyśleniu, delikatną materię jej szlafroka, rzekłem niby mimochodem:--
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2002:Chciałem cię już od dawna zapytać: prawda, że to jest on?--I chociaż
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2006:wzbierający gniew, spytałem:--Jaki sens mają w takim razie te wszystkie
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2009:porządkować.--Jakie kłamstwa?--spytała mrugając oczyma, które były
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2010:puste, nalane ciemnym błękitem, bez białka.--Znam je od Adeli--rzekłem
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2011:- ale wiem, że pochodzą od ciebie; chcę wiedzieć prawdę. Usta jej drżały
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2012:lekko, źrenice, unikając mego wzroku, powędrowały w kąt oka.--Nie
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2014:Uczułem, że mnie kokietuje jak kobieta mężczyznę.--Z tymi karakonami to
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2015:prawda--sam przecież pamiętasz...--Zmieszałem się. Pamiętałem w
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2057:rzadziej, całymi tygodniami znikał gdzieś na swych karakonich drogach--
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2063:wstrętem brała na śmietniczkę i wyrzucała?--A jednak--powiedziałem
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2064:zdetonowany--jestem pewny, że ten kondor to on.--Matka spojrzała na
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2065:mnie spod rzęs:--Nie dręcz mnie, drogi--mówiłam ci już przecież, że
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2097:wzburzoną wichurą i szalała przez trzy dni i trzy noce...--Nie
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2099:dworze.--W pokoju unosił się delikatny welon dymu, pachnący żywicą. Piec
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2144:gdzie go zaskóczyła wichura, odcinając mu powrót.--Cały dzień nic nie
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2410:tłumu.--Jakubie, handlować! Jakubie, sprzedawać!--wołali wszyscy, a
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Text.php:2464:- doprowadzał do absurdu gdzieniegdzie nawiązujące się tansakcje swymi
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Person.php:137:     * PESEL - Universal Electronic System for Registration of the Population
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Person.php:154:        $month = $birthdate->format('m') + (((int) ($fullYear/100) - 14) % 5) * 20;
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Person.php:163:            $result[$length - 1] |= 1;
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Person.php:165:            $result[$length - 1] ^= 1;
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Person.php:171:        $checksum = (10 - ($checksum % 10)) % 10;
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Person.php:190:            $checksum += $weights[$i] * (ord($low[$i]) - 55);
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Address.php:15:    protected static $postcode = array('##-###');
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Payment.php:11:        '251' => 'Aareal Bank Aktiengesellschaft (Spółka Akcyjna) - Oddział w Polsce',
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Payment.php:19:        '122' => 'Bank Handlowo - Kredytowy SA (w likwidacji 31.03.92)',
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Payment.php:46:        '265' => 'EUROCLEAR Bank SA/NV (Spółka Akcyjna) - Oddział w Polsce',
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Payment.php:57:        '168' => 'INVEST - BANK SA',
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Payment.php:64:        '232' => 'Nykredit Realkredit A/S SA - Oddział w Polsce',
./vendor/fzaninotto/faker/src/Faker/Provider/pl_PL/Payment.php:75:        '237' => 'Skandinaviska Enskilda Banken AB (SA) - Oddział w Polsce',
./vendor/fzaninotto/faker/src/Faker/Provider/sv_SE/Person.php:19:        '{{firstName}} {{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/sv_SE/Person.php:20:        '{{firstName}} {{firstName}} {{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/sv_SE/Person.php:141:        return $datePart . '-' . $randomDigits . $checksum;
./vendor/fzaninotto/faker/src/Faker/Provider/sv_SE/PhoneNumber.php:12:        '0%#-### ## ##',
./vendor/fzaninotto/faker/src/Faker/Provider/sv_SE/PhoneNumber.php:20:        '0%#-## ## ##',
./vendor/fzaninotto/faker/src/Faker/Provider/sv_SE/PhoneNumber.php:21:        '0%##-### ##',
./vendor/fzaninotto/faker/src/Faker/Provider/sv_SE/PhoneNumber.php:31:        '0%#-### ###',
./vendor/fzaninotto/faker/src/Faker/Provider/de_DE/Text.php:1836:    - You pay a royalty fee of 20% of the gross profits you derive from
./vendor/fzaninotto/faker/src/Faker/Provider/de_DE/Text.php:1849:    - You provide a full refund of any money paid by a user who notifies
./vendor/fzaninotto/faker/src/Faker/Provider/de_DE/Text.php:1857:    - You provide, in accordance with paragraph 1.F.3, a full refund of any
./vendor/fzaninotto/faker/src/Faker/Provider/de_DE/Text.php:1862:    - You comply with all other terms of this agreement for free
./vendor/fzaninotto/faker/src/Faker/Provider/de_DE/Text.php:1885:    1.F.2.  LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for the "Right
./vendor/fzaninotto/faker/src/Faker/Provider/de_DE/Text.php:1899:    1.F.3.  LIMITED RIGHT OF REPLACEMENT OR REFUND - If you discover a
./vendor/fzaninotto/faker/src/Faker/Provider/de_DE/Text.php:1925:    1.F.6.  INDEMNITY - You agree to indemnify and hold the Foundation, the
./vendor/fzaninotto/faker/src/Faker/Provider/de_DE/Person.php:12:        '{{firstNameMale}} {{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/de_DE/Person.php:23:        '{{firstNameFemale}} {{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/de_DE/Address.php:58:        '{{firstName}}-{{lastName}}-{{streetSuffixLong}}'
./vendor/fzaninotto/faker/src/Faker/Provider/Base.php:84:        $max = pow(10, $nbDigits) - 1;
./vendor/fzaninotto/faker/src/Faker/Provider/Base.php:89:            return mt_rand(pow(10, $nbDigits - 1), $max);
./vendor/fzaninotto/faker/src/Faker/Provider/Base.php:121:        return round($min + mt_rand() / mt_getrandmax() * ($max - $min), $nbMaxDecimals);
./vendor/fzaninotto/faker/src/Faker/Provider/Base.php:176:        $highKey = $numKeys - 1;
./vendor/fzaninotto/faker/src/Faker/Provider/Base.php:222:        $key = $keys[mt_rand(0, count($keys) - 1)];
./vendor/fzaninotto/faker/src/Faker/Provider/Base.php:354:            $maxAtOnce = strlen((string) mt_getrandmax()) - 1;
./vendor/fzaninotto/faker/src/Faker/Provider/Base.php:358:                $size = min($nbReplacements - $i, $maxAtOnce);
./vendor/fzaninotto/faker/src/Faker/Provider/Base.php:413:     * @example $faker->regexify('[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}'); // sm0@y8k96a.ej
./vendor/fzaninotto/faker/src/Faker/Provider/Base.php:465:            return '[' . preg_replace_callback('/(\w|\d)\-(\w|\d)/', function ($range) {
./vendor/fzaninotto/faker/src/Faker/Provider/Base.php:537:     * $faker->unique()->randomElement(array(1, 2, 3));
./vendor/fzaninotto/faker/src/Faker/Provider/Base.php:567:     * 	 $values []= $faker->valid($evenValidator)->randomDigit;
./vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/Text.php:8:     * Project Gutenberg's Dichtertje - De Uitvreter - Titaantjes, by Nescio
./vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/Text.php:15:     * Title: Dichtertje - De Uitvreter - Titaantjes
./vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/Text.php:23:     * *** START OF THIS PROJECT GUTENBERG EBOOK DICHTERTJE - DE UITVRETER  ***
./vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/Text.php:36:     * J. H. de Bois - Haarlem.
./vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/Text.php:975:1 Januari,--dat is wat gauw, met ingang van 1 Juli tot mededirecteur
./vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/Text.php:2172:"boeken van Appi."--"Leest Appi tegenwoordig 't Handelsblad?" "Neen,"
./vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/Text.php:2174:in."--"Een advertentie?"--"Een advertentie; zie hier, daar even van
./vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/Text.php:2178:druk exportkantoor--"grondig bekend met de moderne talen, stenografie
./vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/Text.php:2182:No. 1296 bureau Alg. Handelsblad"--1296, slag op 't vlotje. Floris de
./vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/Text.php:2188:"Wilt u daarop schrijven?" vroeg ik--"Jij, als 't ublieft," zei
./vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/Text.php:2194:ik."--Waar zie je zulke gele schoenen?--"Ze zijn nu wat donker van
./vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/Text.php:2389:Nieuws van den Dag. WelEdl. Heeren."--"De hoeveelste is dat?" vroeg
./vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/Text.php:2390:ik.--"De eerste pas. Dat gaat niet zoo gauw. Dat komt, omdat jelui
./vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/Text.php:2967:Bavink was toen nog erg jong.--Naderhand kwam Lien daar ook en zette
./vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/Text.php:3725:"Wij sociaal democraten weten maar al te goed----"
./vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/Address.php:7:    protected static $buildingNumber = array('%', '%#', '%##', '%###', '%-?', '%#-?', '%?', '%#?', '%-#', '%#-##');
./vendor/fzaninotto/faker/src/Faker/Provider/fr_CA/Person.php:13:        '{{firstNameMale}} {{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/fr_CA/Person.php:14:        '{{firstNameMale}}-{{firstNameMale}} {{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/fr_CA/Person.php:23:        '{{firstNameFemale}} {{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/fr_CA/Person.php:24:        '{{firstNameFemale}}-{{firstNameFemale}} {{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:23:ذكر سلفنا الصالح - رضي الله عنهم - أن جزيرة من جزائر الهند التي تحت خط الاستواء، وهي الجزيرة التي يتولد بها الإنسان من غير أم ولا أب، وبها شجر يثمر نساء، وهي التي ذكر المسعودي أنها جزيرة الوقواق لان تلك الجزيرة اعدل بقاع الأرض هواء؛ أتممها لشروق النور الأعلى عليها استعدادً، وان كان ذلك خلاف ما يراه جمهور الفلاسفة وكبار الأطباء، فانهم يرون إن اعدل ما في المعمورة الإقليم الرابع، فان كانوا قالوا ذلك لأنه صح عندهم انه ليس على خط الاستواء عمارة لمانع من الموانع الأرضية، فلقولهم: أن الإقليم الرابع اعدل بقاع الأرض وجه، وان كانوا إنما أرادوا بذلك إن ما على خط الاستواء شديد الحرارة، كالذي يصرح به أكثرهم فهو خطأ يقوم البرهان على خلافه.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:85:فلما نظر إلى جميع أعضاء الظاهرة ولم ير فيها آفة ظاهرة - وكان يرى مع ذلك العطلة قد اشتملها ولم يختص بها عضو دون عضو - وقع في خاطرة أن الآفة التي نزلت بها، إنما هي العضو غائب عن العيان مستكن في باطن الجسد، وان ذلك العضو لا يغني عنه في فعله شيء من هذه الأعضاء الظاهرة. فلما نزلت به الآفة عمت المضرة، وشملت العطلة، وطمع لو أنه عثر على ذلك العضو وأزال عنه ما يزال به لاستقامت أحواله وفاض على سائر البدن نفعه، وعادت الأفعال إلى ما كانت عليه.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:97:فقال: لن يعدو مطلوبي أن يكون مسكنه أحد هذين البيتين. ثم قال: أما هذا البيت الأيمن، فلا أرى فيه إلا هذا الدم المنعقد. ولا شك أنه لم ينعقد حتى صار الجسد كله إلى هذا الحال - إذ كان قد شاهد الدماء متى سالت وخرجت انعقدت وجمدت ولم يكن هذا إلا دماً كسائر الدماء - وأنا أرى أن هذا الدم موجود في سائر الأعضاء لا يختص به عضو دون أخر، وأنا ليس مطلوبي شيئاً بهذه الصفة إنما مطلوبي الشيء الذي يختص به هذا الموضع الذي أجدني لا أستغني عنه طرفة العين، واليه كان انبعاثي من أول. واما هذا الدم فكم مرة جرحتني الوحوش في المحاربة فسال مني كثير منه فما ضرني ذلك ولا افقدني شيئاً من أفعالي، فهذا بيت ليس فيه مطلوبي. وأما هذا البيت الأيسر فأراه خالياً لاشيء فيه، وما أرى ذلك لباطل، فاني رأيت كل عضو من الأعضاء إنما لفعل يختص به، فكيف يكون هذا البيت على ما شاهدت من شرفه باطلاً؟ ما أرى إلا أن مطلوبي كان فيه! فارتحل عنه وأخلاه. وعند ذلك، طرأ على هذا الجسد من العطلة ما طرأ، ففقد الإدراك وعدم الحراك. فلما رأى أن الساكن في ذلك البيت قد ارتحل قبل انهدامه وتركه وهو بحاله، تحقق أنه أحرى أن لا يعود إليه بعد أن حدث فيه من الخراب والتخريق ما حدث. فصار عنده الجسد كله خسيساً لا قدر له بالإضافة إلى ذلك الشيء الذي اعتقد في نفسه أنه يسكنه مدة ويرحل عنه بعد ذلك.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:103:واتفق في بعض الاحيان أن انقدحت نار في أجمة قلخ على سبيل المحاكة. فلما بصر بها رأى منظراً هاله، وخلقاً لم يعهده قبل، فوقف يتعجب منها ملياً، ومازال يدنو منها شيئاً فشيئاً، فرأى ما للنار من الضوء الثاقب والفعل الغالب حتى لا تعلق بشيء إلا أتت عليه وأحالته إلى نفسها، فحمله، العجب بها، وبما ركب الله تعالى في طباعه من الجراءة و القوة، على أن يده إليها، وأراد أن يأخذ منها شيئاً فلما باشرها أحرقت يده فلم يستطع القبض عليها فاهتدى إلى أن يأخذ قبساً لم تستول النار على جميعه، فأخذ بطرفه السليم والنار في طرفه الآخر، فتاتي له ذلك وحمله إلى موضعه الذي كان يأوي إليه - وكان قد خلا في جحر استحسنه للسكنى قبل ذلك. ثم مازال يمد تلك النار بالحشيش والحطب الجزل، ويتعهدهاً ليلاً ونهاراً استحساناً منه وتعجباً منها.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:105:وكان يزيد انسه بها ليلاً، لأنها كانت تقوم له مقام الشمس في الضياء و الدفء، فعظم بها ولوعه، واعتقد أنها أفضل الأشياء التي لديه: وكان دائماً يراها تتحرك إلى جهة فوق وتطلب العلو، فغلب على ظنه أنها من جملة الجواهر السماوية التي كان يشاهدها. وكان يختبر قوتها في جميع الأشياء بأن يلقيها فيها، فيراها مستولية عليه أما بسرعة واما ببطء بحسب قوة استعداد الجسم الذي كان يلقيه للاحتراق أو ضعفه. وكان من جملة ما القى فيها على سبيل الاختبار لقوتها، شيء من أصناف الحيوانات البحرية - كان قد ألقاه البحر إلى ساحله - فلما أنضجت ذلك الحيوان وسطع قتاره تحركت شهوته إليه، فأكل منه شيئاً فاستطابه، فاعتاد بذلك أكل اللحم، فصرف الحيلة في صيد البر والبحر، حتى مهر في ذلك. وزادت محبته للنار، إذ تأتي له بها من وجوه الاغتذاء الطيب شيء لم يتأت له قبل ذلك.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:143:ولاح له في جملة ما لاح من ذلك، أن الروح الحيواني الذي مسكنه القلب - وهو الذي تقدم شرحه أولاً - لابد له أيضاً من معنى زائد على جسميته يصلح بذلك المعنى لأن يعمل هذه الأعمال الغريبة، التي تختص به من ضروب الاحساسات، وفنون الادراكات وأصناف الحركات، وذلك المعنى هو صورته وفضله الذي انفصل به عن سائر الأجسام، وهو الذي يعبر عنه النظار بالنفس الحيوانية. وكذلك ايضاً للشيء الذي يقوم للنبات مقام الحار الغريزي للحيوان، شيء يخصه هو صورته، وهو الذي يعبر عنه النظار بالنفس النباتية. وكذلك لجميع الأجسام الجمادات: وهي ما عدا الحيوان والنبات مما في عالم الكون والفساد شيء يخصها به، يفعل كل واحد منها فعله الذي يختص به مثل صنوف الحركات وضروب الكيفيات المحسوسة عنها، وذلك الشيء هو صورة كل واحد منها، وهو الذي يعبر النظار عنه بالطبيعة.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:167:فتتعارض عنده الحجج، ولا يترجح عنده أحد الاعتقادين على الآخر. فلما أعياه ذلك، جعل يتفكر ما الذي يلزم عن كل واحد من الاعتقادين، فلعل اللازم عنهما يكون شيئاً واحداً. فرأى انه إن اعتقد حدوث العالم خروجه إلى الوجود بعد العدم، فاللازم عن ذلك ضرورة، انه لا يمكن أن يخرج إلى الوجود بنفسه، وانه لا بد له من فاعل يخرجه إلى الوجود، وان ذلك الفاعل لا يمكن إن يدرك بشيء من الحواس، لانه لو أدرك بشيء من الحواس لكان جسماً من الأجسام، ولو كان جسماً من الأجسام لكان من جملة العالم، وكان حادثاً واحتاج إلى محدث، ولو كان ذلك المحدث الثاني أيضاً جسماً، لحتاج إلى محدث ثالث، والثالث إلى رابع، ويتسلسل ذلك إلى غير نهايةً وهو باطل. فإذن لابد للعالم من فاعل ليس بجسم، وإذا لم يكن جسماً فليس إلى إدراكه لشيء من الحواس سبيل، الآن الحواس الخمس لا تدرك إلا الأجسام، وإذا لا يمكن أن يحس فلا يمكن أن يتخيل، لان التخيل ليس شيئاً إلا إحضار صور المحسوسات بعد غيبتها، وإذا لم يكن جسماً فصفات الأجسام كلها تستحيل عليه، وأول صفات الأجسام هو الامتداد في الطول والعرض والعمق، وهو منزه عن ذلك، وعن جميع ما يتبع هذا الوصف من صفات الأجسام. وإذا كان فاعلاً للعالم فهو لا محالة قادر عليه وعالم به "بسم الله الرحمن الرحيم" إلا يعلم من خلق، وهو اللطيف الخبير؟ صدق الله العظيم. وراى أيضاً انه إن اعتقد قدم العالم، وان العدم لم يسبقه، وانه لم يزل كما هو، فان اللازم عن ذلك أن حركته قديمة لا نهاية لها من جهة الابتداء، إذ لم يسبقها سكون يكون مبدؤها منه، وكل حركة فلابد لها من محرك ضرورة، والمحرك أما أن يكون قوة سارية في جسم من الأجسام - أما جسم المتحرك نفسه، واما جسم أخر خارج عنه - واما أن تكون قوة ليست سارية ولا شائعة قي جسم. وكل قوى سارية في جسم وشائعه فيه، فانها تنقسم بانقسامه، وتتضاعف بتضاعفه، مثل الثقل بالحجر مثلاً. المحرك إلى الأسفل.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:173:ثمتأمل في جميع أصناف الحيوان، كيف "بسم الله الرحمن الرحيم" أعطى كل شيء خلقه، ثم هداه صدق الله العظيم لاستعماله، فلولا أنه هداه لاستعمال تلك الأعضاء التي خلقت له في وجوه المنافع المقصود بها، لما انتفع بها الحيوان، وكانت كلاً عليه، فعلم بذلك أنه أكرم الكرماء، وارحم الرحماء. من فيض ذلك الفاعل المختار - جل جلاله - ومن وجوده، ومن فعله، فعلم أن الذي هو في ذاته أعظم منها، وأكمل، واتمم وأحسن، وأبهى وأجمل وأدوم، وأنه لا نسبة لهذه إلى تلك. فما زال يتتبع صفات الكمال كلها، فيراها له وصادرة عنه، ويرى أنه أحق بها من كل ما يوصف بها دونه. وتتبع صفات النقص كلها فرآه بريئاً منها، ومنزهاً عنها؛ وكيف لا يكون بريئاً منها وليس معنى النقص إلا العدم المحض، أو ما يتعلق بالعدم؟ وكيف يكون العدم تعلق أو تلبس، بمن هو الموجود المحض، الواجب الوجود بذاته، المعطي لكل ذي وجود وجوده، فلا وجود إلا هو: فهو الوجود، وهو الكمال، وهو التمام، وهو الحسن، وهو البهاء، وهو القدرة، وهو العلم، وهو هو، و "بسم الله الرحمن الرحيم" كل شيء هالك إلا وجهه صدق الله العظيم. فانتهت به المعرفة إلى هذا الحد، على رأس خمسة أسابيع من منشئه، وذلك خمسة وثلاثون عاماً، وقد رسخ في قلبه من هذا الفاعل، ما شغله عن الفكرة في كل شيء إلا فيه، وذهل عما كان فيه تصفح الموجودات والبحث عنها، حتى صار بحيث لا يقع بصره على شيء من الأشياء، إلا ويرى فيه أثر الصنعة، ومن حينه، فينتقل بفكره على الفور إلى الصانع ويترك المصنوع، حتى اشتد شوقه إليه، وانزعج قلبه بالكلية عن العالم الأدنى المحسوس، وتعلق بالعالم الأرفع المعقول. فلما حصل له العلم بهذا الموجود الرفيع الثابت الوجود الذي لا سبب لوجود جميع الأشياء، أراد أن يعلم بأي شيء حصل له هذا العالم، وبأي قوة أدرك هذا الموجود: فتصفح حواسه كلها وهي: السمع، والبصر، والشم، والذوق، واللمس، فرأى أنها لا تدرك شيئاً إلا جسماً، أو ما هو في الجسم، وذلك أن السمع لا يدرك المسموعات، وهي ما يحدث من تموج الهواء عند تصادم الأجسام، والبصر إنما يدرك الألوان، والشم يدرك الروائح، والذوق يدرك الطعوم، واللمس يدرك الأمزجة والصلابة واللين، والخشونة والملاسة، وكذلك القوة الخيالية لا تدرك شيئاً إلا أن يكون له طول وعرض وعمق؛ وهذه المدركات كلها من صفات الأجسام، وليس لهذه الحواس أدراك شيء سواها، وذلك لأنها قوى شائعة في الأجسام، ومنقسمة بانقسامها، فهي لذلك لا تدرك إلا جسماً منقسماً، لان هذه القوة إذا كانت شائعة في شيء منقسم، فلا محالة أنها إذا أدركت شيئاً من الأشياء، فانه ينقسم بانقسامها؛ فإذن كل قوة في جسم، فانها لا محالة لا تدرك إلا جسماً أو ما هو جسم.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:177:وأما الشيء الذي ليس بجسم، ولا يحتاج في قوامه إلى جسم، وهو منزه بالجملة عن الجسمانية، فلا يتصور فساده البتة. فلما ثبت له أن ذاته الحقيقة لا يمكن فسادها، أراد إن يعلم كيف يكون حالها إذا اطرح البدن وتخلت عنه، وقد كان تبين له أنها لا تطرحه إلا إذا لم يصلح آلة لها، فتصفح جميع القوى المدركة، فرأى أن كل واحدة منها تارةً تكون مدركة بالقوة، وتارةً تكون مدرة بالفعل: مثل العين في حال تغميضها أو أعراضها عن البصر، فانها تكون مدركة بالقوة - ومعنى مدركه بالقوة أنها لا تدرك الآن وتدرك في المستقبل - وفي حال فتحها واستقبالها للمبصر، تكون مدركه بالفعل - ومعنى مدركة بالفعل أنها الآن تدرك - وكذلك كل واحدة من هذه القوى تكون مدركة بالقوة وتكون مدركة بالفعل، وكل واحدة من هذه القوى إن كانت لم تدرك قط بالفعل، فهي ما دامت بالقوة لا تتشوق إلى إدراك الشيء المخصوص بها لأنها لم تتعرف به بعد، مثل من خلق مكفوف البصر؛ وان كانت قد أدركت بالفعل تارةً، ثم صارت بالقوة، فانها ما دامت بالقوة تشتاق إلى الإدراك بالفعل لأنها قد تعرفت إلى المدرك، وتعلقت به، وحنت إليه، مثل من كان يصيراً ثم عمي فانه لا يزال يشتاق إلى المبصرات. وبحسب ما يكون الشيء المدرك أتم وأبهى وأحسن، يكون الشوق أكثر؛ والتألم لفقده اعظم، ولذلك كان تألم من يفقد بصره بعد الرؤية أعظم من تألم من يفقد شمه، إذ الأشياء التي يدركها البصر أتم وأحسن من التي يدركها الشم، فان كان في الأشياء شيء لا نهاية لكماله، ولا غاية لحسنه وجماله وبهائه، وهو فوق الكمال والبهاء والجمال، وليس في الوجود كمال، ولا حسن، ولا بهاء، ولا جمال إلا صادر من جهته، وفائض من قبله، فمن فقد إدراك ذلك الشيء بعد إن تعرف به، فلا محالة أنهما ما دام فاقد له، يكون في ألام لا نهاية لها، كما أن من كان مدركاً له على الدوام، فانه يكون في لذة لا انفصام لها، وغبطة لا غاية لها ورائها، وبهجة وسرور لا نهاية لهما. وقد تبين له أن الموجود الواجب الوجود.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:179:متصف بأوصاف الكمال كلها، ومنزه عن الصفات النقص وبريء منها. وتبين له أن الشيء الذي به يتوصل إلى أدركه أمر لا يشبه الأجسام، ولا يفسد لفسادها؛ فظهر له بذلك أن من كانت له مثل هذه الذات، المعدة لمثل هذا الإدراك؛ فانه إذا أطرح البدن بالموت؛ فإما أن يكون قبل ذلك - في مدة تصريفه للبدن - لم يتعرف قط بهذا الموجود الواجب الوجود؛ ولا اتصل به؛ ولا سمع عنه؛ فهذا إذا فارق البدن لا يشتاق إلى ذلك الموجود ولا يتألم لفقده. واما جميع القوى الجسمانية، فانها تبطل ببطلان الجسم؛ فلا تشتاق أيضاً إلى مقتضيات تلك القوى، ولا تحن إليها، ولا تتألم لفقدها. وهذه حال البهائم غير الناطقة كلها: سواء كانت من صورة الإنسان أو لم تكن. واما إن يكون قبل ذلك - في مدة تصريفه للبدن - قد تعرف بهذا الموجود، وعلم ما هو عليه من الكمال والعظمة والسلطان والحسن إلا انه أعرض عنه واتبع هواه، حتى وافته منيته وهو على تلك الحال، فيحرم المشاهدة، وعنده الشوق إليها فيبقى في عذاب طويل، وألام لا نهاية لها. فأما من يتخلص من تلك الآلام بعد جهد طويل، ويشاهد ما تشوق إليه قبل ذلك، واما أن يبقى في آلامه بقاءً سرمدياً، بحسب استعداده لكل واحد من الوجهين لحياته الجسمانية.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:181:واما من تعرف بهذا الموجود الواجب الوجود، قبل أن يفارق البدن، واقبل بكليته عليه والتزم الفكرة في جلاله وحسن بهائه، ولم يعرض عنه حتى وافته منيته، وهذا على حال من الإقبال والمشاهدة بالفعل. فهذا إذا فارق البدن بقي في لذة لا نهاية لها، وغبطة وسرور وفرح دائم، لاتصال مشاهدته لذلك الموجود الواجب الوجود، وسلامة تلك المشاهدة من الكدر والشوائب؛ ويزول عنه ما تقتضيه هذه القوى الجسمانية من الأمور الحسية التي هي - بالإضافة إلى تلك الحال - ألام وشرور وعوائق. فلما تبين له أن كمال ذاته ولذتها إنما هو بمشاهدة ذلك الموجود الواجب الوجود على الدوام، مشاهدة بالفعل أبداً، حتى لا يعرض عنه طرفة عين لكي توافيه منيته، وهو في حال المشاهدة بالفعل، فتتصل لذته دون أن يتخللها ألم. ثم جعل يتفكر كيف يتأتى له دوام هذه المشاهدة بالفعل، حتى لا يقع منه أعراض فكان يلازم الفكرة في ذلك الموجود كل ساعة، فما هو إلا يسنح لبصره محسوس ما من المحسوسات، أو يخرق سمعه صوت بعض الحيوان، أو يتعرضه خيال من الخيالات، أو يناله ألم في أحد اعضائه، أو يصيبه الجوع أو العطش أو البرد أو الحر، أو يحتاج القيام لدفع فضوله؛ فتختل فكرته، ويزول عما كان فيه، ويتعذر عليه الرجوع إلى ما كان عليه من حال المشاهدة، إلا بعد جهد. وكان يخاف أن تفاجأه منيته وهو في حال الأعراض، فيفضي إلى الشقاء الدائم، وألم الحجاب.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:185:ثم انه تفكر: لم اختص هو من بين سائر أنواع الحيوانات بهذه الذات التي أشبه بها الأجسام السماوية. وقد كان تبين له أولاً من آمر العناصر واستحالة بعضها إلى بعض، وأن جميع ما على وجه الأرض لا يبقى على صورته؛ بل الكون والفساد متعاقبان عليه أبداً، وأن أكثر هذه الأجسام مختلطة مركبة من أشياء متضادة، ولذلك تؤول إلى الفساد، وانه لا يوجد منه شيء صرفاً، وما كان منها قريباً من أن يكون صرفاً خالصاً لا شائبة فيه، فهو بعيد عن الفساد جداً مثل الذهب والياقوت، وأن الأجسام البسيطة صرفة، ولذلك هي بعيدة عن الفساد، والصور لا تتعاقب عليها. وتبين له هنالك أن جميع الأجسام التي في عالم الكون والفساد، منها ما تتقوم حقيقتها بصورة واحدة زائدة على معنى الجسمية - وهذه هي الاسطقسات الأربع - ومنها ما تتقوم حقيقتها أكثر من ذلك كالحيوان والنبات. فما كان قوام حقيقته بصور أقل، كانت أفعاله أقل، وبعده عن الحياة أكثر، فان عدم الصورة جملة لم يكن فيه إلى الحياة طريق، وصار في حال شبيه بالعدم، وما كان قوام حقيقته بصور أكثر، كانت أفعاله أكثر، ودخوله في حال الحياة أبلغ؛ وان كانت تلك الصورة بحيث لا سبيل إلى مفارقتها لمادتها التي اختصت بها كانت الحياة حينئذ كامل الظهور والكمال والقوة. فالشيء العديم للصورة جملة هو الهيولى والمادة، ولا شيء من الحياة فيها وهي شبيهة بالعدم، والشيء المتقوم بصورة واحدة هي الاسطقسات الأربع وهي في أول مراتب الوجود في عالم الكون والفساد ومنها تتركب الأشياء ذوات الصور الكثيرة. وهذه الاسطقسات ضعيفة الحياة جداً، إذ ليست تتحرك إلا حركة واحدة، وانما كانت ضعيفة الحياة لان لكل واحد منها ضداً ظاهر العناد يخالفه في مقتضى طبيعته، ويطلب أن يغير صورته.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:189:فاستعد بذلك الصورة الحيوانية، فرأى أن الواجب إلى ذلك أن يكون أعدل ما في هذه الأرواح الحيوانية مستعداً لاتمم ما يكون من الحياة في عالم الكون والفساد، وأن يكون ذلك الروح قريباً من أن يقال أنه لا ضد لصورته، فيشبه لذلك هذه الأجسام السماوية التي لا ضد لصورها؛ ويكون روح ذلك الحيوان، وكأنه وسط بالحقيقة بين الاسطقسات التي لا تتحرك إلى جهة العلو على الإطلاق، ولا إلى جهة السفل، بل لو أمكن أن يجعل في وسط المسافة بين المراكز وأعلى ما تنتهي إليه النار في جهة العلو ولم يطرأ عليه الفساد، لثبت هناك ولم يطلب الصعود ولا نزول. ولو تحرك في المكان، لتحرك حول الوسط كما تتحرك الأجسام السماوية، ولو تحرك في الوضع، لتحرك على نفسه، وكان كروي الشكل إذ لا يمكن غير ذلك، فإذن هو شديد الشبه بالأجسام السماوية. ولما كان قد اعتقد أن أحوال الحيوان، ولم ير فيها ما يظن به انه شعر بالموجود الواجب الوجود، وقد كان علم من ذاتها قد شعرت به، قطع ذلك على أنه هو الحيوان المعتدل الروح، الشيبة بالأجسام السماوية وتبين لو انه نوع مباين لسائر الحيوان، وانه إنما خلق لغاية أخرى، وأعد لامر عظيم، لم يعد له شيء من أنواع الحيوان، وكفى به شرفاً أن يكون أحس جزأيه - وهو الجسماني - أشبه الأشياء بالجواهر السماوية الخارجة عن عالم الكون والفساد، المنزهة عن الحوادث النقص والاستحالة والتغيير. وأما أشرف جزأيه، فهو الشيء الذي به عرف الموجود الواجب الوجود، وهذا الشيء العارف، أمر رباني الهي يستحيل ولا يلحقه الفساد، ولا يوصف بشيء مما توصف به الأجسام، ولا يدرك بشيء من الحواس، ولا يتخيل، ولا يتوصل إلى معرفته بآلة سواه، بل يتوصل إليه به؛ فهو العارف والمعروف، والمعرفة؛ وهو العالم، والمعلوم، والعلم؛ لا يتباين في شيء من ذلك، إذ التباين والانفصال من صفات الأجسام ولواحقها، ولا جسم هنالك ولا صفة جسم ولا لاحق بجسم! فلما تبين له الوجه الذي اختص به من بين سائر أصناف الحيوان بمشابهة الأجسام السماوية، رأى إن الواجب عليه أن يتقبلها ويحاكي أفعالها ويتشبه بها جهده. وكذلك رأى أنه بجزئه الاشرف الذي به عرف الموجود الواجب الوجود، فيه شبه ما منه من حيث هو منزه عن صفات الأجسام، وكما أن الواجب الوجود منزه عنها، فرأى ايضاً انه يجب عليه أن يسعى في تحصيل صفاته لنفسه من أي وجه أمكن، وان يتخلق بأخلاقه ويقتدي بأفعاله، ويجد في تنفيذ إرادته، ويسلم الآمر له، ويرضى بجميع حكمه، رضى من قلبه ظاهراً وباطناً، بحيث يسر به وان كان مؤلماً لجسمه وضاراً به ومتلفتاً لبدنه بالجملة. وكذلك رأى فيه شبهاً من سائر أنواع الحيوان بجزئه الخسيس الذي هو من عالم الكون والفساد، وهو البدن المظلم والكثيف، الذي يطالبه بأنواع المحسوسات من المطعوم والمشروب والمنكوح، ورأى أيضاً أن ذلك البدن لم يخلق له عبثاً ولا قرن به لامر باطل، ويجب عليه أن يتفقده ويصلح من شأنه. هذا التفقد لا يكون منه إلا بفعل يشبه أفعال سائر الحيوان. فاتجهت عنده الأعمال التي يجب عليه أن يفعلها نحو ثلاثة أغراض: أما عمل يتشبه بالحيوان الغير الناطق.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:193:فالضرورة تدعو إليه من هذا الطريق،ولو كان لا يخلو من تلك المضرة. واما التشبه الثاني، فيحصل له به حظ عظيم من المشاهدة على الدوام، لكنها مشاهدة يخالطها شوب؛ اذ من يشاهد ذلك النحو من المشاهدة على الدوام فهو مع تلك المشاهدة يعقل ذاته ويلتفت إليه حسبما يتبين بعد هذا. واما التشبه الثالث، فتحصل به المشاهدة الصرفة، والاستغراق المحض الذي لا التفات فيه بوجه من الوجوه الا إلى الموجود الواجب الوجود، والذي يشاهد هذه المشاهدة قد غابت عنه ذات نفسه وفنيت وتلاشت. وكذلك سائر الذوات، كثيرة كانت أو قليلة، إلا ذات الواحد الحق الواجب الوجود - جل وتعالى وعز. فلما تبين له أن مطلوبه الأقصى هو هذا التشبه الثالث، وأنه لا يحصل له إلا بعد التمرن والاعتمال مدة طويلة في التشبه الثاني، وان هذه المدة لا تدوم له بالتشبه الأول، وعلم أن التشبه الأول - وان كان ضرورياً، فانه عائق بذاته وان كان معيناً بالعرض لا بالذات لكنه ضروري- فألزم نفسه أن لا يجعل لها حظاً من هذا التشبه الأول، إلا بقدر الضرورة، وهي الكفاية التي لا بقاء للروح الحيواني بأقل منها. ووجد ما تدعو إليه الضرورة في بقاء هذا الروح أمرين: أحدهما: ما يمده من الداخل، ويخلف عليه بدل ما يتخلل منه وهو الغذاء. والأخر: ما يقيه من الخارج، ويدفع عنه وجوه الأذى: من البرد والحر والمطر ولفح الشمس والحيوانات المؤذية ونحو ذلك. ورأى أنه إن تناول ضرورية من هذه جزافاً كيفما اتفق، ربما وقع في السرف واخذ فوق الكفاية. فكان سعيه على نفسه من حيث لا يشعر، فرأى أن الحزم له أن يفرض لنفسه فيها حدوداً لا يتعداها، ومقادير لا يتجاوزها، وبأن له الفرض يجب أن يكون في جنس ما يتغذى به. وأي شيء يكون وفي مقداره وفي المدة التي تكون بين العبادات إليه. فنظر أولاً إلى أجناس ما به يتغذى، فرآها ثلاثة أضرب: أولاً: أما نبات لم يكمل بعد نضجه ولم ينته إلى غاية تمامه، وهي أصناف البقول الرطبة التي يمكن الاغتذاء بها.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:203:فكان اذا اشتد في الاستدارة، غابت عنه جميع المحسوسات، وضعف الخيال وسائر القوى التي إلى الألأت الجسمانية، وقوي فعل ذاته - التي هي بريئة من الجسم - فكانت في بعض الأوقات فكرته قد تخلص عن الشوب ويشاهد بها الموجود الواجب الوجود، ثم تكر عليه القوى الجسمانية فتفسد عليه حاله، وترده إلى اسفل السافلين. ويعود من ذي قبل، فان لحقه ضعف يقطع به عن غرضه تناول بعض الأغذية عن الشرائط المذكورة. ثم انتقل إلى شأنه من التشبه بالأجسام السماوية بالأضرب الثلاثة المذكورة. ودأب على ذلك مدة وهو يجاهد قواه الجسمانية وتجاهده، وينازعها وتنازعه في الأوقات التي يكون له عليها الظهور، وتتخلص فكرته عن الشوب، يلوح له شيء من أحوال أهل التشبه الثالث.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:209:وأن صفات الثبوت يشترط فيها هذا التنزيه حتى لا يكون فيها شيء من صفات الأجسام التي من جملتها الكثرة، فلا تتكثر ذاته بهذه الصفات الثبوتية، ثم ترجع كلها إلى معنى واحد هي حقيقة ذاته. فجعل يطلب كيف يتشبه به في كل واحد من هذين الضربين. آما صفات الاجاب، فلما علم انها كلها راجعة إلى حقيقة ذاته، وانه لا كثرة فيها بوجه من الوجوه، إذ الكثرة من صفات الأجسام؛ وعلم إن علمه بذاته؛ ليس معنى زائداً على ذاته، بل ذاته هي علمه لذاته؛ وعلمه بذاته هو ذاته، تبين له انه إن أمكنه هو إن يعلم ذاته، فليس ذلك العلم الذي علم به ذاته معنى زائداً على ذاته، بل هو هو! فرأى إن التشبه به من صفات الاجاب، هو ان يعلمه فقط دون إن يشرك به شيئاً من صفات الأجسام؛ فاخذ نفسه بذلك. واما صقات السلب، فانها كلها راجعة إلى التنزه عن الجسمية. فجعل يطرح اوصاف الجسمية عن ذاته. وكان قد طرح منها كثيراً في رياضته المتقدمة التي كان ينحو بها بالتشبه بالأجسام السماوية. إلا انه أبقى منها بقايا كثيرة: كحركة الاستدارة - والحركة من أخص صفات الأجسام - وكل الاعتناء بأمر الحيوان والنبات والرحمة لها، والاهتمام بإزالة عوائقها. فان هذه أيضاً من صفات الأجسام، إذ لا يراها أولاً إلا بقوة جسمانية، ثم يكدح بأمرها بقوة جسمانية أيضاً. فاخذ في طرح ذلك كله عن نفسه، إذ هي بجملتها مما لا يليق بهذه الحالة التي يطلبها الآن.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:233:وهذه الذات لا تحصل إلا عند ذاتها، ونفس حصولها هو الذات؛ فإذن هو الذات بعينها. وكذلك جميع الذوات المفارقة للمادة العارفة بتلك الذات الحقه التي كان يراها أولاً كثيرة، وصارت عنده بهذا الظن شيئاً واحداً. وكادت هذه الشبه ترسخ في نفسه لولا أن تداركه الله برحمته وتلافاه بهدايته، فعلم إن الشبهة انما ثارت عنده من بقايا ظلمة الأجسام، وكدورة المحسوسات. فان الكثير والقليل والواحد والوحدة، والجمع والاجتماع، والافتراق، هي كلها من صفات الأجسام، وتلك الذوات المفارقة العارفة بذات الحق، عز وجل، لبرائتها عن المادة، لا يجب إن يقال انها كثيرة، ولا واحدة، لان الكثرة انما هي مغايرة الذوات بعضها لبعض، والوحدة أيضاً لا تكون إلا بالاتصال. ولا يفهم شيء من ذلك إلا في المعاني المركبة المتلبسة بالمادة. غير إن العبارة في هذا الموضع قد تضيق جداً لانك إن عبرت عن تلك الذوات المفارقة بصيغة الجمع حسب لفظنا هذا، أوهم ذلك معنى الكثرة فيها، وهي بريئة عن الكثرة. وان أنت عبرت بصيغة الإفراد، اوهم ذلك معنى الاتحاد، وهو مستحيل عليها. وكأني بمن يقف على هذا الموضع من الخفافيش الذين تظلم الشمس في أعينهم يتحرك في سلسلة جنونه، ويقول: لقد افرطت في تدقيقك حتى انك قد انخلعت عن غريزة العقلاء، واطرحت حكم معقول، فان من أحكام العقل إن الشيء آما واحد واما كثير، فليتئد في غلوائه، وليكف من غرب لسانه وليتهم نفسه، وليعتبر بالعالم المحسوس الخسيس الذي هو أطباقه بنحو ما اعتبر به حي بن يقظان حيث كان بنظر فيه بنظر فيراه كثيراً كثرة لا تنحصر ولا تدخل تحت حد، ثم ينظر فيه بنظر آخر، فيراه واحداً. وبقي في ذلك متردداً ولم يكنه إن يقطع بأحد الوصفين دون الآخر. هذا فالعالم المحسوس منشأ الجمع والإفراد، وفيه الانفصال والاتصال، والتحيز والمغايرة، والاتفاق والاختلاف، فما ظنه بالعالم الإلهي الذي لا يقال فيه كل ولا بعض، ولا ينطق في أمره بلفظ من الألفاظ المسموعة، إلا وتوهم فيه شيء على خلاف الحقيقة، فلا يعرفه إلا من شاهده؛ ولا تثبت حقيقته إلا عند من حصل فيه. واما قوله: حتى انخلعت عن غريزة العقلاء، واطرحت حكم المعقول. فنحن نسلم له ذلك، ونتركه مع عقله وعقلائه، فان العقل الذي يعنيه هو أمثاله، انما هو القوة الناطقة التي تتصفح أشخاص الموجودات المحسوسة، وتقتنص منها المعنى الكلي. والعقلاء الذين يعنيهم، هم ينظرون من هذا النظر والنمط الذي كلامنا فيه فوق هذا كله، فليسد عنه سمعه من لا يعرف سوى المحسوسات وكلياتها، وليرجع إلى فريقه الذين "بسم الله الرحمن الرحيم" يعملون ظاهراً من الحياة الدنيا. وهم عن الآخرة هم غافلون. صدق الله العظيم. فان كنت ممن يقتنع بهذا النوع من التلويح والإشارة إلى ما في العالم الإلهي، ولا تحمل ألفاظاً من المعاني على ما جرت العادة بها في تحميلها إياه، فنحن نزيدك شيئاً مما شاهده حي بن يقظان في مقام أولي الصدق الذي تقدم ذكره، فتقول: انه بعض الاستغراق المحض، والفناء التام، وحقيقة الوصول، وشاهد للفلك الأعلى، الذي لا جسم له، ورأى ذاتاً بريئة عن المادة، ليست هي ذات الواحد الحق، ولا هي نفس الفلك، ولا هي غيرها؛ وكأنها صورة الشمس التي تظهر في مرآة من المرائي الصقيلة، فانها ليست هي الشمس ولا المرأة ولا غيرهما. وراى لذات ذلك الفلك المفارقة من الكمال والبهاء والحسن، ما يعظم عن إن يوصف بلسان، ويدق إن يكسى بحرف آو صوت، وراه في غاية من اللذة والسرور، والغبطة والفرح، بمشاهدة ذات الحق جل جلاله. وشاهد ايضاً للفلك الذي يليه، وهو فلك الكواكب الثابتة، ذاتاً بريئة عن المادة أيضاً، ليست هي ذات الواحد الحق، ولا ذات الفلك الأعلى المفارقة، ولا نفسه، ولا هي غيرها. وكأنها صورة الشمس التي تظهر في المرآة قد انعكست إليها من مرآة أخرى مقابلة للشمس، ورأى لهذه الذات ايضاً من البهاء والحسن واللذة مثل ما راى لتلك التي للفلك الأعلى. وشاهد ايضاً للفلك الذي يلي هذا، وهو فلك زحل ذاتاً مفارقة للمادة ليست هي شيئاً من الدواب التي شاهدها قبله ولا هي غيرها؛ وكأنها صورة الشمس التي تظهر في مرآة قد انعكست إليها الصورة من مرآة مقابلة للشمس؛ وراى لهذه الذات ايضاً مثل ما راى آمل قبلها من البهاء واللذة. ومازال يشاهد لكل فلك ذاتاً مفارقة بريئة عن المادة ليست هي شيئاً من الذوات التي قبلها ولا هي غيرها وكأنها صورة الشمس التي تنعكس من مرآة على مرآة، على رتب مرتبة بحسب ترتيب الأفلاك. وشاهد لكل ذات من هذه الذوات من الحسن والبهاء، واللذة والفرح، ما لا عين رأت، ولا أذن سمعت، ولا خطر على قلب بشر. إلى أن انتهى إلى عالم الكون والفساد، وهو جميعه حشو فلك القمر. فرأى له ذاتاً بريئة عن المادة ليست شيئاً من الذوات التي شاهدها قبلها، ولا هي سواها. ولهذه سبعون ألف وجه، في كل وجه سبعون ألف فم، في كل فم سبعون ألف لسان، يسبح بها ذات الواحد الحق، ويقدسها ويمجدها، لا يفتر؛ ورأى لهذه الذات، التي توهم فيها الكثرة وليست كثيرة، من الكمال واللذة، مثل الذي رآه لما قبلها. وكأن هذه الذات صورة الشمس التي تظهر في ماء مترجرج، وقد انعكست إليها الصورة من آخر المرايا التي انتهى إليها الانعكاس على الترتيب المتقدم من المرآة الأولى التي قابلت الشمس بعينها. ثم شاهد لنفسه ذاتاً مفارقة، لو جاز إن تتبعض ذات السبعين ألف وجه، لقلنا انها بعضها. ولولا إن هذه الذات حدثت بعد إن لم تكن، لقلنا إنها هي! ولولا اختصاصها ببدنه عند حدوثه، لقلنا إنها لم تحدث! وشاهد في هذه الرتبة ذواتاً، مثل ذاته، لاجسام كانت ثم اضمحلت، ولاجسام لم تزل معه في الوجود، وهي من الكثرة في حد بحيث لا تتناهى إن جاز أن يقال لها كثيرة، أو هي كلها متحدة إن جاز إن يقال لها واحدة. وراى لذاته ولتلك الذوات التي في رتبته من الحسن والبهاء واللذة غير المتناهية، ما لا عين رأت ولا أذن سمعت، ولا خطر على قلب بشر، ولا يصفه الواصفون، ولا يعقله إلا الواصلون العارفون. وشاهد ذواتاً كثيرة مفارقة للمادة كأنها مرايا صدئة، قد ران عليها الخبث، وهي مع ذلك مستدبرة للمرايا الصقيلة التي ارتسمت فيها صورة الشمس، ومولية عنها بوجوهها، وراى لهذه الذوات من القبح والنقص ما لم يقم بباله قط؛ وراها في ألام لا تنقضي، وحسرات لا تنمحي؛ قد أحاط بها سرادق العذاب، وأحرقتها نار الحجاب، ونشرت بمناشير بين الانزعاج والانجذاب. وشاهد هنا ذواتاً سوى هذه المعذبة تلوح ثم تضمحل، وتنعقد ثم تنحل، فتثبت فيها وأنعم النظر إليها، فرأى هولاً عظيماً وخطباً جسيماً، وخلقاً حثيثاً، وأحكاماً بليغة، وتسوية ونفخاً وإنشاء ونسخاً. فما هو إلا إن تثبت قليلاً، فعادت إليه حواسه، وتنبه من حاله تلك التي كانت شبيهة بالغشي، وزلت قدمه عن ذلك المقام، ولاح له العالم المحسوس، وغاب عنه العالم الإلهي: إذ لم يكن اجتماعهما في حال واحدة، إذ الأخرى والدنيا كضرتين، إن أرضيت احدهما أسخطت الأخرى، فان قلت يظهر مما حكيته من هذه المشاهدة، إن الذوات المفارقة إن كانت لجسم دائم الوجود لا يفسد، كالأفلاك، كانت هي دائمة الوجود؛ وان كانت لجسم يؤول إلى الفساد كالحيوان الناطق، فسدت هي واضمحلت وتلاشت، حسبما مثلث به في المرايا الانعكاس، فان الصورة لا ثبات لها إلا ثبات بثبات المرآة، فإذا فسدت المرآة صح فساد الصورة واضمحلت هي؛ فأقول لك: ما لأسرع ما نسيت العهد، وحلت عن الربط، ألم نقدم إليك إن مجال العبارة هنا ضيق، وان الألفاظ على كل حال توهم غير الحقيقة وذلك الذي توهمته إنما أوقعك فيه، إن جعلت المثال والممثل به على حكم واحد من جميع الوجوه. ولا ينبغي أن يفعل ذلك في أصناف المخاطبات المعتادة، فكيف ها هنا والشمس ونورها، وصورتها وتشكلها والمرايا والصور الحاصلة فيها، كلها أمور غير مفارقة للأجسام، ولا قوام لها إلا بها وفيها؟ فلذلك افتقرت في وجودها إليها وبطلت ببطلانها. واما الذوات الإلهية، والأرواح الربانية، فانها كلها بريئة عن الأجسام ولواحقها ومنزهة غاية التنزيه عنها، فلا ارتباط ولا تعلق لها بها، وسواء بالإضافة إليها بطلان الأجسام أو ثبوتها، ووجودها أو عدمها؛ وانما ارتباطها وتعلقها بذات الواحد الحق الموجود الواجب الوجود، الذي هو أولها ومبدؤها وسببها وموجدها، وهو يعطيها الدوام ويمدها بالبقاء والتسرمد؛ ولا حاجة بها إلى الأجسام بل الأجسام المحتاجة إليها. ولو جاز عدمها لعدمت الأجسام فانها هي مبديها، كما انه لو جاز إن تعدم ذات الواحد الحق - تعالى وتقدس عن ذلك؛ لا اله إلا هو! - لعدمت هذه الذوات كلها، ولعدمت الأجسام، ولعدم العالم الحسي بآسره، ولم يبق موجود، إذ الكل مرتبط بعضه ببعض. والعالم المحسوس وان كان تابعاً للعالم الإلهي، شبيه الظل له؛ والعالم الإلهي مستغن عنه وبريء منه فانه مع ذلك قد يستحيل فرض عدمه، إذ هو لا محالة تابع للعالم الإلهي، وانما فساده إن يبدل، لا إن يعدم بالجملة، وبذلك نطق الكتاب العزيز حيثما وقع هذا المعنى منه في تسيير الجبال وتسييرها كالعهن والناس كالفراش. وتكوير الشمس والقمر، وتفجيرالبحار يوم تبدل الارض غير الأرض والسموات. فهذا القدر هو الذي امكنني الآن أن أشير إليك به فيما شاهده حي بن يقظان في ذلك المقام الكريم فلا تلتمس الزيادة عليه من جهة الألفاظ فان ذلك كالمعتذر. واما تمام خبره - فسأتلوه عليك إن شاء الله تعالى: وهو انه لما عاد إلى العالم المحسوس، وذلك بعد جولا نه حيث جال، سئم تكاليف الحياة الدنيا، واشتد شوقه إلى الحياة الدنيا، واشتد شوقه إلى الحياة القصوى، فجعل يطلب العود إلى ذلك المقام بالنحو الذي طلبه أولاً حتى وصل إليه بأيسر من السعي الذي وصل به أولاً ودام فيه ثانياً مدة أطول من الأولى. ثم عاد إلى عالم الحس. ثم تكلف الوصول إلى مقامه بعد ذلك فكان ايسر عليه من الأولى والثانية وكان دوامه أطول. وما زال الوصول إلى ذلك المقام الكريم يزيد عليه سهولة، والدوام يزيد فيه طولاً مدة بعد مدة، حتى صار يصل إليه متى شاء، ولا ينفصل عنه إلا متى شاء؛ فكان يلازم مقامه ذلك ولا ينثني عنه إلا لضرورة بدنه التي كان قد قللها، حتى كان لا يوجد اقل منها. وهو في كل ذلك كله يريد إن يريحه الله عز وجل من كل بدنه الذي يدعوه إلى مفارقة مقامه ذلك، فيتخلص إلى لذته تخلصاً دائماً، ويبرأ عما يجده من الألم عند الأعراض عن مقامه ذلك إلى ضرورة البدن. وبقي على حالته تلك حتى أناف على سبعة أسابيع من منشئه وذلك خمسون عاماً. وحينئذ اتفقت له صحبة أسال وكان من قصته معه ما يأتي ذكره بعد هذا إن شاء الله تعالى. ذكروا: إن جزيرة قريبة من الجزيرة التي ولد بها حي بن يقظان على أحد القولين المختلفين على صفة مبدئه، انتقلت إليه ملة من الملل الصحيحة الماخوذه على بعض الأنبياء المتقدمين، صلوات الله عليهم. وكانت ملة محاكية لجميع الموجودات الحقيقية بالأمثال المضروبة التي خيالات تلك الأشياء، وتثبت رسومها في النفوس، حسبما جرت به العادة في مخاطبة الجمهور؛ فما زالت تلك الملة تنتشر بتلك الجزيرة وتقوى وتظهر، حتى قام بها ملكها وحمل الناس على التزامها. وكان قد نشأ بها فتيان من أهل الفضل والخير، يسمى أحدهما أسال والآخر سلامان فتلقيا هذه الملة وقبلاها احسن قبول، واخذ على أنفسهما على بالتزام جميع شرائعها والموظبة على جميع أعمالها، واصطحبا على ذلك. وكانا يتفقهان في بعض الأوقات فيما ورد من ألفاظ تلك الشريعة في صفة الله عز وجل وملائكته، وصفات الميعاد والثواب والعقاب. فأما أسال فكان أشد غوصاً على الباطن، وأكثر عثوراً على المعاني الروحانية واطمع في التأويل. واما سلامان صاحبه فكان أكثر احتفاظاً بالظاهر، وأشد بعداً عن التأويل، وأوقف عن التصرف والتأمل؛ وكلاهما مجد في الأعمال الظاهرة، ومحاسبة النفس، ومجاهدة الهوى. وكان في تلك الشريعة أقوال تحمل عن العزلة والانفراد، وتدل على إن الفوز والنجاة فيهما؛ واقوال أخر تحمل على المعاشرة وملازمة الجماعة. فتعلق أسال بطلب العزلة، ورجح القول فيها لما كان في طباعه من دوام الفكرة، وملازمة العبرة، والغوص على المعاني، وأكثر ما كان يتأتى له أمله من ذلك بالانفراد. وتعلق سلامان بملازمة الجماعة، ورجح القول فيها لما كان في طباعه من الجبن عن الفكرة والتصرف. فكانت ملازمته الجماعة عنده مما يدرأ الوسواس، ويزيل الظنون المعترضة ويعيد من همزات الشياطين. وكان اختلافهما في هذا الرأي سبب افتراقهما. وكان أسال قد سمع عن الجزيرة التي ذكر أن حي بن يقظان تكون بها وعرف ما بها من الخصب والمرافق والهواء المعتدل، وان الانفراد بها يتأتى لملتمسه، فأجمع إن يرتحل إليها ويعتزل الناس بها بقية عمره. فجمع ما كان له من المال، واشترى ببعضه مركباً تحمله إلى تلك الجزيرة، وفرق باقيه على المساكين، وودع صاحبه سلامان وركب متن البحر؛ فحمله الملاحون إلى تلك الجزيرة؛ ووضعوه بساحلها؛ وانفصلوا عنها. فبقي أسال بتلك الجزيرة يعبد الله عز وجل؛ ويعظمه ويقدسه؛ ويفكر في اسمائه الحسنى وصفاته العليا؛ فلا ينقطع خاطره؛ ولا تتكدر فكرته. واذا احتاج إلى غذاء تناول من ثمرات تلك الجزيرة وصيدها ما يسد بها جوعته. وأقام على تلك الحال مدة وهو في أتم غبطة وأعظم أنس بمناجاة ربه. وكان كل يوم يشاهد من ألطافه ومزايا تحفة وتيسره عليه في مطلبه وغذائه ما يثبت يقينه ويقر عينه. وكان في تلك المدة حي بن يقظان شديد الاستغراق في مقاماته الكريمة؛ فكان لا يبرح عن مغارته إلا مرة في الاسبوع لتناول ما سنح من الغذاء، فلذلك لم يعثر عليه أسال لأول وهلة، بل كان يتطوف بأكناف تلك الجزيرة ويسبح في أرجائها، فلا يرى أنسياً ولا يشاهد أثراً فيزيد بذلك أنسه وتنبسط نفسه لما كان قد عزم عليه من التناهي في طلب العزلة والانفراد. إلى إن اتفق في بعض تلك الأوقات إن خرج حي بن يقظان لالتماس غذائه وأسال قد ألم بتلك الجهة، فوقع بصر كل منهما على الآخر. فإما أسال فلم يشك أنه من العباد المنقطعين، وصل تلك الجزيرة لطلب العزلة عن الناس كما وصل هو إليها. فخشي إن هو تعرض له وتعرف به إن يكون سبباً في فساد حاله وعائقاً بينه وبين أمله. واما حي بن يقظان فلم يدر ما هو، لانه لم يره على صورة شيء من الحيوانات التي كان قد عاينها قبل ذلك. وكان عليه مدرعة سوداء من الشعر والصوف، فظن إنها لباس طبيعي. فوقف يتعجب منه ملياً. وولى أسال هارباً منه خيفة أن يشغله عن حاله، فاقتفى حي بن يقظان أثره لما كان في طباعه من البحث عن الحقائق. فلما رآه يشتد في الهرب. خنس عنه وتوارى له، حتى ظن أسال انه قد انصرف عنه وتباعد من تلك الجهة. فشرع أسال في الصلاة والقراءة، والدعاء والبكاء، والتضرع والتواجد، حتى شغله ذلك عن كل شيء. فجعل حي بن يقظان يتقرب منه قليلاً قليلاً، وأسال لا يشعر به حتى دنا منه بحيث يسمع قراءته وتسبيحه، ويشاهد خضوعه وبكائه. فسمع صوتاً حسناً وحروف منظمة، لم يعهد مثلها من شيء من أصناف الحيوان. ونظر إلى أشكاله وتخطيطه فرآه على صورته، وتبين له أن المدرعة التي عليه ليست جلداً طبيعياً، وانما هي لباس متخذ مثل لباسه هو، ولما رأى حسن خشوعه وتضرعه وبكائه لم يشك في انه من الذوات العارفة بالحق؛ فتشوق إليه واراد إن يرى ما عنده، وما الذي أوجب بكاءه وتضرعه؛ فزاد في الدنو منه حتى أحس به أسال؛ فاشتد في العدو، واشتد حي بن يقظان في أثره حتى التحق به - لما كان أعطاه الله من القوة والبسطة في العلم والجسم - فالتزمه وقبض عليه؛ ولم يمكنه من البراح. فلما نظر إليه أسال وهو مكتس بجلود الحيوان ذوات الاوبار؛ وشعره قد طال حتى جلل كثيراً منه، ورأى ما عنده من سرعة العدو وقوة البطش، فرق منه فرقاً شديداً، وجعل يستعطفه ويرغب إليه بكلام لا يفهمه حي بن يقظان ولا يدري ما هو، غير أنه يميز فيه شمائل الجزع. فكان يؤنسه بأصوات كان قد تعلمها من الحيوانات، ويجر يده على رأسه، ويمسح أعطافه. ويتملق إليه، ويظهر البشر والفرح به. حتى سكن جأش أسال وعلم أنه لا يريد به سوءاً. كان أسال قديماً لمحبته في علم التأويل. قد تعلم أكثر الألسن، ومهر فيها. فجعل يكلم حي بن يقظان ويسائله عن شأنه بكل لسان يعلمه ويعالج أفهامه فلا يستطيع، وحي بن يقظان في ذلك كله يتعجب مما يسمع ولا يدري ما هو. غير أنه يظهر له البشر والقبول. فاستغرب كل واحد منهما أمر صاحبه. وكان عند أسال من زاد كان قد اصطحبه من الجزيرة المعمورة، فقربه إلى حي بن يقظان فلم يدر ما هو، لانه لم يكن شاهده قبل ذلك. فأكل منه أسال وأشار إليه ليأكل ففكر حي بن يقظان فيما كان ألزم نفسه من الشروط لتناول الغذاء، ولم يدر اصل ذلك الشيء الذي قدم له ما هو، وهل يجوز له تناوله أم لا! فامتنع عن الآكل. ولم يزل أسال يرغب إليه ويستعطفه. وقد كان اولع به حي بن يقظان فخشي إن دام على امتناعه إن يوحشه، فاقدم على ذلك الزاد وأكل منه. فلما ذاقه واستطابه بدا له سوء ما صنع من نقض عهوده في شرط غذاء، وندم على فعله، وأراد الانفصال عن أسال والإقبال على شأنه من طلب الرجوع إلى مقامه الكريم، فلما تتأت له المشاهدة بسرعة. فرأى أن يقيم مع أسال في عالم الحس حتى يقف على حقيقة شأنه، ولا يبقي في نفسه هو نزوع إليه، وينصرف بعد ذلك إلى مقامه دون إن يشغله شاغل. فالتزم صحبة أسال ولما رأى أسال أيضاً انه لا يتكلم، آمن من غلوائه على دينه، ورجا أن يعلمه الكلام والعلم والدين، فيكون له بذلك أعظم أجر وزلفى عند الله. فشرع أسال في تعليمه الكلام أولاً بأن كان يشير له إلى أعيان الموجودات وينطق بأسمائها ويكرر ذلك عليه ويحمله على النطق، فينطق بها مقترناً بالاشارة، حتى علمه الأسماء كلها، ودرجه قليلاً قليلاً حتى تكلم في أقرب مدة. فجعل أسال يسأله عن شأنه ومن أين صار إلى تلك الجزيرة، فأعلمه حي بن يقظان انه لا يدري لنفسه ابتداء ولا أباً ولا أماً أكثر من الظبية التي ربته، ووصف له شأنه كله وكيف ترقى بالمعرفة، حتى انتهى إلى درجة الوصول.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:241:إلا انه بقي في نفسه أمران كان يتعجب منهما ولا يدري وجه الحكمة فيهما: أحدهما - لما ضرب هذا الرسول الأمثال للناس في أكثر ما وصفه من أمر العالم الإلهي، وأضرب عن المكاشفة حتى وقع الناس في أمر عظيم من التجسيم، واعتقاد أشياء في ذات الحق هو منزه عنها وبريء منها؟ وكذلك في أمر الثواب والعقاب! والآمر الآخر - لم اقتصر على هذه الفرائض ووظائف العبادات وأباح الاقتناء للأموال والتوسع في المأكل، حتى بفرغ الناس بالاشتغال بالباطل، والأعراض عن الحق؟ وكان رأيه هو لا يتناول أحد شيئاً إلا ما يقيم به من الرمق؛ واما الأموال فلم تكن لها عنده معنى.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:263:فلما رأى سرادق العذاب قد أحاط بهم، الظالمات الحجب قد تغشتهم، والكل منهم - إلا اليسير - لا يتمسكون من ملتهم إلا بالدنيا، وقد نبذوا أعمالهم على خفتها وسهولتها وراء ظهورهم، واشتروا بها ثمناً قليلاً، وألهاهم عن ذكر الله تعالى التجارة والبيع، ولم يخافوا يوماً تنقلب فيه القلوب والابصار، لأن له وتحقق على القطع، أن مخاطبتهم بطريق المكاشفة لا تمكن وأن تكليفهم من العمل فوق هذا القدر لا يتفق، وأن حظ أكثر الجمهور من الانتفاع بالشريعة إنما هو في حياتهم الدنيا لا يستقيم له معاشه، ولا يتعدى عليه سواه فيما اختص هو به، وانه لا يفوز منه بالسعادة الأخروية إلا الشاذ النادر، وهو من أراد حرث الآخرة وسعى لها سعياً وهو مؤمن.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Text.php:269:فانصرف إلى سلامان وأصحابه، فاعتذر عما تكلم به معه وتبرأ إليهم منه وأعلمهم أنه قد رآه مثل رأيهم واهتدى بمثل هديهم، وأوصاهم بملازمة ما هم عليه من التزام حدود الشرع والأعمال الظاهرة مقلة الخوض فيما لا يعنيهم، والإيمان بالمتشابهات والتسليم لها، والأعراض عن البدع والأهواء والاقتداء بالسلف الصالح والترك لمحدثات الأمور، وأمرهم بمجانبة ما عليه جمهور العوام من إهمال الشريعة والإقبال على الدنيا، وحذرهم عنه غاية التحذير، وعلم هو وصاحبه أسال أن هذه الطائفة المريدة القاصرة لا نجاة لها إلا بهذا الطريق، وأنها إن رفعت عنه إلى يفاع الاستبصار اختل ما هي عليه ولم يمكنها أن تلحق بدرجة السعداء وتذبذبت وانتكست وساءت عاقبتها. وان هي دامت على ما هي عليه حتى يوافيها اليقين فازت بالآمن وكانت من أصحاب اليمين، والسابقون السابقون أولئك المقربون. فو دعاهم وانفصلا عنهم وتلطفا في العود إلى جزيرتهما حتى يسر الله عز وجل عليهما العبور إليها. وطلب حي بن يقظان مقامه الكريم بالنحو الذي طلبه أولاً حتى عاد إليه، واقتدى به أسال حتى قرب من أو كاد وعبدا الله في تلك الجزيرة حتى أتاهما اليقين. هذا - أيدنا الله وأياك بروح منه - ما كان من نبأ حي بن يقظان وأسال وسلامان وقد أشتمل على حظ من الكلام لا يوجد في كتاب ولا يسمع في معتاد خطاب، وهو من العلم المكنون الذي لا يقبله إلا أهل المعرفة بالله، ولا يجهله إلا أهل الغرة بالله. وقد خالفنا فيه طريق السلف الصالح في الضنانا به والشح عليه. إلا أن الذي سهل علينا إفشاء هذا السر وهتك الحجاب، ما ظهر في زماننا من أراء فاسده نبغت بها متفلسفة العصر وصرحت بها، حتى انتشرت في البلدان وعما ضررها وخشينا على الضعفاء الذين اطرحوا تقليد الأنبياء صلوات الله عليهم، وأرادوا تقليد السفهاء والأغبياء أن يظنوا أن تلك الآراء هي الأسرار المضنون بها على غير أهلها، فيزيد بذلك حبهم فيها وولعهم فيها. فرأينا أن نلمح إليهم بطرف من سر الأسرار لنجتذبهم إلى جانب التحقيق، ثم نصدهم عن ذلك الطريق. ولم نخل مع ذلك ما أودعناه هذه الأوراق اليسيره من الأسرار عن حجاب رقيق وستر لطيف ينتهك سريعاً لمن هو أهله، ويتكاثف لمن لا يستحق تجاوزه حتى لا يتعداه. وأنا أسئل إخواني الواقفين على هذا الكلام، أن يقبلو عذري فيما تسائلت في تبينه وتسامحت في تثبيته، فلم أفعل ذلك إلا لأني تسمنت شواهق يزل الطرف عن مرآها. وأردت تقريب الكلام فيها على وجه الترغيب والتشويق في دخول الطريق. وأسأل الله التجاوز والعفو، وأن يوردنا من المعرفة به الصفو، إنه منعم كريم. والسلام عليك أيها الأخ المفترض إسعافه ورحمت الله وبركاته.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_SA/Address.php:51:    protected static $postcode = array('#####', '#####-####');
./vendor/fzaninotto/faker/src/Faker/Provider/zh_TW/Company.php:13:        '{{lastNameEn}}-{{lastNameEn}}',
./vendor/fzaninotto/faker/src/Faker/Provider/zh_TW/Text.php:134:            $last = mb_substr($text, mb_strlen($text, static::$encoding) - 1, 1, static::$encoding);
./vendor/fzaninotto/faker/src/Faker/Provider/zh_TW/Text.php:137:            $last = $chars[count($chars) - 1];
./vendor/fzaninotto/faker/src/Faker/Provider/zh_TW/Text.php:143:                $text = mb_substr($text, 0, mb_strlen($text, static::$encoding) - 1, static::$encoding);
./vendor/fzaninotto/faker/src/Faker/Provider/zh_TW/DateTime.php:9:        return static::dateTime($max)->format('a') === 'am' ? '上午' : '下午';
./vendor/fzaninotto/faker/src/Faker/Provider/zh_TW/DateTime.php:23:        $week = static::dateTime($max)->format('l');
./vendor/fzaninotto/faker/src/Faker/Provider/zh_TW/DateTime.php:43:        $month = static::dateTime($max)->format('F');
./vendor/fzaninotto/faker/src/Faker/Provider/zh_TW/Address.php:353:    protected static $postcode = array('###-##', '###');
./vendor/fzaninotto/faker/src/Faker/Provider/zh_TW/Payment.php:9:        return \Faker\Factory::create('en_US')->creditCardDetails($valid);
./vendor/fzaninotto/faker/src/Faker/Provider/zh_TW/PhoneNumber.php:9:        '+886-9##-###-###',
./vendor/fzaninotto/faker/src/Faker/Provider/zh_TW/PhoneNumber.php:11:        '09##-###-###',
./vendor/fzaninotto/faker/src/Faker/Provider/zh_TW/PhoneNumber.php:13:        '(02)####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/zh_TW/PhoneNumber.php:15:        '(0#)###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/zh_TW/PhoneNumber.php:17:        '(0##)###-###',
./vendor/fzaninotto/faker/src/Faker/Provider/zh_TW/Internet.php:9:        return \Faker\Factory::create('en_US')->userName();
./vendor/fzaninotto/faker/src/Faker/Provider/zh_TW/Internet.php:14:        return \Faker\Factory::create('en_US')->domainWord();
./vendor/fzaninotto/faker/src/Faker/Provider/is_IS/Person.php:64:            $name = substr($name, 0, strlen($name) - 2);
./vendor/fzaninotto/faker/src/Faker/Provider/is_IS/Person.php:123:            for ($i = 7, $sum = 0; $i >= 0; $i--) {
./vendor/fzaninotto/faker/src/Faker/Provider/is_IS/Person.php:129:            $chk = ($sum % 11 === 0) ? 0 : (11 - ($sum % 11));
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:23:ذكر سلفنا الصالح - رضي الله عنهم - أن جزيرة من جزائر الهند التي تحت خط الاستواء، وهي الجزيرة التي يتولد بها الإنسان من غير أم ولا أب، وبها شجر يثمر نساء، وهي التي ذكر المسعودي أنها جزيرة الوقواق لان تلك الجزيرة اعدل بقاع الأرض هواء؛ أتممها لشروق النور الأعلى عليها استعدادً، وان كان ذلك خلاف ما يراه جمهور الفلاسفة وكبار الأطباء، فانهم يرون إن اعدل ما في المعمورة الإقليم الرابع، فان كانوا قالوا ذلك لأنه صح عندهم انه ليس على خط الاستواء عمارة لمانع من الموانع الأرضية، فلقولهم: أن الإقليم الرابع اعدل بقاع الأرض وجه، وان كانوا إنما أرادوا بذلك إن ما على خط الاستواء شديد الحرارة، كالذي يصرح به أكثرهم فهو خطأ يقوم البرهان على خلافه.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:85:فلما نظر إلى جميع أعضاء الظاهرة ولم ير فيها آفة ظاهرة - وكان يرى مع ذلك العطلة قد اشتملها ولم يختص بها عضو دون عضو - وقع في خاطرة أن الآفة التي نزلت بها، إنما هي العضو غائب عن العيان مستكن في باطن الجسد، وان ذلك العضو لا يغني عنه في فعله شيء من هذه الأعضاء الظاهرة. فلما نزلت به الآفة عمت المضرة، وشملت العطلة، وطمع لو أنه عثر على ذلك العضو وأزال عنه ما يزال به لاستقامت أحواله وفاض على سائر البدن نفعه، وعادت الأفعال إلى ما كانت عليه.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:97:فقال: لن يعدو مطلوبي أن يكون مسكنه أحد هذين البيتين. ثم قال: أما هذا البيت الأيمن، فلا أرى فيه إلا هذا الدم المنعقد. ولا شك أنه لم ينعقد حتى صار الجسد كله إلى هذا الحال - إذ كان قد شاهد الدماء متى سالت وخرجت انعقدت وجمدت ولم يكن هذا إلا دماً كسائر الدماء - وأنا أرى أن هذا الدم موجود في سائر الأعضاء لا يختص به عضو دون أخر، وأنا ليس مطلوبي شيئاً بهذه الصفة إنما مطلوبي الشيء الذي يختص به هذا الموضع الذي أجدني لا أستغني عنه طرفة العين، واليه كان انبعاثي من أول. واما هذا الدم فكم مرة جرحتني الوحوش في المحاربة فسال مني كثير منه فما ضرني ذلك ولا افقدني شيئاً من أفعالي، فهذا بيت ليس فيه مطلوبي. وأما هذا البيت الأيسر فأراه خالياً لاشيء فيه، وما أرى ذلك لباطل، فاني رأيت كل عضو من الأعضاء إنما لفعل يختص به، فكيف يكون هذا البيت على ما شاهدت من شرفه باطلاً؟ ما أرى إلا أن مطلوبي كان فيه! فارتحل عنه وأخلاه. وعند ذلك، طرأ على هذا الجسد من العطلة ما طرأ، ففقد الإدراك وعدم الحراك. فلما رأى أن الساكن في ذلك البيت قد ارتحل قبل انهدامه وتركه وهو بحاله، تحقق أنه أحرى أن لا يعود إليه بعد أن حدث فيه من الخراب والتخريق ما حدث. فصار عنده الجسد كله خسيساً لا قدر له بالإضافة إلى ذلك الشيء الذي اعتقد في نفسه أنه يسكنه مدة ويرحل عنه بعد ذلك.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:103:واتفق في بعض الاحيان أن انقدحت نار في أجمة قلخ على سبيل المحاكة. فلما بصر بها رأى منظراً هاله، وخلقاً لم يعهده قبل، فوقف يتعجب منها ملياً، ومازال يدنو منها شيئاً فشيئاً، فرأى ما للنار من الضوء الثاقب والفعل الغالب حتى لا تعلق بشيء إلا أتت عليه وأحالته إلى نفسها، فحمله، العجب بها، وبما ركب الله تعالى في طباعه من الجراءة و القوة، على أن يده إليها، وأراد أن يأخذ منها شيئاً فلما باشرها أحرقت يده فلم يستطع القبض عليها فاهتدى إلى أن يأخذ قبساً لم تستول النار على جميعه، فأخذ بطرفه السليم والنار في طرفه الآخر، فتاتي له ذلك وحمله إلى موضعه الذي كان يأوي إليه - وكان قد خلا في جحر استحسنه للسكنى قبل ذلك. ثم مازال يمد تلك النار بالحشيش والحطب الجزل، ويتعهدهاً ليلاً ونهاراً استحساناً منه وتعجباً منها.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:105:وكان يزيد انسه بها ليلاً، لأنها كانت تقوم له مقام الشمس في الضياء و الدفء، فعظم بها ولوعه، واعتقد أنها أفضل الأشياء التي لديه: وكان دائماً يراها تتحرك إلى جهة فوق وتطلب العلو، فغلب على ظنه أنها من جملة الجواهر السماوية التي كان يشاهدها. وكان يختبر قوتها في جميع الأشياء بأن يلقيها فيها، فيراها مستولية عليه أما بسرعة واما ببطء بحسب قوة استعداد الجسم الذي كان يلقيه للاحتراق أو ضعفه. وكان من جملة ما القى فيها على سبيل الاختبار لقوتها، شيء من أصناف الحيوانات البحرية - كان قد ألقاه البحر إلى ساحله - فلما أنضجت ذلك الحيوان وسطع قتاره تحركت شهوته إليه، فأكل منه شيئاً فاستطابه، فاعتاد بذلك أكل اللحم، فصرف الحيلة في صيد البر والبحر، حتى مهر في ذلك. وزادت محبته للنار، إذ تأتي له بها من وجوه الاغتذاء الطيب شيء لم يتأت له قبل ذلك.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:143:ولاح له في جملة ما لاح من ذلك، أن الروح الحيواني الذي مسكنه القلب - وهو الذي تقدم شرحه أولاً - لابد له أيضاً من معنى زائد على جسميته يصلح بذلك المعنى لأن يعمل هذه الأعمال الغريبة، التي تختص به من ضروب الاحساسات، وفنون الادراكات وأصناف الحركات، وذلك المعنى هو صورته وفضله الذي انفصل به عن سائر الأجسام، وهو الذي يعبر عنه النظار بالنفس الحيوانية. وكذلك ايضاً للشيء الذي يقوم للنبات مقام الحار الغريزي للحيوان، شيء يخصه هو صورته، وهو الذي يعبر عنه النظار بالنفس النباتية. وكذلك لجميع الأجسام الجمادات: وهي ما عدا الحيوان والنبات مما في عالم الكون والفساد شيء يخصها به، يفعل كل واحد منها فعله الذي يختص به مثل صنوف الحركات وضروب الكيفيات المحسوسة عنها، وذلك الشيء هو صورة كل واحد منها، وهو الذي يعبر النظار عنه بالطبيعة.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:167:فتتعارض عنده الحجج، ولا يترجح عنده أحد الاعتقادين على الآخر. فلما أعياه ذلك، جعل يتفكر ما الذي يلزم عن كل واحد من الاعتقادين، فلعل اللازم عنهما يكون شيئاً واحداً. فرأى انه إن اعتقد حدوث العالم خروجه إلى الوجود بعد العدم، فاللازم عن ذلك ضرورة، انه لا يمكن أن يخرج إلى الوجود بنفسه، وانه لا بد له من فاعل يخرجه إلى الوجود، وان ذلك الفاعل لا يمكن إن يدرك بشيء من الحواس، لانه لو أدرك بشيء من الحواس لكان جسماً من الأجسام، ولو كان جسماً من الأجسام لكان من جملة العالم، وكان حادثاً واحتاج إلى محدث، ولو كان ذلك المحدث الثاني أيضاً جسماً، لحتاج إلى محدث ثالث، والثالث إلى رابع، ويتسلسل ذلك إلى غير نهايةً وهو باطل. فإذن لابد للعالم من فاعل ليس بجسم، وإذا لم يكن جسماً فليس إلى إدراكه لشيء من الحواس سبيل، الآن الحواس الخمس لا تدرك إلا الأجسام، وإذا لا يمكن أن يحس فلا يمكن أن يتخيل، لان التخيل ليس شيئاً إلا إحضار صور المحسوسات بعد غيبتها، وإذا لم يكن جسماً فصفات الأجسام كلها تستحيل عليه، وأول صفات الأجسام هو الامتداد في الطول والعرض والعمق، وهو منزه عن ذلك، وعن جميع ما يتبع هذا الوصف من صفات الأجسام. وإذا كان فاعلاً للعالم فهو لا محالة قادر عليه وعالم به "بسم الله الرحمن الرحيم" إلا يعلم من خلق، وهو اللطيف الخبير؟ صدق الله العظيم. وراى أيضاً انه إن اعتقد قدم العالم، وان العدم لم يسبقه، وانه لم يزل كما هو، فان اللازم عن ذلك أن حركته قديمة لا نهاية لها من جهة الابتداء، إذ لم يسبقها سكون يكون مبدؤها منه، وكل حركة فلابد لها من محرك ضرورة، والمحرك أما أن يكون قوة سارية في جسم من الأجسام - أما جسم المتحرك نفسه، واما جسم أخر خارج عنه - واما أن تكون قوة ليست سارية ولا شائعة قي جسم. وكل قوى سارية في جسم وشائعه فيه، فانها تنقسم بانقسامه، وتتضاعف بتضاعفه، مثل الثقل بالحجر مثلاً. المحرك إلى الأسفل.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:173:ثمتأمل في جميع أصناف الحيوان، كيف "بسم الله الرحمن الرحيم" أعطى كل شيء خلقه، ثم هداه صدق الله العظيم لاستعماله، فلولا أنه هداه لاستعمال تلك الأعضاء التي خلقت له في وجوه المنافع المقصود بها، لما انتفع بها الحيوان، وكانت كلاً عليه، فعلم بذلك أنه أكرم الكرماء، وارحم الرحماء. من فيض ذلك الفاعل المختار - جل جلاله - ومن وجوده، ومن فعله، فعلم أن الذي هو في ذاته أعظم منها، وأكمل، واتمم وأحسن، وأبهى وأجمل وأدوم، وأنه لا نسبة لهذه إلى تلك. فما زال يتتبع صفات الكمال كلها، فيراها له وصادرة عنه، ويرى أنه أحق بها من كل ما يوصف بها دونه. وتتبع صفات النقص كلها فرآه بريئاً منها، ومنزهاً عنها؛ وكيف لا يكون بريئاً منها وليس معنى النقص إلا العدم المحض، أو ما يتعلق بالعدم؟ وكيف يكون العدم تعلق أو تلبس، بمن هو الموجود المحض، الواجب الوجود بذاته، المعطي لكل ذي وجود وجوده، فلا وجود إلا هو: فهو الوجود، وهو الكمال، وهو التمام، وهو الحسن، وهو البهاء، وهو القدرة، وهو العلم، وهو هو، و "بسم الله الرحمن الرحيم" كل شيء هالك إلا وجهه صدق الله العظيم. فانتهت به المعرفة إلى هذا الحد، على رأس خمسة أسابيع من منشئه، وذلك خمسة وثلاثون عاماً، وقد رسخ في قلبه من هذا الفاعل، ما شغله عن الفكرة في كل شيء إلا فيه، وذهل عما كان فيه تصفح الموجودات والبحث عنها، حتى صار بحيث لا يقع بصره على شيء من الأشياء، إلا ويرى فيه أثر الصنعة، ومن حينه، فينتقل بفكره على الفور إلى الصانع ويترك المصنوع، حتى اشتد شوقه إليه، وانزعج قلبه بالكلية عن العالم الأدنى المحسوس، وتعلق بالعالم الأرفع المعقول. فلما حصل له العلم بهذا الموجود الرفيع الثابت الوجود الذي لا سبب لوجود جميع الأشياء، أراد أن يعلم بأي شيء حصل له هذا العالم، وبأي قوة أدرك هذا الموجود: فتصفح حواسه كلها وهي: السمع، والبصر، والشم، والذوق، واللمس، فرأى أنها لا تدرك شيئاً إلا جسماً، أو ما هو في الجسم، وذلك أن السمع لا يدرك المسموعات، وهي ما يحدث من تموج الهواء عند تصادم الأجسام، والبصر إنما يدرك الألوان، والشم يدرك الروائح، والذوق يدرك الطعوم، واللمس يدرك الأمزجة والصلابة واللين، والخشونة والملاسة، وكذلك القوة الخيالية لا تدرك شيئاً إلا أن يكون له طول وعرض وعمق؛ وهذه المدركات كلها من صفات الأجسام، وليس لهذه الحواس أدراك شيء سواها، وذلك لأنها قوى شائعة في الأجسام، ومنقسمة بانقسامها، فهي لذلك لا تدرك إلا جسماً منقسماً، لان هذه القوة إذا كانت شائعة في شيء منقسم، فلا محالة أنها إذا أدركت شيئاً من الأشياء، فانه ينقسم بانقسامها؛ فإذن كل قوة في جسم، فانها لا محالة لا تدرك إلا جسماً أو ما هو جسم.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:177:وأما الشيء الذي ليس بجسم، ولا يحتاج في قوامه إلى جسم، وهو منزه بالجملة عن الجسمانية، فلا يتصور فساده البتة. فلما ثبت له أن ذاته الحقيقة لا يمكن فسادها، أراد إن يعلم كيف يكون حالها إذا اطرح البدن وتخلت عنه، وقد كان تبين له أنها لا تطرحه إلا إذا لم يصلح آلة لها، فتصفح جميع القوى المدركة، فرأى أن كل واحدة منها تارةً تكون مدركة بالقوة، وتارةً تكون مدرة بالفعل: مثل العين في حال تغميضها أو أعراضها عن البصر، فانها تكون مدركة بالقوة - ومعنى مدركه بالقوة أنها لا تدرك الآن وتدرك في المستقبل - وفي حال فتحها واستقبالها للمبصر، تكون مدركه بالفعل - ومعنى مدركة بالفعل أنها الآن تدرك - وكذلك كل واحدة من هذه القوى تكون مدركة بالقوة وتكون مدركة بالفعل، وكل واحدة من هذه القوى إن كانت لم تدرك قط بالفعل، فهي ما دامت بالقوة لا تتشوق إلى إدراك الشيء المخصوص بها لأنها لم تتعرف به بعد، مثل من خلق مكفوف البصر؛ وان كانت قد أدركت بالفعل تارةً، ثم صارت بالقوة، فانها ما دامت بالقوة تشتاق إلى الإدراك بالفعل لأنها قد تعرفت إلى المدرك، وتعلقت به، وحنت إليه، مثل من كان يصيراً ثم عمي فانه لا يزال يشتاق إلى المبصرات. وبحسب ما يكون الشيء المدرك أتم وأبهى وأحسن، يكون الشوق أكثر؛ والتألم لفقده اعظم، ولذلك كان تألم من يفقد بصره بعد الرؤية أعظم من تألم من يفقد شمه، إذ الأشياء التي يدركها البصر أتم وأحسن من التي يدركها الشم، فان كان في الأشياء شيء لا نهاية لكماله، ولا غاية لحسنه وجماله وبهائه، وهو فوق الكمال والبهاء والجمال، وليس في الوجود كمال، ولا حسن، ولا بهاء، ولا جمال إلا صادر من جهته، وفائض من قبله، فمن فقد إدراك ذلك الشيء بعد إن تعرف به، فلا محالة أنهما ما دام فاقد له، يكون في ألام لا نهاية لها، كما أن من كان مدركاً له على الدوام، فانه يكون في لذة لا انفصام لها، وغبطة لا غاية لها ورائها، وبهجة وسرور لا نهاية لهما. وقد تبين له أن الموجود الواجب الوجود.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:179:متصف بأوصاف الكمال كلها، ومنزه عن الصفات النقص وبريء منها. وتبين له أن الشيء الذي به يتوصل إلى أدركه أمر لا يشبه الأجسام، ولا يفسد لفسادها؛ فظهر له بذلك أن من كانت له مثل هذه الذات، المعدة لمثل هذا الإدراك؛ فانه إذا أطرح البدن بالموت؛ فإما أن يكون قبل ذلك - في مدة تصريفه للبدن - لم يتعرف قط بهذا الموجود الواجب الوجود؛ ولا اتصل به؛ ولا سمع عنه؛ فهذا إذا فارق البدن لا يشتاق إلى ذلك الموجود ولا يتألم لفقده. واما جميع القوى الجسمانية، فانها تبطل ببطلان الجسم؛ فلا تشتاق أيضاً إلى مقتضيات تلك القوى، ولا تحن إليها، ولا تتألم لفقدها. وهذه حال البهائم غير الناطقة كلها: سواء كانت من صورة الإنسان أو لم تكن. واما إن يكون قبل ذلك - في مدة تصريفه للبدن - قد تعرف بهذا الموجود، وعلم ما هو عليه من الكمال والعظمة والسلطان والحسن إلا انه أعرض عنه واتبع هواه، حتى وافته منيته وهو على تلك الحال، فيحرم المشاهدة، وعنده الشوق إليها فيبقى في عذاب طويل، وألام لا نهاية لها. فأما من يتخلص من تلك الآلام بعد جهد طويل، ويشاهد ما تشوق إليه قبل ذلك، واما أن يبقى في آلامه بقاءً سرمدياً، بحسب استعداده لكل واحد من الوجهين لحياته الجسمانية.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:181:واما من تعرف بهذا الموجود الواجب الوجود، قبل أن يفارق البدن، واقبل بكليته عليه والتزم الفكرة في جلاله وحسن بهائه، ولم يعرض عنه حتى وافته منيته، وهذا على حال من الإقبال والمشاهدة بالفعل. فهذا إذا فارق البدن بقي في لذة لا نهاية لها، وغبطة وسرور وفرح دائم، لاتصال مشاهدته لذلك الموجود الواجب الوجود، وسلامة تلك المشاهدة من الكدر والشوائب؛ ويزول عنه ما تقتضيه هذه القوى الجسمانية من الأمور الحسية التي هي - بالإضافة إلى تلك الحال - ألام وشرور وعوائق. فلما تبين له أن كمال ذاته ولذتها إنما هو بمشاهدة ذلك الموجود الواجب الوجود على الدوام، مشاهدة بالفعل أبداً، حتى لا يعرض عنه طرفة عين لكي توافيه منيته، وهو في حال المشاهدة بالفعل، فتتصل لذته دون أن يتخللها ألم. ثم جعل يتفكر كيف يتأتى له دوام هذه المشاهدة بالفعل، حتى لا يقع منه أعراض فكان يلازم الفكرة في ذلك الموجود كل ساعة، فما هو إلا يسنح لبصره محسوس ما من المحسوسات، أو يخرق سمعه صوت بعض الحيوان، أو يتعرضه خيال من الخيالات، أو يناله ألم في أحد اعضائه، أو يصيبه الجوع أو العطش أو البرد أو الحر، أو يحتاج القيام لدفع فضوله؛ فتختل فكرته، ويزول عما كان فيه، ويتعذر عليه الرجوع إلى ما كان عليه من حال المشاهدة، إلا بعد جهد. وكان يخاف أن تفاجأه منيته وهو في حال الأعراض، فيفضي إلى الشقاء الدائم، وألم الحجاب.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:185:ثم انه تفكر: لم اختص هو من بين سائر أنواع الحيوانات بهذه الذات التي أشبه بها الأجسام السماوية. وقد كان تبين له أولاً من آمر العناصر واستحالة بعضها إلى بعض، وأن جميع ما على وجه الأرض لا يبقى على صورته؛ بل الكون والفساد متعاقبان عليه أبداً، وأن أكثر هذه الأجسام مختلطة مركبة من أشياء متضادة، ولذلك تؤول إلى الفساد، وانه لا يوجد منه شيء صرفاً، وما كان منها قريباً من أن يكون صرفاً خالصاً لا شائبة فيه، فهو بعيد عن الفساد جداً مثل الذهب والياقوت، وأن الأجسام البسيطة صرفة، ولذلك هي بعيدة عن الفساد، والصور لا تتعاقب عليها. وتبين له هنالك أن جميع الأجسام التي في عالم الكون والفساد، منها ما تتقوم حقيقتها بصورة واحدة زائدة على معنى الجسمية - وهذه هي الاسطقسات الأربع - ومنها ما تتقوم حقيقتها أكثر من ذلك كالحيوان والنبات. فما كان قوام حقيقته بصور أقل، كانت أفعاله أقل، وبعده عن الحياة أكثر، فان عدم الصورة جملة لم يكن فيه إلى الحياة طريق، وصار في حال شبيه بالعدم، وما كان قوام حقيقته بصور أكثر، كانت أفعاله أكثر، ودخوله في حال الحياة أبلغ؛ وان كانت تلك الصورة بحيث لا سبيل إلى مفارقتها لمادتها التي اختصت بها كانت الحياة حينئذ كامل الظهور والكمال والقوة. فالشيء العديم للصورة جملة هو الهيولى والمادة، ولا شيء من الحياة فيها وهي شبيهة بالعدم، والشيء المتقوم بصورة واحدة هي الاسطقسات الأربع وهي في أول مراتب الوجود في عالم الكون والفساد ومنها تتركب الأشياء ذوات الصور الكثيرة. وهذه الاسطقسات ضعيفة الحياة جداً، إذ ليست تتحرك إلا حركة واحدة، وانما كانت ضعيفة الحياة لان لكل واحد منها ضداً ظاهر العناد يخالفه في مقتضى طبيعته، ويطلب أن يغير صورته.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:189:فاستعد بذلك الصورة الحيوانية، فرأى أن الواجب إلى ذلك أن يكون أعدل ما في هذه الأرواح الحيوانية مستعداً لاتمم ما يكون من الحياة في عالم الكون والفساد، وأن يكون ذلك الروح قريباً من أن يقال أنه لا ضد لصورته، فيشبه لذلك هذه الأجسام السماوية التي لا ضد لصورها؛ ويكون روح ذلك الحيوان، وكأنه وسط بالحقيقة بين الاسطقسات التي لا تتحرك إلى جهة العلو على الإطلاق، ولا إلى جهة السفل، بل لو أمكن أن يجعل في وسط المسافة بين المراكز وأعلى ما تنتهي إليه النار في جهة العلو ولم يطرأ عليه الفساد، لثبت هناك ولم يطلب الصعود ولا نزول. ولو تحرك في المكان، لتحرك حول الوسط كما تتحرك الأجسام السماوية، ولو تحرك في الوضع، لتحرك على نفسه، وكان كروي الشكل إذ لا يمكن غير ذلك، فإذن هو شديد الشبه بالأجسام السماوية. ولما كان قد اعتقد أن أحوال الحيوان، ولم ير فيها ما يظن به انه شعر بالموجود الواجب الوجود، وقد كان علم من ذاتها قد شعرت به، قطع ذلك على أنه هو الحيوان المعتدل الروح، الشيبة بالأجسام السماوية وتبين لو انه نوع مباين لسائر الحيوان، وانه إنما خلق لغاية أخرى، وأعد لامر عظيم، لم يعد له شيء من أنواع الحيوان، وكفى به شرفاً أن يكون أحس جزأيه - وهو الجسماني - أشبه الأشياء بالجواهر السماوية الخارجة عن عالم الكون والفساد، المنزهة عن الحوادث النقص والاستحالة والتغيير. وأما أشرف جزأيه، فهو الشيء الذي به عرف الموجود الواجب الوجود، وهذا الشيء العارف، أمر رباني الهي يستحيل ولا يلحقه الفساد، ولا يوصف بشيء مما توصف به الأجسام، ولا يدرك بشيء من الحواس، ولا يتخيل، ولا يتوصل إلى معرفته بآلة سواه، بل يتوصل إليه به؛ فهو العارف والمعروف، والمعرفة؛ وهو العالم، والمعلوم، والعلم؛ لا يتباين في شيء من ذلك، إذ التباين والانفصال من صفات الأجسام ولواحقها، ولا جسم هنالك ولا صفة جسم ولا لاحق بجسم! فلما تبين له الوجه الذي اختص به من بين سائر أصناف الحيوان بمشابهة الأجسام السماوية، رأى إن الواجب عليه أن يتقبلها ويحاكي أفعالها ويتشبه بها جهده. وكذلك رأى أنه بجزئه الاشرف الذي به عرف الموجود الواجب الوجود، فيه شبه ما منه من حيث هو منزه عن صفات الأجسام، وكما أن الواجب الوجود منزه عنها، فرأى ايضاً انه يجب عليه أن يسعى في تحصيل صفاته لنفسه من أي وجه أمكن، وان يتخلق بأخلاقه ويقتدي بأفعاله، ويجد في تنفيذ إرادته، ويسلم الآمر له، ويرضى بجميع حكمه، رضى من قلبه ظاهراً وباطناً، بحيث يسر به وان كان مؤلماً لجسمه وضاراً به ومتلفتاً لبدنه بالجملة. وكذلك رأى فيه شبهاً من سائر أنواع الحيوان بجزئه الخسيس الذي هو من عالم الكون والفساد، وهو البدن المظلم والكثيف، الذي يطالبه بأنواع المحسوسات من المطعوم والمشروب والمنكوح، ورأى أيضاً أن ذلك البدن لم يخلق له عبثاً ولا قرن به لامر باطل، ويجب عليه أن يتفقده ويصلح من شأنه. هذا التفقد لا يكون منه إلا بفعل يشبه أفعال سائر الحيوان. فاتجهت عنده الأعمال التي يجب عليه أن يفعلها نحو ثلاثة أغراض: أما عمل يتشبه بالحيوان الغير الناطق.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:193:فالضرورة تدعو إليه من هذا الطريق،ولو كان لا يخلو من تلك المضرة. واما التشبه الثاني، فيحصل له به حظ عظيم من المشاهدة على الدوام، لكنها مشاهدة يخالطها شوب؛ اذ من يشاهد ذلك النحو من المشاهدة على الدوام فهو مع تلك المشاهدة يعقل ذاته ويلتفت إليه حسبما يتبين بعد هذا. واما التشبه الثالث، فتحصل به المشاهدة الصرفة، والاستغراق المحض الذي لا التفات فيه بوجه من الوجوه الا إلى الموجود الواجب الوجود، والذي يشاهد هذه المشاهدة قد غابت عنه ذات نفسه وفنيت وتلاشت. وكذلك سائر الذوات، كثيرة كانت أو قليلة، إلا ذات الواحد الحق الواجب الوجود - جل وتعالى وعز. فلما تبين له أن مطلوبه الأقصى هو هذا التشبه الثالث، وأنه لا يحصل له إلا بعد التمرن والاعتمال مدة طويلة في التشبه الثاني، وان هذه المدة لا تدوم له بالتشبه الأول، وعلم أن التشبه الأول - وان كان ضرورياً، فانه عائق بذاته وان كان معيناً بالعرض لا بالذات لكنه ضروري- فألزم نفسه أن لا يجعل لها حظاً من هذا التشبه الأول، إلا بقدر الضرورة، وهي الكفاية التي لا بقاء للروح الحيواني بأقل منها. ووجد ما تدعو إليه الضرورة في بقاء هذا الروح أمرين: أحدهما: ما يمده من الداخل، ويخلف عليه بدل ما يتخلل منه وهو الغذاء. والأخر: ما يقيه من الخارج، ويدفع عنه وجوه الأذى: من البرد والحر والمطر ولفح الشمس والحيوانات المؤذية ونحو ذلك. ورأى أنه إن تناول ضرورية من هذه جزافاً كيفما اتفق، ربما وقع في السرف واخذ فوق الكفاية. فكان سعيه على نفسه من حيث لا يشعر، فرأى أن الحزم له أن يفرض لنفسه فيها حدوداً لا يتعداها، ومقادير لا يتجاوزها، وبأن له الفرض يجب أن يكون في جنس ما يتغذى به. وأي شيء يكون وفي مقداره وفي المدة التي تكون بين العبادات إليه. فنظر أولاً إلى أجناس ما به يتغذى، فرآها ثلاثة أضرب: أولاً: أما نبات لم يكمل بعد نضجه ولم ينته إلى غاية تمامه، وهي أصناف البقول الرطبة التي يمكن الاغتذاء بها.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:203:فكان اذا اشتد في الاستدارة، غابت عنه جميع المحسوسات، وضعف الخيال وسائر القوى التي إلى الألأت الجسمانية، وقوي فعل ذاته - التي هي بريئة من الجسم - فكانت في بعض الأوقات فكرته قد تخلص عن الشوب ويشاهد بها الموجود الواجب الوجود، ثم تكر عليه القوى الجسمانية فتفسد عليه حاله، وترده إلى اسفل السافلين. ويعود من ذي قبل، فان لحقه ضعف يقطع به عن غرضه تناول بعض الأغذية عن الشرائط المذكورة. ثم انتقل إلى شأنه من التشبه بالأجسام السماوية بالأضرب الثلاثة المذكورة. ودأب على ذلك مدة وهو يجاهد قواه الجسمانية وتجاهده، وينازعها وتنازعه في الأوقات التي يكون له عليها الظهور، وتتخلص فكرته عن الشوب، يلوح له شيء من أحوال أهل التشبه الثالث.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:209:وأن صفات الثبوت يشترط فيها هذا التنزيه حتى لا يكون فيها شيء من صفات الأجسام التي من جملتها الكثرة، فلا تتكثر ذاته بهذه الصفات الثبوتية، ثم ترجع كلها إلى معنى واحد هي حقيقة ذاته. فجعل يطلب كيف يتشبه به في كل واحد من هذين الضربين. آما صفات الاجاب، فلما علم انها كلها راجعة إلى حقيقة ذاته، وانه لا كثرة فيها بوجه من الوجوه، إذ الكثرة من صفات الأجسام؛ وعلم إن علمه بذاته؛ ليس معنى زائداً على ذاته، بل ذاته هي علمه لذاته؛ وعلمه بذاته هو ذاته، تبين له انه إن أمكنه هو إن يعلم ذاته، فليس ذلك العلم الذي علم به ذاته معنى زائداً على ذاته، بل هو هو! فرأى إن التشبه به من صفات الاجاب، هو ان يعلمه فقط دون إن يشرك به شيئاً من صفات الأجسام؛ فاخذ نفسه بذلك. واما صقات السلب، فانها كلها راجعة إلى التنزه عن الجسمية. فجعل يطرح اوصاف الجسمية عن ذاته. وكان قد طرح منها كثيراً في رياضته المتقدمة التي كان ينحو بها بالتشبه بالأجسام السماوية. إلا انه أبقى منها بقايا كثيرة: كحركة الاستدارة - والحركة من أخص صفات الأجسام - وكل الاعتناء بأمر الحيوان والنبات والرحمة لها، والاهتمام بإزالة عوائقها. فان هذه أيضاً من صفات الأجسام، إذ لا يراها أولاً إلا بقوة جسمانية، ثم يكدح بأمرها بقوة جسمانية أيضاً. فاخذ في طرح ذلك كله عن نفسه، إذ هي بجملتها مما لا يليق بهذه الحالة التي يطلبها الآن.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:233:وهذه الذات لا تحصل إلا عند ذاتها، ونفس حصولها هو الذات؛ فإذن هو الذات بعينها. وكذلك جميع الذوات المفارقة للمادة العارفة بتلك الذات الحقه التي كان يراها أولاً كثيرة، وصارت عنده بهذا الظن شيئاً واحداً. وكادت هذه الشبه ترسخ في نفسه لولا أن تداركه الله برحمته وتلافاه بهدايته، فعلم إن الشبهة انما ثارت عنده من بقايا ظلمة الأجسام، وكدورة المحسوسات. فان الكثير والقليل والواحد والوحدة، والجمع والاجتماع، والافتراق، هي كلها من صفات الأجسام، وتلك الذوات المفارقة العارفة بذات الحق، عز وجل، لبرائتها عن المادة، لا يجب إن يقال انها كثيرة، ولا واحدة، لان الكثرة انما هي مغايرة الذوات بعضها لبعض، والوحدة أيضاً لا تكون إلا بالاتصال. ولا يفهم شيء من ذلك إلا في المعاني المركبة المتلبسة بالمادة. غير إن العبارة في هذا الموضع قد تضيق جداً لانك إن عبرت عن تلك الذوات المفارقة بصيغة الجمع حسب لفظنا هذا، أوهم ذلك معنى الكثرة فيها، وهي بريئة عن الكثرة. وان أنت عبرت بصيغة الإفراد، اوهم ذلك معنى الاتحاد، وهو مستحيل عليها. وكأني بمن يقف على هذا الموضع من الخفافيش الذين تظلم الشمس في أعينهم يتحرك في سلسلة جنونه، ويقول: لقد افرطت في تدقيقك حتى انك قد انخلعت عن غريزة العقلاء، واطرحت حكم معقول، فان من أحكام العقل إن الشيء آما واحد واما كثير، فليتئد في غلوائه، وليكف من غرب لسانه وليتهم نفسه، وليعتبر بالعالم المحسوس الخسيس الذي هو أطباقه بنحو ما اعتبر به حي بن يقظان حيث كان بنظر فيه بنظر فيراه كثيراً كثرة لا تنحصر ولا تدخل تحت حد، ثم ينظر فيه بنظر آخر، فيراه واحداً. وبقي في ذلك متردداً ولم يكنه إن يقطع بأحد الوصفين دون الآخر. هذا فالعالم المحسوس منشأ الجمع والإفراد، وفيه الانفصال والاتصال، والتحيز والمغايرة، والاتفاق والاختلاف، فما ظنه بالعالم الإلهي الذي لا يقال فيه كل ولا بعض، ولا ينطق في أمره بلفظ من الألفاظ المسموعة، إلا وتوهم فيه شيء على خلاف الحقيقة، فلا يعرفه إلا من شاهده؛ ولا تثبت حقيقته إلا عند من حصل فيه. واما قوله: حتى انخلعت عن غريزة العقلاء، واطرحت حكم المعقول. فنحن نسلم له ذلك، ونتركه مع عقله وعقلائه، فان العقل الذي يعنيه هو أمثاله، انما هو القوة الناطقة التي تتصفح أشخاص الموجودات المحسوسة، وتقتنص منها المعنى الكلي. والعقلاء الذين يعنيهم، هم ينظرون من هذا النظر والنمط الذي كلامنا فيه فوق هذا كله، فليسد عنه سمعه من لا يعرف سوى المحسوسات وكلياتها، وليرجع إلى فريقه الذين "بسم الله الرحمن الرحيم" يعملون ظاهراً من الحياة الدنيا. وهم عن الآخرة هم غافلون. صدق الله العظيم. فان كنت ممن يقتنع بهذا النوع من التلويح والإشارة إلى ما في العالم الإلهي، ولا تحمل ألفاظاً من المعاني على ما جرت العادة بها في تحميلها إياه، فنحن نزيدك شيئاً مما شاهده حي بن يقظان في مقام أولي الصدق الذي تقدم ذكره، فتقول: انه بعض الاستغراق المحض، والفناء التام، وحقيقة الوصول، وشاهد للفلك الأعلى، الذي لا جسم له، ورأى ذاتاً بريئة عن المادة، ليست هي ذات الواحد الحق، ولا هي نفس الفلك، ولا هي غيرها؛ وكأنها صورة الشمس التي تظهر في مرآة من المرائي الصقيلة، فانها ليست هي الشمس ولا المرأة ولا غيرهما. وراى لذات ذلك الفلك المفارقة من الكمال والبهاء والحسن، ما يعظم عن إن يوصف بلسان، ويدق إن يكسى بحرف آو صوت، وراه في غاية من اللذة والسرور، والغبطة والفرح، بمشاهدة ذات الحق جل جلاله. وشاهد ايضاً للفلك الذي يليه، وهو فلك الكواكب الثابتة، ذاتاً بريئة عن المادة أيضاً، ليست هي ذات الواحد الحق، ولا ذات الفلك الأعلى المفارقة، ولا نفسه، ولا هي غيرها. وكأنها صورة الشمس التي تظهر في المرآة قد انعكست إليها من مرآة أخرى مقابلة للشمس، ورأى لهذه الذات ايضاً من البهاء والحسن واللذة مثل ما راى لتلك التي للفلك الأعلى. وشاهد ايضاً للفلك الذي يلي هذا، وهو فلك زحل ذاتاً مفارقة للمادة ليست هي شيئاً من الدواب التي شاهدها قبله ولا هي غيرها؛ وكأنها صورة الشمس التي تظهر في مرآة قد انعكست إليها الصورة من مرآة مقابلة للشمس؛ وراى لهذه الذات ايضاً مثل ما راى آمل قبلها من البهاء واللذة. ومازال يشاهد لكل فلك ذاتاً مفارقة بريئة عن المادة ليست هي شيئاً من الذوات التي قبلها ولا هي غيرها وكأنها صورة الشمس التي تنعكس من مرآة على مرآة، على رتب مرتبة بحسب ترتيب الأفلاك. وشاهد لكل ذات من هذه الذوات من الحسن والبهاء، واللذة والفرح، ما لا عين رأت، ولا أذن سمعت، ولا خطر على قلب بشر. إلى أن انتهى إلى عالم الكون والفساد، وهو جميعه حشو فلك القمر. فرأى له ذاتاً بريئة عن المادة ليست شيئاً من الذوات التي شاهدها قبلها، ولا هي سواها. ولهذه سبعون ألف وجه، في كل وجه سبعون ألف فم، في كل فم سبعون ألف لسان، يسبح بها ذات الواحد الحق، ويقدسها ويمجدها، لا يفتر؛ ورأى لهذه الذات، التي توهم فيها الكثرة وليست كثيرة، من الكمال واللذة، مثل الذي رآه لما قبلها. وكأن هذه الذات صورة الشمس التي تظهر في ماء مترجرج، وقد انعكست إليها الصورة من آخر المرايا التي انتهى إليها الانعكاس على الترتيب المتقدم من المرآة الأولى التي قابلت الشمس بعينها. ثم شاهد لنفسه ذاتاً مفارقة، لو جاز إن تتبعض ذات السبعين ألف وجه، لقلنا انها بعضها. ولولا إن هذه الذات حدثت بعد إن لم تكن، لقلنا إنها هي! ولولا اختصاصها ببدنه عند حدوثه، لقلنا إنها لم تحدث! وشاهد في هذه الرتبة ذواتاً، مثل ذاته، لاجسام كانت ثم اضمحلت، ولاجسام لم تزل معه في الوجود، وهي من الكثرة في حد بحيث لا تتناهى إن جاز أن يقال لها كثيرة، أو هي كلها متحدة إن جاز إن يقال لها واحدة. وراى لذاته ولتلك الذوات التي في رتبته من الحسن والبهاء واللذة غير المتناهية، ما لا عين رأت ولا أذن سمعت، ولا خطر على قلب بشر، ولا يصفه الواصفون، ولا يعقله إلا الواصلون العارفون. وشاهد ذواتاً كثيرة مفارقة للمادة كأنها مرايا صدئة، قد ران عليها الخبث، وهي مع ذلك مستدبرة للمرايا الصقيلة التي ارتسمت فيها صورة الشمس، ومولية عنها بوجوهها، وراى لهذه الذوات من القبح والنقص ما لم يقم بباله قط؛ وراها في ألام لا تنقضي، وحسرات لا تنمحي؛ قد أحاط بها سرادق العذاب، وأحرقتها نار الحجاب، ونشرت بمناشير بين الانزعاج والانجذاب. وشاهد هنا ذواتاً سوى هذه المعذبة تلوح ثم تضمحل، وتنعقد ثم تنحل، فتثبت فيها وأنعم النظر إليها، فرأى هولاً عظيماً وخطباً جسيماً، وخلقاً حثيثاً، وأحكاماً بليغة، وتسوية ونفخاً وإنشاء ونسخاً. فما هو إلا إن تثبت قليلاً، فعادت إليه حواسه، وتنبه من حاله تلك التي كانت شبيهة بالغشي، وزلت قدمه عن ذلك المقام، ولاح له العالم المحسوس، وغاب عنه العالم الإلهي: إذ لم يكن اجتماعهما في حال واحدة، إذ الأخرى والدنيا كضرتين، إن أرضيت احدهما أسخطت الأخرى، فان قلت يظهر مما حكيته من هذه المشاهدة، إن الذوات المفارقة إن كانت لجسم دائم الوجود لا يفسد، كالأفلاك، كانت هي دائمة الوجود؛ وان كانت لجسم يؤول إلى الفساد كالحيوان الناطق، فسدت هي واضمحلت وتلاشت، حسبما مثلث به في المرايا الانعكاس، فان الصورة لا ثبات لها إلا ثبات بثبات المرآة، فإذا فسدت المرآة صح فساد الصورة واضمحلت هي؛ فأقول لك: ما لأسرع ما نسيت العهد، وحلت عن الربط، ألم نقدم إليك إن مجال العبارة هنا ضيق، وان الألفاظ على كل حال توهم غير الحقيقة وذلك الذي توهمته إنما أوقعك فيه، إن جعلت المثال والممثل به على حكم واحد من جميع الوجوه. ولا ينبغي أن يفعل ذلك في أصناف المخاطبات المعتادة، فكيف ها هنا والشمس ونورها، وصورتها وتشكلها والمرايا والصور الحاصلة فيها، كلها أمور غير مفارقة للأجسام، ولا قوام لها إلا بها وفيها؟ فلذلك افتقرت في وجودها إليها وبطلت ببطلانها. واما الذوات الإلهية، والأرواح الربانية، فانها كلها بريئة عن الأجسام ولواحقها ومنزهة غاية التنزيه عنها، فلا ارتباط ولا تعلق لها بها، وسواء بالإضافة إليها بطلان الأجسام أو ثبوتها، ووجودها أو عدمها؛ وانما ارتباطها وتعلقها بذات الواحد الحق الموجود الواجب الوجود، الذي هو أولها ومبدؤها وسببها وموجدها، وهو يعطيها الدوام ويمدها بالبقاء والتسرمد؛ ولا حاجة بها إلى الأجسام بل الأجسام المحتاجة إليها. ولو جاز عدمها لعدمت الأجسام فانها هي مبديها، كما انه لو جاز إن تعدم ذات الواحد الحق - تعالى وتقدس عن ذلك؛ لا اله إلا هو! - لعدمت هذه الذوات كلها، ولعدمت الأجسام، ولعدم العالم الحسي بآسره، ولم يبق موجود، إذ الكل مرتبط بعضه ببعض. والعالم المحسوس وان كان تابعاً للعالم الإلهي، شبيه الظل له؛ والعالم الإلهي مستغن عنه وبريء منه فانه مع ذلك قد يستحيل فرض عدمه، إذ هو لا محالة تابع للعالم الإلهي، وانما فساده إن يبدل، لا إن يعدم بالجملة، وبذلك نطق الكتاب العزيز حيثما وقع هذا المعنى منه في تسيير الجبال وتسييرها كالعهن والناس كالفراش. وتكوير الشمس والقمر، وتفجيرالبحار يوم تبدل الارض غير الأرض والسموات. فهذا القدر هو الذي امكنني الآن أن أشير إليك به فيما شاهده حي بن يقظان في ذلك المقام الكريم فلا تلتمس الزيادة عليه من جهة الألفاظ فان ذلك كالمعتذر. واما تمام خبره - فسأتلوه عليك إن شاء الله تعالى: وهو انه لما عاد إلى العالم المحسوس، وذلك بعد جولا نه حيث جال، سئم تكاليف الحياة الدنيا، واشتد شوقه إلى الحياة الدنيا، واشتد شوقه إلى الحياة القصوى، فجعل يطلب العود إلى ذلك المقام بالنحو الذي طلبه أولاً حتى وصل إليه بأيسر من السعي الذي وصل به أولاً ودام فيه ثانياً مدة أطول من الأولى. ثم عاد إلى عالم الحس. ثم تكلف الوصول إلى مقامه بعد ذلك فكان ايسر عليه من الأولى والثانية وكان دوامه أطول. وما زال الوصول إلى ذلك المقام الكريم يزيد عليه سهولة، والدوام يزيد فيه طولاً مدة بعد مدة، حتى صار يصل إليه متى شاء، ولا ينفصل عنه إلا متى شاء؛ فكان يلازم مقامه ذلك ولا ينثني عنه إلا لضرورة بدنه التي كان قد قللها، حتى كان لا يوجد اقل منها. وهو في كل ذلك كله يريد إن يريحه الله عز وجل من كل بدنه الذي يدعوه إلى مفارقة مقامه ذلك، فيتخلص إلى لذته تخلصاً دائماً، ويبرأ عما يجده من الألم عند الأعراض عن مقامه ذلك إلى ضرورة البدن. وبقي على حالته تلك حتى أناف على سبعة أسابيع من منشئه وذلك خمسون عاماً. وحينئذ اتفقت له صحبة أسال وكان من قصته معه ما يأتي ذكره بعد هذا إن شاء الله تعالى. ذكروا: إن جزيرة قريبة من الجزيرة التي ولد بها حي بن يقظان على أحد القولين المختلفين على صفة مبدئه، انتقلت إليه ملة من الملل الصحيحة الماخوذه على بعض الأنبياء المتقدمين، صلوات الله عليهم. وكانت ملة محاكية لجميع الموجودات الحقيقية بالأمثال المضروبة التي خيالات تلك الأشياء، وتثبت رسومها في النفوس، حسبما جرت به العادة في مخاطبة الجمهور؛ فما زالت تلك الملة تنتشر بتلك الجزيرة وتقوى وتظهر، حتى قام بها ملكها وحمل الناس على التزامها. وكان قد نشأ بها فتيان من أهل الفضل والخير، يسمى أحدهما أسال والآخر سلامان فتلقيا هذه الملة وقبلاها احسن قبول، واخذ على أنفسهما على بالتزام جميع شرائعها والموظبة على جميع أعمالها، واصطحبا على ذلك. وكانا يتفقهان في بعض الأوقات فيما ورد من ألفاظ تلك الشريعة في صفة الله عز وجل وملائكته، وصفات الميعاد والثواب والعقاب. فأما أسال فكان أشد غوصاً على الباطن، وأكثر عثوراً على المعاني الروحانية واطمع في التأويل. واما سلامان صاحبه فكان أكثر احتفاظاً بالظاهر، وأشد بعداً عن التأويل، وأوقف عن التصرف والتأمل؛ وكلاهما مجد في الأعمال الظاهرة، ومحاسبة النفس، ومجاهدة الهوى. وكان في تلك الشريعة أقوال تحمل عن العزلة والانفراد، وتدل على إن الفوز والنجاة فيهما؛ واقوال أخر تحمل على المعاشرة وملازمة الجماعة. فتعلق أسال بطلب العزلة، ورجح القول فيها لما كان في طباعه من دوام الفكرة، وملازمة العبرة، والغوص على المعاني، وأكثر ما كان يتأتى له أمله من ذلك بالانفراد. وتعلق سلامان بملازمة الجماعة، ورجح القول فيها لما كان في طباعه من الجبن عن الفكرة والتصرف. فكانت ملازمته الجماعة عنده مما يدرأ الوسواس، ويزيل الظنون المعترضة ويعيد من همزات الشياطين. وكان اختلافهما في هذا الرأي سبب افتراقهما. وكان أسال قد سمع عن الجزيرة التي ذكر أن حي بن يقظان تكون بها وعرف ما بها من الخصب والمرافق والهواء المعتدل، وان الانفراد بها يتأتى لملتمسه، فأجمع إن يرتحل إليها ويعتزل الناس بها بقية عمره. فجمع ما كان له من المال، واشترى ببعضه مركباً تحمله إلى تلك الجزيرة، وفرق باقيه على المساكين، وودع صاحبه سلامان وركب متن البحر؛ فحمله الملاحون إلى تلك الجزيرة؛ ووضعوه بساحلها؛ وانفصلوا عنها. فبقي أسال بتلك الجزيرة يعبد الله عز وجل؛ ويعظمه ويقدسه؛ ويفكر في اسمائه الحسنى وصفاته العليا؛ فلا ينقطع خاطره؛ ولا تتكدر فكرته. واذا احتاج إلى غذاء تناول من ثمرات تلك الجزيرة وصيدها ما يسد بها جوعته. وأقام على تلك الحال مدة وهو في أتم غبطة وأعظم أنس بمناجاة ربه. وكان كل يوم يشاهد من ألطافه ومزايا تحفة وتيسره عليه في مطلبه وغذائه ما يثبت يقينه ويقر عينه. وكان في تلك المدة حي بن يقظان شديد الاستغراق في مقاماته الكريمة؛ فكان لا يبرح عن مغارته إلا مرة في الاسبوع لتناول ما سنح من الغذاء، فلذلك لم يعثر عليه أسال لأول وهلة، بل كان يتطوف بأكناف تلك الجزيرة ويسبح في أرجائها، فلا يرى أنسياً ولا يشاهد أثراً فيزيد بذلك أنسه وتنبسط نفسه لما كان قد عزم عليه من التناهي في طلب العزلة والانفراد. إلى إن اتفق في بعض تلك الأوقات إن خرج حي بن يقظان لالتماس غذائه وأسال قد ألم بتلك الجهة، فوقع بصر كل منهما على الآخر. فإما أسال فلم يشك أنه من العباد المنقطعين، وصل تلك الجزيرة لطلب العزلة عن الناس كما وصل هو إليها. فخشي إن هو تعرض له وتعرف به إن يكون سبباً في فساد حاله وعائقاً بينه وبين أمله. واما حي بن يقظان فلم يدر ما هو، لانه لم يره على صورة شيء من الحيوانات التي كان قد عاينها قبل ذلك. وكان عليه مدرعة سوداء من الشعر والصوف، فظن إنها لباس طبيعي. فوقف يتعجب منه ملياً. وولى أسال هارباً منه خيفة أن يشغله عن حاله، فاقتفى حي بن يقظان أثره لما كان في طباعه من البحث عن الحقائق. فلما رآه يشتد في الهرب. خنس عنه وتوارى له، حتى ظن أسال انه قد انصرف عنه وتباعد من تلك الجهة. فشرع أسال في الصلاة والقراءة، والدعاء والبكاء، والتضرع والتواجد، حتى شغله ذلك عن كل شيء. فجعل حي بن يقظان يتقرب منه قليلاً قليلاً، وأسال لا يشعر به حتى دنا منه بحيث يسمع قراءته وتسبيحه، ويشاهد خضوعه وبكائه. فسمع صوتاً حسناً وحروف منظمة، لم يعهد مثلها من شيء من أصناف الحيوان. ونظر إلى أشكاله وتخطيطه فرآه على صورته، وتبين له أن المدرعة التي عليه ليست جلداً طبيعياً، وانما هي لباس متخذ مثل لباسه هو، ولما رأى حسن خشوعه وتضرعه وبكائه لم يشك في انه من الذوات العارفة بالحق؛ فتشوق إليه واراد إن يرى ما عنده، وما الذي أوجب بكاءه وتضرعه؛ فزاد في الدنو منه حتى أحس به أسال؛ فاشتد في العدو، واشتد حي بن يقظان في أثره حتى التحق به - لما كان أعطاه الله من القوة والبسطة في العلم والجسم - فالتزمه وقبض عليه؛ ولم يمكنه من البراح. فلما نظر إليه أسال وهو مكتس بجلود الحيوان ذوات الاوبار؛ وشعره قد طال حتى جلل كثيراً منه، ورأى ما عنده من سرعة العدو وقوة البطش، فرق منه فرقاً شديداً، وجعل يستعطفه ويرغب إليه بكلام لا يفهمه حي بن يقظان ولا يدري ما هو، غير أنه يميز فيه شمائل الجزع. فكان يؤنسه بأصوات كان قد تعلمها من الحيوانات، ويجر يده على رأسه، ويمسح أعطافه. ويتملق إليه، ويظهر البشر والفرح به. حتى سكن جأش أسال وعلم أنه لا يريد به سوءاً. كان أسال قديماً لمحبته في علم التأويل. قد تعلم أكثر الألسن، ومهر فيها. فجعل يكلم حي بن يقظان ويسائله عن شأنه بكل لسان يعلمه ويعالج أفهامه فلا يستطيع، وحي بن يقظان في ذلك كله يتعجب مما يسمع ولا يدري ما هو. غير أنه يظهر له البشر والقبول. فاستغرب كل واحد منهما أمر صاحبه. وكان عند أسال من زاد كان قد اصطحبه من الجزيرة المعمورة، فقربه إلى حي بن يقظان فلم يدر ما هو، لانه لم يكن شاهده قبل ذلك. فأكل منه أسال وأشار إليه ليأكل ففكر حي بن يقظان فيما كان ألزم نفسه من الشروط لتناول الغذاء، ولم يدر اصل ذلك الشيء الذي قدم له ما هو، وهل يجوز له تناوله أم لا! فامتنع عن الآكل. ولم يزل أسال يرغب إليه ويستعطفه. وقد كان اولع به حي بن يقظان فخشي إن دام على امتناعه إن يوحشه، فاقدم على ذلك الزاد وأكل منه. فلما ذاقه واستطابه بدا له سوء ما صنع من نقض عهوده في شرط غذاء، وندم على فعله، وأراد الانفصال عن أسال والإقبال على شأنه من طلب الرجوع إلى مقامه الكريم، فلما تتأت له المشاهدة بسرعة. فرأى أن يقيم مع أسال في عالم الحس حتى يقف على حقيقة شأنه، ولا يبقي في نفسه هو نزوع إليه، وينصرف بعد ذلك إلى مقامه دون إن يشغله شاغل. فالتزم صحبة أسال ولما رأى أسال أيضاً انه لا يتكلم، آمن من غلوائه على دينه، ورجا أن يعلمه الكلام والعلم والدين، فيكون له بذلك أعظم أجر وزلفى عند الله. فشرع أسال في تعليمه الكلام أولاً بأن كان يشير له إلى أعيان الموجودات وينطق بأسمائها ويكرر ذلك عليه ويحمله على النطق، فينطق بها مقترناً بالاشارة، حتى علمه الأسماء كلها، ودرجه قليلاً قليلاً حتى تكلم في أقرب مدة. فجعل أسال يسأله عن شأنه ومن أين صار إلى تلك الجزيرة، فأعلمه حي بن يقظان انه لا يدري لنفسه ابتداء ولا أباً ولا أماً أكثر من الظبية التي ربته، ووصف له شأنه كله وكيف ترقى بالمعرفة، حتى انتهى إلى درجة الوصول.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:241:إلا انه بقي في نفسه أمران كان يتعجب منهما ولا يدري وجه الحكمة فيهما: أحدهما - لما ضرب هذا الرسول الأمثال للناس في أكثر ما وصفه من أمر العالم الإلهي، وأضرب عن المكاشفة حتى وقع الناس في أمر عظيم من التجسيم، واعتقاد أشياء في ذات الحق هو منزه عنها وبريء منها؟ وكذلك في أمر الثواب والعقاب! والآمر الآخر - لم اقتصر على هذه الفرائض ووظائف العبادات وأباح الاقتناء للأموال والتوسع في المأكل، حتى بفرغ الناس بالاشتغال بالباطل، والأعراض عن الحق؟ وكان رأيه هو لا يتناول أحد شيئاً إلا ما يقيم به من الرمق؛ واما الأموال فلم تكن لها عنده معنى.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:263:فلما رأى سرادق العذاب قد أحاط بهم، الظالمات الحجب قد تغشتهم، والكل منهم - إلا اليسير - لا يتمسكون من ملتهم إلا بالدنيا، وقد نبذوا أعمالهم على خفتها وسهولتها وراء ظهورهم، واشتروا بها ثمناً قليلاً، وألهاهم عن ذكر الله تعالى التجارة والبيع، ولم يخافوا يوماً تنقلب فيه القلوب والابصار، لأن له وتحقق على القطع، أن مخاطبتهم بطريق المكاشفة لا تمكن وأن تكليفهم من العمل فوق هذا القدر لا يتفق، وأن حظ أكثر الجمهور من الانتفاع بالشريعة إنما هو في حياتهم الدنيا لا يستقيم له معاشه، ولا يتعدى عليه سواه فيما اختص هو به، وانه لا يفوز منه بالسعادة الأخروية إلا الشاذ النادر، وهو من أراد حرث الآخرة وسعى لها سعياً وهو مؤمن.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Text.php:269:فانصرف إلى سلامان وأصحابه، فاعتذر عما تكلم به معه وتبرأ إليهم منه وأعلمهم أنه قد رآه مثل رأيهم واهتدى بمثل هديهم، وأوصاهم بملازمة ما هم عليه من التزام حدود الشرع والأعمال الظاهرة مقلة الخوض فيما لا يعنيهم، والإيمان بالمتشابهات والتسليم لها، والأعراض عن البدع والأهواء والاقتداء بالسلف الصالح والترك لمحدثات الأمور، وأمرهم بمجانبة ما عليه جمهور العوام من إهمال الشريعة والإقبال على الدنيا، وحذرهم عنه غاية التحذير، وعلم هو وصاحبه أسال أن هذه الطائفة المريدة القاصرة لا نجاة لها إلا بهذا الطريق، وأنها إن رفعت عنه إلى يفاع الاستبصار اختل ما هي عليه ولم يمكنها أن تلحق بدرجة السعداء وتذبذبت وانتكست وساءت عاقبتها. وان هي دامت على ما هي عليه حتى يوافيها اليقين فازت بالآمن وكانت من أصحاب اليمين، والسابقون السابقون أولئك المقربون. فو دعاهم وانفصلا عنهم وتلطفا في العود إلى جزيرتهما حتى يسر الله عز وجل عليهما العبور إليها. وطلب حي بن يقظان مقامه الكريم بالنحو الذي طلبه أولاً حتى عاد إليه، واقتدى به أسال حتى قرب من أو كاد وعبدا الله في تلك الجزيرة حتى أتاهما اليقين. هذا - أيدنا الله وأياك بروح منه - ما كان من نبأ حي بن يقظان وأسال وسلامان وقد أشتمل على حظ من الكلام لا يوجد في كتاب ولا يسمع في معتاد خطاب، وهو من العلم المكنون الذي لا يقبله إلا أهل المعرفة بالله، ولا يجهله إلا أهل الغرة بالله. وقد خالفنا فيه طريق السلف الصالح في الضنانا به والشح عليه. إلا أن الذي سهل علينا إفشاء هذا السر وهتك الحجاب، ما ظهر في زماننا من أراء فاسده نبغت بها متفلسفة العصر وصرحت بها، حتى انتشرت في البلدان وعما ضررها وخشينا على الضعفاء الذين اطرحوا تقليد الأنبياء صلوات الله عليهم، وأرادوا تقليد السفهاء والأغبياء أن يظنوا أن تلك الآراء هي الأسرار المضنون بها على غير أهلها، فيزيد بذلك حبهم فيها وولعهم فيها. فرأينا أن نلمح إليهم بطرف من سر الأسرار لنجتذبهم إلى جانب التحقيق، ثم نصدهم عن ذلك الطريق. ولم نخل مع ذلك ما أودعناه هذه الأوراق اليسيره من الأسرار عن حجاب رقيق وستر لطيف ينتهك سريعاً لمن هو أهله، ويتكاثف لمن لا يستحق تجاوزه حتى لا يتعداه. وأنا أسئل إخواني الواقفين على هذا الكلام، أن يقبلو عذري فيما تسائلت في تبينه وتسامحت في تثبيته، فلم أفعل ذلك إلا لأني تسمنت شواهق يزل الطرف عن مرآها. وأردت تقريب الكلام فيها على وجه الترغيب والتشويق في دخول الطريق. وأسأل الله التجاوز والعفو، وأن يوردنا من المعرفة به الصفو، إنه منعم كريم. والسلام عليك أيها الأخ المفترض إسعافه ورحمت الله وبركاته.
./vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Address.php:32:    protected static $postcode = array('#####', '#####-####');
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:46:            if ($resultLength == 0 && !preg_match('/^[\x{0600}-\x{06FF}]/u', $word)) {
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:76:- جا نداریم آقا. این که نمی‌شه! هر روز یه حکم می‌دند دست یکی می‌فرستنش سراغ من... دیروز به آقای مدیر کل...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:80:- ممکنه خواهش کنم زیر همین ورقه مرقوم بفرمایید؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:86:- راستی شاید متری ده دوازده شاهی بیشتر نخریده باشد؟ شاید هم زمین‌ها را همین جوری به ثبت داده باشد؟ هان؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:88:- احمق به توچه؟!...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:92:- تو اگر مردی، عرضه داشته باش مدیر همین مدرسه هم بشو.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:114:- آقای مدیر! اصلاً دوستی سرشون نمی‌شه. تو سَری می‌خوان. ملاحظه کنید بنده با چه صمیمیتی...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:118:- صحیح می‌فرمایید. این بار به من ببخشید.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:124:- دردسر عجیبی شده آقا. تا حالا صد تا کاغذ به ادارفردا صبح رفتم مدرسه. بچه‌ها با صف‌هاشان به طرف کلاس‌ها می‌رفتند و ناظم چوب به دست توی ایوان ایستاده بود و توی دفتر دو تا از معلم‌ها بودند. معلوم شد کار هر روزه‌شان است. ناظم را هم فرستادم سر یک کلاس دیگر و خودم آمدم دم در مدرسه به قدم زدن؛ فکر کردم از هر طرف که بیایند مرا این ته، دم در مدرسه خواهند دید و تمام طول راه در این خجالت خواهند ماند و دیگر دیر نخواهند آمد. یک سیاهی از ته جاده‌ی جنوبی پیداشد. جوانک بریانتین زده بود. مسلماً او هم مرا می‌دید، ولی آهسته‌تر از آن می‌آمد که یک معلم تأخیر کرده جلوی مدیرش می‌آمد. جلوتر که آمد حتی شنیدم که سوت می‌زد. اما بی‌انصاف چنان سلانه سلانه می‌آمد که دیدم هیچ جای گذشت نیست. اصلاً محل سگ به من نمی‌گذاشت. داشتم از کوره در می‌رفتم که یک مرتبه احساس کردم تغییری در رفتار خود داد و تند کرد.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:128:- بفرمایید آقا. بفرمایید، بچه‌ها منتظرند.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:132:- عوضش دو کیلو لاغر شدید.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:136:- دیدید آقا! این جوری می‌آند مدرسه. اون قرتی که عین خیالش هم نبود آقا! اما این یکی...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:140:- انگار هنوز دو تا از کلاس‌ها ولند؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:142:- بله آقا. کلاس سه ورزش دارند. گفتم بنشینند دیکته بنویسند آقا. معلم حساب پنج و شش هم که نیومده آقا.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:146:- نگاه کنید آقا...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:150:- از آثار دوره‌ی اوناست آقا. کارشون همین چیزها بود. روزنومه بفروشند. تبلیغات کنند و داس چکش بکشند آقا. رئیس‌شون رو که گرفتند چه جونی کندم آقا تا حالی‌شون کنم که دست ور دارند آقا. و از روی میز پرید پایین.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:152:- گفتم مگه باز هم هستند؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:154:- آره آقا، پس چی! یکی همین آقازاده که هنوز نیومده آقا. هر روز نیم ساعت تأخیر داره آقا. یکی هم مثل کلاس سه.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:156:- خوب چرا تا حالا پاکش نکردی؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:158:- به! آخه آدم درد دلشو واسه‌ی کی بگه؟ آخه آقا در میان تو روی آدم می‌گند جاسوس، مأمور! باهاش حرفم شده آقا. کتک و کتک‌کاری!
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:164:- گفتم راست می‌گند.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:172:- بفرمایید آقا. بفرمایید، بچه‌ها منتظرند.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:176:- عوضش دو کیلو لاغر شدید.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:180:- دیدید آقا! این جوری می‌آند مدرسه. اون قرتی که عین خیالش هم نبود آقا! اما این یکی...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:184:- انگار هنوز دو تا از کلاس‌ها ولند؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:186:- بله آقا. کلاس سه ورزش دارند. گفتم بنشینند دیکته بنویسند آقا. معلم حساب پنج و شش هم که نیومده آقا.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:190:- نگاه کنید آقا...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:194:- از آثار دوره‌ی اوناست آقا. کارشون همین چیزها بود. روزنومه بفروشند. تبلیغات کنند و داس چکش بکشند آقا. رئیس‌شون رو که گرفتند چه جونی کندم آقا تا حالی‌شون کنم که دست ور دارند آقا. و از روی میز پرید پایین.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:196:- گفتم مگه باز هم هستند؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:198:- آره آقا، پس چی! یکی همین آقازاده که هنوز نیومده آقا. هر روز نیم ساعت تأخیر داره آقا. یکی هم مثل کلاس سه.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:200:- خوب چرا تا حالا پاکش نکردی؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:202:- به! آخه آدم درد دلشو واسه‌ی کی بگه؟ آخه آقا در میان تو روی آدم می‌گند جاسوس، مأمور! باهاش حرفم شده آقا. کتک و کتک‌کاری!
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:212:- اگه یک روز جلوشونو نگیرید سوارتون می‌شند آقا. نمی‌دونید چه قاطرهای چموشی شده‌اند آقا.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:228:- ای آقا! چه می‌فرمایید؟ شما نه خودتون این کاره‌اید و نه اینارو می‌شناسید. امروز می‌خواند سیگار براشون بخرم، فردا می‌فرستنم سراغ عرق. من این‌ها رو می‌شناسم.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:232:- این حرف‌ها قباحت داره. معلم جماعت کجا پولش به عرق می‌رسه؟ حالا بدو زغال آورده‌اند.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:236:- دو روز دیگه که محتاجت شدند و ازت قرض خواستند با هم رفیق می‌شید.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:240:- اگر مهر هم بایست زد، خودت بزن بابا.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:244:- مگه نفهمیدین آقا؟ مخصوصاً جاش رو خالی گذاشته بودند آقا...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:248:- خوب؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:250:- هیچ چی آقا.... رسم‌شون همینه آقا. اگه باهاشون کنار نیایید کارمونو لنگ می‌گذارند آقا...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:254:- عجب! حالا سرکار برای من تکلیف هم معین می‌کنید؟... خاک بر سر این فرهنگ با مدیرش که من باشم! برو ورقه رو بده دست‌شون، گورشون رو گم کنند. پدر سوخته‌ها...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:266:- آقایان عرضی دارند. بهتر است کارهای خودمان را بگذاریم برای بعد.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:272:- دیدید آقا چه طور باهامون رفتار کردند؟ با یکی از قالی‌هاشون آقا تمام مدرسه رو می‌خرید.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:276:- تا سر و کارت با الف.ب است به‌پا قیاس نکنی. خودخوری می‌آره.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:280:- اگه فحشمون هم می‌دادند من باز هم راضی بودم، باید واقع‌بین بود. خدا کنه پشیمون نشند.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:290:- خوب، غرض؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:294:- چه عرض کنم؟... از معلم کلاس پنج تون بپرسید.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:304:- خواهر برادر هم داری؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:306:- آ... آ...آقا داریم آقا.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:308:- چند تا؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:310:- آ... آقا چهار تا آقا.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:312:- عکس‌ها رو خودت به بابات نشون دادی؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:314:- نه به خدا آقا... به خدا قسم...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:316:- پس چه طور شد؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:320:- نترس بابا. کاریت نداریم. تقصیر آقا معلمه که عکس‌ها رو داده... تو کار بدی نکردی بابا جان. فهمیدی؟ اما می‌خواهم ببینم چه طور شد که عکس‌ها دست بابات افتاد.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:322:- آ.. آ... آخه آقا... آخه...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:328:- می‌دونی بابا؟ عکس‌هام چیز بدی نبود. تو خودت فهمیدی چی بود؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:330:- آخه آقا...نه آقا.... خواهرم آقا... خواهرم می‌گفت...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:332:- خواهرت؟ از تو کوچک‌تره؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:334:- نه آقا. بزرگ‌تره. می‌گفتش که آقا... می‌گفتش که آقا... هیچ چی سر عکس‌ها دعوامون شد.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:338:- اگر به تخته نچسبونید، ضررشون کم‌تره.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:342:این از معلم‌ها. حقوق مرا هم هنوز از مرکز می‌دادند. با حقوق ماه بعد هم اسم مرا هم به لیست اداره منتقل کردند. درین مدت خودم برای خودم ورقه انجام کار می‌نوشتم و امضا می‌کردم و می‌رفتم از مدرسه‌ای که قبلاً در آن درس می‌دادم، حقوقم را می‌گرفتم. سر و صدای حقوق که بلند می‌شد معلم‌ها مرتب می‌شدند و کلاس ماهی سه چهار روز کاملاً دایر بود. تا ورقه‌ی انجام کار به دستشان بدهم. غیر از همان یک بار - در اوایل کار- که برای معلم حساب پنج و شش قرمز توی دفتر گذاشتیم، دیگر با مداد قرمز کاری نداشتیم و خیال همه‌شان راحت بود. وقتی برای گرفتن حقوقم به اداره رفتم، چنان شلوغی بود که به خودم گفتم کاش اصلاً حقوقم را منتقل نکرده بودم. نه می‌توانستم سر صف بایستم و نه می‌توانستم از حقوقم بگذرم. تازه مگر مواجب‌بگیر دولت چیزی جز یک انبان گشاده‌ی پای صندوق است؟..... و اگر هم می‌ماندی با آن شلوغی باید تا دو بعداز ظهر سر پا بایستی. همه‌ی جیره‌خوارهای اداره بو برده بودند که مدیرم. و لابد آن‌قدر ساده لوح بودند که فکر کنند روزی گذارشان به مدرسه‌ی ما بیفتد. دنبال سفته‌ها می‌گشتند، به حسابدار قبلی فحش می‌دادند، التماس می‌کردند که این ماه را ندیده بگیرید و همه‌ی حق و حساب‌دان شده بودند و یکی که زودتر از نوبت پولش را می‌گرفت صدای همه در می‌آمد. در لیست مدرسه، بزرگ‌ترین رقم مال من بود. درست مثل بزرگ‌ترین گناه در نامه‌ی عمل. دو برابر فراش جدیدمان حقوق می‌گرفتم. از دیدن رقم‌های مردنی حقوق دیگران چنان خجالت کشیدم که انگار مال آن‌ها را دزدیده‌ام. و تازه خلوت که شد و ده پانزده تا امضا که کردم، صندوق‌دار چشمش به من افتاد و با یک معذرت، شش صد تومان پول دزدی را گذاشت کف دستم... مرده شور!
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:348:- ...بازرس وزارت فرهنگم.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:352:- این معلمه مدرسه که تصادف کرده...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:360:- مرده شور این مملکتو ببره. ساعت چهار تا حالا از تن این مرد خون می‌ره. حیفتون نیومد؟...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:364:- آقا کی باشند؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:368:- مرا می‌گید آقا؟ من هیشکی. یک آقا مدیر کوفتی. این هم معلمم.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:382:- چند؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:384:- دو تومنش دادم آقا.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:386:- زحمت کشیدی. نگفتی از کجا آورده؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:388:- من که ضامن بهشت و جهنمش نبودم آقا.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:392:- چرا به آقای ناظم خبر ندادی؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:396:- اگه خبرش می‌کرد آقا بایست سهمش رو می‌داد...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:400:- تو باز رفتی تو کوک مردم! اونم این جوری سر نزده که نمی‌آیند تو اتاق کسی، پیرمرد!
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:406:- شما دو تا زن دارید آقا؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:408:درباره‌ی پسرش برای خودم پیش‌گویی‌هایی کرده بودم و گفتم این طوری به او رودست می‌زنم. پیدا بود که از سؤالم زیاد یکه نخورده است. گفتم برایش چای آوردند و سیگاری تعارفش کردم که ناشیانه دود کرد از ترس این که مبادا جلویم در بیاید که - به شما چه مربوط است و از این اعتراض‌ها - امانش ندادم و سؤالم را این جور دنبال کردم:
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:410:- البته می‌بخشید. چون لابد به همین علت بچه شما دو سال در یک کلاس مانده.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:414:- به سر شما قسم، روزی چهار زار پول تو جیبی داره آقا. پدرسوخته‌ی نمک به حروم...!
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:426:- متأسفانه راه مدرسه‌ی ما را برای پاشنه‌ی کفش خانم‌ها نساخته‌اند.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:430:- آخه من شنیده بودم شما با معلماتون خیلی خوب تا می‌کنید.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:434:- اما نه این قدر که مدرسه تعطیل بشود خانم! و لابد به عرض‌تون رسیده که همکارهای شما، خودشون نشسته‌اند و تصمیم گرفته‌اند که هجده ساعت درس بدهند. بنده هیچ‌کاره‌ام.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:436:- اختیار دارید.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:440:- این را هم اطلاع داشته باشید که فقط دو تا از معلم‌های ما متأهل‌اند.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:448:- مبارکه، چه قدر گرفتی؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:450:- هنوز هیچ چی آقا. قراره فردا سر ظهر بیاند این جا آقا و همین جا قالش رو بکنند.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:458:- خسته نباشی اوستا.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:462:- لابد جواب درست و حسابی نشنیده که رفته سر دیوار.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:488:- عجب! چرا؟ مگه رئیس قبلی چپش کم بود؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:490:- چه عرض کنم. می‌گند پا تو کفش یکی از نماینده‌ها کرده. شما خبر ندارید؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:492:- چه طور؟ از کجا خبر داشته باشم؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:494:- هیچ چی... می گند دو تا از کارچاق‌کن‌های انتخاباتی یارو از صندوق فرهنگ حقوق می‌گرفته‌اند؛ شب عیدی رئیس فرهنگ حقوق‌شون رو زده.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:496:- عجب! پس اونم می‌خواسته اصلاحات کنه! بیچاره.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:500:- پرونده‌ای هم برات درست کردند یا هنوز بلاتکلیفی؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:502:- امتحانمو دادم آقا مدیر، بد از آب در نیومد.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:504:- یعنی چه؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:506:- یعنی بی‌تکلیف نیستم. چون اسمم تو لیست جیره‌ی زندون رفته. خیالم راحته. چون سختی‌هاش گذشته.
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:514:- چه خبر شده که با خانوم سرافرازمون کردید؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:518:- خوب، حالا چه فرمایش داشتید؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:522:- اگه من مدیر مدرسه بودم و هم‌چه اتفاقی می‌افتاد، شیکم خودمو پاره می‌کردم. خجالت بکش مرد! برو استعفا بده. تا اهل محل نریختن تیکه تیکه‌ات کنند، دو تا گوشتو وردار و دررو. بچه‌های مردم می‌آن این جا درس بخونن و حسن اخلاق. نمی‌آن که...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:524:- این مزخرفات کدومه آقا! حرف حساب سرکار چیه؟
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:528:- آبروی من رفته. آبروی صد ساله‌ی خونواده‌ام رفته. اگه در مدرسه‌ی تو رو تخته نکنم، تخم بابام نیستم. آخه من دیگه با این بچه چی کار کنم؟ تو این مدرسه ناموس مردم در خطره. کلانتری فهمیده؛ پزشک قانونی فهمیده؛ یک پرونده درست شده پنجاه ورق؛ تازه می‌گی حرف حسابم چیه؟ حرف حسابم اینه که صندلی و این مقام از سر تو زیاده. حرف حسابم اینه که می‌دم محاکمه‌ات کنند و از نون خوردن بندازنت...
./vendor/fzaninotto/faker/src/Faker/Provider/fa_IR/Text.php:536:- می‌دانی زن؟ بابای یارو پول‌داره. مسلماً کار به دادگستری و این جور خنس‌ها می‌کشه. مدیریت که الفاتحه. اما خیلی دلم می‌خواد قضیه به دادگاه برسه. یک سال آزگار رو دل کشیده‌ام و دیگه خسته شده‌ام. دلم می‌خواد یکی بپرسه چرا بچه‌ی مردم رو این طوری زدی، چرا تنبیه بدنی کردی! آخه یک مدیر مدرسه هم حرف‌هایی داره که باید یک جایی بزنه...
./vendor/fzaninotto/faker/src/Faker/Provider/it_IT/Company.php:9:        '{{lastName}}-{{lastName}} {{companySuffix}}',
./vendor/fzaninotto/faker/src/Faker/Provider/it_IT/Text.php:238:– Crì - crì - crì!
./vendor/fzaninotto/faker/src/Faker/Provider/it_IT/Text.php:262:Forse non credeva nemmeno di colpirlo: ma disgraziatamente lo colse per l’appunto nel capo, tanto che il povero Grillo ebbe appena il fiato di fare crì - crì - crì, e poi rimase lì stecchito e appiccicato alla parete.
./vendor/fzaninotto/faker/src/Faker/Provider/it_IT/Text.php:605:– Metti fuori i denari o sei morto, - disse l’assassino più alto di statura.
./vendor/fzaninotto/faker/src/Faker/Provider/it_IT/Text.php:606:- Morto! - ripeté l’altro.
./vendor/fzaninotto/faker/src/Faker/Provider/it_IT/Text.php:1008:– Povero ragazzo! - dissero allora i pescatori, che erano raccolti sulla spiaggia: e brontolando sottovoce una preghiera tornarono alle loro case.
./vendor/fzaninotto/faker/src/Faker/Provider/it_IT/Text.php:1896:– ...are! - ripeté il Gatto.
./vendor/fzaninotto/faker/src/Faker/Provider/Lorem.php:181:            $text[count($text) - 1] .= '.';
./vendor/fzaninotto/faker/src/Faker/Provider/cs_CZ/Company.php:13:        '{{lastName}}-{{lastName}} {{companySuffix}}',
./vendor/fzaninotto/faker/src/Faker/Provider/cs_CZ/Company.php:118:        return $ico . (11 - $mod);
./vendor/fzaninotto/faker/src/Faker/Provider/cs_CZ/Person.php:441:        $startTimestamp = strtotime("-${maxAge} year");
./vendor/fzaninotto/faker/src/Faker/Provider/cs_CZ/Person.php:442:        $endTimestamp = strtotime("-${minAge} year");
./vendor/fzaninotto/faker/src/Faker/Provider/cs_CZ/DateTime.php:27:        return static::$months[parent::month($max) - 1];
./vendor/fzaninotto/faker/src/Faker/Provider/cs_CZ/DateTime.php:32:        return static::$monthsGenitive[parent::month($max) - 1];
./vendor/fzaninotto/faker/src/Faker/Provider/cs_CZ/DateTime.php:37:        return static::$days[static::dateTime($max)->format('w')];
./vendor/fzaninotto/faker/src/Faker/Provider/cs_CZ/DateTime.php:47:        return static::dateTime($max)->format('j');
./vendor/fzaninotto/faker/src/Faker/Provider/tr_TR/DateTime.php:9:        return static::dateTime($max)->format('a') === 'am' ? 'öö' : 'ös';
./vendor/fzaninotto/faker/src/Faker/Provider/tr_TR/DateTime.php:23:        $week = static::dateTime($max)->format('l');
./vendor/fzaninotto/faker/src/Faker/Provider/tr_TR/DateTime.php:43:        $month = static::dateTime($max)->format('F');
./vendor/fzaninotto/faker/src/Faker/Provider/ko_KR/Address.php:7:    protected static $postcode = array('###-###');
./vendor/fzaninotto/faker/src/Faker/Provider/ko_KR/PhoneNumber.php:8:        '010-####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/ko_KR/PhoneNumber.php:9:        '070-####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/ko_KR/PhoneNumber.php:10:        '02-####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/ko_KR/PhoneNumber.php:11:        '03#-####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/ko_KR/PhoneNumber.php:12:        '04#-####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/ko_KR/PhoneNumber.php:13:        '05#-####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/ko_KR/PhoneNumber.php:14:        '06#-####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/ru_RU/Text.php:2328:— сколько было, брат, карет, и все это en gros[[1 - В большом
./vendor/fzaninotto/faker/src/Faker/Provider/ru_RU/Text.php:2772:— фетюк![[2 - Фетюк — слово, обидное для мужчины, происхоит от Фиты —
./vendor/fzaninotto/faker/src/Faker/Provider/ru_RU/Text.php:3428:корамора!»[[3 - Корамора — большой, длинный, вялый комар; иногда
./vendor/fzaninotto/faker/src/Faker/Provider/ru_RU/Payment.php:9:     * @example "cat *.html | grep 'b-cb-list__name' | iconv --f windows-1251 --t utf-8 | grep -o '>.*<' | \
./vendor/fzaninotto/faker/src/Faker/Provider/ru_RU/PhoneNumber.php:8:        '(812) ###-##-##',
./vendor/fzaninotto/faker/src/Faker/Provider/ru_RU/PhoneNumber.php:9:        '(495) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/ru_RU/PhoneNumber.php:10:        '+7 (922) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/ru_RU/PhoneNumber.php:11:        '(35222) ##-####',
./vendor/fzaninotto/faker/src/Faker/Provider/ru_RU/PhoneNumber.php:12:        '8-800-###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/DateTime.php:93:        return static::dateTime($max)->format($format);
./vendor/fzaninotto/faker/src/Faker/Provider/DateTime.php:106:        return static::dateTime($max)->format($format);
./vendor/fzaninotto/faker/src/Faker/Provider/DateTime.php:215:        return static::dateTime($max)->format('a');
./vendor/fzaninotto/faker/src/Faker/Provider/DateTime.php:225:        return static::dateTime($max)->format('d');
./vendor/fzaninotto/faker/src/Faker/Provider/DateTime.php:235:        return static::dateTime($max)->format('l');
./vendor/fzaninotto/faker/src/Faker/Provider/DateTime.php:245:        return static::dateTime($max)->format('m');
./vendor/fzaninotto/faker/src/Faker/Provider/DateTime.php:255:        return static::dateTime($max)->format('F');
./vendor/fzaninotto/faker/src/Faker/Provider/DateTime.php:265:        return static::dateTime($max)->format('Y');
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Company.php:14:        '{{lastName}}-{{firstName}}'
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:33:- Αντώνη, ακούω πάλι πως έκανες αταξίες! Φοβούμαι πως δε θα τα πάμε καλά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:35:Και όμως πώς ήθελε να μπορεί να κάνει όσα έκανε ο Αντώνης! Γιατί ο Αντώνης έκανε πολλά δύσκολα πράματα. Έκανε τούμπες τρεις στη σειρά και θα έκανε, λέει, και τέσσερις, αν ήταν πιο μεγάλη η κάμαρα και αν δε χτυπούσε ο τοίχος στα ποδάρια του· σκαρφάλωνε στη γαζία της αυλής· καβαλίκευε στην κουπαστή της σκάλας και κατέβαινε γλιστρώντας ως κάτω - έκανε, πηδώντας με το ένα πόδι, τρεις φορές το γύρο της αυλής του σπιτιού, χωρίς ν' αγγίξει τον τοίχο - κάθε πρωί, στη θάλασσα, βουτούσε το κεφάλι του στο νερό κι έμενε τόση ώρα με κλειστό στόμα και ανοιχτά μάτια, και δεν πνίγουνταν ποτέ. Και' άλλα πολλά έκανε ο Αντώνης. Έπειτα είχε πάντα γεμάτες τις τσέπες του από τόσους θησαυρούς. Τι δεν έβρισκες μέσα! Καρφιά, βόλους, βότσαλα, σπάγκους, κάποτε και κανένα κομμάτι μαστίχα μασημένη, και, πάνω απ' όλα, το τρίγωνο γυαλί που είχε πέσει από τον πολυέλαιο της εκκλησίας και που έκανε τόσα ωραία χρώματα σαν το έβαζες στον ήλιο. Ολόκληρο πλούτο είχαν αυτές οι τσέπες του Αντώνη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:40:- Είναι κακιά και γρουσούζα... μουρμούριζε ο Αντώνης στις αδελφές του, καμτσικώνοντας τις πέτρες του δρόμου με κανένα μαδημένο από τα φύλλα του χλωρό κλαδί, που πάντα βρίσκουνταν ανάμεσα στους θησαυρούς του Αντώνη, προς μεγάλο θαυμασμό του Αλέξανδρου. Είναι τσίφνα και γρινιάρα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:41:- Τι είναι; ρωτούσε ο Αλέξανδρος γέρνοντας ολόκληρος εμπρός από τη δασκάλα, που τον βαστούσε σφιχτά από το χέρι, για ν' ακούσει τη λέξη που του ξέφυγε. Μ' αμέσως τον τίναζε πίσω η Εγγλέζα, που δεν καταλάβαινε τα ελληνικά, και τον ξανάφερνε στη θέση του πλάγι της.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:42:- Σπίκ Ίνγκλις! πρόσταζε με το πιο αυστηρό της ύφος!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:48:Τι δεν έβρισκες εκεί μέσα! Πράσινα και γαλάζια κομμάτια γυαλί, κάποτε και άσπρα, χαλκάδες τενεκεδένιους σκουριασμένους ή καπάκια κουτιών στρογγυλά, σα ρόδες χωρίς αξόνι - μα ο Αντώνης έλεγε πως ήταν εύκολο να τους κάνεις αξόνι μ' ένα καρφί που θα τα τρυπούσε στη μέση - κάποτε κανένα κουδουνάκι σιδερένιο χωρίς γλωσσίδι - που και αυτό διορθώνουνταν, βεβαίωνε ο Αντώνης, με μια μεγάλη χάντρα της Αλεξάνδρας, κρεμασμένη σε μια κλωστή, μόνο που η Αλεξάνδρα, που είχε πέντε τέτοιες χάντρες, δεν ήθελε να δώσει καμιά, - κάποτε κανένα κομμάτι σκοινί ή σπάγκο ή τέλι, μα προπάντων πέτρες, πέτρες όλων των σχημάτων, με φλέβες σταχτιές, μενεξελιές, τριανταφυλλιές ή μαύρες.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:51:- Βόλους! Βόλους! Ελάτε να δείτε πόσοι! τους είπε μαζεύοντας τους στη γεμάτη φούχτα της.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:53:- Οι δικοί μου είναι πιο μεγάλοι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:55:- Και για να τους πετάξουν εδώ, θα πει πως είναι χαλασμένοι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:57:- Πού το ξέρεις πως τους πέταξαν; ρώτησε. Μπορεί ένα αγόρι να τους είχε στην τσέπη του και να τρύπησε η τσέπη του και να του έπεσαν όσο περπατούσε. Για δες, έχει παντού, εδώ, κι εκεί, και παρακάτω! Θα έτρεχε το αγόρι και θα έπεφταν οι βόλοι...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:58:- Πφφφ... διέκοψε ο Αντώνης που είχε πολλή όρεξη να πάρει από το θησαυρό της αδελφής του, μα που δεν το καταδέχουνταν πια, μιας και τον είχε περιγελάσει. Ξέρεις και συ τώρα από αγόρια!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:60:- Καλά. Όταν αύριο μου ζητήσετε τους βόλους μου, εγώ δε θα σας τους δώσω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:68:- Πώς του ήλθε να το κάνει! είπε η Αλεξάνδρα σμίγοντας τα δυο της χέρια κάτω από το πιγούνι της.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:70:- Φαντάσου να το ήξερε η μαμά πως είπε «Βρε συ!» σ' έναν αξιωματικό! είπε αργοπροφέροντας μια μια τις λέξεις του ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:71:- Και να σηκώσει και τη γροθιά του! είπε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:72:- Και να χτυπήσει το πόδι του εμπρός, σα να τραβούσε σπαθί! πρόσθεσε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:73:- Και σε ποιον; Σ' έναν αξιωματικό! είπε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:75:- Μα δεν το ήξερα πως ήταν αξιωματικός! είπε ανάμεσα στα δάκρυα του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:76:- Πώς δεν το ήξερες; Δεν τον είδες, με την άσπρη του στολή και τα χρυσά γαλόνια στο πηλήκιο του; ρώτησε αυστηρά ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:77:- Τον είδα... μα τον είδα αφού το είπα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:78:- Καλά, δεν άκουσες τ' άλογο του που ήρχουνταν πίσω μας;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:79:- Το άκουσα. Μα νόμιζα πως ήταν ο Μπαρμπαγιάννης Κανατάς!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:81:- Αυτά που λες μόνο ένα μωρό σαν και σένα μπορεί να τα πει! του αποκρίθηκε με το πιο αυστηρό του ύφος. Άκουσες μήπως το τσίκι τσάκα που κάνουν οι κανάτες του Μπαρμπαγιάννη Κανατά, σαν τρέχει το γαϊδουράκι του;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:82:- Όοοχι... ομολόγησε χαμηλόφωνα ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:83:- Και δεν άκουσες το κλοπακλόπ, κλοπακλόπ, κλοπακλόπ που κάνει το άλογο σαν τρέχει και που δε μοιάζει καθόλου με το τακ, τακ, τακ του γαϊδουριού;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:84:- Ναι... τ' άκουσα... αποκρίθηκε ακόμα πιο σιγά ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:85:- Και αμέ το κλικικλίκ του σπαθιού στη σέλα; έκαμε η Αλεξάνδρα, για να μη μείνει πίσω στην παρατηρητικότητα και την περιγραφή. Με αυτή την ενθύμηση του σπαθιού του αξιωματικού, καινούρια δάκρυα του Αλέξανδρου. Κι είπε η Αλεξάνδρα, αναπολώντας πάλι το δράμα:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:86:- Ήρχουνταν ο αξιωματικός από την Καστέλα... Κι έτρεχε για να πάγει σπίτι του... Και βλέπει μπροστά του τέσσερα παιδιά που θα νόμιζε, βέβαια, πως είναι καλοαναθρεμμένα παιδιά. Κι άξαφνα, το πιο μικρό, γυρνάει πίσω, κάνει απότομα ένα βήμα μπροστά...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:87:- Σα να έκανε έφοδο! διέκοψε με αγανάκτηση ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:88:- Ναι, σα να έκανε έφοδο! επανέλαβε η Αλεξάνδρα. Και σηκώνοντας τη γροθιά του, φωνάζει: «Βρε συ!» Και σε ποιον; Σ' έναν αξιωματικό!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:90:- Και δε θύμωσε ο αξιωματικός, είπε συντριμμένη η Πουλουδιά, κουνώντας πάνω κάτω το κεφάλι της, όπου βάραινε όλη η ντροπή του αδελφού της, και δε μάλωσε... μόνο γέλασε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:91:- Ναι, φαντάσου! Γέλασε! επανέλαβε καταστενοχωρεμένη η μεγάλη αδελφή.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:93:- Αλεξάνδρα! Αντώνη!... Πού είναι τα παιδιά; Και πού είναι η μις Ράις;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:96:- Μόνοι σας; Πού είναι η μις Ράις;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:97:- Πήγε στην κάμαρα της... άρχισε η Αλεξάνδρα. Μα τη διέκοψε η θεία:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:98:- Γιατί;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:99:- Ήταν άρρωστη και...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:100:- Δε βγήκε μαζί σας; διέκοψε πάλι η θεία.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:101:- Ναι, βγήκαμε. Μα, σα γυρίσαμε, είπε πως ήταν άρρωστη... Βήματα ακούστηκαν από μέσα και ο θείος Ζωρζής βγήκε στην πόρτα, κοντός, στρογγυλός, παχύς, με το αγαθό του χαμόγελο που ξανάνιωνε το σταχτί του κεφάλι και τ' άσπρα του φρύδια.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:102:- Η μις Ράις είναι πάλι άρρωστη, είπε η θεία γυρνώντας σ' εκείνον.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:103:- Άρρωστη; Τι έπαθε! Καλώς τα παιδιά! Ελάτε στη βεράντα, που ήλθε η θεία Αργίνη με τον Γιάννη...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:105:- Καλέ, τι είναι αυτά; Τι είναι αυτές οι βρώμες στην αυλή μας; Ποιος έμπασε κατσίκες εδώ;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:108:- Ποιος έβαλε μέσα κατσίκες; επανέλαβε. Και φώναξε:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:109:- Ειρήνη!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:111:- Ορίστε, κυρία!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:112:- Ποιος έμπασε κατσίκες στην αυλή μας;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:113:- Κατσίκες;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:115:- Πωπώ! έκανε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:117:- Μην τις έβαλε μέσα ο Αντώνης;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:118:- Εγώ; Όχι! έκανε ξαφνισμένος ο Αντώνης. Μα πού είναι οι κατσίκες;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:119:- Έ, ανόητε! είπε γελώντας ο θείος. Οι κατσίκες ξανάφυγαν, μ' άφησαν πίσω τους τα... τα σημάδια τους! πρόσθεσε με καινούριο ξεκάρδισμα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:124:- Γιατί κλαις; τη ρώτησε περιφρονητικά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:126:- Είσαι μια κουτή! Λερώνεις την αυλή μας και ύστερα κλαις κιόλα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:127:- Δεν κλαίγω γι' αυτό, είπε πειραγμένη η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:128:- Αμέ γιατί κλαις;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:129:- Γιατί... Στάθηκε να σκεφθεί ποιαν αιτία να προτιμήσει. Και αποφάσισε: Γιατί θα με μαλώσει η θεία και θα μου δώσει κι έναν μπάτσο!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:130:- Φοβητσιάρα! έκανε ο αδελφός της. Η Πουλουδιά επαναστάτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:131:- Δε φοβούμαι! διαμαρτυρήθηκε. Και πρώτον το ξέρεις πως δεν πονεί το χέρι της θείας!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:132:- Αμέ τότε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:133:- Έτσι! Δε μ' αρέσει να με δέρνουν!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:135:- Εσείς τα κορίτσια όλο αφορμές γυρεύετε για να κλαίτε, είπε περιφρονητικά. Και τώρα βρίσκεις αφορμή πως θα σε δείρει η θεία, χωρίς να ξέρεις τίποτα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:136:- Αφού το ξέρω πως θα με δείρει! είπε η Πουλουδιά που είχε βγει και αυτή στο μπαλκόνι και είχε πιάσει και αυτή την κουπαστή και κλοτσούσε το ξύλινο περίφραγμα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:137:- Τίποτα δεν ξέρεις! Γιατί θα σε δείρει;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:138:- Μα δεν της είπες πως εγώ έφερα τους βόλ... δηλαδή... αυτά, έκανε με αηδία.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:139:- Βέβαια όχι... αφού δε με ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:141:- Α, καλά, αν είναι έτσι...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:143:- Μ' έστειλε η θεία Αργίνη να σε φωνάξω. Μα είναι το πρόσωπο σου σιχαμένο... σκούπισες τα μάτια σου με βρώμικα χέρια... που πιάσανε τους βόλους σου... πουφού! τι βρώμες!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:144:- Καθόλου! φώναξε αγανακτισμένη η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:145:- Πώς καθόλου; Κοίταξε το πρόσωπο σου στον καθρέφτη!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:147:- Όλα αυτά είναι πάστρες, είπε, είναι οι πάστρες που βγαίνουν από τους βόλους της δεσποινίδας...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:150:- Θα πω του θείου πως μου τράβηξες τά μαλλιά! Επίσης χαμηλόφωνα, πνιγμένα, της αποκρίθηκε ο Αντώνης:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:151:- Κι εγώ θα πω της θείας πως εσύ έφερες τις κατσικίσιες... ξέρεις τι, στην αυλή μας!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:153:- Αν το πεις, θα είσαι μαντατούρης! του είπε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:154:- Εσύ είσαι η μαντατούρα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:155:- Καθόλου! Εγώ δε μαντατεύω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:156:- Ουτ' εγώ δε μαντατεύω. αν δε μαντατέψεις εσύ!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:161:- Βλέπεις; Σε τέτοια θηρία χρειάζονται σιδερένια ποδήματα! είπε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:163:- Όχι δα, καημένη! Αρκεί να πεις του τσαγκάρη να προσθέσει ένα σιδεράκι στις μύτες, όπως κάνω εγώ για τα δικά μου αγόρια, και ιδίως για τον Γιάννη που είναι και αυτός κατελυτήρι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:165:- Εγώ, είπε αργότερα η Αλεξάνδρα στ' αδέλφια της, αν είχα τη θεία Αργίνη μαμά, δε θα έκανα ποτέ αταξίες, για να μη λυπάται. Ενώ ο Γιάννης, που είναι κι έτσι μεγάλος, κάνει όλη την ώρα αταξίες.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:166:- Πού το ξέρεις; ρώτησε ο Αντώνης, που ένιωσε το αγορίστικο γόητρο να κινδυνεύει.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:167:- Το είδα! αποκρίθηκε η Αλεξάνδρα. Και πρώτον είχε σχίσει το παντελόνι του και στέκουνταν όλη την ώρα ακουμπισμένος στον τοίχο, για να μην τον δει κανείς και τον μαλώσει η μαμά του. Μα εγώ το κατάλαβα. Και όταν έφευγε, εγώ το είδα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:168:- Ο Γιάννης δε θα φοβάται τη μαμά του, γιατί ποτέ δεν τον μαλώνει, είπε μελαγχολικά η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:169:- Πού το ξέρεις; ρώτησε πάλι ο Αντώνης, χολιασμένος που τόσα παρατήρησαν τα κορίτσια, εκεί που αυτός δεν είχε δει τίποτα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:170:- Εγώ το ξέρω! είπε η Πουλουδιά σείοντας το φουντωτό της κεφάλι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:171:- Τίποτα δεν ξέρεις! Ούτε μίλησες του Γιάννη!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:172:- Όχι, μα το είδα όταν τον κοίταξε η θεία Αργίνη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:173:- Δεν είδες τίποτα! Κοροφέξαλα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:174:- Εγώ όμως είδα, είπε η Αλεξάνδρα, και ξέρω πως είναι πολύ κακό παιδί ο Γιάννης! Ήταν και τα δυο του χέρια τόσο βρώμικα, που τα έκρυβε πίσω στην πλάτη του και όλο κουνούσε τα δάχτυλα του, και όλο μαδούσε τον τοίχο της βεράντας κι έτριβε ύστερα το σοβά στα χέρια του, για να βγάλει τις μουντζούρες και τα μελάνια.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:175:- Πώς το ξέρεις; ρώτησε όλο και πιο ερεθισμένος ο Αντώνης. Αφού ήταν τα χέρια του πίσω του!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:176:- Έβλεπα κάθε λίγο σκόνες και πετραδάκια που έπεφταν από τη ράχη του. Και, σαν έφυγαν, πήγα και κοίταξα τον τοίχο και είδα πως τον είχε μαδήσει. Και είχε και δαχτυλιές μαύρες.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:178:- Και τι είπε η θεία Μαριέτα; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:179:- Δεν το είδε. Δεν κοίταξε από κει. Και ήταν πια σούρουπο σαν έφυγαν. Μα θα το δει αύριο και θα πει πως το 'κανες εσύ!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:181:- Τι θα κάνεις, Αντώνη;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:182:- Θα της πω πως δεν το έκανα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:183:- Δε θα το πιστέψει! Να της πεις την αλήθεια, πως το 'κανε ο Γιάννης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:185:- Δε θα το πω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:186:- Μα θα σε δείρει!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:188:- Ας με δείρει! έκανε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:190:- Όχι, Αντώνη, παρακάλεσε και το στόμα του έτρεμε, έτοιμο να ξεσπάσει στα κλάματα, πες πως το έκανε ο Γιάννης, μη σε δείρει η θεία, όπως τη μέρα που έριξε ο αέρας κάτω τη στάμνα κι εκείνη νόμιζε πως την έσπασες εσύ!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:192:- Εγώ μαντατούρης δε γίνομαι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:195:- Είσαι κακιά γυναίκα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:197:- Θα είχες βρει το δίκιο σου! τον βεβαίωσε η Αλεξάνδρα. Μα δε βρήκε το δίκιο του ούτε κείνος ούτε οι αδελφές του ούτε και ο μικρός Αλέξανδρος που, βαλμένος στη γωνιά με πρόσωπο κατά τον τοίχο, κλαίγοντας και αναστενάζοντας μουρμούριζε σιγά σιγά, για να τ' ακούσει μόνος ο τοίχος:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:198:- Και όμως, η μις Ράις είπε ψέματα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:199:Όσο για τ' άλλα τρία αδέλφια, ούτε πρόφθασαν να δικαιολογηθούν. Δικάστηκαν και καταδικάστηκαν χωρίς απολογία. Γιατί είχε ακούσει το θόρυβο η θεία και είχε μπει στο σπουδαστήριο των αδελφών όπου, με άτακτα μαλλιά και το πρόσωπο αναμμένο, ο Αντώνης βαστούσε... -τι φρίκη!- ναι, ο Αντώνης βαστούσε, ψηλά πάνω από το κεφάλι του, τα δυο χέρια της μις Ράις. Άκουσε την πόρτα η μις Ράις και, με τα χέρια ακόμα αιχμαλωτισμένα στα χέρια του Αντώνη, γύρισε, είδε τη θεία και φώναξε:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:200:- Καμαρώστε τ' ανίψια σας! Ιδού με τι τρόπο γίνεται το μάθημα κάθε μέρα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:202:- Τι τρέχει, μις Ράις;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:204:- Δεν μπορώ να εξακολουθήσω να διδάσκω παιδιά που μου είπαν: «Είσαι κακιά γυναίκα»!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:206:- Ποιος είπε αυτή τη λέξη;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:207:- Ποιος άλλος; Ο Αντώνης φυσικά! Και το κακό είναι που παρασύρει και τις αδελφές του και ακόμα και τον Αλέξανδρο που τόλμησε να μου πει: «Μη φωνάζεις»! Εγώ δεν τ' ανέχομαι αυτά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:209:- Πρέπει να πέρασαν πολλές ώρες! είπε αργότερα η Αλεξάνδρα στ' αδέλφια της. Τα γόνατα μου κουράστηκαν τόσο, που κόντευα να πέσω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:211:- Δεν έχει να πάτε στη θεία Αργίνη τ' απόγεμα! Θα βγείτε περίπατο με τη μις Ράις! Και ούτε το μεσημέρι ούτε το βράδυ δε θα φάγει κανένας σας φρούτο! Και τώρα, ο κύριος Αλέξανδρος να πάγει στη γωνιά με το πρόσωπο στον τοίχο, ο δε κύριος Αντώνης να έλθει μαζί μου, ν' ανέβει στη σοφίτα και να μείνει μονάχος, κλεισμένος ως την ώρα του τραπεζιού.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:212:- Μάλιστα! Τέτοια κάνουν αυτές οι ξένες, τέτοιες ψευτιές λεν κι έτσι τυραννούν τα παιδιά! Και το κάνουν πάντα! δήλωσε ο Αντώνης το απόγεμα, όταν με τ' αδέλφια του και τη δασκάλα βγήκε από την αυλή τους.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:214:- Σπίκ Ίγκλις! πρόσταξε με θυμό.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:216:- Μη φοβάσαι, μικρέ! Είναι καλός και δε δαγκώνει!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:218:- Αυτός ο Αλέξανδρος πάντα θα μας ντροπιάζει! είπε ελληνικά ο Αντώνης, σα γύρισαν στο δρόμο. Δε φθάνει που είπε χθες «Βρε συ» στον αξιωματικό...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:219:- Σπίκ Ίνγκλις! φώναξε άγρια η δασκάλα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:221:- Εγώ, είπε ο Αντώνης, αν ξαναδοκιμάσει ποτέ να με δείρει, δε θα της πω πια «Κακιά γυναίκα», μα θα σηκωθώ και θα βγω από την κάμαρα χωρίς να της μιλήσω.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:222:- Κι εγώ! είπε ο Αλέξανδρος που ήθελε να εξιλεωθεί από την πρωτυτερινή του τρομάρα και το χθεσινό του αμάρτημα απέναντι του αξιωματικού. Η Αλεξάνδρα τον μέτρησε με μια ματιά, τόσο μικρούτσικος που ήταν, και είπε:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:223:- Ναι! Εσύ! Εσένα θα σε στρώσει μπρούμυτα στα γόνατα της, όπως πάντα, και θα σου τις βρέξει, χωρίς να μπορείς εσύ να κάνεις τίποτα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:225:- Έννοια σου, του είπε μεγαλόψυχα, εγώ θα σε πάρω από το χέρι και θα σε πάγω έξω μαζί μου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:226:- Κι εγώ θα πάγω ίσια στη θεία και θα της πω: «Θεία, η μις Ράις θέλει να μας δείρει»... είπε η Αλεξάνδρα που αισθάνουνταν το θάρρος της να μεγαλώνει με κάθε λέξη που ανταλλάζουνταν. Και να δούμε τότε τι θα πει αυτή, σαν τη μαλώσει η θεία.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:228:- Η θεία δε θα τη μαλώσει! Θα σε δείρει εσένα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:230:- Καλύτερα να το πούμε στο θείο. Αυτός δε μας δέρνει ποτέ. Κι εκείνος θα την κάνει... θα την κάνει...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:233:- Ναι! Στο θείο! έκανε ο Αντώνης. Τι ανοησίες που λες! Θα του πει η θεία «Εσύ, Ζωρζή, μην ανακατώνεσαι» και θα πάρει ο θείος το καπέλο του και θα βγει έξω. Και αυτό μπορούσε να γίνει. Είχε ξαναγίνει και άλλοτε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:234:- Και τότε... πωπώ, τι έχομε να πάθομε από τη μις Ράις! είπε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:236:- Πωπώ! έκανε επίσης τρομαγμένος ο Αλέξανδρος, κουνώντας απάνω κάτω το κεφάλι του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:238:- Τι θα μας κάνει; είπε ακατάδεχτα. Θα της πιάσω τα χέρια, όπως το πρωί, και θα την ντροπιάσω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:240:- Και θα φωνάξει αυτή, και πάλι θα έλθει η θεία, και πάλι θα σε κλείσει στη σοφίτα! είπε με αθυμία.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:242:- Σεις τα κορίτσια είστε φοβητσιάρες! είπε περιφρονητικά. Δε θα κάνετε ποτέ σας τίποτα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:244:- Τι φεύγεις; του φώναξε η Αλεξάνδρα. Δεν αποφασίσαμε τίποτα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:246:- Τι ψάχνεις; του φώναξε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:248:- Σσσστ! έκανε. Μια σαυρίτσα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:250:- Την τσάκωσα! Γρήγορα! Γρήγορα! Ελάτε να με βοηθήσετε να την πιάσω! Ελάτε όλοι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:252:- Πιάστε το καπέλο μου... γρήγορα, και οι δυο σας! Πατήστε το με τα χέρια, τις άκρες, η μια από δω, η άλλη από κει! πρόσταξε αναμμένος ο Αντώνης. Προσέξτε μη σας φύγει!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:254:- Τι έκανες! φώναξε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:256:- Με... με χτύπησε η σαύρα... είπε μισοζαλισμένη και από το φόβο της σαύρας και από το θυμό του Αντώνη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:258:- Μις Ράις! ξεφώνισαν τα δυο κορίτσια τρομαγμένα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:260:- Πουλουδιά! Να τον βοηθήσομε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:263:- Πάμε στο σπίτι... Κάνατε πο... πολύ δρόμο, παι... παιδιά μου... και κουραστήκατε... όχι;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:267:- Μα μας είδε η βασίλισσα! είπε η Πουλουδιά. Και γύρισε μάλιστα και μας κοίταξε δυο φορές!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:268:- Θα κοίταξε κανέναν άλλο, είπε ο Αντώνης, έτοιμος πάντα να επαναστατήσει για κάθε επίκριση γυναικεία, είτε από τραπεζιέρα ήρχουνταν είτε από αδελφή είτε από βασίλισσα. Θα κοίταζε την Αλίς Χορν.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:269:- Όχι, μας κοίταξε εμάς, δυο φορές! Ναι, εγώ την είδα! επέμεινε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:270:- Και πρώτον η Αλίς ήταν στη δική της πόρτα και η βασίλισσα δεν μπορούσε να τη δει, επικύρωσε η Αλεξάνδρα. Και η πόρτα της Αλίς είναι ύστερα από τη δική μας.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:272:- Μας είδε η βασίλισσα! είπε πικρά η Αλεξάνδρα. Και, το χειρότερο, μας είδε και η Αλίς! Κι έμπηξε τα γέλια και δάγκασε τα χέρια της κι έτρεξε πίσω στο σπίτι της! Πώς θα μας περιγελάσει!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:273:- Και είδε το καπέλο της μις Ράις που ήταν στραβό; ρώτησε τρομαγμένος ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:274:- Βέβαια! αποκρίθηκε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:276:- Και είδε τα αίματα στην μπλούζα του Αντώνη!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:277:- Δεν έχω αίματα! διαμαρτυρήθηκε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:278:- Ναι, έχεις! Εδώ! είπε η Πουλουδιά φέρνοντας μπροστά τον πλατύ ναυτικό κολάρο του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:280:- Πώς πήγε εκεί πίσω το αίμα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:281:- Θα σου έσπασε το κεφάλι! αναφώνησε η Αλεξάνδρα. Για να δω; Πού πονείς;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:284:- Εγώ... εγώ δεν άφηνα να μου χτυπήσει το κεφάλι ή να μου γδάρει το πρόσωπο! Εγώ θα της έπιανα τα χέρια! Μόνο που, έτσι άνανδρα, με χτύπησε από πίσω! Ας ερχόταν μπροστά μια φορά και να 'βλεπε αυτή!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:285:- Κι εγώ θα της έπιανα τα χέρια! είπε η Πουλουδιά που, μ' όλη τη φανερή πληγή, ένιωθε καταφρόνια στα λόγια του Αντώνη. Κι εγώ θα της έπιανα τα χέρια, αν... αν... Δε βρήκε αμέσως για ποιο λόγο δεν το έκανε και θριαμβευτικά ξαναβρίσκοντας μεμιάς την ανδρική του υπεροχή, είπε ο Αντώνης:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:286:- Εσύ δεν της τα 'πιασες και όμως σε χτύπησε από μπρος, στο πρόσωπο!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:288:- Εγώ, είπε, σαν είδα τα αίματα, ήθελα να πάρω τον Αλέξανδρο από το χέρι, να πάρω και την Πουλουδιά, να σε φωνάξω και σένα και να τρέξομε να φύγομε, κι εκείνη θα έμπλεκε στη φούστα της που είχε λυθεί και δε θα μπορούσε να μας κυνηγήσει και θα την αφήναμε κει και θα ερχόμασταν σπίτι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:289:- Αλήθεια! θαύμασε η Πουλουδιά, που τέτοια τολμηρή λύση δεν την είχε σκεφθεί.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:291:- Και γιατί δεν το έκανες;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:292:- Γιατί; επανέλαβε η Αλεξάνδρα, μάταια γυρεύοντας μιαν απάντηση που δεν ήρχουνταν.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:293:- Ναι, γιατί δε μας το είπες ελληνικά; Και γιατί, σαν έπεσε κάτω, πάλι δεν είπες τίποτα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:294:- Κούκου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:296:- Ο μπαμπούλας έφυγε; ρώτησε χαμηλόφωνα η Αλίς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:297:- Όχι! αποκρίθηκε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:299:- Τι κάνετε τέτοιαν ώρα εδώ, παιδιά; Γιατί δεν είστε περίπατο; φώναξε η θεία από ψηλά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:301:- Δεν ακούω... Σταθείτε, κατεβαίνω, είπε η θεία. Και το κεφάλι της χάθηκε πάλι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:303:- Τι θα πούμε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:305:- Γιατί είστε δω, παιδιά; Πού είναι η μις Ράις;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:307:- Τι τρέχει; Αλεξάνδρα, εσένα ρωτώ! Πού είναι η μις Ράις;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:308:- Στην... κάμαρα της... μουρμούρισε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:309:- Γιατί;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:310:- Δεν ξέρω... Δεν κατέβηκε...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:312:- Τι έπαθες, Πουλουδιά; Έλα δω! έκανε πιάνοντας την ανιψιά της από τους ώμους. Σήκωσε το κεφάλι... Κοίταξε με! Ποιος σου το 'κανε αυτό στο μάγουλο;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:314:- Εσύ; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:315:- Όχι! αναφώνησε η Πουλουδιά και σώπασε φοβισμένη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:316:- Εσένα δε σε ρώτησα! είπε η θεία. Τον Αντώνη ρωτώ! Αντώνη, εσύ χτύπησες την αδελφή σου;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:317:- Όχι, θεία! αποκρίθηκε χωρίς πολύ θάρρος ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:318:- Ποιος τη χτύπησε; Πες μου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:319:- Η μις Ράις, είπε ακόμα πιο χαμηλόφωνα ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:320:- Η μις Ράις;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:322:- Γιατί; Τι έκανε η Πουλουδιά; Μα... καλέ, τι είναι αυτά; Αίματα στα ρούχα σου; αναφώνησε η θεία τραβώντας πάλι μπροστά τον τσαλακωμένο του κολάρο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:323:- Άνοιξε η μύτη μου! εξήγησε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:324:- Κι έσταξε στη ράχη σου; Τι παραμύθια είναι αυτά;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:326:- Αλήθεια σας λέγει, θεία! Η μις Ράις χτύπησε τον Αντώνη στο κεφάλι και στο πρόσωπο και του άνοιξε τη μύτη, και τον χτυπούσε και στην πλάτη και παντού, παντού! Και τρέξαμε με την Πουλουδιά να τον γλιτώσομε, κι έδειρε την Πουλουδιά και της ξέγδαρε το πρόσωπο, κι έτρεχαν αίματα, και τρομάξαμε... Αχ, θεία, τρομάξαμε πολύ! αναφώνησε η Αλεξάνδρα και ξέσπασε στα κλάματα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:328:- Έλα πάνω μαζί μου! Έλα να μου τα ξαναπείς όλα αυτά εμπρός στη μις Ράις!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:329:- Όχι, θεία! Παρακαλώ! προσπάθησε να πει η Αλεξάνδρα. Μα η θεία την πήρε από το χέρι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:330:- Μην είσαι ανόητη! της είπε γλυκά. Τι φοβάσαι, αφού είσαι μαζί μου;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:332:- Και τώρα;... Η μις Ράις;... έκανε ο Αντώνης καμτσικώνοντας τον αέρα με τη χλωρή του βέργα, που ήταν πάντα πρόχειρη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:333:- Θα τις φάγει; ρώτησε η Πουλουδιά σμίγοντας μ' έκσταση τα χέρια της.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:335:- Πσσστ... πσσστ... Τι σας έκανε ο μπαμπούλας;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:336:- Τι θα κάνει η θεία σας τον μπαμπούλα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:337:- Μη κι έλθει κάτω ο μπαμπούλας; ρώτησαν τα τρία κεφάλια μαζί.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:340:- Έλα, μωρό μου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:342:- Κι εγώ που ήθελα να τη δείρει η θεία... μουρμούρισε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:343:- Κι εγώ που την είπα μπαμπούλα... είπε η Αλίς από πάνω από τον τοίχο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:344:- Κι εγώ!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:345:- Κι εγώ! είπαν και τ' άλλα δυο κεφάλια κοντά της.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:346:- Και τώρα τι θα κάνομε; ρώτησε ο Αλέξανδρος και η φωνή του έτρεμε σαν κατσίκας.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:350:- Δεν μπορούμε σήμερα, Αλίς, να παίξομε μαζί σας. Θα πάμε στη βεράντα να περιμένομε το θείο το γιατρό.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:351:- Να έλθομε αύριο; ρώτησε η Αλίς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:352:- Ναι, βέβαια! είπαν τα μεγαλύτερα αδέλφια.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:354:- Πώς ανέβηκαν εκεί πάνω;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:357:- Μην κουνήσετε από δω από τη βεράντα, είπε η θεία στ' αδέλφια. Εκτός...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:359:- Εκτός αν βρέξει, πρόσθεσε, και τότε να μπείτε μέσα. Και ακολούθησε το θείο, ίσιο, λιγνό, με ψαρό μουστάκι και γένια, που ανέβαινε. Και πέρασε πολλή ώρα κι εκείνοι δεν κατέβαιναν.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:360:- Θα είναι πιο άρρωστη η μις Ράις! είπε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:361:- Ίσως πέθανε πια! πρόσθεσε η Πουλουδιά. Και όλα τ' αδέλφια μελαγχόλησαν.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:363:- Πού είναι η θεία Μαριέτα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:364:- Απάνω, με το θείο. Η μις Ράις είναι πολύ άρρωστη, αποκρίθηκε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:366:- Καλησπέρα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:368:- Η μητέρα μ' έστειλε να ρωτήσω ποιος είναι άρρωστος. Ανησύχησε που στείλατε έτσι βιαστικά να πάρετε τον πατέρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:370:- Ναι! Παρακαλέσαμε να έλθει πολύ γρήγορα, γιατί η μις Ράις είναι πολύ, πάρα πολύ άρρωστη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:371:- Τι έχει; ρώτησε ο Γιάννης χωρίς να φαίνεται πολύ ταραγμένος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:372:- Παραμιλά! αποκρίθηκε η Αλεξάνδρα. Μα καθόλου δεν ταράχθηκε ο Γιάννης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:373:- Πολλοί άνθρωποι παραμιλούν και με λίγο πυρετό! είπε καθησυχαστικά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:376:- Η θεία. είπε: «Δε μ' αρέσει η θέση της!» Και η κερα-Ρήνη λέγει πως θα είναι του θανατά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:378:- Ούτε η θεία ούτε η κερα-Ρήνη δεν είναι γιατροί! είπε. Αυτή η ασυζήτητη αλήθεια αποστόμωσε τ' αδέλφια που, και τα τέσσερα, όρθια, θαμπωμένα, κοίταζαν τον Γιάννη. Τους είδε αυτός και γέλασε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:379:- Τι με κοιτάζετε έτσι; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:382:- Η θεία είπε να μην κουνήσομε από δω! Κοντοστάθηκε ο Αντώνης και κακοθέλητα είπε:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:383:- Πάγω μια στιγμή στης Αλίς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:384:- Όχι, να μην πας! πρόσταξε η Αλεξάνδρα. Θα θυμώσει η θεία!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:386:- Θέλω κάτι να ρωτήσω την Αλίς...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:387:- Ποια είναι η Αλίς; ρώτησε ο Γιάννης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:388:- Η Αλίς Χορν... Κάθεται δω, πλάγι μας, αποκρίθηκε βιαστικά η Πουλουδιά, ενθουσιασμένη που βρήκε μια κουβέντα να κάνει με το μεγάλο εξάδελφο. Παίζομε συχνά μαζί της. Έχει κι έναν αδελφό μεγάλο, που τον λένε Μαξ. Τον ξέρεις, Γιάννη;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:389:- Τον ξέρω, είπε ακατάδεχτα ο Γιάννης. Έρχεται στο σχολείο μου.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:390:- Έχει κι ένα μικρό αδελφό και τον λένε Αλέκο, προθυμοποιήθηκε να τον πληροφορήσει η Πουλουδιά. Και τον αγαπούμε πολύ...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:392:- Τους ξέρω, είπε. Και πρόσθεσε:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:393:- Είναι Εβραίοι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:395:- Εβραίοι!... Και πάγει ο Μαξ στο σχολείο σου; έκανε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:396:- Γιατί όχι; είπε ο Γιάννης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:398:- Ο Στάμος λέγει πως οι Εβραίοι σταύρωσαν το Χριστό!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:399:- Ποιος είναι ο Στάμος; ρώτησε ο Γιάννης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:400:- Ένας εξάδελφος μας στην Αλεξάνδρεια. Είναι αλήθεια;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:401:- Βέβαια είναι αλήθεια, αποκρίθηκε ο Γιάννης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:402:- Λοιπόν πώς μπορείς να παίζεις μαζί τους;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:403:- Εγώ δεν παίζω με τον Μαξ, δεν τον έχω φίλο, γιατί είναι μικρός και σ' άλλη τάξη. Μα άλλα παιδιά παίζουν.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:404:- Χριστιανοί;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:405:- Ναι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:406:- Μα δε φοβούνται; ρώτησε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:407:- Τι να φοβηθούν;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:409:- Μα ο Στάμος λέγει πως αν δείξεις του Εβραίου ένα σταυρό, αυτός πέφτει ξερός! Γιατί έχει ένα διάβολο μέσα του και σα δει ο διάβολος το σταυρό, σκάζει! Ο Γιάννης την κοίταξε και είπε:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:410:- Τι ανοησίες!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:411:- Ναι! επέμεινε η Αλεξάνδρα. Κι εμείς ξέραμε κάτι κορίτσια Εβραίες που πήγαιναν κι έπαιζαν στο ίδιο περιβόλι όπου πηγαίναμε κι εμείς και μας είπε ο Στάμος να δοκιμάσομε και να δούμε. Και πήραμε το σταυρό της βαφτίσεώς μου...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:413:- Να, αυτό το σταυρό! Κι εμείς φοβόμασταν πολύ. Και ο Στάμος είπε: «Δώσ' μου εμένα το σταυρό!» Και σαν είδε τις Εβραίες, σήκωσε το σταυρό...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:414:- Κι έπεσαν ξερές; ρώτησε ο Γιάννης. Η Αλεξάνδρα μαζεύθηκε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:415:- Όχι! ομολόγησε. Έφυγαν. Μα ο Στάμος λέγει πως δεν τον είχαν κοιτάξει καλά και γι' αυτό δεν έσκασαν...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:416:- Τι ανοησίες! είπε πάλι ο Γιάννης. Ο Στάμος, θαρρώ, τις κόβει!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:417:- Εσύ δεν το πιστεύεις, Γιάννη; ρώτησε η Πουλουδιά κλονισμένη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:418:- Όχι! αποκρίθηκε ο Γιάννης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:419:- Και όμως είναι αλήθεια! βεβαίωσε η Αλεξάνδρα. Να, ρώτα τον Αντώνη να σου πει τι λέγει ο Στάμος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:421:- Πήγαινε απάνω και φέρε μου τη σβούρα μου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:422:- Δεν πάγω! είπε ο Αλέξανδρος που με πάθος παρακολουθούσε τις περιπέτειες του σταυρού, του διαβόλου και των Εβραίων.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:423:- Πήγαινε! επανέλαβε ο Αντώνης. Δε γυρνά καλά! Θέλω να τη δείξω του Γιάννη!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:424:- Πηγαίνω ύστερα! αποκρίθηκε ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:425:- Αν δεν πας, ξέρεις;... Θα πω του Γιάννη τι είπες στον αξιωματικό!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:427:- Όχι! αναφώνησε. Ο Γιάννης γύρισε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:428:- Τι είπες; Και σε ποιον αξιωματικό; ρώτησε με καλοσύνη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:429:- Μην πεις! φώναξε με αγωνία ο Αλέξανδρος. Και σου φέρνω τη σβούρα σου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:432:- Φρέσκα κουλούρια της ώρας!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:434:- Βρέχει, είπε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:436:- Σ' αρέσει; ρώτησε. Για σένα τ' αγόρασα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:438:- Ε, δεν το παίρνεις; ρώτησε ο Γιάννης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:440:- Αυτός ο Αλέξανδρος όλο θα μας ντροπιάζει... μουρμούρισε η Αλεξάνδρα της Πουλουδιάς. Δώσ' του μια σπρωξιά να ξυπνήσει...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:442:- Βρέχει, δεν το βλέπετε; Τι κάνεις εσύ, Αλεξάνδρα, που είσαι η πιο μεγάλη; Και τι σας είπα πριν; Θέλετε νταντά να σας φυλάγει, κοτζάμ παιδιά;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:447:- Τι δεν κάνει αυτός ο Γιάννης! είπε θαυμάζοντας η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:450:- Εγώ, σα μεγαλώσω, θα πάρω τον Γιάννη! Καταστροφή! Παν τα μάγια και η γοητεία, πάει και το μεθύσι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:451:- Και ποια είσαι συ που θα πάρεις τον Γιάννη; ρώτησε με καταφρόνια ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:452:- Και πού το ξέρεις αν θέλει να σε πάρει ο Γιάννης; ρώτησε συνάμα η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:454:- Ναι, πού το ξέρεις;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:456:- Μούτρο για σιδέρωμα! Αυστηρά τον διέκοψε η Αλεξάνδρα:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:457:- Αντώνη, το ξέρεις πως η μαμά δε θέλει να λες τέτοια λόγια!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:458:- Μα είναι φανταγμένη! διαμαρτυρήθηκε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:459:- Πολύ φανταγμένη, είπε η Αλεξάνδρα. Μα εσύ να μη λες άσχημα λόγια!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:461:- Δώσε μού το μένα! και το έφαγε. Και είπε η Αλεξάνδρα:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:462:- Και μένα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:465:- Αν κλάψεις, θα πω της θείας πως είπες «Βρε συ» στον αξιωματικό!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:467:- Μπα, Γιάννη, τι κάνεις εδώ;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:469:- Κανένας δεν είναι άρρωστος! Άιντε, πάμε σπίτι μας! Καθισμένα στα κρεβάτια τους, εκείνο το ίδιο βράδυ, αφού τα είχε ξεκουμπώσει και πλύνει η Αφροδίτη, και κανένας δεν είχε τυλίξει χαρτιά στα μαλλιά των κοριτσιών, τα τέσσερα αδέλφια, με σβησμένο το κερί και κατεβασμένες τις κουνουπιέρες, χαμηλοκουβέντιαζαν.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:470:- Εγώ ήθελα να ξέρω, είπε η Αλεξάνδρα, γιατί δε μας είπαν την αλήθεια!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:471:- Γιατί δε μας είπαν τίποτα πρόσθεσε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:472:- Πώς δε μας είπαν τίποτα; ρώτησε ο Αντώνης. Μας είπε η θεία πως είναι πολύ άρρωστη η μις Ράις!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:473:- Και είπε ο θείος Γιώργης του Γιάννη πως κανένας δεν είναι άρρωστος εδώ! αποκρίθηκε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:474:- Μπορεί να μην ξέρει καλά ο θείος Γιώργης! παρατήρησε ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:475:- Σώπα συ! του είπε ο Αντώνης. Αφού είναι γιατρός ο θείος!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:476:- Και η Αφροδίτη δεν ξέρει; έκανε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:477:- Εκείνη ξέρει πιο καλά απ' όλους! επικύρωσε η Αλεξάνδρα. Αφού ήταν στην κάμαρα σαν πήγε ο θείος με τη θεία, και ήταν και ύστερα, και ήταν και πριν.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:478:- Ε! Αυτή δεν είπε ποτέ πως η μις Ράις δεν είναι άρρωστη! είπε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:479:- Όχι, μα είπε: «Αυτές οι Εγγλέζες δεν παθαίνουν τίποτα, κι έννοια σας!» Που είναι σα να λέγει πως δεν είναι άρρωστη! αποκρίθηκε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:480:- Είπε και κάτι άλλο, πρόσθεσε συλλογισμένη η Πουλουδιά. Είπε: «Κάθε άλλος θα είχε γκρεμοτσακιστεί δέκα φορές! Αυτή τίποτα!» Γιατί θα είχε γκρεμοτσακιστεί η μις Ράις; Και από πού;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:481:- Από το κρεβάτι της ίσως; αν είχε πέσει; έκανε δειλά ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:482:- Όχι, γιατί είπε η Αφροδίτη: «Με τα εγγλέζικα ποδάρια της τα 'βγαλε πέρα» και δε μίλησε για κρεβάτι, αποκρίθηκε η Πουλουδιά. Την άκουσα που το είπε της κερα-Ρήνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:484:- Εγώ αύριο θα πάγω μέσα να τη δω και θα σας πω! αποφάσισε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:485:- Κι εγώ! πετάχθηκε και είπε ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:486:- Όχι εσύ, δεν κάνει! Είσαι μικρός και μπορείς να κολλήσεις την αρρώστια της!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:487:- Καθόλου δε θα κολλήσω! Και θα πάγω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:488:- Τότε θα πάμε όλοι μας! είπε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:489:- Σιγά, μη ζητήσει τώρα να πάγει και η Πουλουδιά! έκανε κοροϊδευτικά ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:491:- Και γιατί να μην πάγω;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:492:- Γιατί είσαι κορίτσι, και τα κορίτσια κάθονται ήσυχα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:494:- Παιδιά, θέλετε ν' ανεβώ;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:497:- Πάει η μις Ράις!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:498:- Τι; Πέθανε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:499:- Όχι, έφυγε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:502:- Παιδιά, η μις Ράις ήταν άρρωστη χθες και έφυγε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:503:- Πού πήγε, θεία; ρώτησε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:504:- Δεν ξέρω. Μα ίσως πήγε στη μητέρα της, ώσπου να γίνει πάλι καλά. Και σεις κοιτάξτε να είστε πολύ φρόνιμοι σήμερα, να μη θυμώσω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:507:- Και πρώτον, είπε η Αλεξάνδρα, άρρωστη δεν ήταν η μις Ράις, αφού έφυγε. Ένας άρρωστος παίρνει λάδι και μένει στο κρεβάτι. Και στη μητέρα της δεν πήγε, αφού μας είπε πως η μητέρα της πέθανε και ο πατέρας της ξαναπαντρεύτηκε και δεν ξέρει πού είναι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:508:- Ναι, είπε η Πουλουδιά, μα και η θεία, βλέπεις, δεν ήξερε. Είπε «ίσως». Και πρέπει κάτι να τρέχει, γιατί, σα ρώτησα την Αφροδίτη, μου αποκρίθηκε πως ούτε κείνη δεν ήξερε πότε έφυγε η μις Ράις. Και όμως ύστερα είπε πως πονεί το χέρι της, γιατί κατέβασε το μπαούλο που ήταν πολύ βαρύ. Γιατί λοιπόν κατέβασε το μπαούλο, αν δεν ήξερε πως φεύγει η μις Ράις;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:509:- Και η κερα-Ρήνη λέγει κοροφέξαλα! είπε πάλι η Αλεξάνδρα. Μου είπε, σαν τη ρώτησα: «Να πας να ρωτήσεις τη θεία σου! Εμένα δε με βαλαν να τη φυλάγω!» Και με την Αφροδίτη όλο κρυφομιλάει.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:510:- Ίσως... άρχισε ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:512:- Και τι μας μέλει τι ώρα έφυγε και γιατί; Φθάνει που έφυγε! Ζήτω η ελευθερία! φώναξε ο Αντώνης χορεύοντας στο ένα πόδι, όπως είδε τον Γιάννη να το κάνει χθες. Πάει το μάθημα! Βούλιαξε το μάθημα! Παιχνίδι όλη μέρα σήμερα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:514:- Να παιχνίδι μια φορά! είπε καταχαρούμενη η Αλεξάνδρα που, σαν και την Πουλουδιά, τρελαίνουνταν για τις σπιτικές δουλειές. Έλα, Αντώνη, και συ, να κάνομε πιο γρήγορα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:516:- Έλα, Αλέξανδρε, φώναξε, άφησε τις γυναικείες αυτές δουλειές στα κορίτσια!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:517:Ο Αλέξανδρος, που είχε δέσει μια πετσέτα στη μέση του και με λαχτάρα ετοιμάζουνταν να βοηθήσει, διαλέγοντας και βάζοντας χωριστά τα σάπια βύσσινα και βγάζοντας τα κοτσάνια, δίστασε μια στιγμή. Ήταν μεγάλος ο πειρασμός να μείνει με τα κορίτσια και να πασπατεύει βύσσινα! Ήταν τόσο κόκκινα και δροσερά! Μα, πάλι, ν' αρνηθεί την πρόσκληση του Αντώνη, που του έκανε την τιμή να του φερθεί σαν αγόρι - τιμή σπάνια όσο και ποθητή - και να τον βάλει στην ίδια μοίρα με τον εαυτό του; Δεν μπόρεσε ο Αλέξανδρος ν' ανθέξει στο δεύτερο. Αναστενάζοντας, ξεζώθηκε την πετσέτα και ακολούθησε τον Αντώνη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:518:- Τόσο το καλύτερο! είπε λίγο πειραγμένη η Αλεξάνδρα, θα μας μείνει εμάς περισσότερο βύσσινο να καθαρίσομε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:520:- Και τα κουκούτσια μη χαθούν, γιατί θα στραγγίσουν ύστερα, είπε η Αλεξάνδρα της Πουλουδιάς, ούτε κανένα από τα πολύ γινωμένα βύσσινα. Από αυτά θα γίνει ύστερα η βυσσινάδα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:522:- Αλεξάνδρα! Έλα γρήγορα! Ο Αντώνης είναι πολύ άρρωστος! Γρήγορα! Γρήγορα! Θα κάνει, λέει, εμετό!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:524:- Γρήγορα! Γρήγορα! φώναζε ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:527:- Πώς σου ήλθε, Αντώνη; ρώτησε η Αλεξάνδρα που εξακολουθούσε να του βρέχει το μέτωπο, όπως είχε δει την Αφροδίτη να το κάνει.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:529:- Να, έτσι! είπε ο Αλέξανδρος. Μου λέγει ο Αντώνης: «Τι να παίξομε;» Εγώ δεν ήξερα. Και είπε ο Αντώνης: «Εγώ θα είμαι ο θείος Ζωρζής και συ θα είσαι η κερα-Ρήνη!» Και κάθισε, να έτσι, στην πολυθρόνα. Εγώ δεν ήθελα να είμαι κερα-Ρήνη. Μου είπε ο Αντώνης: «Θα κάνεις μόνο αγορίστικες δουλειές. Φέρε μου το ναργιλέ του θείου!»...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:530:- Αντώνη! αναφώνησε η Αλεξάνδρα πιάνοντας το πιγούνι της με τα δυο της χέρια. Πώς τόλμησες;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:533:- Ναι, κι εγώ του το είπα: «Όχι, Αντώνη. Ο θείος δε θέλει!» Μα εκείνος πρόσταξε: «Φέρε μού τον!» Κι εγώ δεν μπορούσα να τον σηκώσω. Λοιπόν ήλθε ο Αντώνης, να έτσι, και ήθελε να τον σηκώσει. Και ύστερα μου είπε: «Είναι αναμμένος. Θέλεις να κάνω, όπως κάνει ο θείος, φούσκες στο νερό;» Και είπα ναι. Κι εκείνος έβαλε το κεχλιμπάρι στο στόμα κι έκανε φούσκες στο νερό. Κι έκανε, ξέρεις, πολλέεεες... πολλές φούσκες! Και του είπα: «Κάνε το πάλι!» Και το ξανάκανε. Και του είπα: «Πάλι!» Μα εκείνος δεν ήθελε πια. Είπε: «Θα κάνω εμετό!» Και πήγε στον τοίχο κι έπεσε χάμω κι εγώ έτρεξα να σας το πω...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:535:- Μην το πείτε της θείας!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:537:- Τι τρέχει; ρώτησε. Κανένας δε μίλησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:539:- Το παιδί είναι κακοδιάθετο, είπε, κι έκανε εμετό!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:541:- Είναι δροσερός, είπε, και είναι σαν ιδρωμένος! Τι έχεις, Αντώνη; Μην έφαγες τίποτα βύσσινα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:542:- Όχι! Όχι, θεία! φώναξαν μαζί τα δυο κορίτσια, ούτε ήλθε μαζί μας να τα καθαρίσει! Μας φώναξε ο Αλέξανδρος εμάς τις δυο!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:543:- Μα πώς του ήλθε; ρώτησε πάλι η θεία.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:545:- Θα 'ναι η ζέστη!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:546:- Ναι, είπε η θεία, κάνει πολλή ζέστη σήμερα! Άνοιξε το παράθυρο, Αφροδίτη, να του φυσήξει...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:548:- Αισθάνεσαι καλύτερα; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:549:- Ναι, θεία, ευχαριστώ, είμαι καλά, αποκρίθηκε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:552:- Ποιος άγγιξε το ναργιλέ του κυρίου; ρώτησε την Αφροδίτη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:554:- Κανένας, κυρία! Ποιος θα τον αγγίξει;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:555:- Αυτό ρωτώ κι εγώ! είπε η θεία. Ο κύριος είχε τυλίξει το μαρκούτσι γύρω στο γυαλί, πριν φύγει! Ποιος το ξετύλιξε και το έριξε χάμω; Η Αφροδίτη γύρισε πάλι να δει και είπε βιαστικά:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:556:- Θα ξετυλίχθηκε μόνο του το μαρκούτσι... ή θα το έριξα εγώ σαν ξεσκόνισα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:558:- Όχι, είπε, εγώ ξετύλιξα το σωλήνα! Τ' αδέλφια στάθηκαν παγωμένα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:559:- Εσύ; έκανε παίρνοντας φωτιά η θεία. Ο Αντώνης ήταν πάλι κατάχλομος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:560:- Ναι, είπε χωρίς ν' ανοίξει τα μάτια του, εγώ έπιασα το ναργιλέ... κι έκανα φούσκες στο νερό...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:563:Μα η θεία, αντί να του τις βρέξει, όπως το περίμεναν τ' αδέλφια, έσκυψε απάνω στον Αντώνη και, με το μαντίλι της, σκούπισε το καταϊδρωμένο πρόσωπο του. - Δε σε τιμωρώ, του είπε, γιατί τιμωρήθηκες μόνος σου με τον εμετό που σου έφερε το κάπνισμα του ναργιλέ. Ελπίζω όμως αυτό να σου γίνει μάθημα και άλλη φορά να υπακούεις όταν σου λέγει ο θείος σου να μην αγγίζεις πράματα που δε σου ανήκουν... Σήκω τώρα να πας να πλυθείς. Και μεις, κορίτσια, πάμε στο βύσσινο μας...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:564:- Ουφ! έκανε η Αλεξάνδρα, όταν, μετά το μεσημέρι, στην κρεβατοκάμαρα τους τ' αδέλφια βρέθηκαν πάλι μόνα. Τι τρομάρα πήρα, Αντώνη, σαν πήγες και είπες της θείας πως κάπνισες το ναργιλέ του θείου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:565:- Κι εγώ! είπε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:567:- Γιατί το είπες της θείας, Αντώνη, αφού μας είπες εμάς να μην το πούμε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:568:- Αφού ρώτησε, έκανε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:569:- Μα η Αφροδίτη είχε πει πως από τη ζέστη έκανες εμετό. Και η θεία είπε ναι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:571:- Και η Αφροδίτη είπε πως δεν έπρεπε ποτέ να μιλήσεις, εξακολούθησε ο Αλέξανδρος, γιατί η θεία θα πίστευε ότι εκείνη έριξε κάτω το... πώς τον είπε η θεία το σωλήνα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:572:- Μαρκούτσι, αποκρίθηκε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:573:- Ναι, το μαρκούτσι. Γιατί είπες εσύ όχι;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:574:- Αφού ήταν ψέματα! έκανε ο Αντώνης. η Αλεξάνδρα θαύμασε και επιδοκίμασε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:575:- Έχει δίκαιο ο Αντώνης! είπε. Η Πουλουδιά δάκρυσε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:576:- Και πάντα λέγει την αλήθεια ο Αντώνης! είπε με καμάρι. Μα εγώ φοβήθηκα! Πωπώ, πώς φοβήθηκα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:577:- Κι εγώ! είπε η Αλεξάνδρα. Και σαν ηχώ είπε ο Αλέξανδρος:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:578:- Κι εγώ!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:580:- Αντώνη, ρώτησε πάλι, γιατί δεν είπες αμέσως όχι, όταν είπε η θεία και η Αφροδίτη πως η ζέστη σε πείραξε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:581:- Και πού να ξέρω εγώ πως ο ναργιλές με πείραξε; αναφώνησε ο Αντώνης. Εγώ δεν είδα ποτέ το θείο να κάνει εμετό σαν καπνίζει.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:582:- Αλήθεια! επικύρωσε η Αλεξάνδρα. Πού να το ξέρεις; Και όλοι θαύμασαν πάλι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:584:- Γιατί λοιπόν δεν είπε την αλήθεια η Αφροδίτη; Εκείνη είπε πως είχε δει το ναργιλέ και κατάλαβε αμέσως, μα δεν πρόφθασε, λέει, να ξανατυλίξει το... Πώς το λένε, Αλεξάνδρα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:585:- Το μαρκούτσι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:586:- Ναι! Γιατί λοιπόν είπε πως σε πείραξε η ζέστη; Η Πουλουδιά είχε πάλι δακρυσμένα τα μάτια.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:587:- Η Αφροδίτη είναι πολύ καλή, είπε, και δε θέλει ποτέ να μας μαλώνει η θεία!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:588:- Αλήθεια! είπε η Αλεξάνδρα. Και όλα τ' αδέλφια συμφώνησαν. Και είπε ο Αντώνης υπερήφανα:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:589:- Εγώ την αγαπώ πολύ την Αφροδίτη! Σα μεγαλώσω, θα την πάρω για νταντά των παιδιών μου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:591:- Εγώ θα την πάρω, είπε η Αλεξάνδρα, γιατί είμαι πιο μεγάλη!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:592:- Όχι, εγώ! είπε η Πουλουδιά. Γιατί ένα βράδυ, που ήταν πάλι άρρωστη η μις Ράις και που εκείνη μου τύλιξε τα μαλλιά μου στα χαρτιά και δε με πόνεσε καθόλου, μου είπε: «Θα σου τα τυλίγω πάντα εγώ!»
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:593:- Κι εμένα μου το είπε! αναφώνησε η Αλεξάνδρα. Το ίδιο βράδυ!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:594:- Μα εγώ είμαι αγόρι! είπε ο Αντώνης. Και περνώ πρώτος!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:595:- Κι εγώ είμαι αγόρι! φώναξε ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:597:- Θα ξυπνήσετε το θείο σας, κακά παιδιά! τους είπε με θυμωμένα ψιθυρίσματα. Τι μαλώνετε, αντί να κοιμάστε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:599:- Δεν είναι αλήθεια, πες, πως θα 'ρθεις με τα δικά μου τα παιδιά;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:601:- Θα πάγω μ' εκείνον από σας που θα παντρευτεί πρώτος! Αυτή η λύση τους άρεσε ολωνών και καθάρισε πάλι την ατμόσφαιρα, ως την ώρα που κατέβηκαν στην αυλή μ' ένα κομμάτι ψωμοτύρι στο χέρι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:603:- Αλήθεια! μουρμούρισε η Πουλουδιά. Και... αμέ αν είναι Εβραία;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:604:- Πφφφ!... έκανε ο Αντώνης. Ο Γιάννης λέγει πως αυτά είναι ανοησίες.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:607:- Να έλθομε; ρώτησε η Αλίς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:608:- Ναι, σας περιμένομε! αποκρίθηκε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:609:- Στάσου, Αντώνη... ψιθύρισε η Αλεξάνδρα πιάνοντας, για να υψωθεί, το τεντωμένο σκοινί της απλώτρας.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:611:- Πού είναι ο Μαξ;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:612:- Έξω, αποκρίθηκε η Αλίς δείχνοντας αόριστα κάπου με το χέρι. Μα θα έλθει σε λίγο. Αν μας θέλετε εμάς, ερχόμαστε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:614:- Καλημέρα, είπε η Αλίς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:615:- Καλημέρα, αποκρίθηκαν οι αδελφές.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:616:- Καλημέρα, είπε και ο Αλέξανδρος, που στην αμφιβολία του είχε βάλει το δάχτυλο στο στόμα και κοίταζε μια τις αδελφές του και μια τον Αντώνη που κατέβαινε από κλαδί σε κλαδί. Και κανένας δεν κούνησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:619:- Να σ' έβλεπε ο μπαμπούλας!... είπε ξεκαρδισμένη η Αλίς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:620:- Πάει ο μπαμπούλας! αποκρίθηκε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:621:- Ξέρεις, Αλίς; Έφυγε ο μπαμπούλας! πρόσθεσε ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:623:- Το ξέρω, είπε. Ο Μαξ κι εγώ την είδαμε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:624:- Κι εγώ την είδα, πρόσθεσε ο Αλέκος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:626:- Πού την είδατε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:627:- Την ώρα που έφευγε. Χθες βράδυ.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:628:- Ήταν άσχημηηη!!! Και ήταν η μύτη της κόκκινηηη!!! Πφούι! έκανε ο Αλέκος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:629:- Πώς την είδατε; Πού; Πότε έφυγε; ρώτησαν όλα μαζί τα τέσσερα αδέλφια.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:630:- Έξω, στο δρόμο. Έφυγε με το αμάξι, τη νύχτα, είπε η Αλίς πολύ υπερήφανη πως είχε τόσα να διηγηθεί. Εμείς το ξέραμε πως θα φύγει. Η μαμά το είπε ευθύς. Η μαμά είπε: «Δεν μπορούν πια να την κρατήσουν, μιας και το μήνυσε η βασίλισσα...»
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:631:- Τι μήνυσε η βασίλισσα; ρώτησαν τα δυο κορίτσια με κομμένη από τη συγκίνηση αναπνοή.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:632:- Μπα! Δεν το ξέρετε; Βέβαια! Το μήνυσε η βασίλισσα! Την ώρα που γυρίσατε χθες, δεν κάθουνταν η βασίλισσα με τη Ρωσίδα κυρία της Τιμής και με το βασιλέα και με τους αξιωματικούς απέξω από την αυλή τους;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:633:- Ναι! Τους είδαμε! είπε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:634:- Λοιπόν σας είδαν κι εκείνοι! Και μήνυσε η βασίλισσα της θείας σας πως ήταν ο μπαμπούλας μεθυσμένος!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:635:- Τι ήταν; ρώτησε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:636:- Μεθυσμένη, στουπί! είπε ο Αλέκος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:637:- Και πώς το ήξερε η βασίλισσα; έκανε σαστισμένος ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:638:- Ε, καλά, δε φαίνουνταν; Η φούστα της ήταν ξεκούμπωτη, το καπέλο της στραβό... Σαν καρνάβαλος ήταν! είπε η Αλίς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:640:- Κι έκανε την άρρωστη, εξακολούθησε η Αλίς, και η θεία σας τρόμαξε κι έφερε το γιατρό, γιατί νόμιζε πως είχε παραμιλητά, και ύστερα στάθηκαν στην πόρτα και την κοίταζε ο γιατρός και την είδε που έβγαζε μια μποτίλια από κάτω από το μαξιλάρι της κι έπινε. Και ύστερα ήλθε το μήνυμα της βασίλισσας και είπε η θεία σας: «Αυτή δεν μπορεί πια να μείνει, αυτή θα φύγει αμέσως!» Και της έδωσε ο γιατρός... δεν ξέρω τι γιατρικό, που την ξεμέθυσε, και την κατέβασαν κι εκείνη και το σεντούκι της και την έβαλαν σ' ένα αμάξι και δρόμο!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:642:- Μα πώς τα ξέρεις όλα αυτά; ρώτησε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:643:- Μας τα είπε η μαγείρισσα μας, που της τα είπε η δική σας. Και τ' άκουσε η μαμά και βγήκε στη βεράντα να δει. Είχε παύσει η βροχή και κατεβήκαμε στο δρόμο με τον Μαξ και την είδαμε που έφευγε. Ήταν πολύ θυμωμένη, αληθινός μπαμπούλας! Κι έλεγε άσχημα λόγια, και είπε πως οι Έλληνες είναι πρόστυχοι. Εγώ δεν καταλάβαινα. Μα ο θείος σας θύμωσε και τη μάλωσε. Κι εκείνος το είπε του πατέρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:645:- Κρίμα! είπε πικρά ο Αντώνης. Εγώ ήθελα να τη δω σαν έφευγε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:646:- Εσείς πότε το μάθατε; ρώτησε ο Αλέκος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:647:- Σήμερα το πρωί μόνο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:648:- Και δεν απορήσατε πώς να φύγει έτσι ξαφνικά ο μπαμπούλας; ρώτησε η Αλίς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:650:- Και δε ρωτήσατε κανένα; Και βέβαια είχαν ρωτήσει.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:651:- Και τι σας είπε η θεία σας;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:653:- Ποιος ρωτά ποτέ τη θεία; έκανε σκανδαλισμένος ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:654:- Αμέ ποιον ρωτήσατε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:655:- Την Αφροδίτη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:656:- Και τι σας είπε η Αφροδίτη;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:657:- Πως ούτε είδε ούτε ήξερε πότε έφυγε η μις Ράις.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:658:- Αχούχα! έκανε ο Αλέκος. Η Αφροδίτη είπε ψέματα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:661:- Η Αφροδίτη δε λέγει ψέματα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:662:- Πώς δε λέγει; διέκοψε ο Αλέκος. Αφού ήταν στο δρόμο και βοήθησε τον αμαξά ν' ανεβάσει το σεντούκι του μπαμπούλα κοντά του... Και μάλιστα στραμπούλησε το χέρι της!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:664:- Η Αφροδίτη είναι πολύ καλή... και μας αγαπά πολύ... και θα νόμιζε πως θα λυπηθούμε που έφυγε η μις Ράις...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:665:- Αχούχα! έκανε πάλι ο Αλέκος, σκασμένος στα γέλια. Να λυπηθείτε πως έφυγε ο μπαμπούλας;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:666:- Ναι! είπε η Πουλουδιά, αγανακτισμένη για την απιστία του Αλέκου. Εγώ μια φορά έκλαψα, σαν έφυγε η μις Μέι. Και το είπα μια μέρα της Αφροδίτης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:667:- Ποια είναι η μις Μέι;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:668:- Μια άλλη δασκάλισσα που είχαμε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:669:- Σας έδερνε και αυτή;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:670:- Όχι, ομολόγησε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:671:- Τούτη όμως σας έδερνε. Λοιπόν; είπε ο Αλέκος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:673:- Γίνεται μια τέτοια φασαρία στο σπίτι σας και σεις ούτε παίρνετε χαμπάρι! Ούτε ρωτάτε τίποτα! Και χάβετε ό,τι κολοκύθια σας πουν!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:675:- Και πρώτον, είπε με στόμφο, η θεία δεν επιτρέπει κουσκουσουριές στο σπίτι, ούτε στην υπηρεσία ούτε σε μας! Και θα είπε της Αφροδίτης να μην πει τίποτα για ό,τι έγινε...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:676:- Πουφ! διέκοψε ο Αλέκος. Και πώς το μάθαμε μεις; Από την Αφροδίτη και την κερα-Ρήνη σας!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:678:- Καλά, αν δεν έπρεπε να μιλήσει η Αφροδίτη, καλά κάνατε να μην τη ρωτήσετε. Μα τη θεία σας; Γιατί δε ρωτήσατε τη θεία σας;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:680:- Εμείς δε ρωτούμε τίποτα τη θεία μας!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:682:- Μπα; Γιατί; Εμείς όλα τα ρωτούμε της μαμάς και του πατέρα και δε φοβούμαστε κανένα, και είμαστε ελεύθεροι και ό,τι θέλομε λέμε και σ' όλους τα λέμε...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:684:- Μα, εσείς, φώναξε έξω φρενών, σηκώνοντας απειλητικά τη γροθιά του; εσείς όλα τα κακά τα κάνετε! Εσείς σταυρώσατε το Χριστό!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:686:- Αντώνη! Έλα πάνω που σε θέλω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:688:- Η Αλίς κλαίει! είπε η Πουλουδιά. Και τα λέγει τώρα στη μαμά της...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:689:- Και ο Αντώνης; ρώτησε χαμηλόφωνα ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:690:- Θα τις φάγει! είπε η Αλεξάνδρα ξαναβρίσκοντας τη φωνή της. Πάμε να τον παρηγορήσομε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:692:- Κλαις, Αντώνη; ρώτησε η Αλεξάνδρα χαμηλόφωνα, βάζοντας το χέρι της σιγά στον ώμο του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:696:- Έλα, πες μου τώρα τι έκανες, του είπε κείνος με καλοσύνη, και γιατί πάλι θύμωσες τη θεία σου και την ανάγκασες να σε δείρει, κοτζάμ αγόρι οκτώ χρονών, ε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:698:- Έκανες, ξέρεις, Αντώνη, μιαν άσχημη πράξη, όταν μες στο σπίτι σου πρόσβαλες μουσαφίρη! Κι έκανες μιαν ακόμα πιο κακή πράξη, όταν πείραξες το μουσαφίρη αυτόν στη θρησκεία του, δηλαδή σε ό,τι έχει πιο ιερό! Γιατί το έκανες;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:700:- Μα, θείε, οι Εβραίοι έχουν θρησκεία;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:701:- Βέβαια έχουν! αποκρίθηκε ο θείος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:702:- Μ' αφού σταύρωσαν το Χριστό;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:703:- Και ο Χριστός ήταν Εβραίος, είπε πάλι ο θείος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:704:Ένα «ω!!!» γενικό του αποκρίθηκε. Και από τη σάστισή του, ο Αντώνης κατέβασε τα χέρια του. Συλλογίστηκε μια στιγμή ο θείος και ύστερα είπε: - Είναι πολλά, πολλά χρόνια, σχεδόν δυο χιλιάδες χρόνια, που μερικοί κακοί Εβραίοι, «Γραμματείς και Φαρισαίοι υποκριταί», όπως λέγει το Ευαγγέλιο, και αρχιερείς μέσα σ' αυτούς, τον σταύρωσαν το Χριστό, γιατί τον μισούσαν και τον φθονούσαν που ήταν τόσο καλός και πονόψυχος και που τον αγαπούσε όλος ο κόσμος, γιατί κι εκείνος αγαπούσε όλο τον κόσμο και συγχωρούσε τους αμαρτωλούς και παρηγορούσε τους λυπημένους και γιάτρευε όλους τους πονεμένους και σκορπούσε χαρά όπου περνούσε. Και τον ζούλεψαν και τον μίσησαν και τον σκότωσαν. Μα όλοι αυτοί που τον αγαπούσαν και τον ακολουθούσαν και τον λάτρευαν, μήπως και αυτοί δεν ήταν Εβραίοι;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:705:- Αλήθεια, θείε; αναφώνησε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:706:- Αλήθεια, βέβαια! αποκρίθηκε γελαστά ο θείος. Και απ' αυτούς τους καλούς Εβραίους, άλλοι έγιναν χριστιανοί και άλλοι έμειναν Εβραίοι, ίσως γιατί δεν τους εξήγησαν καλά τι ήταν ο Χριστός, ίσως γιατί δεν ήθελαν ν' αφήσουν την παλιά τους θρησκεία. Και αυτωνών τα παιδιά και τα εγγόνια και οι απόγονοι έμειναν καλοί Εβραίοι και λατρεύουν και αυτοί το Θεό σαν κι εμάς, μόνο που το Χριστό, αντί για Θεό, που τον λατρεύομε μεις, τον έχουν' αυτοί για προφήτη. Και μερικοί απ' αυτούς, σα λ.χ. τον κύριο Χορν, είναι τόσο καλοί, που μακάρι να ήταν σαν κι αυτούς όλοι οι Χριστιανοί!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:708:- Μα, θείε, δεν μπορούν να είναι οι Εβραίοι καλοί, αφού, σα δουν σταυρό, πέφτουν ξεροί!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:709:- Τι κάνουν, λέει;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:710:- Πέφτουν ξεροί! Ναι, θείε, μας το είπε ο Στάμος!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:711:- Κι έπεσε σήμερα η Αλίς Χορν ξερή; ρώτησε ο θείος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:713:- Καλά είπε ο Γιάννης πως είναι ανοησίες...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:715:- Και αύριο, Κυριακή, θα μηνύσομε της Αλίς να έλθει να παίξει μαζί σας, για να ξεχάσει κι εκείνη την άσχημη σημερινή εντύπωση, είπε ο θείος κοιτάζοντας ένα ένα τα τέσσερα ανίψια του από μέσα από τα ρυτιδωμένα μάτια του, που τα στένευε όλο και περισσότερο το πλατύ χαμόγελο του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:716:- Αντώνη, Τρελαντώνη, έλα μέσα, μην πάγω στην κυρία! φώναξε η Αφροδίτη από μέσα από την κρεβατοκάμαρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:717:- Φυσάει μπάτης, αποκρίθηκε ο Αντώνης από το μπαλκόνι όπου, με το νυχτικό του ακόμα, σήκωνε στον αέρα ένα σαλιωμένο δάχτυλο, για να δει από πού του το κρύωνε ο άνεμος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:719:- Θα πάμε στην εκκλησία, είπε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:720:- Ναι; Το 'πε η θεία; ρώτησε ξαφνισμένη η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:721:- Όχι! Μα παρατήρησα πως κάθε φορά που την Κυριακή φυσάει μπάτης, η θεία μάς παίρνει στην εκκλησία.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:723:- Εγώ ξέρω πως σα βάλει η θεία το μενεξελί της μεταξωτό φόρεμα, βρέχει. Όχι σα φυσάει μπάτης...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:724:- Ποιος σου είπε πως θα βρέξει; διέκοψε ο Αντώνης. Είπα πως θα πάμε στην εκκλησία. Σα να μη φθάνει που δε βουτούμε στη θάλασσα την Κυριακή! Κι εγώ σήμερα ήθελα να παίξω πόλεμο με τους στρατιώτες μου. Ουφ! μπελάς!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:726:- Δεν ντρέπεσαι, Αντώνη, να λες μπελά την εκκλησία! του είπε αυστηρά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:728:- Μα ναι, είπε ξαναβρίσκοντας την τόλμη του μαζί με την απάντηση, εδώ δε μ' αρέσει η εκκλησία! Στην Αλεξάνδρεια πηγαίναμε στον Άγιο Σάββα, στεκόμασταν στο στασίδι της μαμάς, και λειτουργούσε ο Πατριάρχης και είχαμε και το εγκόλπιο μας και τα έλεγε σιγά ο Πατριάρχης κι εμείς τα διαβάζαμε στο εγκόλπιο και ξέραμε πότε θα πουν το Ευαγγέλιο και πότε θα βγουν τ' Άγια. Εδώ... Πρώτον εδώ είναι πάντα γεμάτη η εκκλησία και μας σπρώχνουν απ' όλες τις μεριές...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:729:- Εδώ έχετε της θείας σας της Αργίνης το στασίδι, διέκοψε η Αφροδίτη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:730:- Μπα! Σαν μπει μέσα η θεία Μαριέτα, το πιάνει όλο, είναι τόσο παχιά! είπε ο Αντώνης. Εμείς στεκόμαστε εμπρός της, στην αράδα. Και κάνει μια ζέστη! Και δεν έχομε εγκόλπια... τα ξεχάσαμε στην Αλεξάνδρεια. Και τα λέγει γρήγορα και μες στη μύτη του ο παπα- Δημήτρης και δεν καταλαβαίνω τίποτα, και βαριούμαι και δεν περνά η ώρα. Και όλο λέγει ο παπα-Δημήτρης «Κύριω-ω ελώ-ω-ωησον! Κύριω-ω ελώ-ω-ωησον»!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:731:- Κανένας δε λέγει ποτέ Κύριω ελώησον, διαμαρτυρήθηκε η Αφροδίτη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:732:- Ναι, το λέγει ο παπα-Δημήτρης, βεβαίωσε φωναχτά, από πίσω από τον μπερντέ όπου λούζουνταν σ' ένα στρογγυλό μπανάκι η Αλεξάνδρα, που πάντα υποστήριξε τον Αντώνη. Κι εγώ το άκουσα. Και συ δεν τ' άκουσες, Πουλουδιά;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:734:- Πού πήγε πάλι αυτό το παιδί! έκανε η Αφροδίτη. Και μπήκε στο πλαγινό δωμάτιο να τη γυρέψει.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:736:- Σηκώθηκε με στραβό ποδάρι σήμερα η Πουλουδιά! είπε. Ούτε το κρύο νερό δεν την ξεστράνεψε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:738:- Πουλουδιά! Πού πας έτσι άντυτη, με τα μαλλιά σου ακάμωτα; Πήγαινε απάνω αμέσως!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:740:- Πήγαινα να πω της Αλίς... Είπε ο θείος να πούμε της Αλίς...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:742:- Και είναι τέτοια βία; Να τρέχεις με το μεσοφόρι σου στα σοκάκια; Γρήγορα πάνω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:744:- Είσαι μια ζαβολιάρα! της είπε η Αλεξάνδρα που δεν ανέχουνταν από κανένα να της πάρει τα πρωτοτόκιά της. Είχαμε συμφωνήσει πως θα πήγαινα εγώ στης Αλίς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:745:- Καθόλου, είπε κακιωμένη η Πουλουδιά, εγώ δε συμφώνησα καθόλου, ούτε και ο Αλέξανδρος. Εμείς είπαμε να πάμε όλοι μαζί.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:746:- Γιατί λοιπόν πήγες μονάχη; ρώτησε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:748:- Καλά λέγει ο Αντώνης. Αν ήταν να πάμε όλοι μαζί, γιατί πήγαινες εσύ, κρυφά, μονάχη;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:749:- Εγώ δεν πήγαινα κρυφά! αναφώνησε η Πουλουδιά παλεύοντας μ' ένα κατσαρό που δεν ήθελε να χωριστεί από το χαρτί του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:750:- Αμέ τι έκανες; Γιατί δε μας είπες πως πας στης Αλίς;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:751:- Γιατί εσύ και ο Αντώνης όλο συμφωνείτε μαζί και κάνετε ό,τι θέλετε σεις, κι εμείς δεν είμαστε τίποτα, ο Αλέξανδρος κι εγώ! ξέσπασε η Πουλουδιά, έτοιμη να κλάψει, τραβώντας με απελπισία το χαρτί που δεν έβγαινε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:752:- Προφάσεις εν αμαρτίαις! Δεν ξέρεις τι να πεις! Όλο τη μεγάλη θέλεις να μας κάνεις κι έχεις και την απαίτηση να παντρευτείς με τον Γιάννη! αποκρίθηκε η Αλεξάνδρα γυρεύοντας με το ελεύθερο της χέρι να βοηθήσει την αδελφή της.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:754:- Με πόνεσες! φώναξε πεισμωμένη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:755:- Πώς σε πόνεσα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:756:- Και πρώτον δε θέλω να παντρευτώ με τον Γιάννη! Και συ με πόνεσες, μου τράβηξες τα μαλλιά μου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:757:- Ξετύλιξα δηλαδή το χαρτί που τραβούσες! Αυτό είναι το ευχαριστώ; Μπράβο σου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:758:- Δεν κλαις γι' αυτό, της είπε ο Αντώνης, ούτε για τον Γιάννη. Κλαις γιατί ξέρεις πως έκανες μια ζαβολιά. Έλα, πες το!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:759:- Δεν ήθελα καθόλου να κάνω ζαβολιά! Ήθελα μόνο να δω τι θα πει η Αλίς και αν ήταν θυμωμένη, διαμαρτυρήθηκε η Πουλουδιά. Να, ρώτα τον Αλέξανδρο!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:761:- Σβέλτα λιγάκι, παιδιά! Πάρετε τον καφέ σας χωρίς χασομέρι και ύστερα τα καπέλα σας. Θα σας πάγω στην εκκλησία!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:762:- Δε σου το 'πα εγώ; Να ο μπάτης! μουρμούρισε ο Αντώνης ανεβαίνοντας με την Πουλουδιά να φέρουν τα καπέλα όλων των αδελφών, ενόσω ξεπετιούνταν η Αλεξάνδρα στο πλάγι για να καλέσει την Αλίς. Το ήξερα πως θα πάμε. Πάντα ο μπάτης φέρνει γρουσουζιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:764:- Ωραία! μουρμούρισε ο Αντώνης, πάει και το απόγεμα μας!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:769:- Παρακαλώ! Παρακαλώ! Δε φταίγει το παιδί! Είναι πολύς ο κόσμος και πέφτει μικρή η εκκλησία για τις μεγάλες εορτές...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:771:- Εγώ νομίζω πως τη λεν Πουλουδιά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:773:- Μας σκότισες με τη βασιλοπούλα σου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:775:- Αυτός ο μπάτης σήμερα είναι πολύ κακός!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:777:- Θα πάμε το απόγεμα στης θείας Αργίνης! Μου το είπε ο θείος! Έστειλε μήνυμα η θεία Αργίνη πως θα 'ρθει εδώ και να πάμε μεις εκεί! Θα 'ρθει η Μαριόρα, η τραπεζιέρα της, να μας πάρει και θα πάμε μονάχοι μας! Ζήτω! Ζήτω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:779:- Και τα δικά μας παιδιά το αγαπούν, είπε καμαρώνοντας η Μαριόρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:782:- Καλημέρα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:786:- Ελάτε στην τραπεζαρία να πάρετε μια βυσσινάδα! Και ξεκίνησαν τα ένδεκα εξαδέλφια και ανακατώθηκαν θέλοντας και μη τα στελέχη τους. Και σαν μπήκαν στην τραπεζαρία και είδαν τις παστελαριές με τα σησάμια και τα ξερά αμύγδαλα και τα κουλούρια και το στρογγυλό ρεβανί, κάτασπρο, πασπαλισμένο ψιλή ζάχαρη, και τις αφράτες φέτες ψωμί και τη βυσσινάδα στα ποτήρια, λύθηκε η γλώσσα ολωνών και πήγε ροδάνι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:792:- Παίζεις σκοινάκι;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:794:- Πόσων χρονών είσαι;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:796:- Οκτώ. Και συ;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:797:- Εννιά, αποκρίθηκε ακατάδεχτα η εξαδέλφη Αλεξάνδρα μεγαλώνοντας και αυτή κατά λίγους μήνες την ηλικία της.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:800:- Πουλουδιά! φώναξε. Έλα να με βοηθήσεις! Μα τ' αγόρια δεν την καταδέχθηκαν.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:801:- Μ' αυτήν, τώρα, τη μικρή θα τα βάλομε; έκαναν. Και σταμάτησαν την πάλη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:803:- Άιντε! Σου πάγω στοίχημα πως δεν είσαι άξιος να πηδήξεις πάνω από τη στέρνα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:806:- Αχ, Αντώνη! Τι θα πει η θεία; Φορείς τα κυριακάτικα σου! Το νερό δεν ήταν βαθύ κι εύκολα τον έσυραν έξω η Κλειώ και ο Γιάννης. Μα σε τι χάλια! Τα μαλλιά του σα λαδωμένα, κολλημένα στο πρόσωπο του, τα ρούχα του μούσκεμα ως μέσα, η μεταξωτή του γαλάζια γραβάτα σα σκοινί κρέμουνταν άμορφη μπροστά του και λάσπες παντού λέρωναν την αφράτη προ ολίγου λινή του φορεσιά. Η Αλεξάνδρα αδελφή είχε δάκρυα στα μάτια.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:807:- Και τώρα; έκανε αναπολώντας τη μελλούμενη κατσάδα. Η Αλεξάνδρα εξαδέλφη είχε πλησιάσει και, στρέφοντας ακατάδεχτα το κεφάλι της, είπε:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:808:- Αυτό δεν είναι τίποτα! Καλά που δεν έσπασε το κεφάλι του!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:811:- Μοιάζεις λαδωμένος ποντικός! του έλεγαν για παρηγοριά. Είσαι γελοίος!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:813:- Μαριόρα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:815:- Πάρε τον μέσα και στέγνωσε τον!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:816:- Παναγιά μου! Τι έπαθε; Και πώς θα τον στεγνώσω; αναφώνησε η Μαριόρα κι έκανε το σταυρό της. Φωτιά δεν έχομε αναμμένη, σίδερα ζεστά δεν έχει κυριακάτικο...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:817:- Βάλε τα ρούχα του στον ήλιο, διέκοψε ήσυχα η Κατίνα, και φόρεσε του ωστόσο μια φορεσιά του Μανόλη ή... έριξε μια ματιά του Αντώνη και πρόσθεσε, αν δεν του μπαίνει, δώσε του μια φορεσιά του Γιάννη, ώσπου να στεγνώσουν τα δικά του ρούχα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:819:- Τι είναι αυτά, καλέ; αναφώνησε μια γριά που κάθουνταν πλάγι στο παράθυρο και κοίταζε τους περαστικούς στο δρόμο. Και τι μου κάνατε την κουζίνα μου; Για δες νερά στις πλάκες!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:820:- Μη φωνάζεις, κερα-Αννέτα! είπε γελώντας η Κλειώ. Είναι εξάδελφος μας κι έπεσε στη στέρνα! Πάγει η Μαριόρα να του φέρει στεγνά ρούχα και πρέπει να τον γδύσομε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:821:- Κύριε ελέησον! είπε η κερα-Αννέτα και σταυροκοπήθηκε και αυτή δυο φορές. Σα δε σκοτώθηκε το παιδί! Εσύ πάλι θα τον έβαλες στα αίματα, κερα-Κλειώ, σα να σε βλέπω, με τις μαριολιές σου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:823:- Και τι φταίγω εγώ, σα θέλουν οι μικροί να κάνουν τους μεγάλους; είπε. Γύρευε να πηδήξει από πάνω από τη στέρνα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:824:- Η Κλειώ φταίγει! φώναξε ο Αλέκος. Την ακούσαμε, ο Μπανανάκης κι εγώ, που του είπε να πηδήξει!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:826:- Εσύ να μη φυτρώνεις εκεί που δε σε σπέρνουν! του είπε συρτά, με ύφος δασκάλας, που την έκανε και επιβάλλουνταν σε όλα της τ' αδέλφια. Ας μην την άκουε, αφού δεν ήταν άξιος!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:828:- Να φύγετε όλοι! φώναξε. Δε θα γδυθώ μπροστά σας! Και πάλι σπρώχνοντας και σκουντουφλώντας βγήκε όλη η τσούρμα έξω κι έμεινε μόνος ο Αντώνης στην κουζίνα, με τη Μαριόρα και την κερα-Αννέτα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:830:- Γδύθηκε; Ντύθηκε; Τι κάνει; ρώτησαν τ' άλλα δυο αγόρια, ο Μανόλης και ο Αλέκος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:836:- Ο Αντώνης είναι το πιο χρυσό μας εξαδέλφι, δήλωσε η Κλειώ, όταν διακόπηκε το παιχνίδι και μπήκε στην κουζίνα ο Αντώνης, για να ξαναφορέσει τα στεγνωμένα του πια ρούχα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:838:- Μην τρέχεις, Αντώνη, χώσου κοντά στη Μαριόρα, μη σε δει κανείς! Είσαι φρίκη!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:841:- Φαίνονται πολύ άσχημα τα ρούχα μου;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:843:- Φρικτά! Τι θα πει η θεία;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:845:- Σας είπα από το πρωί πως θα μας βγει στραβός ο μπάτης! είπε μελαγχολικά ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:846:- Έννοια σου, θα σε γλιτώσομε! είπαν τα κορίτσια που περπατούσαν πότε μπρος και πότε πίσω, για να τον κρύψουν από τους περαστικούς, μην τύχει και τον γνωρίσει κανένας.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:848:- Γιατί από δω, παιδιά; ρώτησε η Μαριόρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:849:- Πάντα από την αυλή μπαίνομε, αποκρίθηκε αποφασιστικά η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:850:- Και πάντα εμείς μπαίνομε πρώτες, πρόσθεσε με φόρα η Πουλουδιά παίρνοντας το χέρι του Αλέξανδρου, για να παρασύρει και τη Μαριόρα προς την αυλή. Τα κατάφεραν τα κορίτσια και μπήκαν πρώτες στην αυλή με τη Μαριόρα και τον Αλέξανδρο, αφήνοντας έξω τον Αντώνη, και από κει στο μαγειρείο, όπου έπιασε η Μαριόρα κουβέντα με την κερα-Ρήνη, ενώ η Αλεξάνδρα απομόνωσε την Αφροδίτη για να της τα πει και η Πουλουδιά έστηνε καραούλι, μην παρουσιαστεί ξαφνικά κανένας από τους μεγάλους της βεράντας.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:851:- Πωπώ! αναφώνησε σαν τ' άκουσε η Αφροδίτη. Μην τον δει μονάχα η θεία σου! Δεν ήθελε να του δώσω, λέει, τα καλά του, γιατί θα τα πατσαβουριάσει παίζοντας! Πού είναι το τρελόπαιδο;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:853:- Θα φοβήθηκε να μπει μέσα, είπε η Αλεξάνδρα, θα στέκεται απέξω.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:854:Και τωόντι στέκουνταν απέξω. Μα στους λεκέδες και στις λάσπες του ρούχου του είχαν προστεθεί τώρα κι αίματα νωπά, και με τα δυο του χέρια σκέπαζε το στόμα του. - Αντώνη! Τι έπαθες; φώναξε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:855:- Σσστ! Δεν είναι τίποτα, με δάγκασε ο Ντον! είπε χαμηλόφωνα ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:857:- Πού σε δάγκασε; ρώτησε γυρνώντας μέσα κι έξω τα χέρια του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:858:- Στο στόμα! είπε ο Αντώνης κι έδειξε το πάνω του χείλι που μάτωνε από δυο τρύπες που είχαν αφήσει τα δόντια του Ντον.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:860:- Η ουρά του είναι ψηλά, δε μοιάζει άρρωστος, είπε γυρίζοντας κοντά στ' αδέλφια. Τι του έκανες και σε δάγκασε, Τρελαντώνη;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:861:- Του πήρα το κόκαλο! είπε ντροπιασμένος ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:862:- Τις αταξίες σου δεν μπορείς να μην τις κάνεις! είπε σκοτισμένη όλο και περισσότερο η Αφροδίτη. Έλα μέσα γρήγορα να σε πλύνω. Πρήστηκαν κιόλα τα χείλια σου.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:864:- Πάμε πάνω, του είπε, θέλει καθάρισμα το στόμα σου. Τρεχάτη και τρομαγμένη κατάφθασε η Πουλουδιά με τον άλλο τόσο τρομαγμένο Αλέξανδρο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:865:- Πίσω! Πίσω! ψιθύρισε. Μπαίνουν μέσα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:867:- Όχι, Αντώνη, δεν κάνει, θα φωνάξω τη θεία σου! έλεγε η Αφροδίτη. Δεν παίρνω απάνω μου αυτή την ιστορία...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:869:- Κυρία! Ελάτε, κυρία! Γρήγορα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:870:- Κακιά! μούγκρισε ο Αντώνης κι έμεινε ακίνητος, περιμένοντας το αστροπελέκι που θα έπεφτε τώρα στο κεφάλι του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:872:- Τι τρέχει; ρώτησε η θεία.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:873:- Ο σκύλος δάγκασε τον Αντώνη! Δείτε, κύριε γιατρέ! είπε πολύ ταραγμένη η Αφροδίτη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:874:- Ο σκύλος;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:875:- Ποιος σκύλος;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:876:- Πώς τον δάγκασε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:877:- Πού; ρώτησαν μαζί θείος και θεία.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:878:- Αχ, Θεέ μου! Τι θα τον κάνουν τώρα! μουρμούρισε τρέμοντας η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:879:- Η θεία θα δει τα ρούχα του... πρόσθεσε η Πουλουδιά. Μα θεία και θείος είχαν πλησιάσει κατασυγχυσμένοι και, πίσω τους, ανήσυχοι πρόβαλαν η θεία Αργίνη με το θείο Ζωρξή.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:880:- Τι τρέχει;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:881:- Ποιον δάγκασε ο σκύλος;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:882:- Τον Αντώνη! Τον δάγκασε ο σκύλος του βασιλέα! εξήγησε η Αφροδίτη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:884:- Δεν είναι τίποτα, δεν είναι τίποτα! έλεγε κάθε λίγο. Να του εξακολουθήσετε τις κομπρέσες με την άρνικα και θα ξεπρηστούν τα χείλια του. Μόνο...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:886:- Τι τρέχει, Γιώργη; ρώτησε ανήσυχα η θεία Μαριέτα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:887:- Τίποτα. Μα καλό είναι να εξετάσουν το σκύλο, αποκρίθηκε ο θείος γιατρός.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:889:- Ο βασιλέας διέταξε να δέσουν τον Ντον και να τον παραφυλάγουν!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:891:- Δεν είναι τίποτα, και συ είσαι παλικάρι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:893:- Ήθελα να ξέρω, είπε η Αλεξάνδρα, τι έκανε τη θεία και δε μάλωσε τον Αντώνη;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:895:- Κάποιοθθθ μάγεπθε τη θεία, γιατί όχι μόνο δε με μάλωθθθε, κουκούτθθθι, μ' απεναντίαθ με φιλούθε θθθαν να ήμουν ο Αλέκθθθαντροθθθ!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:896:- Εγώ νομίζω πως δεν είδε τα ρούχα σου, είπε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:897:- Ούτε τις λάσπες στα παπούτσια του, πρόσθεσε ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:898:- Τα είδε όλα, διέκοψε η Αλεξάνδρα. Την άκουσα που το είπε της Αφροδίτης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:899:- Τι τηθ είπε; ρώτησε ανήσυχος ξαφνικά ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:900:- Να μη σου αλλάξει τα ρούχα σου, μη σε ζαλίσει. Και είπε κι ένα άλλο. Είπε «Καλά και ήταν ο σκύλος του βασιλέα».
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:901:- Αλήθεια! θαύμασε η Πουλουδιά. Καλά και ήταν ο Ντον! Από το κρεβάτι του, αργά, ρώτησε ο Αλέξανδρος:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:902:- Γιατί είναι καλύτερο να σε δαγκάσει ο σκύλος του βασιλέα παρά αλλουνού;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:903:- Επειδή... άρχισε η Πουλουδιά, μα στάθηκε. Κι εκείνη δεν ήξερε. Και ρώτησε διστακτικά:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:904:- Γιατί είπε η θεία πως ήταν καλύτερα, Αλεξάνδρα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:905:- Επειδή αυτός είναι από καλή ράτσα, είπε με βεβαιότητα η Αλεξάνδρα. Ενώ, αν ήταν κανένας αγριόσκυλος, θα τον είχε φάγει ολόκληρο τον Αντώνη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:906:- Αλήθεια! στέναξε πάλι η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:907:- Καθόλου! διαμαρτυρήθηκε ο Αντώνης. Εγώ δε θα τον άφηνα, θα τον κλοτθθθούθα και θα τον έδιωχνα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:908:- Ναι! Πού θα πρόφθαινες! έκανε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:910:- Ο δικός μας ο Κέρβερος, στην Αλεξάνδρεια, δεν είναι σκύλος του βασιλέα, και όμως δεν έφαγε ποτέ κανένα μας... ούτε μας δάγκασε ποτέ, είπε συλλογισμένος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:912:- Και πρώτον, είπε, ο Κέρβερος είναι δικό μας σκυλί.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:913:- Και τι πειράζει; Η μαμά λέγει πως είναι αγριόσκυλος! επέμεινε ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:915:- Ναι, μα ο Αντώνης δεν του έπαιρνε τα κόκαλα του! Σήμερα πήρε του Ντον το κόκαλο που έτρωγε. Και θύμωσε αυτός.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:916:- Βέβαια! επισφράγισε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:917:- Κι έπρεπε γι' αυτό να τον δαγκάσει; ρώτησε ο Αλέξανδρος. Εσύ λες πως δεν πρέπει ποτέ να θυμώνομε μεις, όταν άλλα παιδιά μας παίρνουν τα παιχνίδια μας.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:919:- Και πρώτον λες ανοησίες! Ο Ντον είναι σκύλος, τι ξέρει; έκανε ανυπόμονα. Έπειτα, να που τον τιμώρησε ο βασιλέας! Είπε να τον δέσουν και να τον παραφυλάξουν!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:920:- Έπρεπε να τον δείρουν! επέμεινε ο Αλέξανδρος που κουρδίζουνταν με τα ίδια του τα λόγια. Γιατί δεν είπε ο θείος Γιώργης να τον δείρουν, παρά είπε μόνο να τον κοιτάξουν;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:921:- Να τον εκθθθετάθουν, διόρθωσε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:922:- Τι θα πει; ρώτησε ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:923:- Να τον εκθθθετάθουν θα πει...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:925:- Δεν καταλαβαίνειθθθ τίποτα! Να, πώθθθ κάνουν εκθετάθθθειθ θτο θκολείο;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:927:- Θα του κάνουν μάθημα; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:929:- Ουφ! Πάει αυτή η Κυριακή! Ήταν γρουσούζικη! Πρώτα το ταξίδι της Αλίς, ύστερα η τούμπα του Αντώνη στην εκκλησία, ύστερα η βουτιά στη στέρνα και τώρα ο Ντον... Πρωί πρωί αλήθεια ο γρουσούζης ο μπάτης...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:931:- Ποιοθθθ λέγει τον μπάτη γρουθούδη; αναφώνησε. Εγώ ποτέ πια δε θα τον πω γρουθθθούδη, χαλάλι του, αφού με δάγκαθε ο Ντον! Αν δε με είχε δαγκάθει ο Ντον, αν δεν είχε τρομάκθει η θεία... Πωπώ! τι με περίμενε!... Μπα! Ο μπάτηθθθ είναι γουρλήθθθ! Δήτω ο μπάτηθθθ!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:933:- Δήτω-ω-ω!!!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:934:- Ζήτω! φώναξε και ο Αλέξανδρος που ηλεκτρίσθηκε και ανασηκώθηκε και αυτός για τούμπα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:935:- Τι τρέχει απάνω; Ποιος φωνάζει;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:937:- Παιδιά; έκανε χαμηλόφωνα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:938:- Κανένας δε μίλησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:940:- Όχι, δεν έχει πυρετό, και κοιμούνται και τα τέσσερα, είπε βγαίνοντας.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:942:- Μένει να παρακολουθήσομε τώρα το σκύλο. Ευτυχώς φαίνεται να είναι καλά και σαν τον είδα, είχε σηκωμένη την ουρά κι έπινε Μοιάζει...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:944:- Δε θαθθθ είπα πωθ ο μπάτηθθθ είναι γουρλήθθθ; ψιθύρισε τσευδά ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:946:- Σσστ!... Η θεία είπε πως κοιμόμαστε! Καληνύχτα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:949:- Λοιπόν! Αποφάσισε! Είσαι ή δεν είσαι Τούρκος;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:950:- Δεν είμαι! αναφώνησε αγανακτισμένος ο Αλέξανδρος, γονατισμένος και αυτός πίσω από το δικό του στρατό, τα χέρια του απλωμένα προστατευτικά πάνω από τα παρατεταγμένα μολυβένια στρατιωτάκια.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:952:- Λοιπόν τι είσαι;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:953:- Έλληνας! φώναξε ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:954:- Μα πώς μπορούν Έλληνες να πολεμούν και να σκοτώνουν Έλληνες; ρώτησε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:956:- Δε θέλω όμως να είναι Τούρκοι οι στρατιώτες μου! διαμαρτυρήθηκε θυμωμένος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:957:- Και ποιος θα είναι τότε Τούρκος; Πώς θα πολεμήσομε; Ή Έλληνες θα είναι οι στρατιώτες σου ή Τούρκοι! Αφού οι δικοί μου είναι Έλληνες, οι δικοί σου πρέπει να είναι Τούρκοι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:958:- Δε θέλω! επανέλαβε ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:961:- Τότε καλύτερα να μην παίξομε! Παραπονιάρικα είπε ο Αλέξανδρος:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:962:- Δε θέλω ο στρατός μου να είναι τούρκικος!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:964:- Πες του!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:965:- Τότε μάζεψε το στρατό σου, είπε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:966:- Γιατί δε γίνεσαι εσύ Τούρκος; ρώτησε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:967:- Εγώ;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:969:- Αυτοί Τούρκοι; έκανε. Πώς μπορούν να είναι οι Τούρκοι πιο ωραίοι από τους Έλληνες; Και πώς μπορούν οι Έλληνες να έχουν αυτό το χάλι; πρόσθεσε με μια περιφρονητική κίνηση κατά τη μολυβένια μάζα του Αλέξανδρου.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:971:- Ας είναι Άγγλοι οι δικοί σου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:972:- Λαμπρά! Σαν τη μις Ράις! επιδοκίμασε ο Αντώνης που ήξερε τη νίκη του σίγουρη και ήταν ενθουσιασμένος να τραβήξει έναν τράκο στους συμπατριώτες της μις Ράις, ας ήταν και μολυβένιοι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:974:- Καλά, είπε αργοκουνώντας πλαγίως το κεφάλι του, όχι για τη μις Ράις, μα γιατί ο θείος λέγει πως οι Άγγλοι μας έδωσαν την Κρήτη...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:975:- Την Κέρκυρα! διόρθωσε ο Αντώνης. Πού η Κρήτη! Η Κρήτη θα ελευθερωθεί μόνη της! Αυτή δεν έχει ανάγκη από τους Άγγλους!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:976:- Ναιαιαι; έκανε ο Αλέξανδρος. Πώς θα ελευθερωθεί;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:977:- Θα κάνει επανάσταση, όπως ο Καραϊσκάκης... που μας έδειξε ό θείος τον τάφο του, και θα ελευθερωθεί όπως ελευθερώθηκε η Ελλάδα. Να! Αυτοί οι Κρητικοί είναι παλικάρια! Οι δικοί μου στρατιώτες λοιπόν είναι Κρητικοί!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:978:- Ωραία! φώναξε μ' ενθουσιασμό ο Αλέξανδρος. Και οι δικοί μου Έλληνες...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:980:- Μπούφο! Και τι είναι οι Κρητικοί; Δεν είναι και αυτοί Έλληνες; Και οι Κερκυραίοι; Και οι Ροδίτες και οι Κυπριώτες; Πώς μπορούν Έλληνες να σκοτώνουν Έλληνες; Ο ενθουσιασμός του Αλέξανδρου έπεσε και κοντοστάθηκε, ζαλισμένος λίγο από τόσα ονόματα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:981:- Μα τότε; Τι θα είναι οι δικοί μου; ρώτησε κατσουφιασμένος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:982:- Μα δεν είπαμε πως θα είναι Άγγλοι; Και η σημαία σου το λέγει. Είναι ξένη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:983:- Η μις Ράις είπε πως δεν είναι αγγλική αυτή η σημαία, μουρμούρισε διστακτικός ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:984:- Το ξέρω, είναι γαλλική, αδιάφορο. Έλα! Ετοιμάσου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:985:- Μα είναι παλικάρια οι Άγγλοι; ρώτησε επιφυλακτικά ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:986:- Βέβαια είναι! Αφού μας έδωσαν την Κέρκυρα; Έλα τώρα! Πού είναι ο βόλος σου;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:988:- Έλα, τελείωνε! φώναξε του Αλέξανδρου. Σου δίνω εγώ άλλο βόλο! Μόνο στήσε γρήγορα το στρατό σου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:990:- Τι χάλια που είναι οι στρατιώτες σου! είπε χαμηλόφωνα του Αλέξανδρου, ενώ παρακάτω ο Αντώνης γύρευε ανάμεσα στους βόλους του έναν όμοιο σαν το δικό του, για να τον δώσει του αδελφού του. Τι χάλια! Ένας δεν έχει στέρεη βάση! Και θες να είναι κι Έλληνες! Με την πρώτη θα πέσουν!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:992:- Να, είπε ο Αντώνης του αδελφού του. Δε βρήκα τον απαράλλαχτο σαν το δικό μου βόλο, μα δεν πειράζει. Ο δικός σου είναι λίγο πιο μεγάλος, θα σκοτώσεις περισσότερους από τους δικούς μου στρατιώτες. Έλα! Τράβα εσύ πρώτος!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:993:- Και σημάδεψε καλά! πρόσταξε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:995:- Μπούφο! μουρμούρισε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:996:- Δική μου σειρά! είπε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:998:- Ω! ω! ω! έκανε ο Αλέξανδρος, έτοιμος να κλάψει.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:999:- Στάσου! φώναξε η Πουλουδιά απλώνοντας τα χέρια της. Είπαμε πως όποιος στρατιώτης έπεσε πάνω σ' άλλο στρατιώτη είναι πληγωμένος και ξανασηκώνεται. Σκοτωμένοι είναι μόνο όσοι ακουμπούν ολόκληροι στο πάτωμα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1000:- Σωστά, αποκρίθηκε ο Αντώνης που είχε κάνει το νόμο στα γενέθλια του Αλέξανδρου, όταν είχε λάβει ο αδελφός του καινούριους στρατιώτες, ενώ οι δικοί του είχαν αρχίσει να χάνουν λίγο την ισορροπία τους. Σωστά, επανέλαβε πλησιάζοντας να επιτηρήσει την επιλογή. Μα τούτοι είναι σχεδόν όλοι σκοτωμένοι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1001:- Καθόλου! είπε η Πουλουδιά σηκώνοντας έναν πεσμένο που έσπρωξε έναν άλλο πλάγι του. Να, κούνησε αυτός· άρα ακουμπούσε στον άλλο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1002:- Στην άκρη μόνο της ξιφολόγχης! παρατήρησε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1003:- Αδιάφορο! Ακουμπούσε! επέμεινε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1005:- Σα να μου φαίνεται πως τους σήκωσες όλους! ξαναδιαμαρτυρήθηκε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1006:- Καθόλου! Σήκωσα μόνο τους πληγωμένους! Έλα, Αλέξανδρε, τράβα πάλι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1008:- Μα δεν προσέχεις! του φώναξε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1009:- Δική μου σειρά! είπε θριαμβευτικά ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1011:- Έλα, είπε σφίγγοντας τα δόντια της η Πουλουδιά, σημάδεψε! Πρόσεξε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1016:- Ζήτω! φώναξε ο Αντώνης. Ζήτω! Σας έφαγα πάλι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1017:- Καθόλου! αποκρίθηκε η Πουλουδιά, γοργά σηκώνοντας τρεις τέσσερις στρατιώτες. Αυτοί είναι πληγωμένοι, πληγωμένος και ο στρατηγός! Έλα, Αλέξανδρε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1018:- Ζαβολιάρα! της φώναξε ο Αντώνης. Ήταν όλοι σκοτωμένοι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1019:- Δεν ήταν! διαμαρτυρήθηκε η Πουλουδιά. Και δε θέλω να με λες ζαβολιάρα! Αυτοί ήταν πληγωμένοι, να, ήταν πεσμένοι έτσι...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1020:- Εγώ τους είδα, και ήταν όλοι σκοτωμένοι! επέμεινε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1021:- Δεν ήταν! επέμεινε και η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1022:- Ήταν!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1023:- Δεν ήταν!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1025:- Μη μαλώνετε! φώναξε η Αλεξάνδρα από το τραπέζι της. Ο Αντώνης ρίχθηκε κι εκείνος στα γόνατα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1026:- Έλα, καλά, ξεμπέρδευε, Αλέξανδρε, ρίξε άλλη μια, είπε πεισμωμένος, και με την πρώτη θα σου τους σαρώσω όλους κάτω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1028:- Δική μου σειρά και τελείωσε! φώναξε θριαμβευτικά ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1029:- Δεν πάει αυτή! αντιφώναξε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1030:- Πάει και παραπάει!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1031:- Όχι, δεν πάει! Έδωσες του Αλέξανδρου ένα μεγάλο βόλο που δε χωρεί στο δάχτυλο του! Δώσ' του το δικό σου βόλο!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1032:- Ανοησίες λες! Φύγε από κει!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1033:- Δεν πάει σου λέγω! Στάσου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1035:- Δεν πάει! έλεγε και ξανάλεγε. Δεν πάει, είναι αδικία! Και με φούρκα μάζεψε το στρατηγό, τον κάθισε στο άλογο και άρχισε να στήνει πάλι όρθιους τους στρατιώτες.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1037:- Τι έκανες; της είπε μέσα από τα δόντια του. Είδες τι έκανες; Έριξες κάτω την ελληνική σημαία και την ξεκόλλησες! Μάζεψε την ευθύς και φίλησε την!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1038:- Δεν τη μαζεύω και δεν τη φιλώ!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1039:- Θα τη μαζέψεις!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1040:- Δεν τη μαζεύω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1042:- Μάζεψε την! Είναι η ελληνική σημαία!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1043:- Δεν είναι! Είναι ένα παλιόχαρτο...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1044:- Πουλουδιά!...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1046:- Δεν είναι αυτό σημαία! επέμεινε. Αυτό το ζωγράφισε ο Αντώνης, και το κόλλησε ο Αντώνης, και δεν είναι τίποτα, και είναι πασαλειμμένο γκόμες και μουντζούρες! Είναι... είναι...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1048:- Είναι μια μουντζούρα! μουρμούρισε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1049:- Καλά! είπε ο Αντώνης. Το απόγεμα θα έλθει ο Γιάννης και θα τον ρωτήσω αν επιτρέπονται αυτά! Θα του πω πως είπες τη σημαία μας παλιόχαρτο και μουντζούρα! - Δεν την είπα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1050:- Δεν την είπες; Τ' άκουσε και η Αλεξάνδρα και ο Αλέξανδρος!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1051:- Όχι! Δεν το είπα για τη σημαία μας! Το είπα γι' αυτό το χαρτί...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1052:- Να, πάλι το λες! Λοιπόν για τιμωρία σου θα του πω και το άλλο. Πως είπες που, όταν μεγαλώσεις, θα τον πάρεις...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1054:- Γιατί κλαις; ρώτησε γλυκά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1056:- Γιατί κλαις; Τι έχεις;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1059:- Μα γιατί κάθεσαι στον ήλιο; Πύρωσε το κεφάλι σου, είπε. Έλα στη σκιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1061:- Ξέρεις γιατί δεν ήρθα τόσες μέρες; Ήμουν στης θείας μου, στην εξοχή, στο βουνό, στην πρασινάδα και στα πεύκα! Αχ, έλα και συ!...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1063:- Και πρώτον δεν κάνει να κλαις γιατί νικήθηκες! είπε του αδελφού του. Δεν είναι σπορ αυτό!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1066:- Ο Αλέξανδρος είναι μικρός, είπε μ' επιείκεια. Μα η Πουλουδιά που είναι μεγάλη πρέπει να μάθει να μη θυμώνει, σα χάνει ένα παιχνίδι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1068:- Η Πουλουδιά είναι πολύ καλή! είπε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1069:- Βέβαια, γιατί σε βοήθησε! αποκρίθηκε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1070:- Δε με βοήθησε! Αν με είχε βοηθήσει, θα κέρδιζα εγώ τον πόλεμο!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1071:- Κιαμεδέ! Με τέτοιους στρατιώτες, στραβωμένους, σπασμένους...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1072:- Ναι, θα σου σκότωνε η Πουλουδιά τους δικούς σου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1073:- Κιαμεδέ! είπε πάλι ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1075:- Τέτοιο στρατό δεν τον νικά κανένας! είπε. Οι δικές μου βάσεις είναι όλες στερεές!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1076:- Η Πουλουδιά θα τους νικούσε, γιατί σημαδεύει πιο καλά από σένα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1077:- Κιαμεδέ! επανέλαβε κοροϊδευτικά ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1078:- Ναι, σημαδεύει πιο καλά! επέμεινε με πείσμα ο Αλέξανδρος. Στο κροκέ, στην Αλεξάνδρεια, πολλές φορές σε κέρδιζε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1079:- Στο κροκέ! Ένα κουτό, κοριτσίστικο παιχνίδι! έκανε ακατάδεχτα ο Αντώνης. Εγώ σου λέγω για βόλους! Στους βόλους τα βγάζει πέρα μαζί μου;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1080:- Και στους βόλους σε κερδίζει η Πουλουδιά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1081:- Ποτέ!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1082:- Ναι, σε κέρδισε μια μέρα, εγώ το θυμούμαι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1083:- Λες ανοησίες!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1084:- Σε κέρδισε μια μέρα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1085:- Και πρώτον η Πουλουδιά δεν έχει βόλους! Πώς με κέρδισε; Με τι;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1086:- Ο Στάμος της είχε δώσει βόλους!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1087:- Ο Στάμος; Θυμάσαι συ τώρα τι έκανε στην Αλεξάνδρεια ο Στάμος!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1088:- Ναι, εγώ θυμούμαι. Εσύ κάνεις πως ξέχασες. Εσύ έπαιζες με την Αλεξάνδρα κι εκείνη εναντίον σου με τον Στάμο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1089:- Ο Στάμος κέρδισε κείνη τη μέρα, όχι η Πουλουδιά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1090:- Ναι, η Πουλουδιά! Εγώ το θυμούμαι! Το είπε και ο Στάμος!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1091:- Και συ λες ό,τι ακούσεις, σαν παπαγάλος!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1092:- Και συ λες ψέματα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1093:- Αλέξανδρε! φώναξε τρομαγμένη η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1096:- Είσαι μικρός και δε σε δέρνω! Μα στάσου να έλθει η μαμά, να μάθει πως είπες «Βρε συ» στον αξιωματικό, και βλέπεις εσύ!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1098:- Μην το πεις! παρακάλεσε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1099:- Όχι, τι; Να λες έτσι, πως λέγω εγώ ψέματα; Και σα μάθει η μαμά πως λες αυτή τη λέξη...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1100:- Που δε θέλει ο πατέρας ούτε να περνά το στόμα μας! πρόσθεσε αυστηρά η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1101:- Και πως μου την είπες εμένα... εμένα! επανέλαβε ο Αντώνης. Να δεις! Να δεις τι θα πάθεις, κι εσύ και η Πουλουδιά, που είπε μουντζούρα και παλιόχαρτο την ελληνική σημαία!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1103:- Καλημέρα! φώναξε χαρούμενα. Μας θέλετε; Και μπήκε μέσα με την Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1105:- Γιατί κλαις; ρώτησε απότομα, έτοιμη για μάχη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1106:- Γιατί... γιατί... κλαψαποκρίθηκε ο Αλέξανδρος. Μα τον διέκοψε ο Αντώνης μ' ένα νόημα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1107:- Μην πεις! διέταξε σιωπηλά, κρυφοδείχνοντας την Αλίς. Και σκύβοντας πάνω στον αδελφό του, τάχα να τον βοηθήσεινα σηκωθεί, του πρόσταξε στο αυτί:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1108:- Μην πεις για τη σημαία μπροστά της!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1111:- Για να δω; Μπα! Περίεργο! Δε φαίνονται τα δαγκάματα του Ντον, μόνο δυο μικρά κοκκινάκια! Πόνεσες πολύ;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1112:- Όχι! Μα πώς το ξέρεις; ρώτησε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1113:- Μας το 'πε χθες βράδυ η Μαρούσα. Μας είπε πως ήλθατε να με φωνάξετε, αλήθεια; Τι κρίμα που είχα φύγει! Και πως ύστερα σε δάγκασε ο Ντον. Καημένε Αντώνη! Πώς θα πόνεσες!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1114:- Όχι, δεν πόνεσα πολύ, με δάγκασε, να, έτσι! είπε ο Αντώνης πιάνοντας το χείλι του ανάμεσα στον αντίχειρα και στο δείχτη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1115:- Καλέ, τι λες; Σου έκανε, λέει, κιμά το πρόσωπο! Ναι, η Μαρούσα μας το είπε. Και κόντεψες να λυσσάξεις και δεν έκλαψες, ούτε καν φοβήθηκες! Μπράβο σου! Όλοι σε θαυμάσαμε...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1118:- Τι; Τι είπε η Μαρούσα; ρώτησε ειρωνικά η Αλεξάνδρα. Και φουριαστά διαμαρτυρήθηκε η Πουλουδιά:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1119:- Καθόλου δεν του έκανε κιμά το πρόσωπο! ενώ με βιαστικά βήματα πλησίαζε ο Αλέξανδρος και σηκώνουνταν στις μύτες του, για να δει από πιο κοντά τις άγνωστες πληγές στο πρόσωπο του αδελφού του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1121:- Ναι, ναι, σε ξέρω! Είσαι πάντα παλικάρι και ποτέ δε λες πως πονείς! επανέλαβε. Μα κόντεψες να λυσσάξεις και να πεθάνεις! Το είπε και ο πατέρας, και κατατρόμαξαν όλοι εδώ...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1122:- Εμείς; Καθόλου! αναφώνησε η Πουλουδιά. Εκτός, ναι, μόνο σαν έτρεχαν τα αίματα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1123:- Καλέ, τι αίματα! Τόσο τρόμαξε η θεία σας η Μαριέτα, που έστειλε το θείο σας στο βασιλέα να του πει να σκοτώσει τον Ντον. Και είπε ο βασιλέας: «Πώς λυπούμαι γι' αυτό που συνέβηκε! Να είστε βέβαιος πως θα θέσομε τον Ντον και θα τον παραφυλάξομε!» Και κάθε μέρα, ύστερα, μηνούσε πως ο Ντον ήπιε πολύ νερό...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1124:- Γιατί; ρώτησε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1125:- Γιατί, αν ήταν λυσσασμένος, δε θα έπινε νερό, έτσι λέγει ο πατέρας. Μα ο Αντώνης δεν το ήξερε πως δε θα ήταν λυσσασμένος, και όμως δε φοβήθηκε καθόλου! Οι δυο αδελφές άκουαν κλονισμένες και ο Αλέξανδρος ξέχασε, στη σαστιμάδα του, να κλείσει το στόμα του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1126:- Και όχι μόνο τον δάγκασε, αλλά τον δάγκασε στο πρόσωπο, που είναι ακόμα πιο επικίνδυνο, εξακολούθησε η Αλίς. Γιατί, όσο πιο κοντά στο κεφάλι σε δαγκάσει ο σκύλος, τόσο πιο άσχημο είναι...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1127:- Γιατί; ρώτησε πάλι η Αλεξάνδρα, θαμπωμένη από τις γνώσεις της Αλίς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1129:- Έτσι είπε ο πατέρας. Και είπε: «Πώς θ' ανησύχησαν οι άνθρωποι που τον δάγκασε στο πρόσωπο!» Και μας είπε η Μαρούσα πως και ο Αντώνης θα δάγκανε όλο τον κόσμο και πως θα έπεφτε ξερός! Και όμως ο Αντώνης δε φοβήθηκε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1132:- Αλίς, της είπε μ' ενθουσιασμό, εσύ δεν είσαι Εβραία! Είμαι βέβαιος πως δεν είσαι Εβραία!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1134:- Πες! επέμεινε ο Αντώνης. Δεν είναι αλήθεια πως δεν είσαι Εβραία;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1135:- Δεν ξέρω... μουρμούρισε διστακτικά η Αλίς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1136:- Εγώ είμαι βέβαιος πως δεν είσαι Εβραία και πως είσαι Ελληνίδα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1137:- Ναι, είμαι Ελληνίδα, είπε ντροπαλά η Αλίς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1138:- Αυτό δε σημαίνει, είπε σκοτισμένη η Αλεξάνδρα. Νομίζω πως μπορείς να είσαι και Ελληνίδα και Εβραία...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1139:- Όχι, δεν μπορείς! φώναξε ο Αντώνης. Εγώ ξέρω πως στην Αλεξάνδρεια οι Εβραίοι δεν είναι Έλληνες και δεν πάνε στο δικό μας σχολείο, μόνο πάνε στους ιησουίτες.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1140:- Στάσου να δούμε, έχω μιαν ιδέα και θα καταλάβομε αμέσως, είπε η Αλεξάνδρα. Αλίς, τι μαθαίνεις εσύ στο σχολείο που πας;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1141:- Τι μαθαίνω; ρώτησε ανήσυχα η Αλίς. Γιατί; Τι μαθαίνω;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1142:- Να, σας μαθαίνουν για τον Τρωικό πόλεμο και τον Αχιλλέα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1143:- Βέβαια!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1144:- Και για τον Σωκράτη; Ξέρεις ποιος είναι ο δίκαιος Αριστείδης;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1145:- Ξέρω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1146:- Και ο Περικλής; Και ο Λεωνίδας;... Μα τη διέκοψε ο Αντώνης:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1147:- Ξέρεις τι θα πει «Μολών λαβε»; Και «Ή ταν ή επί τας»; Έμαθες το «Πάταξον μεν, άκουσον δε»; ρώτησε ορμητικά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1148:- Ναι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1149:- Λοιπόν δεν είσαι βέβαια Εβραία! φώναξε θριαμβευτικά ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1150:- Δεν είσαι Εβραία! επικύρωσε η Αλεξάνδρα. Είσαι Ελληνίδα σαν και μας!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1154:- Μα... μα τι πειράζει αν είναι Εβραία η Αλίς; ρώτησε αργά. Ο θείος λέγει πως οι Εβραίοι είναι πάρα πολύ καλοί άνθρωποι και πως ο μπαμπάς της Αλίς...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1155:- Καλά, το ξέρομε, διέκοψε με μεγαλείο η Αλεξάνδρα. Εμείς όμως θέλομε την Αλίς να είναι Ελληνίδα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1158:- Πήγαινε να ρωτήσεις τη θεία αν μπορούμε να προσκαλέσομε την Αλίς στο πρόγευμα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1160:- Ναι, είπε η θεία πως μπορεί να μείνει η Αλίς το μεσημέρι...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1163:- Κάνεις σα χωριάτης! του είπε. Δε λεν στους ανθρώπους «μπορείς να μείνεις», τους ρωτούν ευγενικά: «Θες να μείνεις:»
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1165:- Και θα μείνεις το απόγεμα, Αλίς; Και θα παίξεις μαζί μας; Θα έλθει και ο Γιάννης, ο εξάδελφος μας! Να δεις πώς πηδά!...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1170:- Πού είναι η Κηφισιά; ρώτησε ο Αντώνης. Η Αλίς έδειξε αόριστα κατά το Πασαλιμάνι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1171:- Να, από κει, μα πέερα, κατά την Πεντέλη. Πας με το τρένο· ανεβαίνεις· είναι βουνό· και όμως δεν είναι βουνό. Κι έχει δέντρα, πολλά δέντρα. Και στο περιβόλι της θείας μου έχει όλα τα φρούτα, δεν έχει πια κεράσια, μα έχει σύκα, σταφύλια, ροδάκινα, αχλάδια... Και τι δεν έχει! Κι έφυγε ο περιβολάρης της θείας μου και κάναμε μεις τον περιβολάρη, σκάβαμε, ποτίζαμε, κόβαμε φρούτα, κλαδεύαμε! Τι ωραία που περάσαμε! Έλα κι συ, Αντώνη, στης θείας μου...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1173:- Και θα μ' αφήσει η θεία σου να σκάψω; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1174:- Και βέβαια! είπε η Αλίς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1175:- Και να ποτίσω;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1176:- Ακούς λέει! Θα της κάνεις και χάρη, αφού δεν έχει περιβολάρη!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1177:- Εγώ, σα μεγαλώσω, θα δώσω όλα μου τα παιχνίδια του Αλέξανδρου και θα γίνω περιβολάρης! είπε μαγεμένος ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1179:- Αντώνη, δε θα πεις του Γιάννη... ξέρεις τι, που έλεγες το πρωί... του ψιθύρισε σιγά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1181:- Εγώ δε μαντατεύω! είπε περήφανα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1183:- Η θεία είναι στην τραπεζαρία, της ανήγγειλε. Πες της εσύ για την Κηφισιά, να μας αφήσει να πάμε. Του έκανε νόημα «Ναι» και πέρασαν στο τραπέζι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1187:- Τι γούστο, αλήθεια, αυτουνού που την αγόρασε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1188:- Μου τη χάρισε ο θείος ο νονός μου, κι έχει πολύ γούστο ο αδελφός της μαμάς μου! αποκρίθηκε η Πουλουδιά που άλλη φορά είχε παραδεχτεί πως ήταν πολύ άσχημο το φόρεμα της κούκλας της, μα που τώρα, λέει, άλλαξε γνώμη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1190:- Να, επιστρέφει κιόλα η ατμάκατος του κυρίου Μακρονησιώτη! είπε σκύβοντας έξω από το παράθυρο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1193:- Εγώ, σα μεγαλώσω, θα γίνω καπετάνιος! είπε πάλι χωρίς να γυρίσει.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1195:- Εσύ είπες μια φορά πως, σα μεγαλώσεις, θα γίνεις σκύλος!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1196:- Και ύστερα ήθελες να γίνεις και άλογο! πρόσθεσε κοροϊδευτικά η Πουλουδιά, παρατώντας για μια στιγμή την αξιοπρεπή σιωπή της, για να μπει στη μύτη του αδελφού της.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1198:- Ήμουν μικρός σαν τα έλεγα αυτά. Τώρα που είμαι μεγάλος λέγω πως θα γίνω καπετάνιος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1199:- Ναι! Να δούμε τι θα πεις αύριο που θα πάμε στο περιβόλι της Αλίς στην Κηφισιά. Πάλι θα θέλεις να γίνεις περιβολάρης, όπως προχθές που μας προσκάλεσε η Αλίς. Κάθε μέρα θες να γίνεις κάτι άλλο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1200:- Και συ κάθε μέρα γίνεσαι πιο σαχλή! της αποκρίθηκε ο Αντώνης. Λες κουταμάρες, πως, σα μεγαλώσεις, θα πάρεις τον Γιάννη, και ύστερα παρακαλείς να μην του το πω! Μα θα το πω καμιάν ώρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1201:- Αν το πεις, φώναξε φουρκισμένη η Πουλουδιά, θα πω εγώ της μαμάς πως είπες της Αλίς ότι κείνη σταύρωσε το Χριστό!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1203:- Και δεν το λες; έκανε ξένοιαστος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1205:- Κι εγώ, άλλη φορά...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1208:- Σα ζωντανές κάνουν! μουρμούρισε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1215:- Τι τσακίζεσαι, Αντώνη; Η βάρκα σου είναι δεμένη! Γύρισε ο Αντώνης και είδε τον Αλέκο Χορν που, όρθιος σ' ένα βράχο, με τα χέρια στις τσέπες, τον κοίταζε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1216:- Το ξέρω, είπε ακατάδεχτα, μα γυμνάζομαι για όταν γίνω καπετάνιος!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1218:- Σε τι γυμνάζεσαι; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1219:- Τραβώ κουπί!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1220:- Μ' αφού είσαι δεμένος;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1222:- Τι να κάνω; μουρμούρισε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1224:- Μόνος μου δεν τα καταφέρνω τα δυο κουπιά. Μ' αν έλθεις και συ, λύνομε το σκοινί.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1226:- Δε ρώτησα τη μαμά... έκανε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1228:- Πιάσε το ένα κουπί! Λύνω εγώ τη βάρκα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1230:- Ε! Αντώνη! Μου φεύγει το κουπί! φώναξε ο Αλέκος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1232:- Πάει! Πάει! Το πήρε η θάλασσα! φώναξε τρομαγμένος ο Αλέκος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1235:- Αχ, Αντώνη, τι θα κάνομε χωρίς το κουπί μου; έλεγε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1236:- Δεν ντρέπεσαι να φοβάσαι! του είπε ο Αντώνης. Ο Σεβάχ ο Θαλασσινός είχε χάσει και τα δυο του κουπιά και το κατάρτι του και πάλι δεν πνίγηκε. Εμείς έχομε το ένα κουπί!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1238:- Κάτσε ήσυχος, Αλέκο, κάτσε στο βάθος της βάρκας και μην κουνάς! διέταξε σαν αληθινός καπετάνιος ο Αντώνης. Εγώ θα πιάσω το τιμόνι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1240:- Τώρα μη φοβάσαι! φώναξε του Αλέκου. Θα φθάσομε σίγουρα στο λιμάνι...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1242:- Αχ, μαμά μου, μαμά μου, γιατί δε σ' άκουσα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1245:- Εσύ ξέρεις κολύμπι, Αλέκο;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1246:- Όχι! Δεν ξέρω! Και θα πνιγούμε, ε; Και θα νυχτώσει, αχ, Θεέ μου, αχ, Θεέ μου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1249:- Έχεις σπίρτα, Αλέκο;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1250:- Όχι, δεν έχω. Γιατί;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1251:- Δεν πειράζει, είπε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1254:- Αλέκο! φώναξε ο Αντώνης. Του κυρίου Μακρονησιώτη η ατμάκατος! Έρχεται! Έρχεται να μας πάρει!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1256:- Έρχεται; ρώτησε με κλάματα ακόμα στη φωνή του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1257:- Δεν τη βλέπεις; Σε μας έρχεται! Να, και σφυρίζει πάλι να μας ειδοποιήσει πως μας είδε...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1259:- Αντώνη, εσύ είσαι;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1260:- Ναι, εγώ είμαι, και ο Αλέκος! αποκρίθηκε πνιχτά ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1262:- Κακό παιδί, μας κατατρόμαξες... Άλλη φορά να μην το κάνεις... Σου χρειάζεται γερή τιμωρία, η θεία σου είναι πολύ θυμωμένη... και με το άλλο χέρι αγκάλιαζε τον Αλέκο και γύριζε και του έλεγε κι εκείνου: Δεν έπρεπε ν' ακούσεις τον Αντώνη, τρόμαξε πολύ η μαμά σου. Άλλη φορά να μη λύνετε τις βάρκες...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1264:- Πάμε τώρα στο σπίτι! Αρκετή ώρα στεκόμαστε δω, με την καρδιά στον Άδη! Περπατά εμπρός!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1267:- Όταν έκανες αυτή την αταξία, Αντώνη, κι έλυσες την ξένη βάρκα, συλλογίστηκες τη μαμά σου και τον πατέρα σου, τι θα έκαναν αν πνίγουσουν;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1269:- Νόμιζα πως ήσουν αληθινός γιος του πατέρα σου και πως ξένο πράμα δε θα τ' άγγιζες ποτέ. Και νόμιζα πως αγαπούσες τη μαμά σου και δε θα ήθελες ποτέ να την κάνεις να κλάψει. Αντώνη, αν ήταν εδώ ο πατέρας σου, τι θα σου έκανε, νομίζεις, τώρα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1271:- Θα σου έδινε, φαντάζομαι, γερό ξύλο, και με το δίκιο του. Και θα σ' έδερνα κι εγώ και θα το άξιζες. Μα να 'χεις χάρη που μεσίτεψε για σένα ο θείος σου, που νόμιζε πως θα πνιγείς και που το νόμισα κι εγώ, μαζί με τον άλλο μικρό, που τον πήρες στο λαιμό σου και πήγε να τα χάσει η μάνα του η κακομοίρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1273:- Ας είναι, θα γίνει η χάρη του θείου σου και δε σε δέρνω. Πιστεύω άλλωστε να τρόμαξες αρκετά μες στη βάρκα, όταν σας έπαιρνε η θάλασσα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1275:- Σου αξίζει όμως μια τιμωρία, μια γερή τιμωρία, και θα την έχεις. Αύριο που θα πάμε μεις με τ' αδέλφια σου στης Αλίς, εσύ θα μείνεις εδώ, μόνος, και θα γράψεις ολόκληρο το ρήμα «λείπω». Και απόψε δε θα καθίσεις στο τραπέζι, μόνο θ' ανέβεις ευθύς στην κάμαρα σου. Μ' άκουσες; Πήγαινε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1277:- Τι μου κάνεις τώρα τον καμπόσο, κακόπαιδο; είπε μ' ένα γοργό χάδι στο κεφάλι του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1279:- Κακό, κακόπαιδο! Τρελαντώνη! Καλά σε λέγει η κερα-Ρήνη! Τι τρομάρα πήραμε όλοι για χατίρι σου! Κόπηκε το αίμα μου σα σε είδα να σε παίρνει η θάλασσα μονάχο, στη βάρκα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1280:- Δεν ήμουν μονάχος, διέκοψε ο Αντώνης, ήταν και ο Αλέκος...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1281:- Ναι! Βοήθεια σού ήταν! αντέκοψε η Αφροδίτη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1282:- Από πού μας είδες; ρώτησε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1283:- Από πού; Από την τραπεζαρία. Ο Θεός με φώτισε ν' ανέβω να βάλω τραπέζι πιο νωρίς. Είδα μια βάρκα να φεύγει μοναχή της και είπα: «Σε καλό τους, τέτοια ώρα και με τέτοιον άνεμο!» Κι εκεί σε βλέπω σένα να σηκώνεσαι, να πέφτεις μες στη βάρκα και να ξανασηκώνεσαι. Παναγιά μου! Σφάχτης μ' έκοψε! Και την ίδια ώρα ακούω τρεχιό στη σκάλα και τα δυο μικρά κατέβαιναν κι έτρεχαν στο σαλόνι, όπου έπαιζε πιάνο η Αλεξάνδρα, και φώναζαν: «Αλεξάνδρα! Αλεξάνδρα! Ο Αντώνης είναι στη βάρκα!» Τρομάρα τα παιδιά, μην τα ρωτάς! Και φοβούνταν να το πουν στη θεία σου! Τρέχω γω πάνω, που ήξερα πως ήταν στην κάμαρα της κι έραβε στη μηχανή, και με τους τρεις που έτρεχαν το κατόπι μου για να μην της το πω, λέει, της φωνάζω: «Σώστε, κυρία, και πνίγεται ο Αντώνης!» Πώς έγινε η καημένη, κατακίτρινη σαν το φλουρί! Κατέβηκε τρεχάτη, κι εμείς όλοι μαζί, και στο δρόμο, εμπρός στο σπίτι, βρίσκομε το θείο σου που γύριζε απέξω. «Γρήγορα, γρήγορα, Ζωρζή! Τρέχα, ο Αντώνης είναι σε μια βάρκα χωρίς βαρκάρη!» του φώναξε. Τρέχαν και τα παιδιά, μα τα γύρισε μπρος πίσω η θεία σου.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1284:- Ήταν θυμωμένη; ρώτησε ταπεινωμένος ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1285:- Θυμωμένη λέει; Πρώτα θύμωσε πολύ. Ύστερα όμως ήταν πιότερο τρομαγμένη. Μα δεν τα έχασε· έχει γερό κεφάλι η θεία σου! Κατέβηκε με το θείο σου να φωνάξει βαρκάρη, να βγει με τη βάρκα του να σας φέρει πίσω· μα δεν ήταν κανένας στην ακρογιαλιά. Εκείνη συλλογίστηκε τότε την ατμάκατο του κυρίου Μακρονησιώτη, και με το αμάξι έφυγε ο θείος σου να τη βρει. Μα κι έτσι δεν ησύχασε κείνη. Πήγε, φώναξε, σήκωσε τον κόσμο στο πόδι, και βρέθηκαν δυο βαρκάρηδες που έλυσαν τις βάρκες τους. Μα στο μεταξύ βγήκε και η ατμάκατος, δόξα να 'χει ο Θεός! είπε η Αφροδίτη και σταυροκοπήθηκε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1286:Κοίταζε ο Αντώνης τη σκοτεινή θάλασσα ησυχασμένη πια, τώρα που είχε πέσει ολότελα το μελτέμι, και του φάνηκε όλη αυτή η απογεματιανή ιστορία σαν παραμύθι. - Εγώ δεν τρόμαξα, είπε. Διάβασα χειρότερες ιστορίες που...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1287:- Άφησε με που δεν τρόμαξες! Το λες τώρα που πατάς γερά τη γη, διέκοψε η Αφροδίτη. Ακούς, λέει, δεν τρόμαξες! Καλά έλεγε η θεία σου πως σου χρειάζεται ξύλο! - Μα δε μου το 'δωσε, αποκρίθηκε ο Αντώνης σηκώνοντας τους ώμους του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1289:- Εγώ θα σου τις έβρεχα, είπε η Αφροδίτη που μπήκε κι εκείνη στην κάμαρα. Και φαγί απόψε δεν έχει, μόνο μια σούπα με ξερό ψωμί, είπε η θεία σου. Ας έχεις χάρη στην κερα-Ρήνη που σε λυπήθηκε και σου έκοψε λίγο κρέας μες στη σούπα σου! Δε σου άξιζε βέβαια! Και σου βουτύρωσε και το ψωμί, που κακό να μη σε πιάσει, ζουρλόπαιδο! Άιντε, κάτσε τώρα να φας...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1293:- Τι φαγί είχατε απόψε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1295:- Είχαμε περιστέρια με μπιζέλι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1296:- Αχ... το αγαπημένο μου φαγί! είπε μελαγχολικά ο Αντώνης. Κρίμα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1298:- Το είπε και ο θείος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1299:- Τι είπε ο θείος; ρώτησε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1300:- Πως ήταν μεγάλη η τιμωρία σου, γιατί τα περιστέρια με τα μπιζέλια είναι το αγαπημένο σου φαγί. Και είπε η θεία: «Τόσο το καλύτερο, να καταλάβει τι έκανε!» Και ύστερα δεν είπε πια τίποτα ο θείος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1302:- Εμένα δε με μέλει καθόλου, καυχήθηκε πετώντας έξω τα χείλια του, είτε φάγω είτε δε φάγω...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1304:- Πρέπει να σε μέλει, Αντώνη! Και πρέπει να γίνεις πια καλό παιδί...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1305:- Σαν τη θεία μιλάς τώρα, διέκοψε ο Αντώνης. Μα η Αλεξάνδρα είχε πάρει φόρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1306:- Έχει πολύ δίκαιο η θεία, είπε με αγανάκτηση. Μας ντροπιάζεις όλους, κάθε μέρα, πότε εμπρός στην Αλίς, πότε εμπρός στους άλλους...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1307:- Ποιους άλλους; Τι σαχλαμάρες! διέκοψε πάλι ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1308:- Σαχλαμάρες τα λες αυτά; Εσύ αύριο δε θα έλθεις και δε σε μέλει, μα εμείς που θα πάμε στην Κηφισιά και θ' απαντήσομε τον πατέρα του Αλέκου...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1309:- Ωωωω... έκανε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1310:Και μες στη σαστισμένη σιωπή που ακολούθησε, ξέσπασε στα κλάματα, έδωσε μια κλοτσιά στ' ανεύθυνα πόδια του κρεβατιού κι έτρεξε στο μπαλκόνι. - Τι σ' έπιασε; φώναξε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1311:- Άσ' την, είπε η Αλεξάνδρα, είναι έτσι, στις κακές της σήμερα. Ό,τι και αν της πεις κλαίγει, τη μάλωσε η θεία που ήλθε στο τραπέζι με βρώμικη ποδιά...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1312:- Όχι, δεν είναι γι' αυτό που κλαίγει, διέκοψε ο Αλέξανδρος. Έκλαιγε και πριν από το τραπέζι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1313:- Πριν έλεγε πως την πονεί το παπούτσι της, είπε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1314:- Ναι... μα ίσως και τώρα να την πονεί... Βγήκε ο Αλέξανδρος στο μπαλκόνι και ρώτησε:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1315:- Σε πονεί, Πουλουδιά, το παπούτσι σου;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1316:- Όχι... ναι... με πονεί, ακούστηκε παραπονιάρικη η φωνή της.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1317:- Και δεν το βγάζεις, κουτή; της φώναξε από το κρεβάτι ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1318:- Ναι, βγάλ' το, Πουλουδιά, είπε ο Αλέξανδρος. Στάσου, εγώ θα σου το βγάλω...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1320:- Μα τι έπαθες απόψε; ξαναφώναξε ο Αντώνης. Η Αλεξάνδρα σήκωσε τους ώμους της.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1321:- Έχει μπουρινάκια, εξήγησε. Άρχισε όταν μας έστειλε μέσα η θεία, κι εμείς θέλαμε να κατεβούμε στην ακρογιαλιά, να δούμε τη βάρκα σου. Και από κείνη την ώρα όλο ξανανοίγουν οι βρύσες...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1322:- Πουλουδιά, κλείσε τις βρύσες! φώναξε ο Αντώνης. Ακούς, Πουλουδιά; Ε, Πουλουδιά...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1323:- Αντώνη!... ακούστηκε θυμωμένη η φωνή της θείας. Ξέχασες πως είσαι τιμωρημένος;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1330:- Δε θέλω, δε θέλω να μου κάνεις κατσαρά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1331:- Μπρε, αμάν, παιδί μου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1332:- Όχι, δε θέλω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1333:- Αύριο θα είσαι σαν κατσιβέλα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1334:- Ας είμαι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1335:- Δε θα σε πάρει η θεία σου στην Κηφισιά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1336:- Ας μη με πάρει!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1337:- Στάσου, μπρε παιδί μου, μια στιγμή!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1338:- Δε θα σταθώ!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1341:- Μα άφησε να δω, μην έχει κανένα καρφί το παπούτσι σου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1342:- Όχι, δεν έχει!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1343:- Στάσου, μπρε παιδί μου, να δω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1344:- Όχι, δε θέλω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1345:Μα όταν κατέβηκαν στο πρόγευμα και είδε η θεία το κεφάλι της σαν «κατσιβέλας» κι έμαθε για ποιο λόγο είχαν μείνει τα μαλλιά της ακατσάρωτα, θύμωσε και της είπε: - Λοιπόν δε θα σε πάρομε στην Κηφισιά! Τα καπριτσιόζικα παιδιά μένουν σπίτι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1348:- Όλο το σπίτι δικό μας είναι σήμερα! Πάμε να παίξομε κυνηγητό στις σκάλες!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1350:- Έχω να γράψω ένα ρήμα, της αποκρίθηκε κατσουφιασμένος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1351:- Μπα! Εσύ γράφεις γρήγορα! Τι είναι ένα ρήμα! Να σου το λέγω εγώ από τη γραμματική και συ να γράφεις.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1352:- Θα 'ρθεις και συ μαζί; ρώτησε ο Αντώνης. Και πρόσθεσε συμπονετικά:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1353:- Τι κουτή που ήσουν χθες να μην αφήσεις να σε σγουράνουν και να πας στην Κηφισιά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1355:- Μα εγώ δεν ήθελα να πάγω, είπε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1357:- Γιατί; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1359:- Γιατί έτσι, είπε με απόφαση.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1361:- Έλα να γράψομε το ρήμα σου, είπε. Μόνο η οριστική έχει πολλά. Τ' άλλα, υποτακτική, προστακτική, απαρέμφατο, αυτά παν γρήγορα. Έλα, πάμε να το ξεφορτωθούμε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1363:- Κι εδώ μπορούμε να κάνομε τους περιβολάρηδες, είπε η Πουλουδιά. Χθες ίσα ίσα έλεγε ο θείος πως όλο το περιβόλι θέλει σκάψιμο. Έλα να το σκάψομε εμείς!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1365:- Μιάου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1367:- Φύγε, φύγε! Κσσστ! έκανε η Πουλουδιά. Έχομε δουλειά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1369:- Φύγε! επανέλαβε η Πουλουδιά, μα συνάμα της έτριψε χαδιάρικα το κεφάλι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1370:- Να την έβλεπε ο Ντον! είπε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1371:- Τι θα έκανε ο Ντον;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1372:- Θα την έτρωγε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1373:- Γιατί;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1374:- Έτσι. Ο θείος λέγει πως οι σκύλοι και οι γάτες όλο τρώγονται.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1375:- Αλήθεια; ρώτησε μαγεμένη η Πουλουδιά. Κρίμα που δεν είναι εδώ ο Ντον!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1377:- Πάμε να δοκιμάσομε αν είναι αλήθεια; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1378:- Πού να πάμε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1379:- Στην αυλή του βασιλέα. Δεν είναι ποτέ κλειδωμένη. Η καρδιά της Πουλουδιάς πήδηξε στο λαιμό της. Αυτό και αν ήταν τρέλα! Τρομερή τρέλα! Αντώνικη τρέλα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1381:- Ναι! αναφώνησε. Πάμε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1388:- Δεν πειράζει, είπε ο Αντώνης, χλομός ακόμα αλλά ξαναβρίσκοντας την τόλμη του. Πάμε μέσα να σε πλύνω και δε θα φαίνεται τίποτα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1390:- Τι κουταμάρα να 'χεις κοντά μαλλιά! της είπε. Αν είχες κοτσίδα, θα την ξέπλεκες και δε θα φαίνουνταν τίποτα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1391:- Και το χέρι σου;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1392:- Αυτό δεν πειράζει, το κρύβω στην τσέπη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1394:- Πώς έκανε η γάτα... είπε συλλογισμένος ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1396:- Είναι πολύ κακιά και άγρια αυτή η γάτα, αποκρίθηκε τρομαγμένη ακόμα η Πουλουδιά. Νόμιζα πως θα με φάγει...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1398:- Ξέρεις... συλλογίζομαι... μήπως εμείς ήμασταν κακοί που πήγαμε να τη ρίξομε στη μύτη των σκύλων.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1399:- Γιατί ήμασταν εμείς κακοί; ρώτησε η Πουλουδιά που μπροστά της ανοίγουνταν ξαφνικά κόσμοι από κουβαριασμένους στοχασμούς. Τι κάναμε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1400:- Λέγω... ξέρω γω; Η γάτα είναι πιο μικρή από τους σκύλους του βασιλέα. Αν ρίχναμε... ας πούμε, τον Αλέξανδρο που είναι μικρός, σ' ένα μεγάλο Τούρκο, και ο Τούρκος τον αρπούσε στα δόντια του...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1401:- Όχι, Αντώνη! αναφώνησε η Πουλουδιά. Δεν είναι το ίδιο!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1402:- Όχι, δεν είναι ολωσδιόλου το ίδιο... αποκρίθηκε κάπως μπερδεμένος ο Αντώνης, γιατί ο Αλέξανδρος είναι αδελφός μας... Μα η γάτα ήταν μικρή και ο Ντον μεγάλος... και ήταν τρία σκυλιά...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1404:- Ουφ! είπε. Κάνει ζέστη εδώ μέσα! Και πρέπει να σκάψομε τον κήπο. Πάμε στην αυλή.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1407:- Ναι, είπε συλλογισμένη η Πουλουδιά, θα χρειάζουνταν ψαλίδι... Κι έχασα το δικό μου. Κρίμα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1408:- Πήγαινε να φέρεις της θείας, της είπε ο Αντώνης κόβοντας ακόμα ένα δυο φύλλα που του φαίνουνταν παραμεγαλωμένα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1409:- Όχι, φοβούμαι, αποκρίθηκε η Πουλουδιά. Θα φωνάζει η θεία.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1410:- Καλά λες. Πάρε της Αλεξάνδρας.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1412:- Δεν το βρίσκω, Αντώνη! του φώναξε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1413:- Στάσου, έρχομαι, αποκρίθηκε κείνος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1415:- Και όμως πρέπει να κόψομε τα κοτσανάκια που μείναν από τα ξερά φύλλα, είπε ο Αντώνης. Φαίνεται ακατάστατη έτσι η τριανταφυλλιά. Στάσου. Θα πάρομε μια στιγμή το ψαλίδι της θείας και θα το βάλομε πάλι στη θέση του. Δε θα πάθει τίποτα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1417:- Πάμε να δούμε στην κάμαρα της, είπε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1418:- Αχ, Αντώνη, κοίταξε τα χέρια σου! Πώς θα πιάσεις το πανέρι της θείας;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1420:- Έχεις δίκαιο, είπε, πάμε πρώτα να καθαριστούμε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1425:- Αντώνη... πάμε να φύγομε... ψιθύρισε χαμηλώνοντας τη φωνή της, σα να βρίσκονταν σε αγιαστήριο. Πάμε, Αντώνη!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1426:- Φοβητσιάρα! Τι φοβάσαι; Στάσου να δούμε, της είπε κείνος. Κοίταξε τι μακριά που φαίνεται η θάλασσα από δω... Να και τα βουνά πέρα, εκεί θα 'ναι η Κηφισιά, που είναι βουνό και δεν είναι βουνό, όπως λέγει η Αλίς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1427:- Πώς το ξέρεις πως είναι η Κηφισιά; ρώτησε η Πουλουδιά που είχε τρυπώσει κοντά του στο παράθυρο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1429:- Αφού είπε η Αλίς πως είναι πέρα; Και πέρα άλλο βουνό δεν έχει...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1431:- Αντώνη... πώς περνά το τρένο τη θάλασσα; ρώτησε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1434:- Μπα!... Δεν την έκλεισε η θεία... μουρμούρισε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1436:- Την άνοιξα για να τη δω, είπε. Μα... πουφ... βρωμά πετρέλαιο! Να την αφήσομε να ξεμυρίσει;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1438:- Μη, Αντώνη, μην την αγγίζεις! Δε θέλει η θεία! είπε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1440:- Για να δούμε αν τρυπά η βελόνα, έκανε βάζοντας το δάχτυλο του από κάτω, ενώ με το δεξί του χέρι έπιανε το χερούλι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1442:- Αντώνη! φώναξε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1443:- Στάσου ν' ανεβάσω τη βελόνα, είπε χωρίς να ταραχθεί ο Αντώνης, ευτυχώς είναι απέραστη, θα βγει εύκολα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1445:- Αντώνη! Αχ, Αντώνη, τι έκανες! είπε κλαίγοντας η Πουλουδιά. Πώς θα τη βγάλεις τώρα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1447:- Δε με μέλει που τρυπήθηκα, είπε, μόνο που θα με βρει εδώ η θεία!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1449:- Αχ, Θεέ μου! Θα σου κόψουν το δάχτυλο, Αντώνη! Πώς θα φύγεις από δω; Αχ, στάσου να φωνάξω την Αφροδίτη...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1451:- Να μην κουνήσεις! πρόσταξε. Και αντί να κλαις, βοήθησε με να βγάλω τη βελόνα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1452:- Μα πώς; Πώς; έκανε απελπισμένη η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1453:- Να! Βάστα τη ρόδα και γύρισε την αργά αργά, ώσπου ν' ανέβει όσο μπορεί πιο ψηλά η βελόνα. Έλα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1455:- Στάσου τώρα, της είπε ο Αντώνης, μην ξαναπέσει η ρόδα! και με το δεξή του δείχτη πίεσε κάτω το τρυπημένο νύχι με όλη του τη δύναμη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1456:- Πονεί; ρώτησε τρέμοντας η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1457:- Άφησε τώρα αν πονεί, ο λόγος είναι να βγει η βελόνα! Βάστα τη ρόδα... Βάστα! Πάει, βγήκε! φώναξε θριαμβευτικά ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1459:- Ρούφηξε το! Πιπίλισέ το! Δείξε μου το! παρακάλεσε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1461:- Πονεί; ρώτησε με αγωνία η Πουλουδιά. Και ξαφνικά:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1462:- Στάσου! φώναξε κι έφυγε σα σαΐτα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1464:- Στάσου, του είπε, θα σου βάλω άρνικα. Η Αφροδίτη προχθές μου έβαλε στο γόνατο και δεν ξεμάτωνε πια. Στάσου.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1466:- Και τώρα πάμε γρήγορα κάτω, μη μας δει κανείς εδώ! του είπε με σκηνικά ψιθυρίσματα και περπατήματα στα νύχια και κατασκοπεύσεις στη σκάλα, φουσκωμένη από υπερηφάνεια, πως φρόντιζε κι εξυπηρετούσε τον Αντώνη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1468:- Στάσου, της είπε μεγαλόπρεπα, έχω δουλειά... Και ξαναμπήκε στην κάμαρα της θείας.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1470:- Αχ, Αντώνη, τι θέλεις πια να μπαίνεις εδώ μέσα... Μα την αποπήρε:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1471:- Ποιος θα κλείσει τη μηχανή; Να τη βρει η θεία ξεσκέπαστη;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1473:- Έννοια σου! Μην κουράζεσαι! Έννοια σου! ψιθύρισε πασπατεύοντας να στερεώσει το καπάκι που όλο ξανάνοιγε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1475:- Ούτε να κλείσεις μια μηχανή δεν ξέρεις, της είπε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1477:- Ναι, μα εσύ την άνοιξες, ώστε το ήξερες! Μεγάλη δουλειά που την ξανάκλεισες! Εγώ δεν ξέρω από μηχανές!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1478:- Κανένα κορίτσι δεν ξέρει από μηχανές, αποφάσισε ο Αντώνης. Το είπε μια μέρα και ο πατέρας, όταν έσπασε ο Στάμος το βάτραχο του, για να δει πώς πηδά. Είπε: «Ωστόσο, τι είναι τ' αγόρια! Αυτός γεννήθηκε μηχανικός!» Δηλαδή, πως κανένα κορίτσι δε γεννιέται μηχανική.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1480:- Ναι, μα... έκανε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1482:- Τι ναι μα; Τα κορίτσια είναι περιττά στον κόσμο, είπε κοφτά πάλι ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1484:- Καθόλου! αναφώνησε. Ο θείος είπε μια μέρα για την κερα-Ρήνη, που είχε ψήσει σαλιάγκους, «Ωστόσο, αυτή η κερα-Ρήνη γεννήθηκε μαγείρισσα!» Εμείς γεννιούμαστε μαγείρισσες!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1485:- Πφφφ! έκανε ο Αντώνης. Δεν κάνεις εσύ να μου ψήσεις μακαρόνια με κιμά να σε δω;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1486:- Μα εγώ... διαμαρτυρήθηκε αναμμένη η Πουλουδιά. Κοντοστάθηκε γυρεύοντας τι να πει. Και πάλι πήρε φόρα:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1487:- Μα εγώ ξέρω να ξεκουκουτσιάζω βύσσινο! είπε. Εσύ ξέρεις;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1488:- Πφφφ! έκανε πάλι ο Αντώνης. Γυναικείες δουλειές... Τον διέκοψε η Αφροδίτη που έστρωνε τραπέζι στην τραπεζαρία.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1489:- Ελάτε, παιδιά, φώναξε, το φαγί είναι έτοιμο! Περνώντας πίσω από την Πουλουδιά στάθηκε, την καλοκοίταξε και, πιάνοντας το φρίλι του λαιμού της, είπε:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1490:- Γιατί είναι το φουστάνι σου αιματωμένο; Μπρε παιδί μου, ποιος σ' έγδαρε έτσι;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1492:- Η γάτα, είπε σύντομα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1493:- Ποια γάτα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1494:- Της Ρωσίδας κυρίας της Τιμής. Ήθελε να παίξει! έκανε τάχα αδιάφορη και κάθισε στο τραπέζι, αντίκρυ στον Αντώνη, όπως το 'κανε ο θείος και η θεία.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1496:- Τι έχει το χέρι σου, Αντώνη, και είναι δεμένο; ρώτησε πάλι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1498:- Δεν είναι τίποτα. Το τρύπησα, είπε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1499:- Για να δω! Πώς το τρύπησες; Άνοιξε το να δω! Αν είναι πονεμένο, να το βάλομε σε καυτό νερό!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1500:- Δεν είναι ανάγκη, πετάχθηκε και είπε η Πουλουδιά, του το μούσκεψα εγώ με άρνικα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1501:- Και πού βρήκες την άρνικα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1502:- Στην κάμαρα σου. Σε είδα προχθές πού την είχες κρύψει. Η Αφροδίτη δίστασε αν έπρεπε να μαλώσει ή να επαινέσει.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1504:- Ε, καλά το συλλογίστηκες να του βάλεις άρνικα, είπε. Έβαλες και στην τσουγκρανιά σου;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1506:- Άλλη φορά όμως να μου κάνεις τη χάρη να με φωνάζεις και όχι να πηγαίνεις να σκαλίζεις στην κάμαρα μου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1508:- Τι πάθαν οι δυο σκανδαλιάρηδες σήμερα; έλεγε και ξανάλεγε της κερα-Ρήνης. Δεν ακούονται! Και να τους δεις, σαν Παναγιές κάθονται και παίζουν ντόμινο, ο ένας αντίκρυ στον άλλο, τόσο φρόνιμα, που απορώ. Κάτι πάλι θα μας ξεσπάσει στο κεφάλι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1510:- Μην είναι άρρωστα; της αποκρίνουνταν. Τρελαντώνης και φρονιμάδα δεν παν μαζί! Κάτι θα σκαρφίζεται να μας βγάλει στη μέση το σκάνταλο μυαλό του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1513:- Φταίγω εγώ τώρα; έλεγε λίγο αργότερα ο Αντώνης, καθισμένος στο σπουδαστήριο με την Πουλουδιά, που είχε πρησμένα τα μάτια από τα πολλά κλάματα. Είχαμε πει να μην κουνήσομε πια από δω, ώσπου να γυρίσει η θεία... Γιατί το ξέρω πως ο διάβολος έχει πολλά ποδάρια. Καθόμασταν όμορφα και καλά στο ντόμινο. Ήταν ανάγκη να μας πάγει στα λουτρά η Αφροδίτη; Και ύστερα να καθίσομε στην άμμο και να πιάσει τόση κουβέντα με τις γειτόνισσες; Και πού να τύχει και ο Μπαρμπαγιάννης ο Κανατάς!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1514:- Και να 'χει και τόσες στάμνες και τόσα κανάτια, ίσα ίσα σήμερα! αναστέναξε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1515:- Ναι! Και να τις πηγαίνει παραγγελία στο καφενείο! Μα είδες; Είδες τι ωραία που τα είχε δεμένα, αράδες αράδες γύρω στο γαϊδουράκι του; αναφώνησε ο Αντώνης που ενθουσιάστηκε πάλι με την ενθύμηση.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1516:- Τι ήθελες να τ' αγγίξεις! κλαψιάρισε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1517:- Ήθελα να δω πώς στέκουνταν. Πού να ξέρω εγώ πως το σκοινί ήταν περασμένο μονάχα μες στα χερούλια κάθε στάμνας και πως σα λύσεις μια, πέφτουν όλες! Ήταν κουταμάρα του Μπαρμπαγιάννη!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1518:- Εγώ σου το έλεγα, μην τις αγγίξεις, Αντώνη!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1519:- Το ξέρω κι εγώ τώρα! Μα φταίει ο Μπαρμπαγιάννης Κανατάς! Αντί να μου πει «Φύλαγε το γαϊδουράκι μου, ώσπου να πάγω να πιω νερό», αν μου έλεγε «Δεν είναι δεμένες κόμπο οι στάμνες, και πρόσεχε», εγώ δε θα τις άγγιζα! Μα πες, δε φαίνουνταν δεμένες;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1520:- Ναι, φαίνουνταν, παραδέχθηκε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1521:- Κι εγώ έτσι νόμιζα και ήθελα να σου δείξω πώς να κάνεις τον τελικό κόμπο. Πού να φανταστώ πως, μόλις λύσω το σκοινί, θα φύγουν όλα, στάμνες και κανάτια!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1522:- Και με τέτοιον κρότο!...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1523:- Χωρατεύεις...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1524:- Πόσα να σπάσανε λες, Αντώνη;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1525:- Ξέρω γω; Όλα θαρρώ.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1526:- Και περιμένει απέξω να 'ρθει ο θείος, να του πληρώσει, λέει, τη ζημιά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1528:- Σαν πόσες δραχμές λες να ζητήσει του θείου; Τέσσερις; Πέντε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1530:- Πολλές! είπε. Η Αφροδίτη λέγει πως θα θέλει πολλές δραχμές. Αχ! Να είχα κουμπαρά, σαν την Αλίς!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1531:- Κι εγώ! είπε άθυμα ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1533:- Να ζητήσομε χρήματα της κερα-Ρήνης; Εκείνη έχει πολλά. Κάθε βράδυ της δίνει η θεία.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1535:- Ο πατέρας απαγορεύει να ζητούμε χρήματα, είπε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1536:- Μα δε θα μας τα χαρίσει, θα μας τα δανείσει μόνο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1537:- Κι αυτό το απαγορεύει ο πατέρας. Έπειτα πώς θα της τα πληρώναμε, αφού εμείς δεν έχομε κουμπαρά; Και ούτε τίποτε άλλο έχομε εμείς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1539:- Εγώ ξέρω! αναφώνησε. Θα της πουλήσω τα σκουλαρίκια της Αραπίνας μου! Πολλές φορές μου τα ζήτησε κι εγώ δεν ήθελα να της τα δώσω.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1540:- Να της τα πουλήσεις; έκανε ο Αντώνης βλέποντας ξαφνικά καινούριες ελπίδες να φτερουγίζουν μπροστά του. Ναι... αυτό επιτρέπεται... και ο πατέρας πουλά μπαμπάκια στο γραφείο... αυτό είναι εμπόριο...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1541:Η Πουλουδιά είχε τρέξει στη γωνιά όπου αράδιαζε τα δικά της παιχνίδια, άνοιξε το σεντουκάκι της κούκλας της και το άδειασε ολόκληρο στο πάτωμα. Κάτω κάτω πήρε ένα χάρτινο, αρκετά κακομεταχειρισμένο κουτάκι, το άνοιξε και το έδειξε του Αντώνη. - Να, είπε, αυτά τα κόκκινα αχλαδωτά σκουλαρίκια, που μοιάζουν, λέει, κοράλι, αυτά θέλει η κερα-Ρήνη. Πάμε να της τα δείξομε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1543:- Να, πάρ' τα, Αντώνη! Πες της το εσύ!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1544:- Όχι, εσύ. Δικά σου είναι τα σκουλαρίκια.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1545:- Μα... μα... εγώ δεν ξέρω πώς να της το πω...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1546:- Να, θα πεις: «Τα θέλεις; Τα πουλώ».
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1547:- Ναιαιαι; ρώτησε απρόθυμα η Πουλουδιά. Και αυτό, βέβαια, δεν είναι κακό; Επιτρέπεται, Αντώνη;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1549:- Άσ' τα, είπε, προτιμώ να φάγω ξύλο...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1551:- Να, κερα-Ρήνη, σου έφερα τα σκουλαρίκια μου και σου τα πουλώ! είπε βιαστικά, σε μια πνοή.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1553:- Τι κάνεις λέει;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1554:- Σου πουλώ τα σκουλαρίκια της κούκλας μου, κερα-Ρήνη, τα κόκκινα αχλαδάκια...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1556:- Αφροδίτη, μη χάσεις το κελεπούρι! Πουλούμε διαμαντικά εδώ μέσα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1558:- Ποιος πουλά; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1559:- Να, το κορίτσι μας!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1560:- Τι κάνει λέει;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1561:- Μου πουλά σκουλαρίκια!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1563:- Τι θες, Πουλουδιά;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1565:- Θέλω να πουλήσω τα σκουλαρίκια της Αραπίνας μου, για να πληρώσομε τον Μπαρμπαγιάννη Κανατά, πριν έλθει ο θείος... είπε και σώπασε πνιγμένη. Η Αφροδίτη γέλασε. Γύρισε κατά την αυλή.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1566:- Μπαρμπαγιάννη! φώναξε. Έλα ν' ακούσεις.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1568:- Τι με θέλεις; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1569:- Να, πουλούμε χρυσαφικά της κούκλας μας, για να σε πληρώσομε, είπε η Αφροδίτη κάνοντας του το μάτι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1570:- Για να δούμε τα τζοβαρικά σου! είπε ο Μπαρμπαγιάννης Κανατάς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1573:- Να τα σκουλαρίκια που θέλει να μου πουλήσει! είπε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1575:- Σκουλαρίκια, ε; είπε ο Μπαρμπαγιάννης εξετάζοντας τα κόκκινα αχλαδάκια. Και τούτο; Τι είναι; Δαχτυλίδι;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1576:- Όχι, είναι το χρυσό βραχιόλι της κούκλας μου, αποκρίθηκε πνιχτά η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1577:- Και τούτο;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1578:- Το διαμαντένιο της χτένι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1579:- Πωπώ, ομορφιά! Και αμέ τούτες οι κίτρινες φούσκες με το λάστιχο;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1580:- Είναι το άλλο χρυσό βραχιόλι της κούκλας μου.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1581:- Πωπώ, πλούτη! Και τούτη η αλυσίδα με τ' ωρολόγι; Πόσα τα δίνεις όλα μαζί, Πουλουδιά; Ένα φόρτωμα κανάτια; Ε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1585:Σιωπηλά τρύπωσε κι αυτός στο διάδρομο και από κει γύρισε κατά τη σκάλα. Μα, την ίδια ώρα, η πόρτα της κουζίνας άνοιξε και η Αφροδίτη βγήκε μ' ένα αναμμένο κερί και τον είδε. Ήταν και η Πουλουδιά μαζί της . - Τι κάνεις εδώ, μόνος, Αντώνη; ρώτησε η Αφροδίτη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1586:- Τίποτα. Πάω στην κάμαρα μου, της αποκρίθηκε κάνοντας για τη σκάλα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1587:- Κάτσε μια στιγμή, έλα, γεια σου, άναψε μου τα κεριά στη τραπεζαρία, ν' ανάψω εγώ τη λάμπα της σκάλας και είναι αργά. Με τη μωρολογιά του Μπαρμπαγιάννη νύχτωσε πριν το καταλάβω και δεν έβαλα τραπέζι ακόμα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1588:- Αντώνη! διέκοψε τρομαγμένη η Πουλουδιά. Τι έπαθες;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1589:- Τίποτα. Βράχηκα λίγο στη θάλασσα, αποκρίθηκε ο Αντώνης γυρεύοντας να ξεφύγει από το φως.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1590:- Τι έπαθες; Έπεσες; επανέλαβε όλο και πιο τρομαγμένη η Πουλουδιά. Είσαι όλος αίματα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1591:- Αίματα; Πού;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1592:- Στάσου! Καλέ, αλήθεια! Παναγιά μου! Πού πήγες; αναφώνησε η Αφροδίτη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1594:- Χτύπησες; Πού χτύπησες; Πωπώ, αίματα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1595:- Πού; ρώτησε πάλι ο Αντώνης που γύρευε να δει την πλάτη του πάνω από τον ώμο του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1597:- Μα βέβαια! Έσπασες το κεφάλι σου! Τα μαλλιά σου είναι ποτισμένα αίματα! Αχ! Παναγίτσα μου, θα με τρελάνεις εσύ, παιδί μου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1599:- Γρήγορα, άρνικα, πανιά, ξαντό! πρόσταξε η Αφροδίτη. Πουλουδιά, τρέξε! Στο σερτάρι μου έχω ένα μπογαλάκι με το καθαρό ξαντό της κυρίας. Έχει και παστρικά μαντίλια εκεί. Φέρε τα με την άρνικα, ώσπου να τον πλύνω εγώ!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1601:- Τι είναι αυτό το σκοτάδι; Γιατί δεν είναι βαλμένο το τραπέζι;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1603:- Καλέ, τι είναι αυτά; Ποιος έχυσε εδώ νερά; Ειρήνη! Αφροδίτη! Πού είστε και οι δυο;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1605:- Έχει και αίματα εδώ, θεία!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1607:- Πάλι, Αντώνη, αταξίες και αβαρίες; ρώτησε. Μα δε θα περάσει μια μέρα χωρίς να μας θυμώσεις;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1609:- Ώστε την ξανάκανες την κουτσουκέλα σου! είπε μπαίνοντας στην κάμαρα η θεία και γυρίζοντας στον ένοχο τα μαύρα της μάτια. Έλα στο φως, να δω τι έκανες πάλι το κεφάλι σου...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1611:- Δεν είναι τίποτα, είπε, και θα έπρεπε να σε δείρω που ξαναπήγες στη θάλασσα χωρίς άδεια. Μα να που τιμωρήθηκες μόνος σου και με απάλλαξες από τον κόπο να σου τις βρέξω βραδιάτικα, πρόσθεσε όλο και πιο μαλωσιάρικα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1613:- Εσύ δεν ήξερες να τον εμποδίσεις; Μόλις μείνετε μόνοι, μόνο αταξίες ξέρετε να κάνετε! Άιντε, κατεβείτε τώρα. Ώσπου να ξεντυθούμε, να σας βρούμε όλους καθισμένους στο τραπέζι. Έλα, Ζωρζή.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1615:- Πούλησες τα σκουλαρίκια σου;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1616:- Όχι! αποκρίθηκε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1618:- Και μου είπε, εξακολούθησε η Πουλουδιά: «Δεν έπαθαν τίποτα οι κανάτες μου. Τρεις μόνο σπάσανε και σας τις χαρίζω, μια για την κούκλα σου, μια για σένα και μια για τον Αντώνη!» Και μου είπε: «Πες του Αντώνη πως ο Μπαρμπαγιάννης Κανατάς ξέρει από παιχνίδια και σαν ήταν μικρός, ήταν και αυτός ζημιάρης». Και καβαλίκεψε το γαϊδούρι του κι έφυγε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1620:- Ο Μπαρμπαγιάννης είπε ψέματα! Και τα κανάτια του σπάσανε όλα! είπε. Τα είδα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1621:- Μα... πώς... άρχισε η Πουλουδιά. Τη διέκοψε με φούρια ο Αντώνης:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1622:- Σου λέγω πως έσπασαν όλα! Και είπε ψέματα για να με γλιτώσει! Σου λέγω πως είπε ψέματα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1623:- Μα, Αντώνη... έκανε μουδιασμένη η Πουλουδιά, αν το είπε για να σε γλιτώσει... δεν είναι ψέματα... είπε καλά λόγια...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1624:- Το ίδιο κάνει! Πάλι ψέματα είναι! Κι εγώ το ξέρω! Ουφ! Προτιμώ χίλιες φορές να φάγω ξύλο! Νευριασμένος πρόσθεσε:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1625:- Όλα πήγαν στραβά σήμερα! Πρώτα η γάτα, ύστερα η μηχανή, ύστερα τα κανάτια, ύστερα οι βράχοι, που ήθελα να σου φέρω έναν κάβουρα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1626:- Αλήθεια, Αντώνη; διέκοψε βουρκωμένη από τη συγκίνηση η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1627:- Ε, και τι, μεγάλο πράμα! έκανε ο Αντώνης. Νομίζεις πως δεν ξέρω γιατί δεν πήγες εσύ στην Κηφισιά;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1630:- Σε μάλωσε η θεία; ρώτησε χαμηλόφωνα η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1631:- Όχι πολύ, αποκρίθηκε ο Αντώνης και κάθισε στην καρέγλα του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1633:- Πώς το 'κανες; ρώτησε σκύβοντας για να δει καλύτερα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1635:- Δεν είναι τίποτα, είπε, μου το 'κανε η γάτα της Ρωσίδας κυρίας της Τιμής.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1636:- Πώς; Για πες;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1637:- Έτσι. Τσουγκράνισε και την Πουλουδιά στο λαιμό...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1638:- Για να δω, έκανε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1640:- Ήταν η θεία πολύ θυμωμένη σαν είδε τα νερά; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1641:- Ναι, μα φταίγει η μέλισσα! πέταξε ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1642:- Ποια μέλισσα! ρώτησε η Πουλουδιά που κάθισε βιαστικά στο τραπέζι και ξέχασε τσουγκρανιές και προφυλάξεις στην ανυπομονησία της ν' ακούσει τα κηφισιώτικα. - Μια μέλισσα αγκύλωσε τη θεία... άρχισε η Αλεξάνδρα, μα τη διέκοψε ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1643:- Και τρέχαμε όλοι για λεμόνι, και πρήστηκε το χέρι της θείας και τρέχανε οι καλόγεροι, κι έγινε μια φασαρίαααα! είπε σε μιαν ανάσα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1644:- Ήταν καλόγεροι στης Αλίς; Εβραίοι καλόγεροι; ρώτησε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1645:- Ναι... όχι... δηλαδή πήγαμε μεις στους καλόγερους...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1646:- Τι λες, Αλέξανδρε; Τα κάνεις σαλάτα! διόρθωσε η Αλεξάνδρα. Πώς μπορεί να είναι Εβραίοι καλόγεροι;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1647:- Μα πού ήταν οι καλόγεροι; διέκοψε ανυπόμονα ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1648:- Στο σπίτι τους, απάνω στο βουνό, και ήταν πεύκα εκεί και νερό... πρόφθασε να πει ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1650:- Ου ου ου! Όλα στραβά τα λες! Σώπα λιγάκι εσύ, θα τα πω εγώ! Πήγαμε στης θείας της Αλίς πρώτα και φάγαμε κει, στο περιβόλι, και είχε αρνί αλά Κλέφτα. Και ύστερα μας πήραν όλους με τη σούστα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1651:- Με τι; διέκοψε πάλι ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1652:- Με τη σούστα. Είναι ένα αμάξι σαν κάρο με δυο ρόδες και κάγκελα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1653:- Και διεύθυνε η Αλίς, και είχε ένα άλογο... κι έτρεχε... και μας πετούσε απάνω... και ξαναπέφταμε στους μπάγκους... και ήταν έκτακτα! Μόνο η θεία δεν ήταν καθόλου ευχαριστημένη... είπε βιαστικά ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1655:- Σώπα, Αλέξανδρε, είπα πως εγώ θα τα πω...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1656:- Και διεύθυνε η Αλίς; ρώτησε μαγεμένος ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1657:- Ναι. Μα δεν ήταν σπουδαίο πράμα να διευθύνεις. Ήταν γέρικο το άλογο της. Κι εγώ μπορούσα να το διευθύνω, το είπε η ίδια η Αλίς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1658:- Και λοιπόν; έκανε με λαχτάρα η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1659:- Λοιπόν μας πήρε η Αλίς στην Πεντέλη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1661:- Και φαντάσου, Αντώνη, που η Πεντέλη είναι το Πεντελικόν, εκείνο το βουνό που δεν έβρισκες ποτέ στο χάρτη, στην Αλεξάνδρεια, ώσπου θύμωσε η κυρία Σοφία στο μάθημα και σου τράβηξε το αυτί! Και δεν είναι καθόλου άσχημο, όπως είναι στο χάρτη, μια μπάλα με τρίχες, αλλά είναι γεμάτο πεύκα και σκίνους και κουμαριές! Μα δεν είχε πια κούμαρα. Τελείωσαν, και δεν τα γευθήκαμε. Και μας πήγε η Αλίς σ' ένα μοναστήρι στην Πεντέλη...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1662:- Και ήταν μεγάααλα δέντρα! Και ήταν πολλοίοιοι καλόγεροι εκεί, έβαλε πάλι το λόγο του ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1663:- Ναι, και τους φοβήθηκε ο Αλέξανδρος, είπε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1664:- Μόνο στην αρχή... διαμαρτυρήθηκε ο Αλέξανδρος, ύστερα δε φοβόμουν πια.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1665:- Τι πήγατε να κάνετε στο μοναστήρι; ρώτησε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1666:- Μας πήγε κει η Αλίς για να πιούμε, γιατί διψούσαμε. Κι έτρεχε νερό πολύ κρύο από μια πηγή, όπου βάλανε μια βρύση. Και είναι ανάμεσα στα πεύκα το μοναστήρι, και από κει πάνω βλέπεις μακριά, μακριά! Και μας πήραν μέσα οι καλόγεροι κι εκεί που καθόμασταν, πέφτει, παφ! ολόκληρο ένα μελίσσι στα γόνατα της θείας!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1667:- Από πού έπεσε; ρώτησε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1669:- Μα μια μέλισσα... μια μέλισσα... είπε φουριαστά ο Αλέξανδρος, κρύφθηκε μες στις δίπλες του φουστανιού της θείας και δεν το ήξερε η θεία...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1670:- Ναι, δεν την είδαν εκείνη την ώρα, τον ξαναδιέκοψε η Αλεξάνδρα, μα έξαφνα, αφού ξαναβγήκαμε έξω και μας έδωσαν οι καλόγεροι μέλι...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1671:- Στην κηρήθρα! φώναξε ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1672:- Ναι, στην κηρήθρα, εξακολούθησε η Αλεξάνδρα, και μας έδωσαν ψωμί ζεστό, ακόμα και βούτυρο άσπρο σαν κρέμα. Κι εκεί που τρώγαμε, βγάζει μια φωνή η θεία: «Μια μέλισσα... με τσίμπησε μια μέλισσα!...» και όλοι πετάχθηκαν απάνω, ο θείος, οι καλόγεροι...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1673:- Και φώναζε η θεία «λεμόνι... λεμόνι...» και τίναζε το χέρι της έτσι. «Λεμόνι... λεμόνι...» πρόφθασε και είπε πάλι ο Αλέξανδρος, τινάζοντας κι εκείνος το χέρι του στον αέρα. Και τρέχαμε όλοι, και φωνάζαμε και μεις «λεμόνι, λεμόνι», κι έτρεξε ένας καλόγερος και πήδηξε από πάνω από έναν μπάγκο, κι έπεσε ο μπάγκος, κι έπεσε και ο καλόγερος, και σηκώθηκε το ράσο του και, φαντάσου, φορούσε πανταλόνι σαν το θείο! Και τα παπούτσια του, αντί κορδόνια, ήταν δεμένα με σπάγκο! Και τρέξαν οι άλλοι καλόγεροι να τον σηκώσουν, και φωνάζαμε μεις «λεμόνι, λεμόνι», κι έγινε μια φασαρίααα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1675:- Σερβίρισε, Αφροδίτη!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1678:- Και σεις οι δυο, τι κάνατε όλη μέρα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1680:- Σκάψαμε τον κήπο και καθαρίσαμε τα ξερά φύλλα, είπε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1681:- Ε, μπράβο σας! αναφώνησε ο θείος. Για μια φορά κάνατε καλή δουλειά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1682:- Και... καμιάν αταξία; Καμιάν άλλη αταξία από το σπασμένο κεφάλι του Αντώνη δεν κάματε; ρώτησε υποψιάρικα η θεία.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1684:- Όχι, κυρία... ήταν πολύ φρόνιμα. Όλο τ' απόγεμα έπαιζαν ντόμινο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1685:- Δεύτερη ψευτιά σήμερα, από καλοσύνη, είπε ο Αντώνης της Πουλουδιάς, σαν ανέβηκαν στην κάμαρα τους.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1686:- Τι ψευτιά; ρώτησε η Αλεξάνδρα. Ποιος είπε ψέματα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1688:- Ποιος είπε ψέματα; ξαναρώτησε η Αλεξάνδρα την Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1690:- Η Αφροδίτη είπε ψέματα. Έσπασα όλες τις στάμνες του Μπαρμπαγιάννη Κανατά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1693:- Άκου δω, Πουλουδιά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1695:- Μην πεις για τη μηχανή, και μην πεις για τη γάτα και τον Ντον! ψιθύρισε. Μην τα πεις ούτε της Αλεξάνδρας!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1698:- Δεν πρέπει να κάνεις πια αταξίες, Αντώνη, και να είσαι πάντα τιμωρημένος. Μας χάλασες ολωνών τη μέρα μας σήμερα και δεν άξιζε τίποτα η εκδρομή μας!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1699:- Εγώ το ήξερα! φώναξε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1700:- Τι ήξερες;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1701:- Πως θα 'ναι άσχημη η εκδρομή σας. Γι' αυτό δεν πήγα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1703:- Όχι, δεν ήταν άσχημη η εκδρομή μας, είπε, μα δε διασκεδάσαμε καθόλου, ούτε ο Αλέξανδρος ούτε γω, γιατί λείπατε οι δυο σας και δε γίνουνταν παιχνίδι σωστό. Ήταν πολύ βαρετό. Δεν είναι αλήθεια, Αλέξανδρε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1705:- Ναι, είπε σταυρώνοντας κι εκείνος τα χέρια του στα γόνατα, ήταν πολύ βαρετό... και ήταν πολύ άσχημο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1706:- Εγώ το ήξερα, είπε πάλι η Πουλουδιά τινάζοντας το κεφάλι της με ύφος σπουδαίο, και γι' αυτό δεν άφησα να μου σγουράνουν τα μαλλιά χθες βράδυ.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1707:- Μα δεν πρέπει ούτε συ να το ξανακάνεις, είπε η μεγάλη αδελφή.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1708:- Εγώ θα το ξανακάνω, αποκρίθηκε με απόφαση η Πουλουδιά. Εμείς παίξαμε ωραία. Δεν είναι αλήθεια, Αντώνη;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1709:- Ουφ, πάμε να κοιμηθούμε! αναφώνησε ο Αντώνης. Καθόλου δεν παίξαμε ωραία, και όλο αναποδιές και ψευτιές ήταν η μέρα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1713:- Κακό όνειρο! είπε δυνατά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1714:- Τι; ρώτησε η Αλεξάνδρα από μέσα από την κουνουπιέρα της, τεντώνοντας χέρια και ράχη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1715:- Τίποτα, αποκρίθηκε ο Αντώνης, είδα ένα άσχημο όνειρο! Η Πουλουδιά είχε σηκώσει την κουνουπιέρα της και κατέβαινε κατσουφιασμένη από το κρεβάτι της.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1716:- Κι εγώ είδα άσχημο όνειρο, είπε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1717:- Για πες το! έκανε πάλι η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1720:- Για πες το! επανέλαβε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1723:- Είδα στ' όνειρο μου πως πέθανε ο Μπαρμπαγιάννης Κανατάς. Και πέθανε, λέει, από πείνα, γιατί δεν είχε πια δραχμές, αφού σπάσαμε όλα του τα κανάτια!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1727:Μα σαν ένιωσε πως του τραβούν το αυτί και ξιπασμένος ανατινάχθηκε και γύρισε, είδε μπροστά του το θείο, κόκκινο και θυμωμένο όπως δεν τον είχε δει ποτέ! - Γιατί το έκανες αυτό; ρώτησε ο θείος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1728:- Τι έκανα, θείε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1729:- Σκότωσες την τριανταφυλλιά μου!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1730:- Εγώ;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1731:- Ναι, εσύ! Έλα να τη δεις!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1733:- Ποιος την έσπασε; ρώτησε ο Αντώνης σαστισμένος. Όχι εγώ, θείε, αλήθεια σας λέγω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1734:- Εσύ δεν την έσκαψες χθες;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1735:- Ναι, εγώ και η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1736:- Με τι τη σκάψατε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1737:- Εγώ είχα ένα καρφί και η Πουλουδιά ένα κεραμίδι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1738:- Ωραία! Και της κόψατε τις ρίζες της κι έγειρε και τσάκισε. Και τα φύλλα της, γιατί της τα κόψατε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1739:- Γιατί ήταν μαύρα στις άκρες, σα μαραμένα, και μερικά είχαν τρύπες από τους σαλιάγκους.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1740:- Και δεν ξέρεις πως το φυτό αναπνέει από τα φύλλα; Και πως σαν τους τα κόψεις όλα, πεθαίνει; Και πως, έστω και αν είναι λίγο μαύρα στις άκρες, τα φύλλα τού είναι απαραίτητα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1743:- Έλα, δεν το ήθελες, το ξέρω, του είπε. Μα φαντάζομαι πως και τ' άλλα φυτά δε θα καλοπέρασαν με το καρφί και την κεραμίδα. Πάμε να δούμε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1745:- Βλέπεις, Αντώνη, και η κηπουρική έχει την τέχνη της, είπε ο θείος, και καλό είναι να μην καταπιανόμαστε τέχνες που δεν τις ξέρομε. Φώναξε και την Πουλουδιά να της τα πω κι εκείνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1747:- Δε φταίγει εκείνη, είπε, γιατί δεν ήξερε, κι εγώ της είπα να σκάψει το χώμα πολύ βαθιά και πολύ κοντά στα λουλούδια.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1749:- Ώστε ο μαστροχαλαστής είσαι συ! Και τη μαστοριά σου φρόντισες να τη μάθεις και σ' άλλους! έκανε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1751:- Έκανα και άλλη ζημιά χθες, μεγαλύτερη!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1752:- Σε καλό σου! Τι έκανες;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1753:- Έσπασα όλες τις στάμνες του Μπαρμπαγιάννη Κανατά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1754:- Μπρε ζημιάρη! Πώς το 'κανες;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1756:- Μα τι μανία σ' έπιασε να δασκαλεύεις; αναφώνησε ο θείος. Και τι είπε ο Μπαρμπαγιάννης Κανατάς; Του πλήρωσες τουλάχιστον τις στάμνες του;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1758:- Όχι, είπε. Και πρόσθεσε:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1759:- Δεν έχομε κουμπαρά και λεφτά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1760:- Λοιπόν θα ζημιώσει ο Μπαρμπαγιάννης Κανατάς; Και πώς θα πάρει ψωμί, που του κατέστρεψες το κεφάλαιο του;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1761:- Ήθελε η Πουλουδιά να πουλήσει τα σκουλαρίκια της κούκλας της, για να τον πληρώσει, μα δεν τ' αγόρασε η κερα-Ρήνη, είπε ο Αντώνης. Ύστερα ήθελε να χαρίσει τ' ωρολόγι της του Μπαρμπαγιάννη Κανατά, μα ούτε κείνος δεν το πήρε. Ήταν, λέει, πολύτιμο. Και σπάσανε, λέει, μόνο τρεις στάμνες και μας τις χάριζε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1762:- Και ήταν αλήθεια;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1763:- Όχι. Είχαν σπάσει όλες. Το είπε έτσι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1765:- Να το βάλεις σ' ένα φάκελο, είπε, και να γράψεις παστρικά σ' ένα χαρτί: «Ο ζημιάρης Τρελαντώνης ευχαριστεί τον Μπαρμπαγιάννη Κανατά για τη μεγάλη του ευγένεια, και θα προσπαθήσει άλλη φορά να μη γυρεύει να ξεφυτρώνει εκεί που δεν τον σπέρνουν!»
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1767:- Θείε... είναι ανάγκη να βάλω ζημιάρης και Τρελαντώνης και ξεφυτρώνει; ρώτησε διστακτικά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1768:- Μήπως προτιμάς να του το πεις προφορικά;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1770:- Διάλεξε ένα από τα δυο, όποιο θέλεις, είπε ο θείος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1772:- Μπορούσα να σε δείρω, του είπε -ο θείος δεν έδερνε ποτέ- μ' αυτό δε θα διόρθωνε τη ζημιά σου, και δεν είναι δίκαιο ο Μπαρμπαγιάννης Κανατάς να ζημιωθεί για τις αταξίες σου. Άιντε, πήγαινε τώρα και κάνε με κουράγιο την τιμωρία σου. Να έχεις έννοια, σαν περάσει τ' απόγεμα ο Μπαρμπαγιάννης Κανατάς, να του δώσεις εσύ ο ίδιος το φάκελο σου.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1773:- Και αν δεν περάσει;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1774:- Θα περάσει, αφού έχει να πάγει στάμνες στο καφενείο. Εκείνη η μέρα έσυρε μακριά σα δέκα μέρες.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1778:- Και τώρα τι θα κάνομε; ψιθύρισε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1780:- Εσύ θα σταθείς εκεί, σ' αυτή την πέτρα! πρόσταξε. Και, αν δεις τον Μπαρμπαγιάννη Κανατά να έρχεται από την Καστέλα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1781:- Μα θα με δει ο βασιλέας και η βασίλισσα... Και είναι εκεί και τ' αγόρια, και η βασιλοπούλα Αλεξάνδρα, και...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1782:- Δεν πειράζει, αποφάσισε ο Αντώνης, πρέπει να σταθείς εκεί να παραφυλάγεις, κι εγώ φυλάγω από δω...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1783:Τρεχάτος, με πλατείς πήδους, κατάφθασε ένας μεγάλος σκύλος, πήδηξε πάνω στον Αντώνη και του έβαλε τα πόδια στους ώμους κουνώντας χαρούμενα την ουρά του. - Ο Ντον! αναφώνησε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1785:- Ντον! Έλα δω! Και πρόσθεσε:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1786:- Μη φοβάσαι, παιδί μου, αυτά είναι χάδια που σου κάνει! Μα ο Ντον δεν εννοούσε ν' αφήσει τον παλιό του φίλο, μιας και τον ξαναβρήκε. Σηκώθηκε ο βασιλέας, ξανασφύριξε του Ντον και φώναξε:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1787:- Ελάτε δω, παιδιά, και θα 'ρθει κι εκείνος!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1789:- Πήγαινε! ψιθύρισε. Το είπε ο βασιλέας!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1790:- Όχι χωρίς εσένα! Μας φώναξε και τους δυο! αποκρίθηκε φοβισμένη η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1792:- Τι έπαθες κι έχεις δεμένο το κεφάλι;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1794:- Δεν πρέπει! του είπε γλυκά. Μην το αγγίζεις!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1795:- Μα γιατί είναι δεμένο το κεφάλι σου; επανέλαβε ο βασιλέας.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1797:- Έπεσα χθες.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1799:- Χτύπησες; ρώτησε περίεργη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1801:- Χτύπησε; ρώτησε η μικρή βασιλοπούλα γυρνώντας στην Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1803:- Ναι, είπε η Πουλουδιά, ξαναβρίσκοντας τη συνηθισμένη της πολυλογία, πήγε στη θάλασσα και κατέβηκε στους βράχους να μου πιάσει έναν κάβουρα, και...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1804:- Και τον έπιασε; ρώτησε με λαχτάρα η μικρή βασιλοπούλα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1806:- Τι θέλεις να του πεις του Μπαρμπαγιάννη Κανατά;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1807:- Θέλω... ο θείος μου μου έδωσε... έχω κάτι να του δώσω... έκανε ο Αντώνης και σώπασε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1808:- Να του δώσεις; Τι, χρήματα; Μα δεν είναι φτωχός ο Μπαρμπαγιάννης Κανατάς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1810:- Είναι πολύ φτωχός, είπε, δεν έχει ούτε παπούτσια. Ο βασιλέας γέλασε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1811:- Όταν πουλά στάμνες, δε φορεί παπούτσια, είπε, και φορεί ρούχα παλιά και μπαλωμένα. Μα σαν πάγει στο Ζάππειο... Ξέρεις το τραγούδι του; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1812:- Μάλιστα, είπε ο Αντώνης δειλά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1813:- Πες το λοιπόν!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1815:- Και συ το ξέρεις. Πες το συ, έκανε όλο και πιο στενοχωρεμένος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1816:- Όχι, εσύ, είπε τρομαγμένη η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1817:- Πείτε το μαζί, είπε η βασίλισσα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1822:- Βλέπεις λοιπόν που δεν είναι φτωχός, αφού φορεί παπούτσια γυαλιστά και ψηλό καπέλο; διέκοψε ο βασιλέας.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1824:- Μα δεν είναι αλήθεια, είναι μόνο τραγούδι. Κοροϊδευτικά τον ρώτησε ο βασιλέας:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1825:- Εσύ δεν πας ποτέ στο Ζάππειο, στας Αθήνας;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1826:- Όχι, ποτέ.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1827:- Ναι, πάμε στας Αθήνας, αντίκοψε η Πουλουδιά, πήγαμε μια φορά σ' ένα μαγαζί για να δοκιμάσομε όλοι παπούτσια, δε θυμάσαι;...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1828:- Λες ανοησίες, της είπε χαμηλόφωνα ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1829:- Και ξέρεις και άλλα τραγούδια; ρώτησε η βασίλισσα. Μα ο Αντώνης ήταν αποφασισμένος να μην πει άλλο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1830:- Δεν ξέρω κανένα καλά, αποκρίθηκε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1832:- Εγώ ξέρω πολλά. Ξέρω κι ελληνικά, ξέρω και αγγλικά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1833:- Κες κ' ελ ντι; ρώτησε η Ρωσίδα κυρία της Τιμής.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1835:- Ρωτά η κυρία αν ξέρεις κανένα γαλλικό τραγούδι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1836:- Όχι, αποκρίθηκε η Πουλουδιά, μα ξέρω ένα φράγκικο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1837:- Τι φράγκικο;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1838:- Έτσι, φράγκικο. Δεν είναι ούτε ελληνικό ούτε αγγλικό.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1839:- Για πες το! έκανε ο βασιλέας. Και το είπε η Πουλουδιά:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1846:- Και τι θα πει αυτό; ρώτησε ο βασιλέας που φαινόταν να διασκεδάζει πολύ.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1847:- Δεν ξέρω, αποκρίθηκε η Πουλουδιά, το λέμε για να δούμε ποιος θα βγει έξω στο κυνηγητό. Και είναι φράγκικο. Έτσι λέγει η Αλίς.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1848:- Και ποια είναι η Αλίς;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1850:- Είναι ένα κορίτσι που κάθεται πλάγι μας, αποκρίθηκε. Ένας αξιωματικός, άσπρα ντυμένος και με μακριές καστανές μουστάκες, ρώτησε:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1851:- Ξέρεις και κανένα άλλο ξενικό να μας πεις;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1853:- Ξέρω, αποκρίθηκε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1854:- Για πες το, είπε ο βασιλέας. Είναι φράγκικο σαν το άλλο που είπες;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1855:- Όχι, είναι γοριτσιάνικο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1857:- Και πού τα ξέρεις εσύ τα γοριτσιάνικα; ρώτησε πάλι ο βασιλέας.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1858:- Μου τα έμαθε η Φραντσέσκα, η παραμάνα του Αλέξανδρου.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1859:- Και ο Αλέξανδρος ποιος είναι;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1860:- Ο αδελφός μου.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1861:- Αγόρι είναι το πιο μικρό σου αδελφάκι; Που φορεί ένα τόσο όμορφα κεντημένο φουστανάκι; ρώτησε η βασίλισσα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1862:- Μάλιστα. Του το κέντησε η μαμά μας, προθυμοποιήθηκε να την πληροφορήσει η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1864:- Μπράβο! Μπράβο της μαμάς σου! Και πες μας λοιπόν το γοριτσιάνικο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1869:- Τηλεγράφημα, δώσ' το μέσα, είπε του Αντώνη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1872:- Έλα, Αντώνη, γρήγορα! Η θεία έφυγε κι έρχεται ο Μπαρμπαγιάννης Κανατάς!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1874:- Γρήγορα! Γρήγορα! Έρχεται ο Μπαρμπαγιάννης Κανατάς!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1877:- Τώρα στρίβει ένα τσιγάρο... τώρα το κολλά... πρόσεχε, Αντώνη, μη μας περάσει...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1879:- Τι σου είπε ο Μπαρμπαγιάννης Κανατάς; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1881:- Γεια σου, Αντώνη, Τρελαντώνη, κι ευχαριστώ! φώναξε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1884:- Τι σου είπε, Αντώνη; Ε; Πες, τι σου είπε; έκανε με λαχτάρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1885:- Ποιοοος; ρώτησε η Πουλουδιά ξεφυτρώνοντας ξαφνικά μεταξύ της Αλεξάνδρας και του Αντώνη· βαστούσε τα χέρια της πίσω, σα να γύρευε να κρύψει κάτι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1886:- Από πού έρχεσαι; Πού ήσουν και άργησες τόσο; ρώτησε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1887:- Μήπως πέρασε ο Μπαρμπαγιάννης Κανατάς; έκανε ξαφνισμένη η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1888:- Ναι. Τώρα, αποκρίθηκε ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1889:- Αχ, τι κρίμα! Γιατί δε με φωνάξατε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1890:- Ας ήσουν εδώ! είπε ο Αντώνης μπουρινιασμένος ξαφνικά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1891:- Και πως δεν ήμουν; έκανε αδιάφορα η Πουλουδιά. Δες τι σας φέρνω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1893:- Πού τα βρήκες; ρώτησε η Αλεξάνδρα που τα τρελαίνουνταν.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1894:- Μου τα 'δωσε η βασίλισσα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1895:- Αλήθεια; έκανε μαγεμένος ο Αλέξανδρος. Η Πουλουδιά ακτινοβολούσε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1896:- Μου έδωσε και τούτο! είπε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1898:- Και τούτο!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1900:- Και μου είπε να ράψω το κοχλάδι στο μαξιλαράκι και να το βάλω στην τουαλέτα μας, για να τη θυμούμαι, λέει, εξακολούθησε η Πουλουδιά, όλο και με πιότερη έξαψη. Και ύστερα μου είπε: «Να, πάρε και δυο μπισκότα!» Μα εγώ δεν τα έπαιρνα. Και μου είπε: «Δε σ' αρέσουν;» Και είπα: «Ναι, μ' αρέσουν. Μα θα μου τα φάνε τ' αδέλφια μου!» Κι εκείνη είπε: «Πάρε τα λοιπόν όλα!» Και μου άδειασε το πιάτο...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1901:- Πουλουδιά!!! αναφώνησε φρικιασμένη η Αλεξάνδρα. Η Πουλουδιά κοντοστάθηκε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1902:- Ε... Τι; έκανε ανήσυχη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1903:- Δεν ντρέπεσαι! της είπαν συγχρόνως τα δυο μεγαλύτερα αδέλφια.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1904:- Γιατί; ο ενθουσιασμός της Πουλουδιάς είχε πέσει ξαφνικά, άρχιζε να τρομάζει. Τι έκανα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1905:- Ζητιάνεψες μπισκότα! είπε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1906:- Και ξευτέλισες τ' αδέλφια σου, τάχα πως σου τρων τα μπισκότα σου! πρόσθεσε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1907:- Και μας ντρόπιασες όλους, και τους τέσσερις! είπε ο Αντώνης. Σα να μην έφτανε η πρώτη ντροπή, να τραγουδήσεις το «Τις Μαρίτσκα μόγια»!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1908:- Τραγούδησες το «Τις Μαρίτσκα μόγια»; έκανε πνιγμένη από τη σύγχυση της η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1910:- Το «Τις Μαρίτσκα μόγια»! Πωπώ!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1915:- Έλα, έλα μαζί μας!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1918:- Γιατί τον έδειρες; Τι σου έκανε; ρώτησε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1919:- Εμένα τίποτα, αποκρίθηκε ο Γιάννης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1920:- Λοιπόν γιατί τον χτύπησες;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1921:- Έτσι θ' αφήσω να μιλάει ένας ξένος στην εξαδέλφη μου; Τ' αδέλφια στάθηκαν λίγο σαστισμένα. Δεν ήξεραν πως δεν επιτρέπεται να μιλά ξένος σ' εξαδέλφες.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1923:- Θα του 'σπανα τα μούτρα του, αν δεν ανακατώνουνταν ο αξιωματικός.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1925:- Έτσι μιλούν στο δρόμο σε κορίτσια; Ποιος το παραδέχεται; Μια μέρα περπατούσα με την Κλειώ και την Κατίνα και κάποιος άγνωστος πέρασε και τις χαιρέτησε, και τον έδειρα και αυτόν.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1927:- Είναι κακό να σε χαιρετά ένας άγνωστος;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1928:- Είναι πρόστυχο, είπε ο Γιάννης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1930:- Γνωρίζεις εσύ τον Μπαρμπαγιάννη Κανατά; Με το πιγούνι έδειξε ο Γιάννης κατά τον ανήφορο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1931:- Πέρασε τώρα, αποκρίθηκε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1932:- Το ξέρω. Μιλήσαμε μαζί... δηλαδή... έκανε ο Αντώνης που φαντάζουνταν έτσι να κάνει πολλή εντύπωση στον εξάδελφο του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1934:- Και σε ποιον δε μιλά αυτός; Ακόμα και στο βασιλέα λέγει «εσύ».
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1936:- Αλήθεια; έκανε. Και πώς τον λέγει; Γεώργιε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1937:- Όχι, μπούφο! Τον λέγει, σαν όλους, «μεγαλειότατε». Μα τον λέγει «εσύ».
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1938:- Πώς το ξέρεις; ρώτησε θαυμάζοντας η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1939:- Τον άκουσα. Μια μέρα που περνούσε αυτός και στέκουνταν ο βασιλέας στον ανήφορο, ρώτησε ο βασιλέας: «Γιατί δε φορείς σήμερα ψηλό καπέλο και παπούτσια γυαλιστά, Μπαρμπαγιάννη;» Κι εκείνος του αποκρίθηκε: «Τα φορώ, όπως και συ το λοφίο σου, μεγαλειότατε, στις μεγάλες περιστάσεις!» Και γέλασε ο βασιλέας.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1941:- Αλήθεια, στις εορτές φορεί ο βασιλέας λοφίο, Γιάννη; ρώτησε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1943:- Αλήθεια είναι πως φορεί ο Μπαρμπαγιάννης Κανατάς ψηλό καπέλο και παπούτσια γυαλιστά; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1944:- Βέβαια, κάθε Κυριακή. Όλη την εβδομάδα τον βλέπεις κουρελιάρη και ξυπόλυτο. Μα την Κυριακή το απόγεμα γίνεται κύριος, βάζει σκούρα ρούχα, ψηλό καπέλο και λουστρίνια, παίρνει στο χέρι ένα μπαστούνι με ασημένιο χερούλι και κάνει τη φιάκα του στο Ζάππειο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1946:- Γι' αυτό είπε ο βασιλέας για το Ζάππειο! έκανε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1947:- Τι είπε ο βασιλέας; ρώτησε ο Γιάννης. Μα ο Αντώνης την πρόλαβε πριν απαντήσει.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1948:- Κάλλιο να μην τ' αναφέρεις! της είπε. Και στάθηκε η Πουλουδιά αποσβολωμένη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1950:- Για ποιον είναι αυτά τα μπισκότα; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1951:- Για κανένα, είπε περιφρονητικά ο Αντώνης. Είναι ντροπιασμένα μπισκότα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1953:- Καθόλου! φώναξε κατακόκκινη. Είναι δικά μου και θα τα φάγω μονάχη!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1955:- Σαν τα φας, θα ντροπιαστείς διπλά... άρχισε. Μα ένας μπάτσος της Πουλουδιάς τον διέκοψε. Εξαγριωμένος για την προσβολή που του έγινε μπρος στον Γιάννη, γύρισε ο Αντώνης και την έπιασε από την ποδιά της.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1956:- Και τώρα, για να μάθεις, θα πεις μόνη σου του Γιάννη ποιος σου τα έδωσε και γιατί! την πρόσταξε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1957:- Δεν το λέγω! Άφησε με!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1958:- Θα το πεις!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1959:- Δεν το λέγω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1960:- Δεν το λες; Τότε θα πω εγώ στον Γιάννη τι είπες μια μέρα γι' αυτόν!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1961:- Κι εγώ θα πω για τη ραφτομηχανή!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1962:- Τι με μέλει; Πες το! Πεισμωμένη είπε και η Πουλουδιά:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1963:- Κι εμένα δε με μέλει. Πες το!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1965:- Τι; Δε σε μέλει; αναφώνησε ο Αντώνης. Να το πω λοιπόν; Η Πουλουδιά έτρεμε από ανησυχία, μα το είχε πει πια.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1966:- Πες το, δε με μέλει! επανέλαβε. Και το είπε ο Αντώνης:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1967:- Είπε για σένα, Γιάννη, πως, σα θα μεγαλώσει, θα σε πάρει!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1970:- Μακά-αρι!...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1973:- Σου τα χαρίζω όλα! είπε και θριαμβευτικά γύρισε στον Αντώνη, που στέκουνταν μπερδεμένος για την τροπή που είχαν πάρει τα πράματα. Δε θα φας ούτε ένα! του είπε. - Ούτε τα θέλω ούτε ο Γιάννης δεν τα θέλει, πράματα που ζητιάνεψες από τη βασίλισσα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1974:- Δε ζητιάνεψα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1975:- Ναι, ζητιάνεψες! επικύρωσε ο Αλέξανδρος, αφού είπες, είπες... Τι είπε, Αλεξάνδρα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1976:- Της έδωσε η βασίλισσα δυο και είπε η Πουλουδιά: «Θα μου τα φαν τ' αδέλφια μου!» Και της έδωσε η βασίλισσα όλα όσα ήταν στο πιάτο! επεξήγησε η μεγάλη αδελφή ντροπιασμένη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1978:- Πολύ καλά έκανε, αφού θα της τα τρώγατε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1981:- Βέβαια... αφού θα μου τα τρώγατε...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1983:- Ακούς, λέει, να φάγει τα ντροπιασμένα μπισκότα! είπε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1984:- Και να πει πως έκανε καλά η Πουλουδιά να τα ζητήσει! πρόσθεσε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1985:- Και να μην ντραπεί! είπε πάλι ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1986:- Και ούτε να μας δώσει κι εμάς! διαμαρτυρήθηκε ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1988:- Δεν ντρέπεσαι; Τέτοια μπισκότα! φώναξε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1990:- Το μόνο που μας ξεπλένει είναι ίσα ίσα που δεν τα φάγαμε, ούτε και η Πουλουδιά που τα ζήτησε. Τουλάχιστον έτσι ξεπλένεται κι εκείνη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1993:- Ναι, καλύτερα που δεν τα φάγαμε τα μπισκότα. Και η κερα-Ρήνη είπε πως, για να μου δώσουν τόσα, θα ήταν ταγκά...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:1995:- Δεν ντρέπεσαι! Τα μπισκότα του βασιλέα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2000:- Τι θέλεις, Πουλουδιά; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2001:- Τίποτα, αποκρίθηκε η Πουλουδιά κι έκανε να υποχωρήσει κατά την τραπεζαρία. Μα στην πόρτα βρήκε την κερα-Ρήνη που γύρευε την Αφροδίτη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2003:- Έλα, τι έχεις πάλι; Μπουρινάκια;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2004:- Όχι... μα... έκανε η Πουλουδιά, όλο και πιο έτοιμη «ν' ανοίξει τις βρύσες», καθώς έλεγε ο Αντώνης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2006:- Έλα, της είπε, είσαι πάλι στις κακές σου! Μα έχω τρόπο να σε γλυκάνω. Τι μου δίνεις, να σου δώσω εγώ μια κουταλιά σταφύλι γλυκό, που τώρα το κατέβασα από τη φωτιά;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2008:- Σου τα δίνω αυτά! είπε ολόκαρδα. Πάρ' τα! Μου τα χάρισε η βασίλισσα κι εγώ σου τα χαρίζω σένα, δεν τα θέλω, είναι γρουσούζικα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2013:- Σώστε! Ελεήστε! Πνίγονται τα παιδιά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2015:- Κι ακόμα τι έχομε να τραβήξομε! είπε ο Αντώνης, γυρίζοντας από τα λουτρά, στις αδελφές του που πήγαιναν μπροστά μαζί του, ενώ φορτωμένη λουτρικά ακολουθούσε η Αφροδίτη, βαστώντας τον Αλέξανδρο από το χέρι. Τι έχομε να τραβήξομε! Η θεία είναι κιόλα θυμωμένη και η μέρα μόλις αρχίζει!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2017:- Δεν είναι δυνατόν! Σας λέγω πως δεν είναι δυνατόν! Ζωρζή! Έλα έξω! Άκουσε τι λεν τα κορίτσια!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2019:- Τι τρέχει; ρώτησε λίγο μουδιασμένος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2021:- Καλώς τα παιδιά, είπε, μπείτε να πάρετε το πρόγευμα σας...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2022:- Άκουσε τώρα δω! διέκοψε η θεία. Τα κορίτσια επιμένουν πως φθάνουν οι δικοί μας από την Αλεξάνδρεια...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2023:- Έφθασαν, θεία! διέκοψε η Κατίνα μ' ένα νάζι του κεφαλιού της.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2024:- Μα πώς το ξέρεις, μπρε παιδάκι μου;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2025:- Αφού πήγε η μητέρα με τον πατέρα κάτω, στο λιμένα, να τους παραλάβουν!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2027:- Αφού έρχονται να κατοικήσουν εδώ, δε θα μας ειδοποιούσαν πρώτα εμάς; Να ετοιμάσομε την κάμαρα τους;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2028:- Μα σας τηλεγράφησαν! Το δικό μας τηλεγράφημα λέγει: «Ειδοποιούμεν Ζωρζήν».
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2030:- Ζωρζή, έλαβες εσύ τηλεγράφημα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2032:- Δεν έλαβα τίποτα, είπε. Και ρώτησε:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2033:- Πότε το λάβατε σεις;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2034:- Προχθές το απόγεμα, αποκρίθηκε η Κλειώ.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2036:- Το... το τηλεγράφημα... εγώ το πήρα... μπουρδούμπισε ο Αντώνης, κόκκινος σαν αστακός.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2038:- Πώς τόλμησες... άρχισε η θεία.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2039:Μα ο θείος είχε πάρει το κουρελόχαρτο από τα κρεμασμένα χέρια του Αντώνη, το ξεκόλλησε από τη μαστίχα, το άνοιξε και διάβασε: «Φεύγομε σήμερον Αργολίδα, καλήν αντάμωσιν - Μανόλης».
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2041:- Μπρε διαβολάκι, από πότε το έχεις στην τσέπη και δε μιλάς;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2042:- Το... το... τραύλισε ο Αντώνης, από προχθές... το απόγεμα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2044:- Χωρατεύεις κιόλα μαζί του, Ζωρζή;... διέκοψε και, γυρνώντας στον άφωνο Αντώνη μάτια φορτωμένα αστροπελέκια, ρώτησε: Από πού το πήρες;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2045:- Δεν το πήρα... μου το έδωσε ο ταχυδρόμος... και περνούσε ο Μπαρμπαγιάννης Κανατάς και...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2046:- Στη σοφίτα! Αμέσως στη σοφίτα! πρόσταξε η θεία, χωρίς καν να τον ακούσει. Τιμωρία! Και θα φθάσουν οι γονείς σου και δε θα είσαι δω να τους υποδεχθείς! Στη σοφίτα! Αμέσως!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2050:- Αμέσως, Αφροδίτη, ακουμπά τα λουτρικά... Όχι εδώ, στην κάμαρα πάνω... Κατίνα, πάρε συ τα κλειδιά μου, άνοιξε την ντολάπα του λινού, βγάλε σεντόνια, πεσκίρια, μαξιλαροθήκες... Κλειώ, τρέχα πες της κερα-Ρήνης να ξεπεταχτεί να πάρει ψάρι... να το κάνει, πες, αλά Σπετσιώτα, που του αρέσει του θείου Μανόλη... Στάσου, Αφροδίτη, πού είσαι; Φέρε πιάτα, φλιτζάνια, ίσως να μην προγευμάτισαν ακόμα... Και, αλήθεια, ούτε τα παιδιά δεν προγευμάτισαν. Αλεξάνδρα, Πουλουδιά, Αλέξανδρε, αμέσως βγάλτε τα καπέλα σας...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2052:- Τι κεφάλια είναι αυτά; Γιατί δεν κάνατε κατσαρά χθες βράδυ; αναφώνησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2053:- Κάναμε, μα... μα... ψέλλισε η Αλεξάνδρα κοιτάζοντας απελπισμένη την Πουλουδιά που, με σκυφτό κεφάλι, από κάτω από τα φρύδια της, έγνεφε του Αλέξανδρου «Μην πεις...».
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2055:- Τις έλουσα στη θάλασσα, είπε, ήταν ελεεινά τα μαλλιά τους και δεν ήξερα πως φθάνουν οι κύριοι...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2056:- Τι ανοησίες! Τις έλουσες χθες! διέκοψε η θεία.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2057:- Ξαναλερώθηκαν, κυρία, ήταν ζέστη χθες, επέμεινε η Αφροδίτη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2058:- Το πέτυχες! Και τώρα θα τις δει σ' αυτά τα χάλια η μαμά τους, που τις θέλει πάντα τυποδεμένες... και ο Αλέξανδρος με δεμένο το κεφάλι... μπράβο, ωραία μας τα κατάφερε ο Αντώνης...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2059:- Ε, ξέχασε μια φορά και αυτός, είπε καλόκαρδα ο θείος. Μα τον κεραυνοβόλησε μια ματιά της θείας, και σιωπηλά κάθισε στο πρόγευμα και ξεδίπλωσε την πετσέτα του. Ο Αλέξανδρος είχε σκαρφαλώσει στην καρέγλα πλάγι του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2060:- Και ο Αντώνης; ρώτησε χαμηλόφωνα. Δε θα φάγει, θείε, ο Αντώνης;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2062:- Θείε, ρώτησε η Αλεξάνδρα, να πάρω στη σοφίτα τον καφέ του Αντώνη;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2063:- Σιγά σιγά, αποκρίθηκε ο θείος, μη θυμώσουμε πάλι τη θεία. Ίσως μπορέσομε να την καταφέρομε να τον συγχωρήσει.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2065:- Ας έχει χάρη που έρχουνται οι γονείς του, ειδεμή... αποκρίθηκε η θεία, ας έχει χάρη! Μα γρήγορα, Ζωρζή, ήλθε το αμάξι, πάμε, μήπως τους προφθάσομε...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2067:- Να του πούμε να έλθει κάτω, θεία; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2069:- Πες του πως για χατίρι της μαμάς σας... ναι, τον συγχωρώ αυτή τη φορά! Μα είναι η τελευταία...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2071:- Φρόνιμα, παιδιά! φώναξε. Η Κατίνα και η Κλειώ μας περιμένουν...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2074:- Τον συγχώρησε η θεία! Πάμε να τον φέρομε!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2075:Και οι δυο αδελφές πηλάλα ανέβηκαν τη σκάλα, με την Κλειώ πίσω τους, που έπαιρνε τρία τρία τα σκαλοπάτια. Μα σαν έφθασαν ξεφωνίζοντας «Αντώνη! Αντώνη! Έλα κάτω!», η σοφίτα ήταν άδεια, ο Αντώνης είχε εξαφανιστεί. Μεγάλο σούσουρο έγινε στο σπίτι. Ο Αντώνης χάθηκε, ο Αντώνης δεν ήταν πουθενά, ούτε στη σοφίτα ούτε στην αυλή ούτε στην κάμαρα του ούτε στο καρβουναριό. Και μαζεύθηκαν αδέλφια κι εξαδέλφες, και κατάφθασαν Αφροδίτες και κερα-Ρήνες, και καθένας έλεγε το «μήπως» του. - Μήπως πήγε στης Αλίς; έκανε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2076:- Ή πάλι στου βασιλέα; αντίκοψε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2078:- Έτσι πάτε σεις στου βασιλέα; ρώτησε σηκώνοντας τα καλογραμμένα φρύδια της.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2079:- Ναι... όχι... ίσως... μπουρδούμπισε η Πουλουδιά γυρεύοντας μάταια να πάρει πίσω τα λόγια που της είχαν ξεφύγει.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2080:- Όχι, ποτέ! Ποτέ δεν πάμε στου βασιλέα! διαμαρτυρήθηκε η Αλεξάνδρα γυρνώντας αυστηρά στην αδελφή της. Γιατί λες «πάλι»;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2081:- Είπα ίσως... ίσως να δει τον Ντον... απέξω... όχι να ξαναμπεί στην αυλή... και πάλι τα 'χασε η Πουλουδιά και στάθηκε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2082:- Ξανά; Λοιπόν πηγαίνει κάποτε; ξεκαρδίστηκε και είπε η Κλειώ.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2084:- Ξανά! Ξανά! είπε κουνώντας το φακιολοδεμένο της κεφάλι. Μήπως ξαναπήγε σε καμιά βάρκα! Μήπως θαλασσοπνίγεται αυτή την ώρα ο Τρελαντώνης μας...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2086:- Όχι, όχι! είπε. Είναι σκάνταλος ο Αντώνης, μα παράκουος δεν είναι...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2088:- Μήπως πήγε να τιμωρήσει τη γάτα; έριξε ένα λόγο ο Αλέξανδρος.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2089:- Ποια γάτα; ρώτησε με καινούριες ελπίδες η Κλειώ.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2090:- Της Ρωσίδας κυρίας της Τιμής, εξήγησε ο Αλέξανδρος, ενθουσιασμένος που έπιασε ο λόγος του. Έκλεψε το πρωί το τυρί του θείου...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2091:- Πάμε να δούμε! αναφώνησε η Κλειώ. Και όλοι πάλι σκορπίστηκαν.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2093:- Σταθείτε όλοι εδώ! Πάγω να δω και παρακάτω! είπε η Αφροδίτη κατεβαίνοντας στο δρόμο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2094:- Κι εγώ μαζί σου! είπε η Κλειώ πηδώντας δυο δυο τα σκαλοπάτια.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2095:- Εσύ, Κατίνα, φύλαγε τα μικρά! φώναξε η Αφροδίτη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2097:- Να τον! αναφώνησε. Και είναι με τον Γιάννη!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2099:- Μη χειρότερα! έκανε η Αφροδίτη και δεν μπόρεσε να πει άλλο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2101:- Δεν είναι τίποτα! Πιάστηκε σε πετροπόλεμο κι έφαγε μια πέτρα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2103:- Τι έπαθε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2104:- Πώς το 'κανε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2105:- Έχει πληγή στο μέτωπο!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2106:- Αντώνη, ματώθηκες!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2112:- Κάτι χαμίνια, μαγκόπαιδα μεγάλα, που είχαν μπλέξει σε πετροπόλεμο με μια τσούρμα μαρίδα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2114:- Το καημένο! είπε πονόψυχα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2116:- Μα πώς βρέθηκες εκεί, κυρ Αντώνη; Η θεία σου σε είχε στείλει στη σοφίτα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2118:- Αλήθεια, Αντώνη, πώς βρέθηκες στο δρόμο; ρώτησε η Αλεξάνδρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2119:- Εμείς σε γυρεύαμε παντού, σ' όλο το σπίτι... πρόσθεσε η Πουλουδιά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2120:- Γιατί βγήκες έξω, Αντώνη, επανέλαβε η Αλεξάνδρα, αφού έπρεπε να είσαι στη σοφίτα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2121:- Γιατί... γιατί, ξέσπασε ο Αντώνης ξαναβρίσκοντας τη φωνή του στην αγανάκτηση του, γιατί δεν ήθελα να είμαι τιμωρημένος, που θα 'ρχουνταν οι γονείς... και πήγα στο λιμένα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2123:- Στο λιμένα!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2124:- Μόνος!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2125:- Το 'κανες αυτό!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2126:- Βρήκες το δρόμο!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2130:- Και γιατί γύρισες μόνος σου; Γιατί δεν ήλθες με τους θείους;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2132:- Καλέ, εδώ, λίγο παρακάτω τον βρήκα! Και είπε ο Αντώνης, μαζεμένος πάλι:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2133:- Ναι, δεν πρόφθασα να τους βρω! Δεν πρόφθασα ν' ανέβω στο βαπόρι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2134:- Καλέ, δε λες πως βγήκες στα τρυφερίτσια και σε πιάσανε με τις πέτρες! χαχάνισε η κερα-Ρήνη. Τι μας κρένεις για λιμάνια και βαπόρια; Θα πήγαινες τώρα συ...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2135:- Ναι! Θα πήγαινα! διέκοψε ο Αντώνης με αγανάκτηση. Και θα 'βρισκα το δρόμο μια χαρά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2137:- Και γιατί δεν πήγε η αφεντιά σου;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2138:- Γιατί ήταν κάτι παιδιά που έπαιζαν ένα παιχνίδι και στάθηκα να δω, είπε ο Αντώνης, κι έπιαναν σκλάβους και τους ξεσκλάβωναν οι άλλοι...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2139:- Έπαιζαν σκλαβάκια, βρε μπούφο! Αμπάριζες δηλαδή! διέκοψε ο Γιάννης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2140:- Αμπάριζες! Έπαιζαν αμπάριζες! αναφώνησε αναμμένη η Κλειώ. Και δεν μπήκες και συ στο παιχνίδι, Αντώνη!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2142:- Δεν ήξερα πώς το παίζουν... άρχισε, μα τον διέκοψε η Κλειώ.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2143:- Είχαν καλό αρχηγό; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2144:- Καλέ, ήταν μαρίδα! αποκρίθηκε ακατάδεχτα ο Γιάννης. Και τους βαλαν εμπρός τα χαμίνια, γιατί ήταν όλα τόσα δα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2145:- Καθόλου! φώναξε ο Αντώνης και πετάχθηκε από την πολυθρόνα της θείας. Ήταν ένας μικρός που έτρεχε και ξεσκλάβωνε όλους! Μα ήλθε ένας μεγάλος, που δεν ήταν του παιχνιδιού, και του έδωσε μια τρικλοποδιά, έτσι...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2148:- Αν δεν κάτσεις ήσυχος, του είπε μαλωσιάρικα, θα σπάσεις και τις πλάκες και τα δικά μας κεφάλια! Στάσου ν' ακούσει η θεία σου πως πιάστηκες με χαμίνια του δρόμου, και να δεις τι έχεις να πάθεις!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2149:- Γιατί; ρώτησε η Κλειώ. Και πρόσθεσε:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2150:- Δεν έχει να πάθει τίποτα ο Αντώνης! Τι έκανε κακό;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2151:- Μπράβο, μπράβο, Κλειώ! Έτσι του λες και παίρνει θάρρος! αναφώνησε η Αφροδίτη. Εγώ νίβω τα χέρια μου πια! Κάνετε σεις καλά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2154:- Ουφ! έκανε σκασμένη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2155:- Έχει δίκαιο η Αφροδίτη! αποφάσισε η Κατίνα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2156:- Καθόλου! διέκοψε η Κλειώ. Κι εγώ αν έβλεπα να παίζουν αμπάριζες, θα έμπαινα στο παιχνίδι. Καλά έκανες, Αντώνη...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2158:- Να, τώρα είσαι ωραίος και μ' αρέσεις, μοιάζεις σκαντζόχοιρος! είπε τσαχπίνικα. Και μ' αρέσεις, γιατί όλο αταξίες κάνεις!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2160:- Ναι, μ' αρέσεις εσύ, είπε μάγκικα η Κλειώ, γιατί δεν είσαι φρόνιμος και δεν κάνεις τον φρόνιμο. Σπάζεις τζάμια, σπάζεις κεφάλια, προπάντων το δικό σου, τα βάζεις με μαγκόπαιδα δυο φορές μεγαλύτερα σου, τραβάς τ' αυτιά του Ντον, κάνεις όλες τις αταξίες που κάνουν τα κακά παιδιά στα βιβλία!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2161:- Και... και αυτό σ' αρέσει; ρώτησε σαστισμένη η Αλεξάνδρα που ένιωθε μέσα της να κλονίζονται όλα όσα ήξερε για το καλό και το κακό.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2162:- Μ' αρέσει, είπε η Κλειώ, γιατί δεν είναι υποκριτής... Και είναι παλικαράκι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2164:- Σα βρέθηκε αυτός ο μικρούτσικος Αντώνης... γιατί μαρίδα είναι και αυτός... ανάμεσα σε μεγάλα χαμίνια, δεν το 'στριψε, μόνο τα 'βαλε μαζί τους. Μ' αρέσει που στάθηκε και μετρήθηκε μ' αυτούς κι έφαγε την πέτρα! Η Κατίνα έγειρε πάλι πίσω το κεφάλι της.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2165:- Αυτά δεν είναι καμώματα φρόνιμου παιδιού, είπε μεγαλόπρεπα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2166:- Βέβαια όχι! είπε ή Κλειώ. Μα δεν είναι φρόνιμος ο Αντώνης, είναι πετειναράκι, και πιάνοντας τον από το πιγούνι: Εσύ μ' αρέσεις, επανέλαβε, επειδή είσαι άτακτος και είσαι και παλικάρι! Κάνεις όλες τις αταξίες, μα δε φοβάσαι και να τις φας! Και γι' αυτό μ' αρέσεις, μ' αρέσεις!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2170:- Τι έπαθες, Αντώνη, χτύπησες; αναφώνησε η μαμά βάζοντας χάμω τον Αλέξανδρο και πιάνοντας στα δυο της χέρια το μαντιλοδεμένο κεφάλι του Αντώνη.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2172:- Πάλι! αναφώνησε σαστισμένη. Πού πληγώθηκες; Έλα να δω!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2173:- Δεν είναι τίποτα, είπε ο Γιάννης, έφαγε μια πέτρα. Επιφωνήματα, ρωτήματα, σύγχυση κι εξηγήσεις, με κάποια χασμωδία, βούιζαν εδώ, εκεί, παντού, όταν, αφού πλήρωσε τ' αμάξια και παρέδωσε στην Αφροδίτη τις αποσκευές, ανέβηκε ο πατέρας στη βεράντα με τους δυο θείους.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2175:- Μα τι πάθαν τα δυο μου αγόρια; Κούτρισαν ο ένας με τον άλλο σαν αυγά του Πάσχα;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2177:- Να παραλάβεις τώρα εσύ το γιο σου, Μανόλη! Εγώ είδα και απόειδα! Τρελαντώνη, Λωλαντώνη τον λέγει η κερα-Ρήνη, μ' αλήθεια, όρια πια δεν έχει η τρέλα του. Πιάστηκε, λέει, σε πετροπόλεμο με χαμίνια του δρόμου κι έσπασε το κεφάλι του.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2179:- Ακόμα δε φθάσαμε, Αντώνη, και από τώρα αταξίες... έκανε θλιμμένη η μαμά.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2181:- Στάσου, Βιργινία, να δούμε πρώτα, είπε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2183:- Άιντε, είναι η πρώτη του πολέμου λαβωματιά. Ώσπου να παντρευτεί, θα του περάσει!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2185:- Δέσε του το κεφάλι, Βιργινία, και μην ανησυχείς. Δε θα πεθάνει τούτη τη φορά!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2187:- Πώς έφαγες την πέτρα; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2188:- Ήταν πετροπόλεμος, είπε μουδιασμένος ο Αντώνης, και βρέθηκα κι εγώ στη μέση... και μου έριξε ένα παιδί μια σπασμένη κεραμίδα...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2189:- Τ' ακούς; Τ' ακούς; Και του είναι απαγορευμένο να παίζει στο δρόμο με άγνωστα παιδιά! διέκοψε η θεία.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2191:- Σα βρεθείς στη μέση, θεία μου, δεν μπορείς να μην πολεμήσεις και συ. Σας βεβαιώνω πως και ο Γιάννης το ίδιο θα έκανε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2192:- Δηλαδή το ίδιο έκανα! διόρθωσε ο Γιάννης.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2193:- Τι; Ανακατώθηκες στον πετροπόλεμο; Έριξες και συ πέτρες; ρώτησε σαστισμένη η θεία Μαριέτα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2194:- Και βέβαια έριξα, κι έφαγα μερικές, μα όχι στο κεφάλι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2196:- Και το επιτρέπεις εσύ; ρώτησε. Η θεία Αργίνη γέλασε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2197:- Όχι, είπε, δεν το επιτρέπω, και το ξέρει ο Γιάννης. Και δε θα έπαιζε πετροπόλεμο χωρίς ανάγκη. Κάτι θα 'τυχε. Πες, Γιάννη, πώς έγινε;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2199:- Ήταν κάτι χαμίνια, κοτζά αγόρια, που πιάστηκαν με μια τσούρμα μικρά, μαρίδα τόση δα, και τη βάλανε μπροστά. Τα μικρά διαφεντεύθηκαν τότε με πέτρες, έριξαν και οι μεγάλοι και άναψε ο πετροπόλεμος. Μπήκε στη μάχη και ο Αντώνης, τον είδα από μακριά κι έτρεξα κι εγώ, κι έριξα κι εγώ πέτρες και τους σκόρπισα: Αυτό ήταν όλο!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2200:- Τ' ακούς; Τ' ακούς, Μανόλη; αναφώνησε η θεία Μαριέτα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2201:- Τ' ακούω, είπε ήσυχα ο πατέρας.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2203:- Ένα πράμα ήθελα να ξέρω. Γιάννη, σαν είδες τον Αντώνη να ρίχνει πέτρες, σε ποιο στρατόπεδο πολεμούσε; Με τη μαρίδα ή με τα χαμίνια;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2204:- Με τη μαρίδα, βέβαια! Μπήκε στη μάχη την ώρα που υποχωρούσαν οι μικροί και τις έτρωγαν!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2205:- Φαντάσου τι μπορούσε να πάθει... έκανε η μαμά. Μα τη διέκοψε ο πατέρας:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2206:- Ε, καλά! είπε ξεσουρώνοντας τα φρύδια του. Αν ήταν με τη μαρίδα, χαλάλι του, και ας πάθαινε. Αν μου έλεγαν όμως, Αντώνη, πως πήγες με τους πιο δυνατούς, θα τελείωνε άσχημα η σημερινή μας συνάντηση. Μα, μιας και πολέμησες με τους μικρούς, που τις έτρωγαν κιόλα από τους μεγάλους, όχι μόνο δε θα σε τιμωρήσω, μα και θα σου πω πως έκανες καλά. Και τώρα, έλα να με φιλήσεις!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2208:- Εσύ πρώτη είπες έναν καλό λόγο... Εσύ άξιζε να είσαι αγόρι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2209:- Γιατί; ρώτησε ξεκαρδισμένη η Κλειώ. Τα κορίτσια δε λεν σωστά λόγια; Ή μήπως γιατί είπα πως μ' αρέσεις, πως είσαι πετειναράκι και παλικάρι;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2210:- Μα εσύ δε φοβήθηκες να μιλήσεις της θείας! είπε ο Αντώνης. Εσύ είσαι παλικάρι, είσαι σαν άντρας!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2211:- Α, μπράβο! έκανε η Κλειώ. Και οι γυναίκες, νομίζεις, δεν είναι παλικάρια; Αμέ η Μπουμπουλίνα; Αμέ η Μαντώ Μαυρογένη; Αμέ η Μόσχω Τζαβέλλα; Αυτές δεν ήταν παλικάρια;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2213:- Και τι κάναν αυτές και ήταν παλικάρια;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2215:- Θα τις μάθεις όλες τώρα, τις ηρωίδες της Επανάστασης, είπε γελαστά, και αυτές και άλλες και άλλους. Θα σου τα πει όλα ο Γιάννης, που τα ξέρει απέξω κι ανακατωτά, τώρα που θα μας μείνεις. Και στις παύσεις θα 'χομε μεις άλλο ένα μεγάλο αγόρι στο σπίτι.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2217:- Ε, βέβαια, είναι πια μεγάλο αγόρι, είπε ο θείος Ζωρζής χαϊδεύοντας τις φαβορίτες του και χαμογελώντας με το πλατύ του χαμόγελο, είναι πια καιρός να πάγει σχολείο.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2219:- Θα πάγω σχολείο, μπαμπά; φώναξε. Ο πατέρας γέλασε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2220:- Αμέ γιατί, νομίζεις, ήλθαμε; Για να σου βρούμε σχολείο! αποκρίθηκε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2222:- Λυπάσαι; ρώτησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2223:- Αχ, όχι!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2225:- Βέβαια και δε λυπάται, έστω και αν χωρίζεται από μας. Στο σχολείο θα μάθει έναν κόσμο πράματα και θα έχει συμμαθητές και φίλους...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2226:- Και θα παίζομε σκλαβάκια! φώναξε ο Αντώνης διακόπτοντας τον πατέρα του, στον ενθουσιασμό του απάνω.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2227:- Και θα μάθεις πρώτα πρώτα πειθαρχία και να μη διακόπτεις τους μεγαλύτερους σου, παρατήρησε η θεία Μαριέτα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2228:- Θα μάθει να είναι και πιο φρόνιμος ελπίζω, πρόσθεσε ο μπαμπάς σουρώνοντας λαφριά τα φρύδια του. Η θεία σου μου λέγει...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2229:- Πως είναι λίγο σκάνταλος, διέκοψε η θεία Αργίνη, με το γλυκό χαμόγελο της. Μα στο σχολείο όλα αυτά θα διορθωθούν. Και ο Γιάννης ήταν σκάνταλος. Και όμως τώρα φρονίμεψε και μ' ακούει. Ε, Γιάννη;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2231:- Όλα τ' αγόρια έχουν ανάγκη από σχολείο. Στρώνει το χαρακτήρα, είπε ο θείος ο γιατρός και χαμογέλασε κι εκείνος κουνώντας πάνω κάτω το κεφάλι. Αν δεν τριφτείς με συντρόφους και αν δε φας μερικές καρπαζιές... δε γίνεσαι άνθρωπος. Άιντε, έλα, Αργίνη. Μας περιμένουν τα μικρά. Κατίνα, Κλειώ, Γιάννη, εμπρός, πάμε σπίτι. Χαμηλόφωνα, με μια φιλική σπρωξιά στον Αντώνη, είπε η Κλειώ:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2232:- Θα τις φας, μα και θα τις δώσεις, ε, Αντώνη; Και πετροπόλεμο, ξέρεις... παίζουν και στα σχολεία...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2234:- Αντώνη, πώς θα γίνεις περιβολάρης της θείας της Αλίς στην Κηφισιά, αφού θα πας στο σχολείο του Βούλγαρη;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2236:- Εγώ δε θα γίνω περιβολάρης!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2237:- Θα γίνεις λοιπόν καπετάνιος; Μα πώς θα πηγαίνεις με τη βάρκα, αφού το σχολείο είναι στην Αθήνα και η θάλασσα είναι εδώ;
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2238:- Ούτε καπετάνιος δε θα γίνω! διέκοψε ο Αντώνης. Θα γίνω αξιωματικός και θα πολεμώ όλη μέρα.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2240:- Σήμερα πολέμησα και σήμερα κατάλαβα τι χάζι έχει αυτό που είπε η Κλειώ, να τρως καρπαζιές και να τις δίνεις...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2243:- Ζήτωωω!...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2245:- Έπεσε το σίδερο του κρεβατιού; ρώτησε. Κανένας δε μίλησε.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2247:- Τον χτύπησε το σίδερο πέφτοντας! Αχ, το καημένο! αναφώνησε η θεία.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2249:- Αντώνη, είπε χαμηλόφωνα, εσύ δεν ξέρεις τίποτα. Εσύ είπες σήμερα πως η κακή μέρα από το πρωί φαίνεται, και όμως σήμερα ήταν η πιο ωραία μέρα! Ήλθαν οι γονείς και μας έφεραν εμάς τουφέκια και σπαθιά, και κουζίνα της Αλεξάνδρας, και φλιτζάνια και πιάτα της Πουλουδιάς, και κανένας δε σε μάλωσε για τον πετροπόλεμο. Και τώρα που έσπασες το κρεβάτι σου, πάλι κανένας δε σε μάλωσε...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2251:- Και πρώτον δεν είπε κανένας πως έσπασα εγώ το κρεβάτι, αποκρίθηκε ξεχνώντας να μιλήσει σιγά. Είπε ο θείος πως ήταν παλιό κι έσπασε μόνο του! Και ύστερα, εσύ να μην ξεφυτρώνεις εκεί που δε σε σπέρνουν...
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2252:- Τι τρέχει απάνω πάλι; ακούστηκε η ανήσυχη φωνή της μαμάς από κάτω κι ευθύς η απάντηση της Αφροδίτης από πάνω:
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2253:- Τίποτα, κυρία Βιργινία, εγώ συγυρίζω.
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Text.php:2255:- Θα ησυχάσετε, θηρία; Ή να φωνάξω τον μπαμπά να του πω πως έκανες μια τούμπα κι έσπασες το κρεβάτι; Θαρρείς πως δεν το κατάλαβε η κερα-Ρήνη, και ας μη μίλησε; Αντώνη, Τρελαντώνη, Ζουρλαντώνη, Λωλαντώνη, καλά σε λέγει η κερα-Ρήνη! Θα μας τρελάνεις όλους! Κοιμήσου αμέσως!
./vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Address.php:7:    protected static $buildingNumber = array('###', '##', '#','###-###','##-##','#-#');
./vendor/fzaninotto/faker/src/Faker/Provider/en_IN/Address.php:82:        '{{streetAddress}} {{city}} - {{postcode}}',
./vendor/fzaninotto/faker/src/Faker/Provider/ka_GE/Text.php:16:     * @see http://www.nplg.gov.ge/gsdl/cgi-bin/library.exe?e=q-00000-00---off-0vertwo--00-1----0-10-0---0---0direct-10-DT--4----Doc---0-1l--11-en-50---20-about-%E1%83%AD%E1%83%90%E1%83%95%E1%83%AD%E1%83%90%E1%83%95%E1%83%90%E1%83%AB%E1%83%94+%E1%83%99%E1%83%90%E1%83%AA%E1%83%98%E1%83%90+%E1%83%90%E1%83%93%E1%83%90%E1%83%9B%E1%83%98%E1%83%90%E1%83%9C%E1%83%98--00-3-1-00-0-0-11-1-0utfZz-8-00&a=d&c=vertwo&srp=0&srn=0&cl=search&d=HASH81409ccfa8b32143543b5f
./vendor/fzaninotto/faker/src/Faker/Provider/ka_GE/Text.php:36: არ გეგონოთ, მკითხველნო, რომ ეს სახლი ეკუთვნოდეს ერთს ვისმეს ღარიბსა და მის-გამო იყოს ეგრე გულშეუტკივრად თავმინებებული, — არა, ამის პატრონს ჰყავს ოცი კარგად გაკეთებული კომლი კაცი, ასე რომ ათ ურმამდინ საბეგრო ებმებოდა, ცხვარი ბლომად და ასიოდეც ცხენი, რომელიც ყმაზედ ნაკლები არ არის განათლებულ მებატონისათვის. ეს სულიერი ქონება. ეხლა უსულო ჩამოვთვალოთ: ორი მოზრდილი ვენახი და ას-ორმოც-და-ათი დღის სახნავ-სათესი. ეს ქონება, ყმებიდგან დაწყებული ცხენამდინა და მიწამდინა, იმის ხელში, - ვინც გამოყენება იცის, - კაი ლუკმა არის. მაშ რაღად სდგას ეგრე ცუდად? მკითხავს გაკვირვებული მკითხველი. იმიტომ, რომ ქართველია, — მოგიგებთ სრულიად დარწმუნებული, რომ კაი საბუთი გითხარით.
./vendor/fzaninotto/faker/src/Faker/Provider/ka_GE/Text.php:38:თავადი ლუარსაბ თათქარიძე გახლდათ კარგად ჩასუქებული ძველი ქართველი, მრგვალი — უკაცრავოდ არ ვიყო ამ სიტყვაზედ — როგორც კარგი ნასუქი კურატი. დარბაისელის კაცის შეხედულება ჰქონდა მის ბრწყინვალებასა: თავი ისეთი მსხვილი, რომ თითქო იმის სიმძიმეს მორგვივით სქელი კისერი მხრებში ჩაუძვრენიაო; წითელი, თურაშაულ ვაშლსავით ხაშხაში ლოყები; სამკეცად ჩამოსული ტრფიალების აღმგზნები ფაფუკი ღაბაბი; დიდრონი თვალები, ყოველთვის დასისხლებულნი, თითქო ყელში თოკი წაუჭერიათო! გაბერილი, მეტად გონიერად გადმოგდებული, დიაღ პატივსაცემი და პატივცემული ღიპი, კოტიტა და ქონით გატენილი ბალნიანი ხელები, დამორილი სხვილი ფეხები - ესე ყოველი ერთად და თვითოეული ცალკე გახლდათ თავად ლუარსაბის „ცით მონაბერის სულის" ღირსეული სამკაული. ის „მონაბერი სული“ არსად არა სჩანდა, თითქო ჩამკვდარაო, ისე გაშლილიყო მის ბრწყინვალების ქონშია. ქართველს კაცს არც ქარის შემოტანილი უნდა და არც გატანილი; ის „მონაბერი სული“ ქარად ხომ არ მიიღო ჩვენმა თავადმა?
./vendor/fzaninotto/faker/src/Faker/Provider/ka_GE/Text.php:39:სწავლა, ღვთის მადლით, არაფრისა არა ჰქონდა. რომ ჰქონოდა, ეგრე მსუქანიც აღარ იქნებოდა. ხშირია ხოლმე, რომ, როცა სული ჭლექდება - ხორცის დღეობა მაშინ არის, როცა სული ჰყვავის — ხორცი დნება. ამიტომაც ჭლექები ჭკვიანები არიანო, ამბობენ ხოლმე. ჩვენი ლუარსაბი, მგონი, თითონაც ბევრს არ იცემდა თავში, — რატომ სწავლა არა მაქვსო, — სწორედ ამის გამო.
./vendor/fzaninotto/faker/src/Faker/Provider/ka_GE/Text.php:992:1858 - 1863 წ.
./vendor/fzaninotto/faker/src/Faker/Provider/ka_GE/DateTime.php:19:        $week = static::dateTime($max)->format('l');
./vendor/fzaninotto/faker/src/Faker/Provider/ka_GE/DateTime.php:39:        $month = static::dateTime($max)->format('F');
./vendor/fzaninotto/faker/src/Faker/Provider/ka_GE/Payment.php:22:        'აზერბაიჯანის საერთაშორისო ბანკი - საქართველო ',
./vendor/fzaninotto/faker/src/Faker/Provider/ka_GE/Payment.php:24:        'კავკასიის განვითარების ბანკი - საქართველო',
./vendor/fzaninotto/faker/src/Faker/Provider/lt_LT/Person.php:306:        $firstNumber = (int) floor($birthdate->format('Y') / 100) * 2 - 34 - $genderNumber;
./vendor/fzaninotto/faker/src/Faker/Provider/lt_LT/Address.php:75:        "{{street}} {{streetSuffix}} {{buildingNumber}}-{{buildingNumber}}, {{city}}",
./vendor/fzaninotto/faker/src/Faker/Provider/es_PE/Company.php:9:        '{{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/pt_BR/Company.php:11:        '{{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/pt_BR/check_digit.php:29:    $verifier = 11 - ($verifier % 11);
./vendor/fzaninotto/faker/src/Faker/Provider/pt_BR/Address.php:13:    protected static $postcode = array('#####-###');
./vendor/fzaninotto/faker/src/Faker/Provider/pt_BR/Address.php:91:        "{{postcode}}, {{streetAddress}}\n{{city}} - {{stateAbbr}}",
./vendor/fzaninotto/faker/src/Faker/Provider/pt_BR/PhoneNumber.php:8:    protected static $landlineFormats = array('2###-####', '3###-####');
./vendor/fzaninotto/faker/src/Faker/Provider/pt_BR/PhoneNumber.php:10:    protected static $cellphoneFormats = array('7###-####', '8###-####', '9###-####');
./vendor/fzaninotto/faker/src/Faker/Provider/pt_BR/PhoneNumber.php:49:            $number = strtr($number, array('-' => ''));
./vendor/fzaninotto/faker/src/Faker/Provider/pt_BR/PhoneNumber.php:65:            $number = strtr($number, array('-' => ''));
./vendor/fzaninotto/faker/src/Faker/Provider/bg_BG/Person.php:55:        'Гуна', 'Гъда', 'Гълъбица', 'Гюгра', 'Гюргя', 'Дакота', 'Дамяна', 'Данелина', 'Данимира', 'Данка', 'Дарданела', 'Дария', 'Дафинка', 'Деа', 'Деви', 'Делиана', 'Деля', 'Демирела', 'Дениандра', 'Дениславена', 'Денница', 'Десимиляна', 'Десияна', 'Дефлорина', 'Дея', 'Джана', 'Джиневра', 'Джулия', 'Диана - Мария', 'Дида', 'Дилмана', 'Димитра', 'Димка', 'Динна', 'Добрина', 'Дойка', 'Доменика', 'Доника', 'Дора-Анна', 'Дорина', 'Доста', 'Доча', 'Драгица', 'Дренка', 'Дуда', 'Душка', 'Дюкяна', 'Евангелина',
./vendor/fzaninotto/faker/src/Faker/Provider/bg_BG/Person.php:64:        'Цветана', 'Цветелина', 'Цветилена', 'Цветлина', 'Цветолилия', 'Цветяна', 'Цеца', 'Цола', 'Цоня', 'Чана', 'Чардафона', 'Чачия', 'Череша', 'Четвърта', 'Чона', 'Чубрина', 'Шана', 'Шена', 'Шехерезада', 'Шинка', 'Щедра', 'Щериана', 'Щефания', 'Щилянка', 'Щтилка', 'Ъгленка', 'Ъчка', 'Юлиена', 'Юлия', 'Юнона', 'Юрита', 'Юстианна', 'Ябленка', 'Явора', 'Ягода', 'Ялислава', 'Яна - Мартина', 'Янина', 'Яниславия', 'Янка', 'Ярка', 'Ясена', 'Ятана'
./vendor/fzaninotto/faker/src/Faker/Provider/bg_BG/PhoneNumber.php:15:        '0### ###-###',
./vendor/fzaninotto/faker/src/Faker/Provider/bg_BG/PhoneNumber.php:18:        '(0###) ###-###',
./vendor/fzaninotto/faker/src/Faker/Provider/Payment.php:138:     * @param string  $separator Separator string for formatting card number. Defaults to dash (-).
./vendor/fzaninotto/faker/src/Faker/Provider/Payment.php:143:    public static function creditCardNumber($type = null, $formatted = false, $separator = '-')
./vendor/fzaninotto/faker/src/Faker/Provider/Payment.php:186:        return $this->creditCardExpirationDate($valid)->format(is_null($expirationDateFormat) ? static::$expirationDateFormat : $expirationDateFormat);
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Company.php:10:        '{{companyName}}-{{companySuffix}}',                    // Сервіс-Плюс
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Company.php:11:        '{{companyPrefix}} "{{companyName}}-{{companySuffix}}"',// ПАТ "Альфа-Стиль"
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Company.php:16:        '{{companyName}}-{{companySuffix}}',
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:40:самі ріки,- тепер вони, мов сніг на сонці, стопилися, зрідли, змаліли,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:45:далекій полонині або рику дикого тура чи оленя в гущавинах,- тепер на
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:48:красу тухольських гір - столітні ялиці та смереки, і або спускаючи
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:68:монголів-песиголовців і про тухольського ватажка Беркута,- діти
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:73:- Так, так,говорить бабуся, похитуючи головою,так, так, дітоньки! Для
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:74:- нас то байка, а колись то правда була!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:76:- А не знати, чи вернуться ще коли такі часи,закидає дехто старший.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:78:- Говорять старі люди, що ще колись вернуться, але, мабуть, аж перед
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:79:- кінцем світу.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:96:звірину. Він святкував почин свого нового життя,- бо недавно князь
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:102:Лови на грубого звіра - то не забавка, то боротьба тяжка, не раз
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:103:кровава, не раз на життя і смерть. Тури, медведі дики - се небезпечні
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:108:власноручно, з цілою силою, відразу. Схиблений удар - і життю борця
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:123:- От дівчина! Тій не жаль би бути мужем. І, певно, ліпший з неї би був
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:124:- муж, ніж її батько!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:132:добре серце - в тім згляді багато її ровесниць могло стати з нею
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:150:таку дивну, чаруючу гармонію, що хто раз бачив її, чув її мову,- той
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:151:довіку не міг забути її лиця, її ходу, її голосу,- тому вони
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:161:та заразом і найбільше небезпечному ділу - ловам на медведів.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:170:крижі важка колода, спадаючи вниз,- то все-таки число їх було надто
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:200:між боярами, чи між слугами, Максим Беркут усюди був однаковий -
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:213:смерда, що вважав їх чимось немов собі рівним,- і вони тепер не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:225:сивими туманами пара - знак, що на дні тих дебрів плили невеличкі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:253:ліпше! Тим ліпше!» - говорила вона з таким смілим поглядом, з таким
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:268:«Дивна дівчина! - думалось йому раз по разу.- Такої я ще й не видав
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:271:Ось уже прийшли на місце. Медведяче леговище - то був високий, тільки
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:297:- А що ж то я гірша отсих твоїх пасемців? говорила вона, рум'яніючись,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:298:- мов рожа, до Максима.їх ти ставиш на становищі, а мене не хочеш… Ні,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:299:- сього не буде! І для мого батька се був би стид, коли б нас двоз
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:300:- стояло на однім становищі! Правда, батеньку?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:306:- А що ж то в мене нема сили? А що ж то я не владаю луком, ратищем і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:307:- топором? Ану, нехай котрий-будь із твоїх ласемців спробує зо мною
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:308:- порівнятися,побачимо, хто дужчий!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:316:- Тепер помолімся, кому хто знає, а потім разом заграймо в роги. Се
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:317:- буде перший знак і сполошить звіра. Потім підемо горі плаєм і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:318:- станемо аж там, де він розширюється. Там мої товариші лишаться
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:319:- пильнувати виходу, щоб ані один звір не уйшов, а ви, бояри, підете
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:320:- дальше, до самого матчиного леговища!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:342:- Бачність! скрикнув Максим.Звір наближається!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:348:Тугар був старий вояк і старий ловець,- він не знав, що то тривога.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:352:- Міряй в око, боярине! шепнув з-позаду Максим. Хвилька тривожної
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:353:- мовчанки свиснула стріла і заревів звір мов скажений, кинувши собою
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:354:- взад.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:359:- Далі за ним! крикнув Тугар Вовк і кинувся до щілини, кудою щез
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:360:- медвідь.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:388:- Хоч я лише вовк, дрібна звірюка, то все ще дам раду тухольському
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:389:- медведеві! говорив Тугар Вовк, радіючи.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:394:- Що ж,сказав він,дурна звірюка той медвідь, самотою держиться. Якби
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:395:- вони зібралися докупи, то хто знає, чи й стадо вовків дало би їм
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:396:- раду.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:407:підпомагав, заохочував утомлених,- і тільки на нім однім не знати було
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:412:собі всі прикмети сильного робітника, рицаря і начальника,- такого їй
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:424:зблідли й затремтіли. Але скритися, тікати не уходило,- треба було
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:429:ловця свою зброю - буковий копар, який зі страшною силою гепнувся о
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:432:протоптаній стежці. Ратище блисло в тремтячій руці боярина,- він хотів
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:435:- Не кидай! крикнув тривожно Максим, надбігаючи і ведучи з собою поміч
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:436:- загроженим боярам Тугара Вовка і ще одного боярина.Не кидай ратище,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:437:- але настав поприбіч і боронися!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:440:рука боярина тремтіла, медвідь був уже на яких п'ять кроків,- от і не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:479:- Цур їм, тим проклятим медведям! говорили деякі.Нехай тут хоч жиють,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:480:- хоч гинуть собі, чи ж нам для них наражувати своє життя?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:486:- Позвольте мені, бояри, слово сказати,заговорив до них Максим.Мої
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:487:- товариші-тухольці замкнули вихід і не пустять ані одного звіра
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:488:- відси. Тим-то нам не потрібно розходитися віддалік одним від одних.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:489:- Найліпше буде, думаю, розділитися нам на дві ровти і йти понад самі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:490:- краї пропасті по обох боках. Так ми зможемо найліпше зігнати все до
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:491:- середини, а там разом з тухольськи-ми пасемцями обступимо густою
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:492:- лавою і вистріляємо до одного.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:494:- Авжеж, авжеж, що так ліпшеї крикнули деякі бояри, не бачачи
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:495:- насмішливого усміху, що перелетів по устах Максима.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:524:там, трохи віддалік, лежить величезна смерека кладкою понад те пекло,-
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:536:муркотання. Прислухалася ліпше - не чути нічого. Тоді вона сміло
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:568:Мирославі братися до лука,- звір був надто близько. Вона вхопила обома
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:584:своїми страшними зубами. Один рятунок для Мирослави був - видряпатися
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:585:на облаз, о котрий була оперта плечима. Хвилька, один рух - і вона
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:586:стояла на облазі. На серці в неї полегшало,- тепер її положення не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:602:«Тепер прийдеться загибати?» - блиснуло в думці в Мирослави, але
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:606:«кігтями, грозила її груді; ще хвиля - і їй довелось би, пошарпаній,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:610:- Рятунку! скрикнула у смертельній тривозі Мирослава, і в тій хвилі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:611:- понад її головою блиснуло ратище і пхнута в горло медведиця, мов
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:612:- колода, впала з каменя. В щілині кам'яних звалищ понад головою
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:613:- Мирослави показалось радісне» живим огнем палаюче лице Максима
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:614:- Беркута. Один вдячний погляд урятованої дівчини пройняв Максима
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:615:- наскрізь. Але слова не було між ним ані одного. На те не було часу.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:616:- Медведиця ще жила і, ревучи, зірвалася з місця.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:632:- Я чув твій тривожний знак… але не знав, де ти… Богу дякувати, що й
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:633:- так додряпався!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:641:стидливим рум'янцем,- і вона спустила очі, а слово подяки, котре
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:656:- І ти, ти, моя доню, була в такій небезпеці! І він раз по разу
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:657:- обнімав доньку, немов боячись утратити її.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:667:- Отеє ваша здобич! сказав він.Ви чей же радо приймете в своїм домі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:668:- таких гостей.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:674:- О ні,сказала, сміючись, Мирослава,без помочі отсього чесного молодця
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:675:- була б я тепер лежала там, як сеся звірюка, пошарпана й
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:676:- закровавлена! Йому від мене належиться велика подяка.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:684:важко було прилюдно віддавати подяку за вирятування доньки - мужикові.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:689:- Молодче,сказав він,донька моя, єдина моя дитина, говорить, що ти
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:690:- вирятував її життя з великої небезпеки. Я не маю причини не вірити
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:691:- її слову.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:703:- Нема за що дякувати, боярине! Я зробив те, що кождий на моїм місці
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:704:- зробив би,за що ж тут дякувати? Нехай донька твоя буде здорова, але
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:705:- на вдячність ніяку я не заслужив.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:740:Стародавнє село Тухля - се була велика гірська оселя з двома чи трьома
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:761:великим трудом доступна,- але такі були в тих часах ненастанних війн,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:784:недоступною околицею,- але тота боротьба вироблювала силу, смілість і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:811:- Гляди, боярине,сказав Максим, зупиняючись над водопадом при вході в
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:812:- крутий, у камені кований вивіз,гляди, боярине, се діло тухольської
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:813:- громади!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:824:- Твій батько має велику вдасть над громадою? спитав він.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:826:- Власть, боярине? відказав здивований Максим.Ні, власті у нас над
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:827:- громадою не має ніхто: громада має власть сама, а більше ніхто,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:828:- боярине. Але мій батько досвідний чоловік і радо служить громаді. Як
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:829:- він говорить на раді громадській, так не зуміє ніхто в цілій
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:830:- верховині. Громада слухає батькової ради,але власті батько мій не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:831:- має ніякої і не жадає її.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:846:- То се твій батько бунтує тухольців против мене і против князя?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:847:- спитав він нараз терпким, різким тоном. Немов болющий дотик, вразили
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:848:- ті слова
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:853:- Бунтує громаду, боярине? Ні, се тобі неправду сказано. Вся громада
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:854:- гнівна на тебе за те, що ти присвоюєш собі громадський ліс і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:855:- полонину, не спитавши навіть громади, чи схоче вона на те пристати,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:856:- чи ні.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:858:- А так, ще питатися вашої громади! Мені князь дарував той ліс і тоту
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:859:- полонину,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:863:- Те самісіньке й говорить громаді мій батько, боярине. Мій батько
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:864:- уцитькує громаду і радить підождати аж до громадського суду, на
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:865:- котрім те діло розбереться.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:867:- Громадського суду! скрикнув Тугар Вовк.То й я мав би ставати перед
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:868:- тим судом?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:870:- Думаю, що й тобі самому се буде пожадане. Ти будеш міг усім доказати
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:871:- своє право, вспокоїти громаду.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:894:- Що за пречудове місце! аж скрикнула Мирослава, вдивляючися в водопад
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:895:- і навалені в глибині дико пошарпані скали, обведені згори темно-
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:896:- зеленою габою смерекового лісу.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:898:- Це наша Тухольщина, наш рай! сказав Максим, обкидаючи оком долину, і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:899:- гори, і водопад з такими гордощами, з якими мало котрий цар обзирає
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:900:- своє царство.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:902:- Тільки мені ви затроюєте життя в тім раю,сказав гнівно Тугар Вовк.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:926:- Завтра на копу! і йшли дальше.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:928:- Се що за дивоглядія? спитав Тугар Вовк, коли старці почали
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:929:- наближатися до них.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:931:- Хіба ж ти не видав ще такого? спитав його здивований Максим.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:933:- Не видав. У нас коло Галича нема такого звичаю.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:935:- На копу скликають, на раду громадську,сказав Максим.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:937:- Я гадав, що попи з корогвою,почав насміхатися Тугар.У нас коли
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:938:- скликають на копу, то скликають потиху, передаючи з хати до хати
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:939:- копне знамено.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:941:- У нас копне знамено обноситься по селу отсими закличниками; вони
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:942:- повинні кождого громадянина по ім'ю закликати на копу. І тебе
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:943:- закличуть, боярине.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:945:- Нехай собі кличуть, я не прийду! Нічого мене не обходить ваша копа.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:946:- Я тут із княжої волі і можу сам збирати копу, коли буду вважати се
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:947:- потрібним.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:949:- Ти сам… збирати копу? спитав зачудований Максим.Без наших
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:950:- закличників?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:954:- У мене свої закличники і своє знамено.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:956:- Але ж на твою копу ніхто з наших громадян не піде. А наша копа як
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:957:- осудить, так у нашій громаді й буде.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:959:- Побачимо! сказав гнівно й уперто Тугар Вов-я. В ту саму пору
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:960:- наблизилися наші пішоходи до закличників. Побачивши боярина,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:961:- закличники поставили знамено, а один із них відізвався:
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:963:- Боярине Тугаре Вовче!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:965:- Ось я,відповів боярин понуро.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:967:- Завтра на копу!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:969:- Чого?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:973:- Не їх діло, боярине, говорити чого,пояснив Максим, стараючись
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:974:- якомога втихомирити нехіть боярина до тухольської громадської ради.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:975:- По довшій мовчанці, під час котрої вони все йшли селом, Максим знов
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:976:- зачав говорити:
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:978:- Боярине, позволь мені, недосвідному, молодому, сказати тобі слово.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:980:- Говори! сказав боярин.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:982:- Прийди завтра на копу!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:984:- І піддатися вашому холопському судові?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:986:- Що ж, боярине, тухольська громада судить по справедливості, а
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:987:- справедливому судові хіба стид піддатися?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:989:- Таточку! вмішалася й Мирослава до тої розмови.Зроби так, як каже
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:990:- Максим.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:992:Він добре каже! Він урятував моє життя,- він же ж не хотів би тобі зле
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:998:- І вже ти протуркала мені упгі тим Максимом! сказав він.Ну, урятував
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:999:- тобі життя, я і вдячний йому за те, і, коли хочеш, дам йому пару
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1000:- волів. А тут знов о
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1004:- Ні, боярине,відмовив на се Максим,ти чей не схочеш унизити мене
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1005:- відплатою за моє незначне діло. Ані я, ані мій батько не приймемо
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1006:- ніякої відплати. А то, що я тебе прошу прийти завтра на копу, я
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1007:- роблю тільки з щирої прихильності. Я рад би, боярине, щоб між ту-
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1008:- хольською громадою і тобою була згода.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1010:- Ну, нехай і так,сказав вкінці Тугар Вовк,прийду завтра на тоту вашу
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1011:- раду, але не на те, щоб Їй піддатися, а лиш на те, щоб побачити, що
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1012:- се за рада буде.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1014:- Прийди, боярине, прийди! скрикнув радісно Максим.Побачиш сам, що
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1015:- тухольська громада вміє бути справедливою.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1040:розпростертими крилами і звислою додолу головою; се були знаки духів -
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1046:- Ось мого батька двір,сказав Максим, показуючи на один двір, нічим не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1047:- відмінний від інших. Перед домом не було нікого, але двері від сіней
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1048:- були відчинені, а в стіні до полудня прорубані були два невеличкі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1049:- квадратові отвори, які вліті оставались або зовсім створені, або
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1050:- закладались тонкими і напівпрозірчастими гіпсовими плитками і на
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1051:- зиму, крім того, забивались дощаними віконницями. Се були тодішні
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1052:- вікна.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1063:- Ага, то тут сидить той тухольський владика. Ну, рад я пізнати його.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1064:- Побачимо, що се за птиця!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1070:- Чи вже вертаєш додому? спитала вона, відвертаючись, щоб укрити своє
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1071:- помішання.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1073:- Хотів було вертати, але нехай і так проведу вас іще через тіснину до
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1074:- вашого двора.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1088:та показати їм свою повагу та вищість,- і Тугар Вовк не завважав
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1105:стежки - також діло тухольців. Якась дрож пройняла Мирославу, коли
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1107:холоду, чи від вогкості, чи бог знає від чого,- вона взяла батька за
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1110:- Яке страшне місце! сказала вона, зупиняючись у самій тіснині і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1111:- озираючись кругом та догори. І справді, місце було незвичайне, дике.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1112:- Потік був вузький, може, на три сажні, не більше, завширшки, і так
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1113:- гладко прорізаний рвучою гірською водою в лупаковій скалі, що
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1114:- незнающий був би міг присягнути, що се людських рук робота. А перед
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1115:- самим проходом стояв насторч величезний кам'яний стовп, усподу геть
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1116:- підмитий водою і для того тонший, а вгорі немов головатий, оброслий
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1117:- папороттю та карлуватими берізками. Се був широко звісний Сторож,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1118:- котрий, бачилось, пильнував входу в тухольську долину і готов був
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1119:- упасти на кождого, хто в ворожій цілі вдирався б до сього тихого,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1120:- щасливого закутка. Сам Тугар Вовк почув якийсь холод за плечима,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1121:- зирнувши на того страшного Сторожа.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1123:- Тьфу, яка небезпечна каменюка! сказав він.Так нависла над самим
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1124:- проходом, що, бачиться, ось-ось упаде!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1126:- Се святий камінь, боярине,сказав поважно Максим,йому щовесни
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1127:- складають вінки з червоного огнику се наш тухольський Сторож.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1129:- Ех, все у вас ваше, все у вас святе, все у вас ту-хольське,аж
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1130:- слухати обридло!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1132:- скрикнув Тугар Вовк.Немовто поза вашою Тухольщиною вже й світу нема!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1134:- Для нас і справді нема світу,відмовив Максим.Ми над усе любимо свій
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1135:- кутик,коли б так кождий інший любив свій кутик, то, певно, всі люди
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1136:- жили б на світі спокійно й щасливо.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1143:- А про той камінь, про нашого Сторожа, я вам оповім, що чув від
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1144:- батька. Давно то, дуже давно діялось, ще коли велетні жили в наших
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1145:- горах. То тут, де тепер наша Тухля, стояло велике озеро; сеся
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1146:- кітловина була ще зовсім замкнена, і тільки через верх текла вода.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1147:- Озеро се було закляте: в нім не було нічого живого
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1149:- ні рибки, ні хробачка; а котра звірина напилася з нього, мусила
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1150:- згинути; а пташина, що хотіла перелетіти понад нього, мусила впасти
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1151:- в воду і втопитися.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1177:в серці,-
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1204:- Боярине-батьку,сказав він незвичайно м'яким і несміливим голосом.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1206:- Чого тобі треба?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1208:- Позволь мені бути твоїм найщирішим слугою…
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1210:- Слугою? Що ж, се нетрудно,прийди з батьком і наймись, коли конче
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1211:- хочеш на службу.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1213:- Ні, боярине, не так ти зрозумів мене… Позволь мені бути твоїм сином!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1215:- Сином? Але ж у тебе б свій батько, і, як чую, далеко ліпший,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1216:- справедливіший і мудріший від мене, коли завтра буде судити мене!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1220:- Я хотів сказати,поправився Максим,хотів сказати ще не так. Боярине,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1221:- віддай за мене доньку свою, котру я люблю дужче свого життя, дужче
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1222:- душі своєї!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1231:- Смерде! скрикнув він нараз, аж дооколичні гори залунали тим
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1232:- проклятим окликом.Що се за слова смієш говорити до мене? Повтори ще
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1233:- раз, бо се не може бути, щоб я справді чув те, що мені причулося.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1241:- Нічого злого я не сказав тобі, боярине,нічого такого, що би
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1242:- приносило нечесть тобі або твоїй доньці. Я просив у тебе руки твоєї
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1243:- доньки, котру я люблю, як її ніхто в світі не буде любити. Невже ж
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1244:- між твоїм боярським, а моїм мужицьким родом така велика пропасть,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1245:- щоб її любов не могла перегатити? Та й чим же ж тя так дуже вищий
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1246:- від мене?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1248:- Мовчи, смерде! перебив його лютим криком Тугар Вовк.Рука моя
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1249:- судорожне стискає рукоять меча, щоб заткати ним твою глупу гортанку.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1250:- Одно тільки рятує тебе від моєї мести, а се те, що ти нині вирятував
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1251:- мою доньку з небезпеки. Інакше ляг би ти в тій хвилі трупом за такі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1252:- слова. І ти, безумний, міг подумати, міг посміти підносити очі свої
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1253:- до неї, до моєї доньки?.. Се за те, що я й вона говоримо з тобою по-
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1254:- людськи, а не копаємо тебе, як собаку! І ти думав, що, рятуючи її
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1255:- від пазурів медведя, ти здобув її для себе, як бранку? О ні! Коли б
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1256:- мало на таке прийти, то воліла б вона згинути в кривавих обіймах
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1257:- дикого звіра, ніж мала би тобі дістатися!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1259:- Ні, боярине, не так кажи! Волів би я згинути в лапах медведя, аніж
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1260:- мав би один
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1268:- І ти, підлий хамів роде, смієш рівняти себе зо мною? Зо мною, що вік
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1269:- звікував між князями, вдостоївся княжої похвали і надгороди за
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1270:- рицарські діла! Моя донька може вибирати собі жениха між найпершими
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1271:- і найславнішими молодцями в краю, а я мав би дати її тобі, смердові,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1272:- до твого тухольського гнізда, де би вона зів'яла, зсохла і пропала в
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1273:- нужді? Ш, ні, йди геть, бідний хлопче, ти несповна розуму, ти сказав
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1274:- свої слова в нападі божевільства.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1280:- Боярине, боярине,сказав він сумним, теплим голосом,занадто ти високо
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1281:- піднявся на крилах гордості,але уважай! Доля звичайно тих найвище
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1282:- підносить, кого думає найнижче зіпхнути. Не гордуй бідними, не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1283:- гордуй низькими, не гордуй робучими, боярине, бо хто ще знає, до
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1284:- котрої хто криниці прийде воду пити!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1286:- Ти ще смієш мені давати науки, гаде? скрикнув розлючений Тугар Вовк,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1287:- і очі його заблищали безумним гнівом.Геть мені з очей, а то, богом
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1288:- кленусь, не буду ні на що зважав, а просаджу тебе отсим ножем, як
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1289:- просадив нині рано медведя.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1291:- Не гнівайся, боярине, за слова дурного хлопця,відповів усе спокійний
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1293:Максим.- Прощай! Прощай і ти, моя зоре, що блиснула мені так чудово на
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1297:- Ні, годі мовчати,сказала нараз Мирослава, рішучо обертаючись,я не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1298:- померкну для тебе, молодче, я буду твоя.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1303:- Доню, а се що ти кажеш! скрикнув він.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1305:- Те, що чуєш, таточку. Віддай мене за Максима! Я піду за нього.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1307:- Дурна дівчино, се не може бути!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1309:- Спробуй а побачиш, що може.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1311:- Ти в гарячці говориш, доню,ти перелякалася дикого звіра, ти
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1312:- недужа!..
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1314:- Ні, таточку, я здорова і скажу тобі ще раз, і кле-нусь перед он тим
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1315:- ясним сонцем, що сей молодець мусить бути моїм! Сонце, будь свідком!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1321:- А тепер, молодче, йди домів і не лякайся нічого. Мирослава присягла,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1322:- що буде твоєю, і Мирослава зуміє додержати присяги. А ми, таточку,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1323:- спішімо додому!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1350:Тухольці вірили, що тота липа - дар їх споконвічного добродія, царя
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1365:підвищення - для бесідника, себто для того, хто в якій- небудь справі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1386:- Чесна громадо,відізвалися закличники,чи воля ваша нині раду держати?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1388:- Так, так! загула громада.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1390:- То нехай же бог помагає! сказали вони і, піднявши високо вгору копне
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1391:- знамено, встромили його в дірку, продовбану в камені. Се був знак,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1392:- що рада зачата.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1404:Захар Беркут - се був сивий, як голуб, звиш 90-літній старець,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1417:овець у полонину, ані не ловив звіра в лісових нетрях,- та, проте,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1418:працювати він не переставав. Сад, пасіка й ліки - се була його робота.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1431:ненастанна та зовсім не надсильна праця - все те вкупі хоронило людей
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1439:«Життя лиш доти має вартість,- говорив він частенько,- доки чоловік
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1443:«для інших і їсти ласкавий, хоч і як заслужений хліб!» Ті слова - то
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1447:думав з поглядом на добро і хосен інших, а поперед усього - громади.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1448:Громада - то був його світ, то була ціль його життя. Ви-дячи, що
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1461:- На, заков,сказав він до зачудованого лікаря. Примова не вдалася.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1463:- Е,сказав лікар,це для того не вдається, що ти самовільно завдав собі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1464:- рану.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1468:- Ну, то видно, що кепська твоя примова, і мені Гі не потрібно. Я
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1469:- потребую такої примови, котра не питала би, чи рана самовільна, чи
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1470:- ні, а загоїла б усяку.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1472:І, як стій, Захар Беркут покинув ворожбита і пішов дальше -
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1487:без суперечки - і Захар вибув не рік, а цілі три роки. Він вернувся зо
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1508:запалювало його гарячу душу до бажання - віддати ціле своє життя на
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1520:сторожа - громада сама, вся і завсіди, бачно берегла своє добро.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1527:виїздив, обвантажений усяким добром - бо податки в великій мірі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1553:не здужала була порозривати їх до решти,- тому й не диво, що під
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1563:Отже ж то одним із головних старань Захара було - провести зі своєї
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1580:по кільканадцять робітників, із запасом свого хліба й своєї страви,- і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1584:обопільна хосен - на обміна здобутків праці: туди йшли кожухи, сир
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1606:посідища і вложили на них обов'язок - пильнувати Дуклянської брами, в
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1627:відлюдних гірських селах, ще й зовсім не почалася,- і се були, можна
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1651:не знати якого празника, бо тоді всміхалась їм надія - відразу
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1656:бояр - не то що його батько,- але допомогти Їм багато не міг, зайнятий
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1659:против нового, досі не чуваного ворога - монголів, що перед десятьма
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1669:давню роботу - спори за насліддя престолів і підкопування свобідних та
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1691:- Я боярин князя Данила,гордо відповідав їм Тугар Вовк.За мої заслуги
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1692:- князь надгородив мене землями й лісами в Тухольщині.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1694:- Але ж се землі й ліси громадські! відповідали йому тухольці.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1696:- Се мене нічого не обходить,відказував боярин,ідіть і в князя
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1697:- допоминайтеся.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1699:Я маю його грамоту - і більше нічого знати не хочу!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1706:боярином і робили йому деякі прислуги,- аж нараз, мов сокирою втяв,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1723:- Що робиш, боярине? За що спираєш дорогу?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1725:- Так мені хочеться! відповів гордо боярин.Коли вам кривда, то йдіть
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1726:- жалуйтесь на мене до князя.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1728:- Але ж се дорога не княжа, а громадська.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1730:- Се мене нічого не обходить!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1738:не радувалися завчасно,- вони добре знали, що се тільки перший напад і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1749:- За що, боярине, кривдиш громаду?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1751:- Я беру тільки те, що мені мій князь дарував.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1753:- Але ж се не княжі, а громадські землі! Князь не міг дарувати того,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1754:- що до нього не належить.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1756:- Ну, то йдіть на князя жалуйтеся! відказав їм боярин і відвернувся
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1757:- від них.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1787:громадський розум. Але тут приходилося розважати - перший раз на
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1788:тухольськім копнім суді - також інші, посторонні, а безмірно важні
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1799:його, що тухольці - бунтівники? Се може стягнути велику бурю або й
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1811:- Чесна громадо! так зачав він свою бесіду.Не буду від вас скривати,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1812:- та й, впрочім, ви й самі то добре знаєте, які важкі й великі діла
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1813:- чекають сьогодні нашого громадського розсуду. Коли поглядаю на те,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1814:- що довкола нас робиться і що нам грозить, то так і здається мені, що
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1815:- наше дотеперішнє спокійне громадське життя пропало безповоротно, що
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1816:- тепер наступає для нас усіх пора показати на ділі, в боротьбі, чи
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1817:- наші громадські порядки справді міцні й добрі, чи можуть видержати
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1818:- надходячу важку бурю. Яка се буря надходить на нас, і то не з одного
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1819:- боку, се ви знаєте і почуєте ще ширше на нинішній раді, тож про се я
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1820:- тепер не потребую говорити. Я хотів би тільки показати вам і вбити
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1821:- незнищимо в вашу тямку те становище, на якім би нам, по моїй думці,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1822:- треба стояти, твердо стояти до крайньої крайності. А втім, і тут ні
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1823:- я, ні ніхто інший не має власті над вами: схочете, то послухаєте, а
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1824:- не схочете воля ваша! Тільки ж кажу вам, що сьогодні ми стоїмо на
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1825:- розстайній дорозі, сьогодні нам прийдеться вибрати: сюди чи туди.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1826:- Тож годиться нам, людям старим і досвідним, добре вияснити собі той
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1827:- вибір і ті дороги, на які він може повести нас, і те місце, на
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1828:- котрім ми стоїмо тепер!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1830:- Погляньте, чесна громадо, на те наше копне знамено, котре від
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1831:- п'ятдесятьох літ чує наші слова і бачить наші діла. Чи знаєте ви, що
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1832:- виражають його знаки? Святі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1837:«Захаре,- сказали вони,- колись, у хвилі найгрізнішої небезпеки, коли
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1838:«життя наверне супротивну хвилю на громаду і загрозить її порядок,-
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1852:- Я досі не говорив вам про се нічого,говорив Захар дальше,бо часи
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1853:- були спокійні. Але сьогодні пора се зробити. Глядіть на нього, на се
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1854:- знамено наше! З одного здорового пня вироблений весь той суцільний
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1855:- ланцюг, сильний і немов замкнутий у собі, а прецінь свобідний в
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1856:- кождім поєдинчім колісці, готовий прийняти всякі зв'язки. Сей ланцюг
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1857:- то наш руський рід, такий, який вийшов з рук добрих, творчих духів.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1858:- Кожде колісце в тім ланцюзі то одна громада, нерозривно, з самої
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1859:- природи зв'язана з усіма іншими, а, проте, свобідна сама в собі,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1860:- немов замкнена сама в собі, живе своїм власним життям і вдоволяє
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1861:- свої потреби. Тільки така суцільність і свобода кождої поодинокої
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1862:- громади робить усю цілість суцільною й свобідною. Нехай тільки одно
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1863:- колісце трісне, розпадеться само в собі, то й цілий ланцюг
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1864:- розпадеться, одноцілий його зв'язок розірветься. От так і упадок
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1865:- вольних громадських порядків у одній громаді стає раною, котра
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1866:- приносить недугу, а то й заразу для цілого тіла нашої святої Русі.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1878:- Гляньте ще раз на те знамено! Кожде колісце його ланцюга сковане
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1879:- блискучими срібними оковами в гарні узори. Окови ті не обтяжають
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1880:- колісця, а додають йому оздоби й тривкості. Так само кожда громада
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1881:- має свої дорогоцінні установи і порядки, породжені потребами,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1882:- упорядковані розумом мудрих батьків наших. Порядки ті святі, але не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1883:- для того, що давні, що батьками нашими уладже-ні, тільки для того,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1884:- що свобідні, що не в'яжуть нікого доброго в добрім діланню, а
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1885:- в'яжуть лиш злого, що хотів би шкодити громаді. Порядки ті не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1886:- в'яжуть і громаду, а тільки додають їй сили і власті для охорони
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1887:- всього, що добре і хосенне, а для знищення всього, що зле і шкідне.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1888:- Коли б не ті срібні окови, дерев'яні обручки легко могли би
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1889:- потріскати і вся одноцілість ланцюга пропала би. Так само, якби не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1890:- наші святі громадські установи, то й уся громада пропала би.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1891:- Уважайте ж, чесна громадо! Злодійські руки простягаються, щоб
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1892:- обдерти ті срібні окови з нашого колісця, щоб ослабити і ногами
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1893:- потоптати наш громадський лад, при якім нам так добре жилосяі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1895:- Ні, ми не попустимо їм того! крикнула разом од-нодушно
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1896:- громада.Станемо в обороні своєї свободи, хоч би прийшлося нам і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1897:- остатню краплю крові пролити!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1899:- Добре, діти! сказав зворушений Захар Беркут.Так воно й треба! Вірте
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1900:- мені, се дух нашого великого Сторожа прорік із вас! Ви його силою
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1901:- вгадали значення тої хоругви, що повіває на нашім знамені. Чому вона
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1902:- червона? Бо значить кров!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1932:- Ось надходить боярин, котрий хвалиться, що з милості для нього князь
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1933:- подарував йому наші землі, нашу свободу, нас самих. Бачте, як гордо
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1934:- виступає він у тім почуттю княжої милості, в тім почуттю, що він
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1935:- княжий слуга, що він раб! Нам не потрібно милості від боярина і ні
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1936:- за що ставати нам рабами се причина, для чого він ненавидить нас і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1937:- прозиває нас смердами. Але ми знаємо, що гордість ного пуста і що
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1938:- правдиво свобід-ному чоловікові личить не гордість, а супокійна
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1939:- повага та розум. Заховайте ж проти нього ту повагу і той розум, щоб
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1940:- не ми упокорили його, а сам він у глибині свого сумління почув себе
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1941:- упокореним! Я скінчив.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1947:- Здорові були, громадо! сказав він, дотикаючи рукою свого шолома, але
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1948:- не знімаючи його з голови.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1950:- Здоров будь і ти, боярине! відповіла громада. Тугар Вовк гордим,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1951:- безпечним поступом вийшов перед громаду і, ледве окинувши її оком,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1952:- проговорив:
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1954:- Ви кликали мене перед себе і ось я. Чого хочете від мене?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1961:- Ми закликали тебе, боярине, перед суд громадський, щоб, заким
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1962:- осудимо твої поступки, вислухати твого слова. Яким правом і в якій
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1963:- цілі ти робиш кривду громаді?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1965:- На суд громадський? повторив, немов зачудува-ний, Тугар Вовк,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1966:- обертаючись лицем до Захара.Я княжий слуга і боярин. Ніхто не має
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1967:- права судити мене, окрім князя і рівних мені бояр.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1969:- Про се, боярине, чий ти слуга, ми не будемо з тобою сперечатися,се
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1970:- нас нічого не обходить. А про твоє право поговоримо пізніше. Тепер
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1971:- тільки будь ласкав сказати нам: відкіля прийшов ти в наше село?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1973:- Зі столичного княжого міста Галича.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1975:- А хто велів тобі йти сюди?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1977:- Мій і ваш пан князь Данило Романович.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1979:- Говори про себе, а не про нас, боярине! Ми вольні люди і не знаємо
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1980:- ніякого пана. А чого ж велів тобі твій пан іти в наше село?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1987:- Він велів мені бути сторожем його земель і його підданих, воєводою і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1988:- начальником Тухольщини і дав мені і моїм потемкам у вічне посідання
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1989:- тухольські землі в нагороду за мою вірну службу. Ось його грамота,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1990:- його печать
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1997:- Сховай свою грамоту, боярине,сказав спокійно Захар,ми не вміємо її
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1998:- читати, а печать того князя для нас не закон. Радше сам ти скажи
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:1999:- нам, хто се такий той твій князь?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2001:- Як то? крикнув здивований боярин,Ви не знаєте князя Данила?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2003:- Ні, не знаємо ніякого князя.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2005:- Володаря всіх земель, усіх осель і міст від Сану аж до Дніпра, від
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2006:- Карпат аж до устя Бугу?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2008:- Ми не видали його ніколи, і у нас він не володар. Адже пастух,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2009:- володар отари, стереже її від вовка, гонить її в спеку полудня до
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2010:- холодного потоку, а в холод ночі до теплої, безпечної кошари. А
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2011:- князь чи робить се зі своїми підвладними?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2013:- Князь робить з ними ще більше,відповів боярин.Він дає їм мудрі права
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2014:- і мудрих суддів, посилає їм своїх вірних слуг, аби боронили їх від
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2015:- ворога.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2017:- Не по правді сказав ти се, боярине,замітив строго Захар.Бач, сонце
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2018:- на небі закрило своє ясне лице, щоб не слухати твоїх кривих слів!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2019:- Мудрі права наші походять не від твого князя, а від дідів і батьків
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2020:- наших. Мудрих суддів княжих ми не видали досі і жили тихо, в згоді й
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2021:- ладі, судячись самі громадським розумом. Батьки наші здавна вчили
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2022:- нас: один чоловік дурень, а громадський суд справедливий суд. Без
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2023:- княжих воєвод жили наші батьки, жили й ми досі, і, як бачиш, хати
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2024:- наші не попустошені, і діти наші не забрані до ворожої неволі.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2026:- Так було досі, але відтепер не так буде.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2028:- Як буде відтепер, сього ми не знаємо, і ти, боярине, не знаєш. Одно
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2029:- ще тільки скажи нам: твій князь чи справедливий чоловік?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2031:- Весь світ знає і подивляє його справедливість.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2033:- То він, певно, і тебе вислав, щоб ти в наших горах насаджував
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2034:- справедливість?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2039:- Так.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2041:- А як думаєш, боярине, чи справедливий може несправедливо кривдити
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2042:- своїх підвладних? Боярин мовчав.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2044:- Чи може він несправедливими поступками насадити в їх серця
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2045:- справедливість
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2051:- Гляди ж, боярине,закінчив Захар.Уста твої мовчать, але сумління твоє
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2052:- каже, що се не може бути. А прецінь же твій справедливий князь
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2053:- зробив се з нами, з нами, котрих він не бачив і не знає, котрих
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2054:- добром і щастям він не турбується, котрі йому не вчинили нічого
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2055:- злого, але, навпаки, щороку складають йому багату данину. Як він міг
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2056:- се зробити, боярине?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2060:- Плетеш дурниці, старий. Князь нікого не може скривдити!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2062:- А прецінь нас скривдив, отою самою грамотою, котрою ти так хвалишся!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2063:- Бо зважай лишень: чи не скривдив би я тебе, якби без твоєї волі зняв
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2064:- із тебе отой блискучий панцир і дав його мойому синові? А таке саме
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2065:- діло зробив твій князь
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2068:вживали їх і берегли, як ока в голові,- а тут нараз приходиш ти в
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2076:- Ти помилився, старче! сказав Тугар Вовк.Усі ми власність князя, зі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2077:- всім, що маємо, з худобою й землею. Князь один вільний, а ми його
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2078:- невільники. Його ласка то наша воля. Він може зробити з нами, що
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2079:- хоче.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2086:- Сонце преясне! сказав він.Ти благотворне, вольне світило, не слухай
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2087:- тих огидних слів, які осмілився сей чоловік сказати перед твоїм
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2088:- лицем! Не слухай їх, забудь, що вони сказані були на нашій, досі й
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2089:- помислом таким не оскверненій землі! І не карай нас за них! Бо
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2090:- безкарно ти не пропустиш їх, то знаю. І коли там
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2092:- у тім Галичі, довкола князя наплодилось багато таких людей то ти
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2093:- зітри їх із лиця землі, але за кару не погуби разом із ними всього
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2094:- нашого народу!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2098:- Ми чули, боярине, твоє переконання,сказав він,не повторяй його
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2099:- другий раз перед нами, нехай воно при тобі лишається. Послухай же
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2100:- тепер, яка наша думка про твого князя. Послухай і не прогнівайся!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2101:- Сам иачиш і знаєш, що вітця й опікуна ми в нім бачити не можемо.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2102:- Отець знає свою дитину, її потреби й бажання, а він не знає нас і не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2103:- хоче знати. Опікун береже свого підручного від ворога і від усякої
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2104:- шкоди,князь не береже нас ні від сльоти, ні від тучі, ні від граду,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2105:- ні від медведя,а се наші найгірші вороги. Він, щоправда, голосить,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2106:- що береже нас від нападів угорських вояків. Але як береже нас?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2107:- Насилаючи на нас
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2135:- Старче, старче,сказав він,жаль мені твого сивого волосся і твого
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2136:- молодечого серця. Довгий час прожив ти на світі, здається навіть, що
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2137:- занадто довгий!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2141:давно, не мусить бути й тепер, ані вічно. Все, що живе,-
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2149:- І тут ти помилився, боярине,сказав Захар Беркут.Не подоба старому
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2150:- вдаватися в молоді мрії, а на сучасність жмурити очі. Але ж тричі не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2151:- подоба йому по-мітуватися добрим для того, що воно старе, а хапати
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2152:- за лихе для того, що воно нове. Се звичай молодиків, і то зле
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2153:- вихованих молодиків. Ти закидаєш мені, що я не знаю того, що діється
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2154:- довкола нас. А тим часом не знати ще, хто з нас двох більше й
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2155:- докладніше се знає. Ти натякнув мені на страшного ворога, що грозить
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2156:- нам зі сходу сонця, і висловив думку, що наближення того ворога
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2157:- вимагає згромадження всієї народної сили в одних руках. Тепер я
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2158:- скажу тобі, що я знаю про того ворога. Правда, боярине, до тебе
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2159:- вчора прибіг княжий післанець, який оповістив тебе про новий напад
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2160:- страшних монголів на нашу країну, про те, що вони по довгім опорі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2161:- зайняли Київ, і зруйнували його дотла, і тепер величезною хмарою
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2162:- тягнуть на наші червоноруські землі. Ми, боярине, знали се ще перед
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2163:- тижнем і знали про княжого післанця, виправленого в отсі сторони, та
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2164:- про його вісті. Княжий післанець прибув пізненько наші піс-ланці
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2165:- далеко скоріше ходять. Монголи давно вже аапо-веннли нашу Червону
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2166:- Русь, понищили багато городів і сіл і розділилися на дві ріки. Одна
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2167:- пішла на захід, мабуть, під Судомир, у польську країну, а друга йде
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2168:- горі долиною Стрию в наші сторони. Правда, боярине, що ти ще не знав
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2169:- сього?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2173:- А відки ти се анаєш, старче? запитав він.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2175:- Я й се скажу тобі, щоб ти знав, яка сила в громадах і в їх вольнім
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2176:- союзі. Зі всімп підгірськими громадами ми стоїмо в зв'язку: вони
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2177:- обов'язані нам, а ми їм докосити якнайшвидше всякі вісті, важні для
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2178:- громадського життя. Підгірські ж громади стоять у зв'язках з
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2179:- дальшими, покутськими та подільськими, тож про все, сяк чи так важне
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2180:- для нас, що діється на нашій Червоній Русі, йде блискавкою вість від
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2181:- громади до громади.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2183:- Що вам з вістей, коли помогти собі не можете! згірдно буркнув
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2184:- боярин.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2186:- Правду сказав ти, боярине,сумно відповів Захар.Подільські та
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2187:- покутські громади не можуть допомогти собі, бо вони обдерті та
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2188:- обезсилені князями та боярами, які не позволяють їм мати своє
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2189:- оружжя, ані вправлятися в робленню ним. От і бачиш, боярине, що се
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2190:- значить: єдинитн силу народу в одних руках!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2212:- Так, кажеш, монголи грозять нападом і отсим горам?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2216:- Грозять, боярине.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2218:- І що ж ви думаєте робити? Піддаватися чи боронитися?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2220:- Піддаватися їм не можна, бо всіх, хто їм піддається, женуть вони на
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2221:- службу, і то в перші ряди, в найтяжчі бої.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2223:- Значить, ви хочете боронитись?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2225:- Що сила наша, спробуємо зробити.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2227:- Коли так, то прийміть мене за свого воєводу. Я вас поведу до бою
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2228:- проти монголів!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2230:- Постій, боярине, ми ще не дійшли до вибору воєводи. Ти ще не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2231:- витолкувався зі своїх поступків у нашій громаді. Твою щиру волю до
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2232:- служби громаді ми приймемо, але батьки наші казали нам, що до
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2233:- чистого діла треба й чистих рук. А чи будуть твої руки чисті до
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2234:- такого діла, боярине?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2238:- Старче, громадо,покиньмо давні урази! Ворог зближається, з'єднаймо
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2239:- свої сили проти нього! Доправ-дуючись своєї урази, ви можете лише
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2240:- пошкодити ділу, а хісна ніякого собі не добудете.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2242:- Ні, боярине, не говори сього! Не своєї урази ми до-правдуємось, але
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2243:- самої правди. Неправдою прийшов ти до нас, боярине, не по правді
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2244:- поступав з нами,і як же ми можемо повірити тобі начальство над собою
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2245:- в війні з монголами?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2247:- Старче, ти, бачу, завзявся роздратувати мене?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2249:- Боярине, уважай, що тут суд громадський, а не забава! Скажи мені:
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2250:- осідаючи на тухольській землі, чи хотів ти бути членом громади, чи
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2251:- ні?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2253:- Я присланий сюди князем як воєвода.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2255:- Ми сказали тобі, що не признаємо права тзого над нами, а особливо
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2256:- права на нашу землю. Не тикай, боярине, наших земель і наших людей,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2257:- а тоді, може,;.іи приймемо тебе до своєї громади як рівного між
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2258:- рівних.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2260:- От як! скрикнув гнівно Тугар Вовк.Отака ваша справедливість! То я
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2261:- мав би нехтувати княжу ласку, а допрошуватися ласки від смердів?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2263:- Що ж, боярине, інакше ти не можеш бути нашим громадянином, а не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2264:- належного до громади громада й терпіти у себе не схоче.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2266:- Не схоче терпіти? насмішливо скрикнув Тугар Вовк.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2268:- Батьки наші казали нам: шкідливого і непотрібного члена громади,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2269:- розбійника, конокрада або посторон-нього, що без волі громади
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2270:- забирав би громадські землі, з родиною такого прогнати з границь
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2271:- громадських, а дім його розвалити і зрівняти з землею.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2273:- Ха-ха-ха! зареготався силуваним сміхом боярин.То ви сміли б мене,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2274:- княжого боярина, наділеного княжою ласкою за мої заслуги, рівняти з
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2275:- розбійниками і конокрадами?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2277:- Що ж, боярине, а скажи сам по совісті, чи ліпше ти поступаєш з нами,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2278:- як розбійник? Адже ж землю нашу забираєш наше найбільше і єдине
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2279:- добро.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2284:- Старче, покинь таку мову, я її не можу слухати, вона нарушає мою
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2285:- честь.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2287:- ІІостій, боярине, я ще не скінчив,сказав спокійно Захар Беркут.Отеє
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2288:- ти згадав про свою честь і раз у раз говориш про свої великі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2289:- заслуги. Будь ласкав, скажи нам, які се твої заслуги, щоб і ми могли
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2290:- вшанувати їх!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2292:- У двадцятьох битвах я проливав свою кров!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2294:- Кров свою проливати, боярине, се ще не заслуга. І розбійник не раз
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2295:- проливає свою кров, а його ж за те вішають. Скажи нам, проти кого і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2296:- за ким ти воював?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2298:- Проти князя київського, проти князів волинських, і польських, і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2299:- мазовецьких…
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2301:- Досить, боярине! Ті війни се ганьба, не заслуга, і для тебе, і для
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2302:- князів. Се чисто розбійницькі війни.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2304:- Я воював і проти монголів над Калкою.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2306:- І як же ти воював протії них?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2308:- Як то як? Так, як повинен був воювати, не вступаючись із місця,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2309:- поки, ранений, не дістався до неволі.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2311:- Отеє ти добре сказав,не знаємо тільки, чи се правда.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2313:- Як не знаєте, то й не мішайтеся в те, чого не знаєте.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2315:- Постій, боярине, не насміхайся над нашим незнанням. Постараємось
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2316:- переконатися.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2320:- Чесна громадо, ви чули признання боярина Тугара Вовка?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2322:- Чули.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2324:- Чи може хто свідчить за ним або против нього?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2326:- Я можу! озвався голос із народу. Мов стрілою поражений, стрепенувся
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2327:- боярин на той голос і перший раз уважно, з якоюсь тривогою поглянув
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2328:- на громаду.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2330:- Хто може свідчити, нехай вийде перед громаду і свідчить,сказав
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2331:- Захар.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2353:- Скажи нам, Вояче Митьку,почав питати його Захар,ти знаєш сього
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2354:- боярина, проти котрого хочеш свідчити?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2356:- Знаю,відповів твердим голосом Митько.В його дружині я служив і був у
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2357:- битві над Калкою.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2359:- Яке ж свідоцтво хочеш ти зложити проти нього?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2361:- Мовчи, підлий рабе! скрикнув, побліднівши, боярин.Мовчи, а то тут
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2362:- буде й конепь твоя amp;му нужденному життю!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2364:- Боярине, я тепер не раб твій, але вільний громадянин, і тільки моя
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2365:- громада може веліти мені мовчати. Я досі мовчав, але тепер мені
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2366:- велять говорити. Чесна громадо! Свідоцтво моє проти боярина Тугара
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2367:- Вовка велике і страшне: він зра…
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2369:- Мовчав досі, то мовчи й далі! ревнув боярин, блиснув топір, і Митько
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2370:- Вояк з розлупаною головою, окровавлений упав додолу.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2374:- Смерть йому! Смерть! Він зганьбив святість суду! На раді забив мужа
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2375:- нашого!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2377:- Смерди погані! скрикнув до них боярин.Не боюсь вас! От так буде
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2378:- кождому, хто поважиться торкнути мене чи рукою, чи словом. Гей, мої
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2379:- вірні слуги, сюди, до мене!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2387:- Боярине,сказав Захар,ти смертельно провинивсь проти бога і громади.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2388:- Ти на суді забив свідка, нашого громадянина. Що він хотів проти тебе
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2389:- свідчити, ми не дізналися і не хочемо знати,нехай твоя совість
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2390:- судить тебе. Але своїм убійством ти признався до вини і поповнив
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2391:- нову вину. Громада не може тебе терпіти на своїй землі. Віддалися
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2392:- з-між нас! За три дні віднині прийдуть наші люди, щоб розвалити твій
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2393:- дім і загладити навіть слід твого буття у нас.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2395:- Нехай приходять! крикнув люто боярин.Побачимо, хто чий слід
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2396:- загладить.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2406:- Чесна громадо,сказав Захар,чи воля ваша поступити з боярином Тугаром
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2410:- Так, так! загула громада.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2412:- Кого ж вибираєте до сповнення громадської волі? Вибрано десять
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2413:- молодців, між ними й Максима Беркута. Важко було Максимові приймати
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2414:- сей вибір. Хоч і як ненависний був йому боярин, але все-таки він був
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2415:- віт-цем тої, котра мов чаром опанувала його серце і його мислі, за
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2416:- котру він віддав би був життя. А тепер, о горе, і вона була
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2417:- засуджена, безвинно, за батькову провину. Але проте
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2429:- Зруйновані ми,говорив післанець підгірських громад.Села наші
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2430:- попалені, худоби зрабовані, молодіж ви-гибла. Широкою рікою
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2431:- розлилися пожежі і знищення по Підгір'ю. Князь не дав нам ніякої
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2432:- оборони, а бояри, що тисли нас в часи спокою, зрадили нас у потребі.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2436:- Нам грозить залива. Понижче Синевідська на рівнині біліють вже шатра
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2437:- монголів. Іде їх сила незлічима, і ми й думати не можемо про
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2438:- боротьбу й опір, але забираємо все і втікаємо в ліси та в гори.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2439:- Бояри наші зачали були робити засіки на шляху, але якось вагуються.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2440:- Шепчуть люди, що хотять запродати шляхи наші монголам.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2444:- У нас урожаї лихі, а тепер з долів набігло до нас багато народу.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2445:- Передновинок тяжкий. Рятуйте нас і наших гостей, поможіть перебути
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2446:- чорну годину!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2450:- Чули ми, що монгольська залива йде в угорську країну. На бога і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2451:- богів батьків наших взиваємо вас, сусіди і браття: спиніть тоту
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2452:- страшну хмару, не допустіть її звалитися в нашу країну! Ваші села
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2453:- твердині; кожда скала, кожда дебра ваша стане за тисячу вояків. А
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2454:- скоро раз вони переваляться через гори, то вже там ніяка сила не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2455:- спинить їх, і всі ми погибнемо марно. Ми готові дати вам поміч, якої
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2456:- зажадаєте,і хлібом, і людьми, тільки не опускайте рук, не тратьте
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2457:- надії, ставайте до бою з поганим наїзником!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2461:- Чесна громадо, і ви, чесні посли сусідські! Всі ми тут чули, яка
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2462:- страшна хмара йде на нашу країну. Воєнні сили виступали проти них і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2463:- погибли. Сила їх велика, а нещасні порядки на наших долах дозволили
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2464:- їм зайти аж у серце нашого краю, перед поріг нашої хати. Князі й
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2465:- бояри потратили голови або зраджують край свій очевидячки. Що нам
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2466:- тут зробити? Як нам боронитися? Я думав би, що нам поза границі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2467:- нашої Тухольщини удаватися не можна. Шлях наш при вашій помочі,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2468:- чесні загірні громадяни, ми чень оборонимо. Але інших шляхів ми
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2469:- оборонити не можемо. Се буде ваше діло, чесні тустанські громадяни,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2470:- а коли б нам удалося наше діло, то ми й вам радо підемо допомагати.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2474:- Знаємо ми, батьку Захаре, що вам ніяк іти нас боронити і ще в тій
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2475:- тяжкій годині треба, щоб кождий поперед усього за себе стояв. Але
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2476:- зважте лише, що наші громади не такі щасливі, як ваша, що бояри
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2477:- забрали нас у руки і вони держать сторожу над засіками й проходами.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2478:- А як вони схотять видати їх монголам, то що ж ми порадимо? Лиш
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2479:- одного ми надіємось, і се може ще спасти нас: що монголи не підуть
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2480:- на ваш шлях і що в такім разі ви, забезпечивши свій шлях вартою,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2481:- будете могли рушити нам на поміч.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2483:- Ей, громадяни, громадяни,сумовито, але і з докором сказав Захар,і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2484:- сила, бачиться, у вас у руках, і розум у головах, як у мужів, а
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2485:- бесіда ваша дитиняча!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2490:забезпечити себе проти ваших власних ворогів - бояр. Доки в їх руках
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2499:- Ей, батьку Захаре,сказали вони,знаєш тп наших громадян, а говориш,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2500:- немовби зовсім не знав їх. Зламана у них давня відвага, притоптана
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2501:- їх воля. За твою раду дякуємо тобі і передамо її нашим громадам, але
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2502:- чи підуть вони за нею?.. Ей, коби ти був між ними і ска-вав їм своє
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2503:- слово!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2505:- Невже ж таки, чесні сусіди, моє слово у ваших громадян може мати
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2506:- більшу вагу, ніж їх власна потреба, ніж їх власний розум? Ні! Коли б
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2507:- так було, то нічого вже й моє слово вам не поможе, то вже пропали
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2508:- наші громади, пропала наша
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2533:життя. Найперші міста -
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2535:Київ, Канів, Переяслав - упали і були зруйновані до основи; їх слідом
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2539:битися за нього в перших рядах,- ішов поздовж руської землі,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2573:чимраз густіше, сильніше,- поки врешті ціла рівнина, як далеко око
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2596:то понурою хмарою,- немов щось шарпало його сустави несподіваними
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2599:Другий їздець - то була молода, гарна дівчина, одіта в полотняну,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2607:- Що за гарна країна, таточку! скрикнула вона дзвінким, срібним
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2608:- голосом, коли коні їх на хвильку зупинилися на крутім пригірку,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2609:- через який вони з трудом пробиралися, щоб перед цілковитим смерком
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2610:- доїхати до цілі.Що за чудово гарна країна! повторила вона вже
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2611:- тихішим, ніжнішим голосом, озираючись позад себе і тонучи поглядом у
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2612:- незглибимо темних зворах.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2614:- А що за поганий народ живе в тій країні! гнівно відрізав їздець.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2616:- Ні, таточку, сього не кажи! сказала вона сміло, але зараз же якось
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2617:- змішалась і, значно понизивши голос, додала по хвилі: Я не знаю, але
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2618:- народ тутешній мені сподобався…
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2620:- О, я знаю, що він тобі сподобався! скрикнув з докором їздець.А
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2621:- радше, що сподобався тобі один із того народу той проклятий Беркут!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2622:- О, я знаю, що ти готова батька свого покинути для нього, що ти
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2623:- перестала вже любити батька для нього! Та що діяти така вже дівоча
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2624:- вдача! А тільки я кажу тобі, дівчино: не вір тому поверховому
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2625:- блискові! Не вір гадюці, хоч кораловими барвами міниться!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2627:- Але ж, таточку, що за думки шибають по твоїй голові! І якими
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2628:- прикрими словами ти докоряєш мені! Я призналася тобі, що люблю
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2629:- Максима, і присягала перед сонцем, що буду його. Але я ще не його, я
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2630:- ще твоя. А хоч і його буду, то не перестану любити тебе, таточку,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2631:- ніколи, ніколи!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2633:- Але ж, дурна дівчино, ти не будеш його про се ніщо й думати! Хіба ти
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2634:- забула, що ти боярська дочка, а він смерд, вівчар?…
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2636:- Ні, таточку, не говори сього! Він такий рицар, як і інші рицарі,ні,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2637:- він ліпший, сміліший і чесніший від усіх тих боярчуків, яких я
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2638:- бачила досі. Впрочім, таточку, дарма вже відмовляти я присягла.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2640:- Що значить присяга дурної, осліпленої дівчини?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2642:- Ні, таточку, я не дурна і не осліплена! Не в пориві дикої
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2643:- пристрасті, не без ваговання й думання я зробила се. Навіть не без
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2644:- вищої волі, таточку!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2650:- Ну, а се що знов? Яка вища воля спонукала тебе до такого безумства?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2652:- Слухай, таточку,говорила дівчина, обертаючись до нього та звільняючи
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2653:- в
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2655:їзді.- Вночі перед тим днем, коли ми мали рушати на медведів,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2662:«Мамо!» - сказала я і більше не могла нічого сказати з радості та
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2665:«Мирославе, дитя моє єдине,- говорила вона лагідним, м'яким голосом,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2666:«що й досі тремтить мені в серці,- слухай, що я тобі скажу. Велика для
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2670:«Так, мамо!» - сказала я, тремтячи з якоїсь несказанної радості.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2672:«Благословлю ж твоє серце!» - І сказавши се, вона розвіялася запахущим
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2676:- Але ж, дурна дівчино, се був сон! Про що ти вдень думала, те вночі й
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2677:- приснилось тобі! А втім,додав боярин по недовгій хвилі,а вті:,г, ти
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2678:- вже й не побачиш його ніколи!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2680:- Не побачу? скрикнула живо Мирослава.Чому не побачу? Хіба він умер?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2682:- Хоч би й сто літ жив, то таки не побачиш його, бо ми ми не вернемось
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2683:- уже більше в ті прокляті сторони.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2685:- Не вернемось? А се для чого?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2687:- Для того,сказав боярин з силуваним супокоєм,що ті твої добрі люди, а
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2688:- поперед усіх той старий чорт, батько твого укоханого Максима,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2689:- ухвалили на своїй раді вигнати нас із свого села, розвалити наш дім
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2690:- і зрівняти його з землею!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2693:Вовк - се не тухольський вовк, він і тухольським медведям зуміє
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2698:- Вигнали нас, таточку? І за що ж нас вигнали? Певно, за того
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2699:- лісничого, що ти казав так немилосердно бити, хоч я з слізьми
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2700:- благала тебе пустити його на волю?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2702:- Як ти все те тямиш! підхопив злісно Тугар, хоч у серці глибоко
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2703:- вкололо його те скарження з уст доньки.О, я знаю, що коли б ти була
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2704:- на тій раді, то й ти була б стала за ними прогив свого батька! Що ж
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2705:- діяти,батько старий, понурий, не вміє блискати очима, ані зітхати, а
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2706:- тобі хочеться не такого товариша! І що з того, що батько отеє перед
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2707:- часом посивів, стараючись забезпечити твою долю, а той новий,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2708:- миліший, молодший товариш, може, десь тепер зі своїми тухольпями
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2709:- руйнує нашу хату, остатнє й одиноке наше пристановище на світі!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2711:Мирослава не витерпіла тих їдких докорів,- гарячі сльози бризнули з її
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2714:- Ні, се ти, ти не любиш мене,сказала вона, зали-ваючися слізьми,і я
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2715:- не знаю, що відвернуло твоє серце від мене! Я ж не дала тобі ніякої
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2716:- причини! Сам ти вчив і наказував мені жити по правді і говорити
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2717:- правду! Невже ж тепер нараз правда так дуже опротивіла тобі?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2725:- Куди ж ми їдемо, коли нас вигнано з Тухольщи-ни? спитала нараз
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2726:- Мирослава, отираючи рукавом сльози і підводячи догори голову.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2728:- В світ за очі,відказав батько.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2730:- Ти ж казав, що їдемо до одного боярина в гостину.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2732:- Правда опротивіла мені: я сказав неправду.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2734:- То куди ж їдемо?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2736:- Куди сама хочеш. Мені все одно. Може, їхати до Галича, до князя,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2737:- котрому я наприкрився і котрий рад був мене позбутися? О, хитра се
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2738:- штука, той князь!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2743:- на те він якраз. І який рад був він, коли я попросив у нього
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2744:- даровизни землі в
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2746:Ту-хольщині! «Іди,- сказав мені,- нехай лишень тут не бачу тебе! Йди і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2751:- Ні, таточку! говорила Мирослава.Кня»а поміч злого не направить, а
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2752:- тільки ще дужче погіршить.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2754:- А видиш,сказав боярин, небагато зважаючи на остатні слова доньки.Ну,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2755:- а може, вертати нам до Тухлі, до тих проклятих хлопів, до того чорта
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2756:- Беркута, і просити у них ласки, піддатися їх карі, зректися свого
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2757:- боярства і благати їх, щоб нас прийняли до своєї громади, як рівні
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2758:- рівних, і жити з ними так, як вони,з вівцями вкупі, між вівсом і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2759:- гноєм?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2764:- А як гадаєш, таточку, чи вони приймили б нас? спитала вона живо.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2766:- Хто знає! сказав гризько боярин.Се ще якби ласкаві були їх хамські
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2767:- величества й їх надвеличество Захар Беркут!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2769:- Таточку, а чому ж нам не спробувати сього? Ту-хольці не люблять
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2770:- неправди; вони хоч і засудили нас, то, може, по свойому праву. А
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2771:- може… може, й ти, таточку, дечим… своїм острим поступованням
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2772:- причинився до того? А коли б лагідно, по-людськи з ними…
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2774:- Ах, боже, се що таке? скрикнула нараз Мирослава, перериваючи свої
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2775:- попередні міркування. Вони станули саме на вершку гори, і перед
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2776:- ними, мов силою чарів, розкинулася широка стрийська долина, залита
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2777:- морем пожеж і огнищ. Небо жевріло крозавим відблиском. Немов з
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2778:- пекла, неслися з долини дивні голоси, іржання коней, брязкіт зброї,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2779:- переклики вартових, гомін сидячих при огнищах чорних, косматих
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2780:- людей, а геть-геть далеко ряздираючі серце зойки мордованих старців,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2781:- жінок і дітей, в'язаних і ведених у неволю мужчин, рик скотини і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2782:- хрускіт будинків, що, перепалені, валилися додолу, а по тім
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2783:- величезні водопади іскор, мов рої золотистих комах, збивалися під
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2784:- небо. В кровавім розблиску огнів виднілися тут же, в долині над
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2785:- рікою, довгі, безконечно довгі ряди чотиригранних шатрів, переділені
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2786:- від себе широкими ві.аб-ступами. Люди, мов мурашки, снували поміж
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2787:- шатрами і громадилися коло огнищ. Мирослава стала на той вид мов
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2788:- остовпіла, не можучи відірвати від нього очей. Навіть старий,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2789:- понурий боярин не міг рушитися з місця, потопаючи очима в тім лячнім
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2790:- кровавім морі, ловлячи носом запах гіркого диму і крові, вслухуючись
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2791:- у змішаний гамір, у зойки, стогнання та радісні окрики побіди.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2796:- Тату, про бога святого, се що таке? скрикнула Мирослава.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2798:- Наші союзники,сказав понуро Тугар Вовк.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2800:- Ах, се мусять бути монголи, про котрих прихід говорив народ з такою
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2801:- тривогою?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2803:- Так, се вони!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2805:- Нищителі руської землі!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2807:- Наші союзники проти тих проклятих смердів і їх громадівства.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2809:- Тату, се загибель наша! Як не стане хлопів, то хто буде кормити
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2810:- бояр?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2812:- Не бійся, не вродилась іще та буря, що здужала б до кореня знищити
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2813:- те підле насіння!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2815:- Але ж, таточку, монголи не щадять ні хати, ні двору, ні князівської
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2816:- палати!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2820:- І се добре! Нехай їх душать, тих хитрих круків! Але боярина не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2821:- задушили ніякого. Ще раз кажу тобі: се наші союзники!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2823:- Але ж, таточку, ти хотів би входити в союз із тими дикунами,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2824:- обагреними кров'ю нашого народу?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2826:- Що мене се обходить, хто вони і які вони? Крім них, ми не маємо
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2827:- виходу. А нехай вони собі будуть і самі злі духи, щоб тільки помогли
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2828:- мені!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2836:- Який ти страшний, таточку,прошепотіла Мирослава.Я не пізнаю тебе!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2838:- Говори сміло, говори, донечко! сказав з якимсь диким насміхом
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2839:- батько.Я знаю, що ти хотіла сказати! Ти хотіла сказати: ‹'Я не можу
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2840:- дальше йти з тобою, я покину тебе, зрадника вітчизни, а вернуся до
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2841:- свого милого, до свого вірного
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2843:Беркута!» Скажи, скажи се одверто - і покинь мене. Я піду, куди веде
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2852:- Ох, таточку,хлипала вона,як ти рвеш моє серце! Чим я так тяжко
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2853:- провинилася перед тобою? Я ж знаю, що ти любиш мене! Я… я не покину
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2854:- тебе ніколи! Я буду твоєю служницею, твоєю невільницею до остатнього
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2855:- віддиху, лиш не йди туди, не подавай свого чесного ім'я на вічну
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2856:- ганьбу!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2864:- Доню моя,сказав він лагідно,не жалуйся на мене! Горе наповнило
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2865:- гіркістю моє серце, гнівом налило мої думи. Але я знаю, що твоє
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2866:- серце щире золото, що ти не покинеш мене в днях тривоги й боротьби.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2867:- Адже ж ми самі тепер на світі, ні до кого нам прихилитися, ні від
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2868:- кого ждати помочі, а тільки від себе самих.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2872:- Таточку, таточку! говорила з слізьми Мирослава.Гнів проти тухольців
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2873:- засліпив тебе і пхає тебе до загибелі. Нехай і так, що ми
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2874:- нещасливі,а чи для того мусимо бути зрадниками свого краю? Ні, радше
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2875:- згинути нам із голоду під плотом!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2877:- Молода ти ще доню, гаряча, палка, і не знаєш, як смакує голод, як
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2878:- смакує нужда. Я зазнав їх і хочу оберегти тебе від них. Не переч же
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2879:- мені! Ходи, їдьмо до цілі! Що буде, те буде, долі своєї не об'їдемо!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2882:хотіла спинити його - він погнав униз горою. Ридаючи, подалася за ним
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2884:охоронити батька від загибелі, від віковистої ганьби - від зради свого
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2904:- Таточку, богом святим молю тебе, вертаймо відси.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2906:- Куди?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2908:- Ходімо до Тухлі!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2910:- Ні, пропало вже! Підемо, але не з униженою просьбою. Підемо в гості
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2911:- і рад я побачити, чи твої Беркути посміють тепер виганяти нас!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2916:- Хто їде? закричали різними голосами, то по-нашому, то по-свому.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2918:- Поклонник великого Чінгісхана! сказав по-мон-гольськи Тугар Вовк.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2922:- Ти відки, що за один, за чим приходиш? спитав один, очевидно,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2923:- начальник сторожі.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2925:- Не твоє діло,відповів остро на монгольській мові боярин.Хто веде
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2926:- вашу силу?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2928:- Внуки великого Чінгісхана: Пета-бегадир і Бурун-да-бегадир.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2930:- Іди ж і скажи їм, що «Калка-ріка по болоті тече і в Дон упадає». А
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2931:- ми на твій поворот пождемо коло огнища.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2951:уложений руськими князями. Правда,- говорили вісті,- доказу на те
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2962:даровизну - очевидно, рад був його позбутися. І при від'їзді з Галича
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2963:якось холодно прощалися всі з боярином - довголітнім товаришем оружжя.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2971:- нитки дитячої любові й поважання.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2989:- Доню! сказав він вкінці стиха, не підводячи на неї очей.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2991:- Чому ти вчора не вбив мене, тату? прошептала Мирослава, насилу
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2992:- здержуючи сльози в очах. Голос її, хоч тихий, дунув на боярина
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2993:- ледовим холодом. Він не знайшов на те питання відповіді, і мовчав, і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2994:- вдивлювався в огнище, поки не прибіг вартівник із табору.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2996:- Внуки великого Чінгісхана шлють свій привіт новому другові і просять
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2997:- його до свого шатра на воєнну раду.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:2999:- Ходімо! сказав коротко боярин і піднявся з місця.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3008:грозив таборові, то все- таки його стережено чуйно - таке вже було
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3042:чоловіком, думав, працював і любив,- аніж іти здовж оцього страшного
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3064:- Від якого царя приносиш нам вісти? спитав його Пета.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3066:- Я не знаю ніякого царя, крім великого Чінгісхана, пана всього світу!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3067:- сказав боярин. Се була звичайна формула піддання. Пета тоді поважно,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3068:- але радо простяг бояринові руку.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3070:- В пору приходиш,сказав Пета,ми дожидали свого союзника.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3072:- Я знаю свій обов'язок,сказав Тугар Вовк.В однім лишень я переступив
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3073:- ваш звичай: я привів доньку свою до табору.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3075:- Доньку? сказав зачудуваний Пета.Хіба ж ти не знаєш, що звичай наш
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3076:- забороняє женщинам вступати в збір вояків?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3078:- Знаю. Але що ж я мав зробити з нею? У мене нема дому, ні родини, ні
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3079:- дружини! Крім мене і великого Чінгісхана, вона не має ніякої опіки!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3080:- Мій князь рад був позбутися мене зі свого міста, а ті прокляті
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3081:- смерди, мої невольники, збунтувалися против мене.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3083:- Але все ж таки тут вона не може лишитися.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3085:- Я прошу внуків великого Чінгісхана позволити їй лишитися нинішню ніч
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3086:- і завтрашній день, поки не винайду для неї безпечного пристановища.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3088:- Для другів наших ми гостинні,сказав Пета, і потім, обертаючись до
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3092:- Зблизись, дивчина!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3098:- Зблизись, Мирославе! сказав її батько.Великий начальник
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3099:- монгольського війська ласкавий до нас.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3101:- Не хочу його ласки! відказала Мирослава.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3103:- Зблизись, розказую тобі! сказав грізно боярин. Мирослава неохітно
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3104:- зблизилася.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3108:- Гарни дивчина! Жаль, що не остатись. Гляди, дивчина, на свій тат.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3109:- Будь вірна велики Чінгісхан. Велика лас ка буде! На тоюі, дівчина,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3110:- отсе коко, з вашого князь Мстислав. Знак безпеки. Покажи монгольськи
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3111:- вояк усі пропустить, нічого злого не зробить. А тепер до шатра?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3116:фігурами. Мирослава вагувалася, чи прийняти дар від ворога,- може,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3119:- Візьми, доню, сей знак від великого внука Чінгіс-хана,сказав
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3120:- боярин.Се знак його великої ласки для тебе, дає тобі безпечний
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3121:- прохід у монгольськім таборі.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3128:голову - вона взяла перстень і, відвертаючись, уриваним голосом
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3131:- Дякую!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3141:- Сідай, гостю,сказав він до боярина.Коли скажем тобі, що ми дожидали
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3142:- тебе, то нехай се буде найвища похвала твоєї вірності для великого
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3143:- Чінгісхана. Але все-таки ти троха запізно прийшов. Військо наше жде
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3144:- вже третій день, а великий
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3154:- Я порозумів слова твої, великий бегадире, і ось що відповім на них.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3155:- Вірний слуга великого Чінгісхана не міг швидше прибути до вашого
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3156:- табору, бо аж учора дізнався про ваш похід, а дізнавшися, прибув
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3157:- зараз. Про задержку не журися. Шляхи наші хоч неширокі, але
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3158:- безпечні. Брама в царство Арпадів стане вам отвором, лиш тільки
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3159:- застукайте.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3161:- Які шляхи і в чиїх руках? спитав коротко Пета.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3163:- Один шлях дуклянський, горі Саном-рікою, а потім через низький
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3164:- гірський провал. Шлях широкий і вигідний, топтаний уже не раз
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3165:- руськими й угорськими воєнними силами.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3167:- Далеко відси?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3169:- Відси до Перемишля два дні ходу, а з Перемишля до гір іще два дні.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3171:- Хто стереже?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3173:- Стережуть його нашого князя бояри, що на нім поробили засіки. Але
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3174:- бояри нерадо служать князеві Данилові Романовичу, нерадо стережуть
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3175:- засіків. Мала обіцянка склонить їх на сторону великого Чінгісхана.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3177:- Але чому ж досі ми нікого з них не бачили в нашім таборі? спитав
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3178:- Пета.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3180:- Годі їм, великий бегадире. Народ, серед якого вони живуть і який
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3181:- мусить поставляти оружних людей для оборони засіків, нерадо зносить
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3182:- їх вдасть над собою. Дух бунту і непокори живе в народі. Серце його
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3183:- тужить за давніми порядками, де не було ні князів, ні власті, де
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3184:- кожда громада жила для себе, а против спільного вороге всі дружилися
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3185:- по добрій волі і вибирали та скидали свою старшину. В отсих горах
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3186:- живе один дід, що його прозвали бесідником, і той роздуває полум'я
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3187:- непокори в ім'я тих старих порядків. Народ глядить на бояр, мов
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3188:- пастухи на вовка, і скоро би тільки побачив, що бояри тягнуть у
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3189:- сторону великого Чінгісхана одверто, то побив біі їх камінням. Коли
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3190:- ж за приближенням вашої сили бояри піддадуться вам і віддадуть вам
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3191:- засіки, народ пирсне, як полова від вітру.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3196:- Дивні ж у вас порядки! сказав він.Князь бунтує против своїх слуг,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3197:- слуги проти князя, князь і слуги против народу, а народ против
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3198:- усякої власті! Дивні порядки! У нас коли дрібні ватажки хотіли
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3199:- бунтувати проти великого
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3215:- Ну. а який же ваш другий шлях? спитав дальше Пета.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3217:- Другий шлях тухольський,відповів боярин,хоч вужчий і не такий
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3218:- рівний, але зате ближчий і рівно безпечний. На тім шляху засіків
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3219:- нема, ані княжих бояр нема. Самі хлопи пильнують його.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3221:- Хлопів ваших ми не боїмося! сказав з погордою Пета.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3223:- І ніщо їх боятися,підхопив боярин.Вони ж без оружжя і без умілості
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3224:- воєнної. Тим шляхом я сам можу вам бути провідником.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3226:- Але, може, на арпадській стороні ті шляхи сильно замкнені?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3228:- Тухольський не замкнений зовсім. Дуклянський замкнений, але не дуже
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3229:- сильно.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3231:- А довга дорога тухольським шляхом до краю Ар-падів?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3233:- Для оружних мужів до Тухлі день ходу. В Тухлі переночувати, а разом
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3234:- зо світом у дорогу, і на вечір будете вже на рівнині.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3236:- А дуклянським?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3238:- Вчисляючи, кілько часу треба на понищення засіків, три дні ходу.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3240:- Ну, то веди нас тухольським! сказав Пета.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3242:- Дозволь мені слово сказати, великий бегадире,сказав один із
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3243:- начальників монгольських, мужчина величезного росту й геркулесової
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3244:- будови тіла, а лицем темно-оливкової барви, одітий у шкуру степового
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3245:- тигра, що все разом аж надто свідчило про його походження з тур-
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3246:- команського племені. Се був страшний, безтямно смілий і кровожадлия
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3247:- воновник, Бурунда-бегадир, супірник у славі з
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3260:рішучу хвилю, немов непоборний залізний таран,- а тоді пускав його з
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3265:- Говори, брате Бурундо! сказав Пета.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3267:- Дозволь мені з десятитисячним відділом іти ту-хольським шляхом, а ти
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3268:- сам простуй на дуклянський. Перейшовши на арпадський бік, я вдарю
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3269:- зразу на тих, що стережуть дуклянського шляху, і прорівняю тобі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3270:- дорогу.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3277:- Добре,сказав Пета,нехай буде по-твойому! Вибирай собі вояків і рушай
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3278:- з ними зараз завтра.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3280:- Позвольте ще й мені слово сказати, великі бегади-ри,сказав Тугар
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3281:- Вовк.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3283:- Говори! сказав Пета.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3285:- Коли воля ваша слати часть своєї сили тухольським шляхом,а всеї
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3286:- задля тісноти шляху й я не радив би слати,то позвольте мені піти
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3287:- наперед, з невеличким відділом і зайняти вхід того шляху, заким іще
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3288:- тухоль-ські смерди дізнаються про ваш прихід і завалять його
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3289:- засіками.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3291:- Добре, йди! сказав Пета.Коли хочеш вирушити?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3293:- Зараз, щоб іще завтра на південь сповнити своє діло.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3295:- Коли так, то нехай буде конець нашій раді і нехай боги щастять нашій
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3296:- зброї! сказав Пета, встаючи з місця. Встали й інші начальники. Тугар
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3297:- Вовк просив
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3308:було справді страшне, бачилось навіть - безвихідне. Батько її -
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3311:підпора - непохитна віра в свій пророчий сон, в благословення матері і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3312:в своє любовне щастя з Максимом, - і тота віра тепер, при холодній
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3314:вона тепер перед Максимом? Якими словами розповість йому про свій -
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3315:добровільний чи недобровільний? - побут у монгольському таборі? Мов
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3320:плече,- вона не підводила голови, не рушалась, не переставала плакати.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3322:- Доню Мирославе,сказав він,не плач! Дасть бог, усе ще добре буде!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3326:- Забудь того смерда! Гарна будучність чекає тебе, а він… Що він?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3327:- Завтра в полуднє він упаде трупом від мойого меча.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3329:- Хто? скрикнула Мирослава роздираючим серце голосом.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3334:- Хто впаде трупом? повторила вона.Він, Максим? Ти ведеш напад на
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3335:- Тухлю?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3337:- Та ні, ні! відпекувався боярин.Хто се сказав тобі?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3339:- Сам ти сказав! наставала на нього Мирослава.Тату, скажи мені правду,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3340:- що задумуєш? Не бійся за мене! Я тепер і сама вже добре бачу, що не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3341:- можу бути
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3345:нього родом,- о ні! Я нижча від нього, я чую себе безмірно нижчою від
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3352:- Але ж нічого, зовсім нічого! Він тепер, може, вже десь далеко в
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3353:- горах.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3355:- Ні, ні, ні, не вірю тобі! Скажи мені, що ви урадили з монголами?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3357:- Говорили про те, куди йти на Угри.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3359:- І ти їм хочеш видати тухольський шлях, щоби по-мститися на
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3360:- тухольцях!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3362:- Дурна дівчино, що мені мститися на них! Задрібні вони для моєї
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3363:- месті. Я хочу перепровадити монголів на Угри, бо чим скорше підуть
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3364:- із нашого краю, тим менше тут руїн нароблять.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3366:- О, певно, певно! скрикнула Мирослава.Але з поворотом доруйнують, що
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3367:- тепер лишать ціле! І ти ведеш їх на Тухлю, тепер, зараз?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3369:- Ні, не на Тухлю. Я веду тільки один малий відділ, щоб обсадити вхід
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3370:- до Тухлі.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3372:- Хто має браму, той має й хату! Але розумію тепер! Ти ж сам сказав
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3373:- недавно он там, на горі, що завтра Максим має з тухольськими
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3374:- молодцями валити наш дім.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3381:- Доню, забудь за нього! сказав він.Яка доля йому судилася, така й
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3382:- буде.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3384:- Ні, тату, тим ти не зведеш мене! Я їду, їду до Тухлі, я остережу
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3385:- його, спасу його від твоєї засідки! А коли в неї попадеться, то я
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3386:- стану обік нього і буду боронитися разом з ним, до остатнього скону,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3387:- проти тебе, тату, і твоїх поганих союзників!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3389:- Дівчино, ти божевільна! скрикнув боярин.Уважай, не доводи мене до
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3390:- гніву!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3394:- Що мене обходить твій гнів! відказала холодно Мирослава.І що ти мені
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3395:- можеш іще більше злого зробити після того, що зробив досі? Коли
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3396:- уб'єш мене, то се буде тільки добродійство, бо й так мені не жити.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3397:- Пусти мене!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3399:- Ні, лишись тут, нерозумна!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3401:- Так, лишись тут, поки ти спокійно не замордуєш того, хто дорожчий
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3402:- мені над життя моє! О ні, я не лишусь!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3404:- Лишись! Богом клянусь тобі, що не підійму руки своєї на нього!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3406:- О, знаю, знаю, що се значить! скрикнула Мирослава.-Ну, розуміється,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3407:- ти боярин, де ж би ти піднімав руку на смерда. Але своїм диким
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3408:- товаришам велиш усі затроєні стріли націлити на його груди!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3410:- Ні! Коли вже таке твоє над ним милосердя, то ще раз клянусь тобі, що
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3411:- ані я, ані ніхто з моєї дружини не ткне його, хоч би він не знати як
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3412:- нападав на нас! Досить тобі сього?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3421:- Доню, ще раз кажу тобі і заклинаю тебе: лишись у таборі, поки я не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3422:- вернусь, а тоді роби собі, що твоя воля буде. А тепер прощай.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3441:почесний вибір громади - прогнати з громадських земель ворога громади,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3442:якого бачили тухольці в боярині,- і тепер він не смів відмовитись від
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3452:«Але ні,- думав собі Максим,- коли схоче моєї крові, я не буду
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3477:а друга, по другім боці сіней,- його доньки. Ззаду були дві широкі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3478:комори: в одній кухня, в другій - служебна. В світлиці боярина стіни
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3497:Та ось один, що стояв серед шляху, мов на сторожі, дав знак трубою,- і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3511:- Боярине Тугаре Вовче! кликнув голосно Максим.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3513:- Нема боярина Тугара Вовка! відповіли дружинники.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3515:- Так ви, вірні його, слухайте, що я скажу вам від імені тухольської
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3516:- громади!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3524:- Питаємо другий раз! сказав Максим. Дружинники мовчали, не спускаючи
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3525:- луків.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3527:- Питаємо третій раз! сказав, підносячи голос,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3540:- Товариші, браття! сказали вони.Не прогнівайтесь на нас за нашу
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3541:- мовчанку.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3577:Боярин учора рано виїхав з донькою, але куди, за чим, коли верне - не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3593:- Гарна будова! сказав Максим до дружинників, що заставляли столи.Але
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3594:- що ж, ми мусимо її розібрати. Звісна річ, ми не будемо її ні валити,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3595:- ні палити, але зложимо все порядно на купу, щоб боярин, коли
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3596:- запотре-бує, міг собі все те забрати. І все добро його мусить бути
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3597:- йому схоронене в цілості.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3613:- Браття! Радісний сей день для нас, і щоб ніяка лиха пригода…
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3619:- Що се? Що се? крикнули всі нараз і поперлися до дверей. Хоч і як
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3620:- дрібний на око і мало значучнй був знак глухий стук кінських копит,а
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3621:- прецінь якого безмірного переполоху наробив він у боярськім домі!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3622:- Одну хвилю дійсне пекло було в сінях: сей біг туди, той сюди, сей
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3623:- шукав того, той сього, а всі мішалися і товпилися без ладу, топчучи
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3624:- по кубках і стравах, по білій скатерті і по дубовім переверненім
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3625:- столі. Максим перший вирвався надвір із тої замішанини і, раз тільки
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3626:- кинувши оком довкола, пізнав усю велич небезпеки.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3628:- До зброї, браття, до зброї! Монголи! Монголи! Той крик був мов
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3629:- наглий удар грому. Всі стали мов мертві, безладна сумішка
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3630:- перемінилася на безладне остовпіння. Але й се тривало тільки хвилю.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3631:- Стукіт кінських копит розлягався все ближче і ближче, а неминуча
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3632:- небезпека разом обудила всіх із мертвоти!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3638:хвиля надійшла - і вони ж мали б її перелякатися? Тільки на хвилю
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3641:«монголи»,- в найближчій хвилі вони вже були тим, чим були звичайно:
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3645:- Головне діло наше, товариші, держатися сих стін. Поки ворог не випре
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3646:- нас від сього дому і не окружить на вільнім полі, поти не маємо чого
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3647:- боятися. Дім сей то буде наша твердиня!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3668:- Наш боярин! Наш боярин! скрикнули деякі дружинники, яких Максим, не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3669:- довіряючи їх щирості, поставив у ряди всуміш із тухольцями.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3671:- Так, ваш боярин монгольський слуга, зрадник своєї батьківщиниі Невже
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3672:- ж ви й тепер іще схочете додержувати йому вірности?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3674:- Ні, ні! скрикнули дружинники однодушно.Смерть зрадникові! Розіб'ємо
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3675:- вражу ватагу або самі погинемо в обороні свого краю.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3679:- Простіть, браття! Одну хвилю я несправедливо судив вас, думаючи, що
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3680:- ви в змові зі своїм боярином. Але тепер бачу, що кривду робив я вам.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3681:- Держімося разом, близько стін, так, аби не могли нас окружити, і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3682:- стараймося завдавати їм якнайбільше страти. Монголії, як я чув,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3683:- недобре вміють вести облогу, а ще в такій невеличкій силі. Чей, нам
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3684:- удасться відбити їх напад.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3703:- Раби невірнії! Погані смерди! Невже ж зухвалість ваша така безмежна,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3704:- як і ваша дурнота, що ви хотіли би піднімати оружжя на військо
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3705:- великого
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3713:- Боярине! Дуже не впору назвав ти нас, синів вольної громади, рабами!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3714:- Ти поглянь на себе! Може, до тебе така назва борше пристане, ніж до
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3715:- нас. Адже до вчора ще був ти раб княжий, а нині ти вже раб великого
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3716:- Чінгісхана і, певно, полизав молоко, розлите по хребті коня якогось
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3717:- його бегадира. Коли воно тобі смакувало, то ще з того не виходить,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3718:- щоб і ми були ласі на нього. Великої сили великого Чінгісхана ми не
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3719:- лякаємось. Вона може нас зробити трупами, але не зробить нас рабами.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3720:- А тебе, боярине, вся сила великого Чінгісхана не зробить уже ані
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3721:- вольним, ані чесним чоловіком!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3724:що перед ним батько Мирослави, але тепер він бачив тільки ворога - ні,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3729:- : Хлопе поганий! - кричав він.- Жди лишень, я тобі покажу, що
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3730:- : завчасно ти похвалявся своєю вільністю! Нині ще кайдани забряжчать
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3731:- : на твоїх руках і ногах! Нині ще ти будеш валятися в поросі перед
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3732:- : начальником монгольської сили!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3734:- Швидше згинути! відповів Максим.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3736:- Отже, не згинеш! крикнув боярин.Гей, діти,озвався він до монголів
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3737:- їхньою мовою,далі на нихі Тільки сього обминайте, сього мусимо мати
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3738:- живого в руках!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3754:ва міцним дощаним остінком - куснем недобудованого паркана.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3763:- Приступом до них! крикнув він, і збита громада монголів під його
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3764:- проводом кинулася бігцем із голосним криком до остінка. За остінком
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3765:- було тихо, немов усе там вимерло. Ось-ось уже монголи добігають,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3766:- ось-ось своїм напором обалять остінок; коли втім понад остінком
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3767:- вирвався, мов із землі виріс, ряд голів
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3769:і могутніх рамен - і свиснула громада сталених стріл, і ревнули з болю
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3773:- Гурра, молодці! Гурра, Максим! Гурра, Тухольщи-на! закричали
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3774:- оборонці, і дух вступив у них. Але боярин, не тямлячись зо злості,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3775:- зібрав уже другу громаду до нападу. Він повчав монголів, як треба
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3776:- нападати і не розсипатися за першим ударом противника, але бігти по
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3777:- трупах дальше. Тим часом і Максим поучав своїх молодців, що діяти, і
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3778:- з піднесеним оружжям ждали вони нападу монголів.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3780:- Далі на них! крикнув боярин, і поперед усього цілими хмарами пустили
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3781:- монголи ряд стріл на противників, а потім знов пустилася громада
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3782:- приступом на остінок. Знов перед наближенням стрітили їх молодці
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3783:- цільними стрілами, і знов частина напасників із страшним криком
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3784:- упала на землю. Але решта вже не метнулася назад лише з оглушаючим
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3785:- криком летіла далі й досягла остінка.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3797:монгольські. Забризкала кров, залунали крики і стогнання ворогів,-
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3801:знов відповіли на той крик монголи градом стріл, а боярин - лютими
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3803:становище - із жалем прощали вони те місце, з якого так щасливо
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3818:Першим ділом Максима було тепер - обійти всі становища і оглянути
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3824:головна річ для оборонців була - вдержатись перед стінами дому. Але
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3836:- Держімся, товариші! говорив він.Швидко в
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3846:- Приступом іти! говорив один.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3848:- Ні, приступом трудно, а стріляти, поки всіх не постріляємо,говорив
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3849:- другий.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3851:- Постійте,сказав Тугар Вовк,на все буде час. Тепер тільки в тім річ,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3852:- щоб позганяти їх із менших становищ. Згромадьте найбільші наші сили
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3853:- ніби до приступу, щоб відвести їх увагу, а тим часом малі відряди
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3854:- нехай рушать з обох боків до причілкових, нестережених стін. Стіни
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3855:- ті, правда, без вікон, але всетаки, коли наші люди стануть під ними,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3856:- то будуть їм могли багато шкодити.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3882:- А що, боярине,крикнув Максим,сила великого Чінгісхана, бачиться,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3883:- заяче серце має: розженеться і відступить! Хіба ж не стидно тобі,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3884:- старому рицареві, ватажкувати над такими бездухами, що тільки в юрбі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3885:- смілі, мов барани, а поєдинчо нікотрий і за півмужа не стоїть?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3905:«Пропали ми,- подумав він.- Про рятунок і мови нема. Тепер приходиться
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3911:- А що, хлопи! крикнув він.Побачимо, чи надовго ще стане вашої
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3912:- гордості.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3924:- Браття,говорив він,мабуть, прийдеться нам погибати, бо на рятунок
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3925:- слаба надія, а монголи, се знайте наперед, не пощадять нікого, хто
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3926:- дістанеться в їх руки, так, як не пощадили наших ранених товаришів.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3927:- А коли гинути, то гиньмо як мужі з оружжям у руках. Як гадаєте: чи
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3928:- будемо стояти тут і боронитися до остатнього духу, заслонені хоч
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3929:- вчасти стінами, чи волимо всі разом ударити на монголів, може б, нам
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3930:- таки удалося проломити їх ряди?
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3932:- Так, так, ударимо на монголів! закричали всі товариші.Ми ж не лиси,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3933:- що їх стрілець викурює з ями.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3935:- Добре, коли така ваша воля,сказав Максим Ставайте ж у три ряди, луки
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3936:- й стріли кидайте геть, а то-пори й ножі до рук і за мною!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3940:заким іще добігли до монголів, стрічені були градом стріл,- тільки ж
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3944:ряд кинув свій дерев'яний щит - і цілий відряд кинувся на ворога з
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3952:скажені крики убійців - усе те мішалося в якусь пекольну гармонію, що
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3957:- Направо, товариші! Разом і дружно напрім на них! кричав Максим,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3958:- відбиваючися від трьох монголів, що старалися вибити йому оружжя з
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3959:- руки. Зі страшною натугою наперли товариші направо, де лінія
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3960:- монголів була найслабіша і місце для оборони найдогідніше. По
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3961:- короткім опорі монголи подалися.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3963:- Далі, далі женіть їх, наперед себе! кричав Максим, кидаючися зі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3964:- своїм кровавим топором на уступаючих монголів. Товариші поперли за
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3965:- ним, і відворіт монголів швидко перемінився на пополох і безладну
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3966:- втіка-нину. А товариші гнали слідом за ними, валячи одного за другим
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3967:- іззаду на землю. Перед ними було чисте поле, а недалечке темний,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3968:- запахущий ліс. Коли б їм удалося добігти до нього, то були б
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3969:- спасені, ніяка монгольська сила не здужала б їм тут нічого зробити.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3971:- Далі, товариші, далі, до лісу! -кричав Максим, і без віддиху,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3972:- мовчки, кроваві й страшні, мов справді дикі звірі, гнали товариші
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3973:- наперед себе втікаючих монголів у напрямі до лісу. Тугар Вовк одним
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3974:- позирком переглянув положення обох сторін і зареготався:
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3976:- Щаслива дорога! крикнув він услід за молодцями.На тій дорозі ми ще
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3977:- здиблемося!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:3992:несподівана завада: глибокий, у скалі викутий вивіз - початок
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4000:противників побачили настигаючих своїх одновірців - і руки їх мимоволі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4003:друхочучи всі завади,- і попхнули їх до пропасті.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4012:- Задній ряд нехай обернеться лицем до монголів і стримує на хвилю їх
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4013:- нагін, а передній кидай монгольські трупи в вивіз і скачи на них!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4014:- кричав він.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4016:- Гурра! закричали радісно молодці, сповняючи його розказ. Застугоніли
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4017:- теплі ще монгольські трупи, падучи додолу, заясніла для наших
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4018:- молодців надія рятунку. А втім, надлетіла монгольська погоня, Тугар
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4019:- Вовк попереду.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4021:- Ні вже,кричав він,сим разом не уйдете моєї руки! І своїм важким
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4022:- топором повалив першого стрічного противника, що вчора ще був його
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4023:- найвірнішим лучником. Зойкнув смертельно ранений і впав під ноги
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4024:- боярина. Товариш його замахнувсь топором на Тугара, щоб помститись
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4025:- смерті товариша, але в тій хвилі його з двох боків піднято на
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4026:- монгольські списи. Цілий перший ряд молодців упав по короткім опорі.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4027:- Се ж були самі найслабші поранені в попередній битві, що в погоні
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4028:- бігли з самого заду. Але все-таки монголів на хвилю вони спинили, а
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4029:- їх щасливіші товариші були вже безпечні на дні вивозу.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4031:- Стійте! кричав до своїх Максим.В ряди і під стіну вивозу! Коли
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4032:- схотять гнатися за нами, то тут їм справимо кроваву купіль.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4034:- Перший ряд скачи за ними,командував у нерозважнім запалі Тугар Вовк.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4035:- І скочив перший ряд монголів, але не встав уже живий, ба многі й до
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4036:- землі не долетіли живі, стрічені в повітрі топорами молодців.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4038:- Гурра! закричали ті, радуючись.Ану, другий ряд, скачи також!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4044:- Тепер не уйдуть нам пташки,радувався він.От уже мої ловці надходять!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4045:- Ану, діти, далі на них!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4051:- Вниз вивозом утікаймо! скрикнули молодці, але один позирк переконав
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4052:- їх, що вся надія на рятунок пропала. При вході внизу чорнілася вже
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4053:- друга купа монголів, що йшла навпроти них, щоб їх зовсім замкнути в
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4054:- тій кам'яній клітці.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4056:- Аж тепер смерть наша! сказав Максим, обтираючи о кожух забитого, при
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4057:- його ногах лежачого монгола свій кровавий топір.Товариші, сміло до
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4058:- остатнього бою!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4081:нечутливими й бездушними. Тільки невеличка горстка найсильніших -
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4082:п'ять їх було,- окруживши Максима, держалися ще просто, мов шпиль
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4090:- їй-богу, славний молодець! сказав він сам до себе.Не дивуюсь, що він
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4091:- очарував мою доньку. І мене самого він міг би очарувати своєю
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4092:- рицарською вдачею!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4097:- Далі, скачіть на них! Нехай скінчиться та різанина. Лиш сього
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4098:- (показав на
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4105:героїв навалилася ціла юрба монголів - і всі полягли головами. Тільки
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4116:- А що, смерде! насмішливо кричав боярин.Бачиш тепер, що я вмію
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4117:- додержати слова? Ану, діти, закуйте його в залізні пута!
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4119:- Хоч і в путах, я все буду вольний чоловік. У мене пута на руках, а в
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4120:- тебе на душі! сказав Максим.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4129:- Прокляті хлопи! буркотів боярин, переглядаючи свої страти.Скілько
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4130:- народу понівечили! Ну, але чорт бери монголів їх не шкода! Коб
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4131:- тільки мені по тих трупах дійти до власті й сили,обернувся б і я
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4132:- лицем проти них. Але сей поганець, сей Максим,то мені борець! А хто
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4133:- знає, може, й він міг би послужити до моєї цілі? Треба використати
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4134:- його, коли його маю в руках. Він мусить служити нам за провідника в
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4135:- горах, бо чорт їх там знає, який се той їх шлях і чи нема де на нім
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4136:- яких манівців. Тепер, коли він у моїх руках, треба приєднати,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4137:- вкоськати його троха, хто знає, на що ще може він пригодитися.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4139:А тим часом монголи готовили вже коней до від'їзду. Максиїл,- скований
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4141:пошарпаною на шматки одежею,- сидів на камені над річкою, німий, з
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4149:Вони, хоч покалічені, носили на собі образ і подобу людську,- а його
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4152:- Сонце праведне! кликнув у своїй душевній муці Максим.Невже ж така
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4153:- твоя воля, щоб я гинув у кайданах? Невже ж ти так часто своїм ясним
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4154:- усміхом вітало дні моєї радості на те лише, щоб сьогодні повітати
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4155:- моє бездонне горе? Сонце, невже ж ти перестало бути добрим богом
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4156:- Тухольщини, а сталося опікуном тих лютих дикунів? . А сонце
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4157:- сміялося! Ясним, гарячим промінням воно блискотіло в калюжах крові,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4158:- цілувало посинілі уста і глибокі рани трупів, крізь які витікав
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4159:- мозок, вистирчу-вали теплі ще людські тельбухи. І таким самим ясним,
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4160:- гарячим промінням воно обливало зелений ліс, і чудові запахущі
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4161:- цвіти, і високі полонини, що купалися в чистім лазуровім ефірі.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4162:- Сонце сміялося і своїм божеським, без-учасним усміхом ще дужче
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Text.php:4163:- ранило роздерту Максимову Душу.
./vendor/fzaninotto/faker/src/Faker/Provider/uk_UA/Address.php:333:        $regionAndCityNumber = rand(0, count(static::$region) - 1);
./vendor/fzaninotto/faker/src/Faker/Provider/ja_JP/Address.php:59:        '{{streetName}}{{lastName}}{{areaNumber}}-{{areaNumber}}-{{areaNumber}}'
./vendor/fzaninotto/faker/src/Faker/Provider/ja_JP/PhoneNumber.php:8:        '080-####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/ja_JP/PhoneNumber.php:9:        '090-####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/ja_JP/PhoneNumber.php:10:        '##-####-####'
./vendor/fzaninotto/faker/src/Faker/Provider/Image.php:88:            // could not contact the distant URL or HTTP error - fail silently.
./vendor/fzaninotto/faker/src/Faker/Provider/Biased.php:29:        return floor($x * ($max - $min + 1) + $min);
./vendor/fzaninotto/faker/src/Faker/Provider/Biased.php:51:        return 1 - $x;
./vendor/fzaninotto/faker/src/Faker/Provider/lv_LV/Person.php:126:        return $datePart . '-' . $randomDigits . $checksum;
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:9:        '+63 (817) ###-####', '+63 (905) ###-####', '+63 (906) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:10:        '+63 (907) ###-####', '+63 (908) ###-####', '+63 (909) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:11:        '+63 (912) ###-####', '+63 (915) ###-####', '+63 (916) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:12:        '+63 (917) ###-####', '+63 (918) ###-####', '+63 (919) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:13:        '+63 (921) ###-####', '+63 (922) ###-####', '+63 (923) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:14:        '+63 (925) ###-####', '+63 (926) ###-####', '+63 (927) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:15:        '+63 (928) ###-####', '+63 (929) ###-####', '+63 (920) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:16:        '+63 (932) ###-####', '+63 (933) ###-####', '+63 (934) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:17:        '+63 (935) ###-####', '+63 (936) ###-####', '+63 (937) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:18:        '+63 (938) ###-####', '+63 (939) ###-####', '+63 (930) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:19:        '+63 (942) ###-####', '+63 (943) ###-####', '+63 (946) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:20:        '+63 (947) ###-####', '+63 (948) ###-####', '+63 (949) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:21:        '+63 (973) ###-####', '+63 (974) ###-####', '+63 (975) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:22:        '+63 (977) ###-####', '+63 (978) ###-####', '+63 (979) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:23:        '+63 (989) ###-####', '+63 (994) ###-####', '+63 (996) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:24:        '+63 (997) ###-####', '+63 (998) ###-####', '+63 (999) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:25:        '(0817) ###-####', '(0905) ###-####', '(0906) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:26:        '(0907) ###-####', '(0908) ###-####', '(0909) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:27:        '(0912) ###-####', '(0915) ###-####', '(0916) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:28:        '(0917) ###-####', '(0918) ###-####', '(0919) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:29:        '(0921) ###-####', '(0922) ###-####', '(0923) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:30:        '(0925) ###-####', '(0926) ###-####', '(0927) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:31:        '(0928) ###-####', '(0929) ###-####', '(0920) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:32:        '(0932) ###-####', '(0933) ###-####', '(0934) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:33:        '(0935) ###-####', '(0936) ###-####', '(0937) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:34:        '(0938) ###-####', '(0939) ###-####', '(0930) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:35:        '(0942) ###-####', '(0943) ###-####', '(0946) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:36:        '(0947) ###-####', '(0948) ###-####', '(0949) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:37:        '(0973) ###-####', '(0974) ###-####', '(0975) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:38:        '(0977) ###-####', '(0978) ###-####', '(0979) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:39:        '(0989) ###-####', '(0994) ###-####', '(0996) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_PH/PhoneNumber.php:40:        '(0997) ###-####', '(0998) ###-####', '(0999) ###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/vi_VN/Address.php:8:    protected static $postcode = array('#####', '######', '#####-####');
./vendor/fzaninotto/faker/src/Faker/Provider/vi_VN/Address.php:10:        'An Giang', 'Bà Rịa - Vũng Tàu',
./vendor/fzaninotto/faker/src/Faker/Provider/vi_VN/PhoneNumber.php:32:            '0[a]-###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/vi_VN/PhoneNumber.php:33:            '(0[a])###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/vi_VN/PhoneNumber.php:34:            '84-[a]-###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/vi_VN/PhoneNumber.php:35:            '(84)([a])###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/vi_VN/PhoneNumber.php:36:            '+84-[a]-###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/vi_VN/PhoneNumber.php:41:            '0[a]-####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/vi_VN/PhoneNumber.php:42:            '(0[a])####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/vi_VN/PhoneNumber.php:43:            '84-[a]-####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/vi_VN/PhoneNumber.php:44:            '(84)([a])####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/vi_VN/PhoneNumber.php:45:            '+84-[a]-####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_ES/Company.php:10:        '{{companyPrefix}} {{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/es_ES/Company.php:11:        '{{lastName}}-{{lastName}} {{companySuffix}}',
./vendor/fzaninotto/faker/src/Faker/Provider/es_ES/Company.php:15:        '{{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/es_ES/Address.php:15:        'Andalucía', 'Aragón', 'Principado de Asturias', 'Illes Balears', 'Canarias', 'Cantabria', 'Castilla y León', 'Castilla - La Mancha', 'Cataluña', 'Comunitat Valenciana', 'Extremadura', 'Galicia', 'Comunidad de Madrid', 'Región de Murcia', 'Comunidad Foral de Navarra', 'País Vasco', 'La Rioja', 'Ceuta', 'Melilla'
./vendor/fzaninotto/faker/src/Faker/Provider/es_ES/PhoneNumber.php:11:        '+34 9##-##-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_ES/PhoneNumber.php:12:        '+34 9##-######',
./vendor/fzaninotto/faker/src/Faker/Provider/es_ES/PhoneNumber.php:16:        '9##-##-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_ES/PhoneNumber.php:17:        '9##-######',
./vendor/fzaninotto/faker/src/Faker/Provider/es_ES/PhoneNumber.php:21:        '+34 6##-##-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_ES/PhoneNumber.php:22:        '+34 6##-######',
./vendor/fzaninotto/faker/src/Faker/Provider/es_ES/PhoneNumber.php:26:        '6##-##-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_ES/PhoneNumber.php:27:        '6##-######',
./vendor/fzaninotto/faker/src/Faker/Provider/hy_AM/PhoneNumber.php:12:        '##-##-##',
./vendor/fzaninotto/faker/src/Faker/Provider/hy_AM/PhoneNumber.php:13:        '###-###',
./vendor/fzaninotto/faker/src/Faker/Provider/Barcode.php:13:        $code = static::numerify(str_repeat('#', $length - 1));
./vendor/fzaninotto/faker/src/Faker/Provider/Barcode.php:23:        $sequence = (strlen($input) - 1) === 8 ? array(3, 1) : array(1, 3);
./vendor/fzaninotto/faker/src/Faker/Provider/Barcode.php:28:        return (10 - $sums % 10) % 10;
./vendor/fzaninotto/faker/src/Faker/Provider/Barcode.php:54:                $digit = (10 - $position) * $digit;
./vendor/fzaninotto/faker/src/Faker/Provider/Barcode.php:57:        $result = (11 - array_sum($digits) % 11) % 11;
./vendor/fzaninotto/faker/src/Faker/Provider/sl_SI/Address.php:14:        'Cerkvenjak', 'Cirkulane', 'Destrnik', 'Divača', 'Dobje', 'Dobrepolje', 'Dobrna', 'Dobrova - Polhov Gradec', 'Dobrovnik',
./vendor/fzaninotto/faker/src/Faker/Provider/sl_SI/Address.php:15:        'Dol pri Ljubljani', 'Dolenjske Toplice', 'Domžale', 'Dornava', 'Dravograd', 'Duplek', 'Gorenja vas - Poljane',
./vendor/fzaninotto/faker/src/Faker/Provider/sl_SI/Address.php:17:        'Horjul', 'Hoče - Slivnica', 'Hrastnik', 'Hrpelje - Kozina', 'Idrija', 'Ig', 'Ilirska Bistrica', 'Ivančna Gorica',
./vendor/fzaninotto/faker/src/Faker/Provider/sl_SI/Address.php:20:        'Kungota', 'Kuzma', 'Laško', 'Lenart', 'Lendava', 'Litija', 'Ljubljana', 'Ljubno', 'Ljutomer', 'Log - Dragomer', 'Logatec',
./vendor/fzaninotto/faker/src/Faker/Provider/sl_SI/Address.php:22:        'Medvode', 'Mengeš', 'Metlika', 'Mežica', 'Miklavž na Dravskem polju', 'Miren - Kostanjevica', 'Mirna Peč', 'Mislinja',
./vendor/fzaninotto/faker/src/Faker/Provider/sl_SI/Address.php:23:        'Mokronog - Trebelno', 'Moravske Toplice', 'Moravče', 'Mozirje', 'Murska Sobota', 'Muta', 'Naklo', 'Nazarje', 'Nova Gorica',
./vendor/fzaninotto/faker/src/Faker/Provider/sl_SI/Address.php:26:        'Radlje ob Dravi', 'Radovljica', 'Ravne na Koroškem', 'Razkrižje', 'Rače - Fram', 'Renče - Vogrsko', 'Rečica ob Savinji',
./vendor/fzaninotto/faker/src/Faker/Provider/sl_SI/Address.php:33:        'Šalovci', 'Šempeter - Vrtojba', 'Šentilj', 'Šentjernej', 'Šentjur', 'Šentrupert', 'Šenčur', 'Škocjan', 'Škofja Loka',
./vendor/fzaninotto/faker/src/Faker/Provider/de_CH/Text.php:1836:    - You pay a royalty fee of 20% of the gross profits you derive from
./vendor/fzaninotto/faker/src/Faker/Provider/de_CH/Text.php:1849:    - You provide a full refund of any money paid by a user who notifies
./vendor/fzaninotto/faker/src/Faker/Provider/de_CH/Text.php:1857:    - You provide, in accordance with paragraph 1.F.3, a full refund of any
./vendor/fzaninotto/faker/src/Faker/Provider/de_CH/Text.php:1862:    - You comply with all other terms of this agreement for free
./vendor/fzaninotto/faker/src/Faker/Provider/de_CH/Text.php:1885:    1.F.2.  LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for the "Right
./vendor/fzaninotto/faker/src/Faker/Provider/de_CH/Text.php:1899:    1.F.3.  LIMITED RIGHT OF REPLACEMENT OR REFUND - If you discover a
./vendor/fzaninotto/faker/src/Faker/Provider/de_CH/Text.php:1925:    1.F.6.  INDEMNITY - You agree to indemnify and hold the Foundation, the
./vendor/fzaninotto/faker/src/Faker/Provider/de_CH/Address.php:111:        '{{firstName}}-{{lastName}}-{{streetSuffixLong}}'
./vendor/fzaninotto/faker/src/Faker/Provider/PhoneNumber.php:9:    protected static $formats = array('###-###-###');
./vendor/fzaninotto/faker/src/Faker/Provider/zh_CN/DateTime.php:9:        return static::dateTime($max)->format('a') === 'am' ? '上午' : '下午';
./vendor/fzaninotto/faker/src/Faker/Provider/zh_CN/DateTime.php:23:        $week = static::dateTime($max)->format('l');
./vendor/fzaninotto/faker/src/Faker/Provider/zh_CN/DateTime.php:43:        $month = static::dateTime($max)->format('F');
./vendor/fzaninotto/faker/src/Faker/Provider/kk_KZ/Text.php:27:Арыстан баб кесенесі - көне Отырар жеріндегі сәулет өнері ескерткіші.
./vendor/fzaninotto/faker/src/Faker/Provider/kk_KZ/Text.php:61:Арыслан бабам сөздерін есітіңіз - тәбәрік.
./vendor/fzaninotto/faker/src/Faker/Provider/kk_KZ/Text.php:133:немесе ақындық шабыт-шалым сынасып, жырмен жарысу есепті...»,- деген М.Әуезов сөздері Арыстанбаб сәулетшісіне
./vendor/fzaninotto/faker/src/Faker/Provider/bn_BD/Address.php:17:    protected static $postcode = array('#####', '#####-####');
./vendor/fzaninotto/faker/src/Faker/Provider/bn_BD/Address.php:62:        'কঙ্গো - ব্রাজাভিল',
./vendor/fzaninotto/faker/src/Faker/Provider/me_ME/Company.php:15:        '13 Jul - Plantaže ', '19 Decembar Podgorica',
./vendor/fzaninotto/faker/src/Faker/Provider/me_ME/Company.php:18:        'Cemex Montenegro', 'Centralna Depozitarna Agencija ', 'Centrokoža-Produkt ', 'CG Broker', 'CMC AD Podgorica', 'Crnagoradrvo', 'Crnagoraput', 'Crnogorska Komercijalna Banka ', 'Crnogorski Telekom', 'Doclea Express Podgorica', 'Društvo Za Upravljanje Investicionim Fondom Atlas Mont', 'Drvoimpex', 'Drvoimpex', 'Drvoimpex', 'Drvoimpex-Bams', 'Drvoimpex-Fincom', 'Drvoimpex-Gm Podgorica', 'Drvoimpex-Mobile', 'Duklja - Zora', 'Duklja Podgorica', 'Duklja-Pekara', 'Duvanski Kombinat, Podgorica',
./vendor/fzaninotto/faker/src/Faker/Provider/me_ME/Company.php:29:        'Sava Montenegro Podgorica', 'Si Promet A.D.', 'Sigmobil', 'Societe Generale Banka Montenegro Ad', 'Solar 80 - Elastik', 'Stadion', 'Šumarsko Preduzeće ',
./vendor/fzaninotto/faker/src/Faker/Provider/en_AU/PhoneNumber.php:10:        '####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_AU/PhoneNumber.php:16:        '0{{areaCode}}-####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_AU/PhoneNumber.php:22:        '(0{{areaCode}})-####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_AU/PhoneNumber.php:28:        '+61-{{areaCode}}-####-####',
./vendor/fzaninotto/faker/src/Faker/Provider/en_AU/PhoneNumber.php:33:    // 04 Mobile telephones (Australia-wide) mostly commonly written 4 - 3 - 3 instead of 2 - 4 - 4
./vendor/fzaninotto/faker/src/Faker/Provider/en_AU/PhoneNumber.php:36:        '04##-###-###',
./vendor/fzaninotto/faker/src/Faker/Provider/en_AU/PhoneNumber.php:39:        '+61-4##-###-###',
./vendor/fzaninotto/faker/src/Faker/Provider/es_VE/PhoneNumber.php:11:        '+58 2##-###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_VE/PhoneNumber.php:12:        '+58 2##-#######',
./vendor/fzaninotto/faker/src/Faker/Provider/es_VE/PhoneNumber.php:16:        '2##-###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_VE/PhoneNumber.php:17:        '2##-#######',
./vendor/fzaninotto/faker/src/Faker/Provider/es_VE/PhoneNumber.php:21:        '+58 4##-###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_VE/PhoneNumber.php:22:        '+58 4##-#######',
./vendor/fzaninotto/faker/src/Faker/Provider/es_VE/PhoneNumber.php:26:        '4##-###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_VE/PhoneNumber.php:27:        '4##-#######',
./vendor/fzaninotto/faker/src/Faker/Provider/he_IL/Address.php:66:        'פדויים', 'פדיה', 'פוריה - כפר עבודה', 'פוריה - נווה עובד', 'פוריה עילית', 'פוריידיס', 'פורת', 'פטיש', 'פלך', 'פלמחים', 'פני חבר', 'פסגות', 'פסוטה', 'פעמי תש"ז', 'פצאל', 'פקיעין חדשה', 'פרדס חנה-כרכור',
./vendor/fzaninotto/faker/src/Faker/Provider/he_IL/Address.php:73:        'רנן', 'רעים', 'רעננה', 'רקפת', 'רשפון', 'רשפים', 'רתמים', 'שאר ישוב', 'שבי ציון', 'שבי שומרון', 'שבלי - אום אל-גנם', 'שגב-שלום', 'שדה אילן', 'שדה אליהו', 'שדה אליעזר', 'שדה בוקר', 'שדה דוד', 'שדה ורבורג',
./vendor/fzaninotto/faker/src/Faker/Provider/he_IL/Address.php:77:        'שפרעם', 'שקד', 'שקף', 'שרונה', 'שריד', 'שרשרת', 'שתולה', 'שתולים', 'תאשור', 'תדהר', 'תובל', 'תומר', 'תושיה', 'תימורים', 'תירוש', 'תל אביב - יפו', 'תל יוסף', 'תל יצחק', 'תל מונד', 'תל עדשים', 'תל קציר',
./vendor/fzaninotto/faker/src/Faker/Provider/he_IL/PhoneNumber.php:8:        '05#-#######',
./vendor/fzaninotto/faker/src/Faker/Provider/he_IL/PhoneNumber.php:9:        '0#-#######',
./vendor/fzaninotto/faker/src/Faker/Provider/he_IL/PhoneNumber.php:10:        '972-5#-#######',
./vendor/fzaninotto/faker/src/Faker/Provider/he_IL/PhoneNumber.php:11:        '972-#-########',
./vendor/fzaninotto/faker/src/Faker/Provider/id_ID/Person.php:31:     * @link http://www.nama.web.id/search.php?gender=male&origin=Indonesia+-+Jawa&letter=&submit=Search
./vendor/fzaninotto/faker/src/Faker/Provider/Internet.php:157:        return join($words, '-');
./vendor/fzaninotto/faker/src/Faker/Provider/sk_SK/Company.php:9:        '{{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/Company.php:9:        '{{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:10:        '###-###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:11:        '(##)4###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:12:        '(##)4###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:13:        '(##)4###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:14:        '(##)4###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:15:        '(##)154###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:16:        '(##)5###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:17:        '(##)5###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:18:        '(##)155###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:19:        '(##)155###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:20:        '(##)155###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:21:        '(##)6###-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:22:        '(###)4##-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:23:        '(###)4##-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:24:        '(###)4##-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:25:        '(###)5##-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:26:        '(###)5##-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:27:        '(###)5##-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:28:        '(###)154##-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:29:        '(###)154##-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:30:        '(###)155##-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:31:        '(###)155##-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:32:        '(###)155##-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:33:        '(####)4#-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:34:        '(####)4#-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:35:        '(####)4#-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:36:        '(####)4#-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:37:        '(####)154#-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:38:        '(####)154#-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:39:        '(####)154#-####',
./vendor/fzaninotto/faker/src/Faker/Provider/es_AR/PhoneNumber.php:40:        '(####)155#-####',
./vendor/fzaninotto/faker/src/Faker/Provider/nb_NO/Person.php:17:        '{{firstName}} {{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/nb_NO/Person.php:18:        '{{firstName}} {{firstName}} {{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/fi_FI/Company.php:9:        '{{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/fi_FI/Address.php:43:        '{{cityPrefix}}-{{firstName}}{{citySuffix}}',
./vendor/fzaninotto/faker/src/Faker/Provider/fi_FI/Address.php:44:        '{{cityPrefix}}-{{firstName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/fi_FI/PhoneNumber.php:14:        '###-########',
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:46:-- Monsieur Roger, lui dit-il à demi-voix, voici un élève que je
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:91:-- Levez-vous, dit le professeur.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:98:-- Débarrassez-vous donc de votre casque, dit le professeur, qui
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:106:-- Levez-vous, reprit le professeur, et dites-moi votre nom.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:111:-- Répétez!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:116:-- Plus haut! cria le maître, plus haut!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:136:-- Que cherchez-vous? demanda le professeur.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:138:-- Ma cas... fit timidement le nouveau, promenant autour de lui
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:141:-- Cinq cents vers à toute la classe! exclamé d'une voix furieuse,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:142:arrêta, comme le _Quos ego_, une bourrasque nouvelle. -- Restez
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:150:-- Eh! vous la retrouverez, votre casquette; on ne vous l'a pas
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:481:-- Êtes-vous le médecin? demanda l'enfant.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:599:-- Cherchez-vous quelque chose? demanda-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:601:-- Ma cravache, s'il vous plaît, répondit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:666:-- C'est donc pour cela, se disait-elle, qu'il a la figure si
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:676:-- D'où vient qu'il retournait aux Bertaux, puisque M. Rouault
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:680:il lui fallait des demoiselles de ville! -- Et elle reprenait:
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:682:-- La fille au père Rouault, une demoiselle de ville! Allons donc!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:751:-- Je sais ce que c'est! disait-il en lui frappant sur l'épaule;
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:852:rendît peut-être la campagne plus ennuyeuse encore durant l'été; -
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:853:- et, selon ce qu'elle disait, sa voix était claire, aiguë, ou se
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:856:même, -- tantôt joyeuse, ouvrant des yeux naïfs, puis les
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:909:-- S'il me la demande, se dit-il; je la lui donne.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:918:-- Maître Rouault, murmura-t-il, je voudrais bien vous dire
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:923:-- Mais contez-moi votre histoire! est-ce que je ne sais pas tout?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:926:-- Père Rouault..., père Rouault..., balbutia Charles.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:928:-- Moi, je ne demande pas mieux, continua le fermier. Quoique sans
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:1001:des redingotes, des vestes, des habits-vestes: -- bons habits,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:1367:contribuait pas à la consommation immédiate de son coeur, -- étant
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:1446:des chameaux accroupis; -- le tout encadré d'une forêt vierge bien
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:1501:la splendeur des ciels poétiques; -- et elle ne pouvait s'imaginer
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:1680:-- Pourquoi, mon Dieu! me suis-je mariée?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:1708:-- Allons, baisez maîtresse, vous qui n'avez pas de chagrins.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:1877:-- Les sous-pieds vont me gêner pour danser, dit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:1879:-- Danser? reprit Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:1881:-- Oui!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:1883:-- Mais tu as perdu la tête! on se moquerait de toi, reste à ta
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:1900:-- Laisse-moi! dit-elle, tu me chiffonnes.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:1991:-- Que vous seriez bon, monsieur, dit la dame, de vouloir bien
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2117:-- Il y a même deux cigares dedans, dit-il; ce sera pour ce soir,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2120:-- Tu fumes donc? demanda-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2122:-- Quelquefois, quand l'occasion se présente.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2129:-- Partez! dit Emma. C'est se moquer, je vous chasse.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2135:-- Cela fait plaisir de se retrouver chez soi!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2142:-- Est-ce que tu l'as renvoyée pour tout de bon? dit-il enfin.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2144:-- Oui. Qui m'en empêche? répondit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2150:-- Tu vas te faire mal, dit-elle dédaigneusement.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2210:-- Ils y seront demain! se disait-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2381:-- Quel pauvre homme! quel pauvre homme! disait-elle tout bas, en
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2445:-- J'ai tout lu, se disait-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2783:-- Vous vous nourrissez des morts, Lestiboudois! lui dit enfin un
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2823:-- Artémise! criait la maîtresse d'auberge, casse de la bourrée,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2834:-- Le mal ne serait pas grand, répondit M. Homais vous en
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2837:-- Un autre billard! exclama la veuve.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2839:-- Puisque celui-là ne tient plus, madame Lefrançois; je vous le
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2847:-- Son billard, vous avez beau dire, est plus mignon que le vôtre;
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2851:-- Ce ne sont pas des gueux comme lui qui nous font peur!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2862:-- L'attendez-vous pour le dîner de vos messieurs? demanda le
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2865:-- L'attendre? Et M. Binet donc! À six heures battant vous allez
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2874:-- C'est qu'il y a bien de la différence, voyez-vous, entre
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2902:-- Ce ne sont pas les civilités qui lui useront la langue! dit le
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2905:-- Jamais il ne cause davantage, répondit-elle; il est venu ici,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2911:-- Oui, fit le pharmacien, pas d'imagination, pas de saillies,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2914:-- On dit pourtant qu'il a des moyens, objecta l'hôtesse.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2916:-- Des moyens? répliqua M. Homais; lui! des moyens? Dans sa
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2921:-- Ah! qu'un négociant qui a des relations considérables, qu'un
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2936:-- Qu'y a-t-il pour votre service, monsieur le curé? demanda la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2956:-- D'ailleurs, il en plierait quatre comme vous sur son genou. Il
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2960:-- Bravo! dit le pharmacien. Envoyez donc vos filles en confesse à
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2966:-- Taisez-vous donc, monsieur Homais! vous êtes un impie! vous
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:2971:-- J'ai une religion, ma religion, et même j'en ai plus qu'eux
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3080:-- Madame, sans doute, est un peu lasse? On est si
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3083:-- Il est vrai, répondit Emma; mais le dérangement m'amuse
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3086:-- C'est une chose si maussade, soupira le clerc, que de vivre
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3089:-- Si vous étiez comme moi, dit Charles, sans cesse obligé d'être
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3092:-- Mais, reprit Léon. s'adressant à madame Bovary, rien n'est plus
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3095:-- Du reste, disait l'apothicaire, l'exercice de la médecine n'est
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3115:quatre Fahrenheit (mesure anglaise), pas davantage! -- et, en
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3127:engendrer des miasmes insalubres; -- cette chaleur, dis-je, se
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3134:-- Avez-vous du moins quelques Promenades dans les environs?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3137:-- Oh! fort peu, répondit-il. Il y a un endroit que l'on nomme la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3142:-- Je ne trouve rien d'admirable comme les soleils couchants,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3145:-- Oh! j'adore la mer, dit M. Léon.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3147:-- Et puis ne vous semble-t-il pas, répliqua madame Bovary, que
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3152:-- Il en est de même des paysages de montagnes, reprit Léon. J'ai
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3164:-- Vous faites de la musique? demanda-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3166:-- Non, mais je l'aime beaucoup, répondit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3168:-- Ah! ne l'écoutez pas, madame Bovary, interrompit Homais en se
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3169:penchant sur son assiette, c'est modestie pure. -- Comment, mon
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3184:-- Et quelle musique préférez-vous?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3186:-- Oh! la musique allemande, celle qui porte à rêver.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3188:-- Connaissez-vous les Italiens?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3190:-- Pas encore; mais je les verrai l'année prochaine, quand j'irai
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3193:-- C'est comme j'avais l'honneur, dit le pharmacien, de l'exprimer
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3206:-- Ma femme ne s'en occupe guère, dit Charles; elle aime mieux,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3210:-- C'est comme moi, répliqua Léon; quelle meilleure chose, en
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3214:-- N'est-ce pas? dit-elle, en fixant sur lui ses grands yeux noirs
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3217:-- On ne songe à rien, continuait-il, les heures passent. On se
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3223:-- C'est vrai! c'est vrai! disait-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3225:-- Vous est-il arrivé parfois, reprit Léon, de rencontrer dans un
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3230:-- J'ai éprouvé cela, répondit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3232:-- C'est pourquoi, dit-il, j'aime surtout les poètes. Je trouve
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3236:-- Cependant ils fatiguent à la longue, reprit Emma; et
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3241:-- En effet, observa le clerc, ces ouvrages ne touchant pas le
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3248:-- Comme Tostes, sans doute, reprit Emma; aussi j'étais toujours
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3251:-- Si Madame veut me faire l'honneur d'en user, dit le pharmacien,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3306:avec des matelas sur des chaises et des cuvettes sur le parquet, -
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3307:- les deux hommes qui avaient apporté, les meubles ayant tout
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3447:-- C'est une fille! dit Charles.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3465:-- M. Léon; disait le pharmacien, avec qui j'en causais l'autre
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3526:-- Charles, prends garde à toi!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3556:-- Si..., reprit Léon, n'osant poursuivre.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3558:-- Avez-vous affaire quelque part? demanda-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3591:-- Entrez, dit-elle; votre petite est là qui dort.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3618:-- Elle m'en fait bien d'autres, disait-elle, et je ne suis
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3624:-- C'est bien, c'est bien! dit Emma. Au revoir, mère Rolet!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3631:-- J'en suis si rompue quelquefois, que je m'endors sur ma chaise;
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3640:-- Qu'y a-t-il?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3646:-- Achevez plus vite, dit Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3648:-- Eh bien, reprit la nourrice poussant des soupirs entre chaque
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3652:-- Puisque vous en aurez, répétait Emma, je vous en donnerai!...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3655:-- Hélas! ma pauvre chère dame, c'est qu'il a, par suite de ses
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3659:-- Mais dépêchez-vous, mère Rolet!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3661:-- Donc, reprit celle-ci faisant une révérence, si ce n'était pas
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3662:trop vous demander..., -- elle salua encore une fois, -- quand
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3663:vous voudrez, -- et son regard suppliait, -- un cruchon d'eau-de-
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3705:-- Vous irez? demanda-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3707:-- Si je le peux, répondit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3724:regarder où poser sa bottine, -- et, chancelant sur le caillou qui
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3739:-- Comme je m'ennuie! se disait-il, comme je m'ennuie!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3751:tout aller dans son ménage, et détestant les corsets; -- mais si
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3821:-- Mon gaillard, disait-il, commence à avoir des idées, et je
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3908:-- Que m'importe, à moi, puisque je ne suis pas de sa société!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3924:de grands éclats et des fulgurations, -- ouragan des cieux qui
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3976:-- Malheureux! s'écria tout à coup l'apothicaire.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:3984:-- Ah! se dit-elle, il porte un couteau dans sa poche, comme un
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4002:-- Oui, charmant! charmant!... N'aime-t-il pas? se demanda-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4017:-- M. Léon, dit-il, est remonté de bonne heure.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4055:-- Je n'ai besoin de rien, dit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4069:-- Combien coûtent-elles?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4071:--Une misère, répondit-il, une, misère; mais rien ne presse; quand
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4077:-- Eh bien; nous nous entendrons plus tard; avec les dames je me
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4082:-- C'était pour vous dire, reprit-il d'un air bonhomme après sa
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4088:-- Ah! fit-il vivement et à voix basse, je n'aurais pas besoin
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4094:-- Qu'est-ce qu'il a donc, le père Tellier?... Il tousse qu'il en
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4105:-- C'est le temps, sans doute, dit-il en regardant les carreaux
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4117:-- Comme j'ai été sage! se disait-elle en songeant aux écharpes.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4131:-- Pauvre garçon! pensait-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4133:-- En quoi lui déplais-je? se demandait-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4138:-- Votre abonnement de musique est terminé, dois-je le reprendre?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4140:-- Non, répondit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4142:-- Pourquoi?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4144:-- Parce que...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4153:-- Vous l'abandonnez donc? reprit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4155:-- Quoi? dit-elle vivement; la musique? Ah! mon Dieu, oui! n'ai-je
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4162:-- Il est si bon!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4169:-- Ah! c'est un brave homme, reprit Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4171:-- Certes, reprit le clerc:
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4176:-- Qu'est-ce que cela fait? interrompit Emma. Une bonne mère de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4199:se soumettait sans un murmure; -- et lorsque Léon le voyait au
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4206:-- Quelle folie! se disait-il, et comment arriver jusqu'à elle?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4231:-- C'est une femme de grands moyens et qui ne serait pas déplacée
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4267:souffrance; -- et, au lieu d'en détourner sa pensée; elle l'y
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4300:-- D'ailleurs, il ne m'aime plus, pensait-elle; que devenir? quel
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4306:-- Pourquoi ne point le dire à Monsieur? lui demandait la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4309:-- Ce sont les nerfs, répondait Emma; ne lui en parle pas, tu
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4312:-- Ah! oui, reprenait Félicité, vous êtes justement comme la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4325:-- Mais, moi, reprenait Emma, c'est après le mariage que ça m'est
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4390:-- Où est le curé? demanda madame Bovary à un jeune garçon qui
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4393:-- Il va venir, répondit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4398:-- Ces polissons-là! murmura l'ecclésiastique, toujours les mêmes!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4403:-- Ça ne respecte rien!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4407:-- Excusez-moi, dit-il, je ne vous remettais pas.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4421:-- Comment vous portez-vous? ajouta-t-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4423:-- Mal, répondit Emma; je souffre.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4425:-- Eh bien, moi aussi, reprit l'ecclésiastique. Ces premières
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4430:-- Lui! fit-elle avec un geste de dédain.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4432:-- Quoi! répliqua le bonhomme tout étonné, il ne vous ordonne pas
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4435:-- Ah! dit Emma, ce ne sont pas les remèdes de la terre qu'il me
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4442:-- Je voudrais savoir..., reprit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4444:-- Attends, attends, Riboudet, cria l'ecclésiastique d'une voix
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4450:-- C'est le fils de Boudet le charpentier; ses parents sont à leur
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4456:mot-là à Monseigneur, qui en a ri... il a daigné en rire. -- Et
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4461:-- Toujours fort occupé, sans doute? car nous sommes certainement,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4468:-- Oui..., dit-elle, vous soulagez toutes les misères.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4470:-- Ah! ne m'en parlez pas, madame Bovary! Ce matin même, il a
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4486:-- Allez, dit-il quand il fut revenu près d'Emma, et en déployant
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4490:-- Il y en a d'autres, répondit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4492:-- Assurément! les ouvriers des villes, par exemple.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4494:-- Ce ne sont pas eux...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4496:-- Pardonnez-moi! j'ai connu là de pauvres mères de famille, des
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4500:-- Mais celles, reprit Emma (et les coins de sa bouche se
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4504:-- De feu l'hiver, dit le prêtre.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4506:-- Eh! qu'importe?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4508:-- Comment! qu'importe? Il me semble, à moi, que lorsqu'on est
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4511:-- Mon Dieu! mon Dieu! soupirait-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4513:-- Vous vous trouvez gênée? fit-il, en s'avançant d'un air
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4518:-- Pourquoi?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4522:-- C'est que vous passiez la main sur votre front. J'ai cru qu'un
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4527:-- Mais vous me demandiez quelque chose? Qu'est-ce donc? Je ne
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4530:-- Moi? Rien..., rien..., répétait Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4536:-- Alors, madame Bovary, dit-il enfin, faites excuse, mais le
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4558:-- Êtes-vous chrétien?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4560:-- Oui, je suis chrétien.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4562:-- Qu'est-ce qu'un chrétien?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4564:-- C'est celui qui, étant baptisé..., baptisé..., baptisé.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4580:-- Laisse-moi! dit celle-ci en l'écartant avec la main.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4587:-- Laisse-moi! répéta la jeune femme tout irritée.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4591:-- Eh! laisse-moi donc! fit-elle en la repoussant du coude.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4600:-- Regarde donc, cher ami, lui dit Emma d'une voix tranquille:
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4618:-- C'est une chose étrange, pensait Emma, comme cette enfant est
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4625:-- Puisque je t'assure que ce ne sera rien, dit-il en la baisant
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4650:--Tu prétends donc en faire des Caraïbes ou des Botocudos?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4655:-- J'aurais à vous entretenir, avait-il soufflé bas à l'oreille du
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4658:-- Se douterait-il de quelque chose? se demandait Léon. Il avait
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4681:-- C'est que vous ne prenez point assez de distractions, disait le
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4684:-- Lesquelles?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4686:-- Moi, à votre place, j'aurais un tour!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4688:-- Mais je ne sais pas tourner, répondait le clerc.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4690:-- Oh! c'est vrai! faisait l'autre en caressant sa mâchoire, avec
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4742:-- C'est encore moi! dit Léon.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4744:-- J'en étais sûre!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4751:-- Monsieur n'est donc pas là? reprit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4753:-- Il est absent.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4757:-- Il est absent.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4763:-- Je voudrais bien embrasser Berthe, dit Léon.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4776:-- Adieu, pauvre enfant! adieu, chère petite, adieu! Et il la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4779:-- Emmenez-la, dit celle-ci.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4787:-- Il va pleuvoir, dit Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4789:-- J'ai un manteau, répondit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4791:-- Ah!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4798:-- Allons, adieu! soupira-t-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4802:-- Oui, adieu..., partez!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4807:-- À l'anglaise donc, fit-elle abandonnant la sienne tout en
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4829:-- Embrassez-moi, dit l'apothicaire les larmes aux yeux. Voilà
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4833:-- Allons, Léon, en voiture! dit le notaire.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4838:-- Bon voyage!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4840:-- Bonsoir, répondit M. Guillaumin. Lâchez tout! Ils partirent, et
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4857:-- Ah! qu'il doit être loin déjà! pensa-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4862:-- Eh bien, dit-il en s'asseyant, nous avons donc tantôt embarqué
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4865:-- Il paraît! répondit le médecin.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4869:-- Et quoi de neuf chez vous?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4871:-- Pas grand-chose. Ma femme, seulement, a été, cette après-midi,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4877:-- Ce pauvre Léon! disait Charles, comment va-t-il vivre à
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4882:-- Allons donc! dit le pharmacien en claquant de la langue, les
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4886:-- Je ne crois pas qu'il se dérange, objecta Bovary.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4888:-- Ni moi! reprit vivement M. Homais, quoiqu'il lui faudra
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4898:-- Mais, dit le médecin, j'ai peur pour lui que... là-bas...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4900:-- Vous avez raison, interrompit l'apothicaire, c'est le revers de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4912:-- C'est vrai, répondit Charles; mais je pensais surtout aux
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4918:-- À cause du changement de régime, continua le pharmacien, et de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4931:-- Pas un instant de répit! s'écria-t-il, toujours à la chaîne! Je
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4937:-- À propos, dit-il, savez-vous la nouvelle?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4939:-- Quoi donc?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:4941:-- C'est qu'il est fort probable, reprit Homais en dressant ses
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5035:-- J'y vais, balbutiait-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5061:-- Ah bah! répondit-elle, qu'est-ce que cela fait?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5073:-- Sais-tu ce qu'il faudrait à ta femme? reprenait la mère Bovary.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5079:-- Pourtant elle s'occupe, disait Charles.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5081:-- Ah! elle s'occupe! À quoi donc? À lire des romans, de mauvais
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5130:-- Puis-je voir Monsieur? demanda-t-il à Justin, qui causait sur
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5135:-- Dites-lui que M. Rodolphe Boulanger de la Huchette est là.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5149:-- Ça me purgera, objectait-il à tous les raisonnements.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5154:-- N'ayez point peur, mon brave.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5156:-- Non, non, répondit l'autre, marchez toujours!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5162:-- Approche le vase! exclama Charles.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5164:-- Guête! disait le paysan, on jurerait une petite fontaine qui
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5168:-- Quelquefois, reprit l'officier de santé, l'on n'éprouve rien au
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5176:-- Je m'en doutais, dit Bovary en appliquant son doigt sur la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5182:-- Ma femme! ma femme! appela Charles.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5186:-- Du vinaigre! cria-t-il. Ah! mon Dieu, deux à la fois!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5190:-- Ce n'est rien, disait tout tranquillement M. Boulanger, tandis
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5206:-- Il faudrait, dit Charles, lui cacher cela.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5212:salle; -- et, comme Emma, baissée; chancelait un peu en écartant
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5221:-- Sot! disait-il; petit sot, vraiment! sot en trois lettres!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5233:-- Qui t'a prié de venir? Tu importunes toujours monsieur et
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5242:-- C'est extraordinaire pour une dame! dit M. Boulanger. Du reste,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5247:-- Moi, dit l'apothicaire, la vue du sang des autres ne me fait
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5254:-- Elle m'a procuré l'avantage de votre connaissance, ajouta-t-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5266:-- Elle est fort gentille! se disait-il; elle est fort gentille,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5276:-- Je le crois très bête. Elle en est fatiguée sans doute. Il
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5291:-- Ah! madame Bovary, pensa-t-il, est bien plus jolie qu'elle,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5302:-- Oh! je l'aurai! s'écria-t-il en écrasant, d'un coup de bâton,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5308:-- Où se rencontrer? par quel moyen? On aura continuellement le
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5315:-- C'est qu'elle a des yeux qui vous entrent au coeur comme des
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5320:-- Il n'y a plus qu'à chercher les occasions. Eh bien, j'y
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5378:-- Quelle bêtise! quelle bêtise avec leur baraque de toile!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5387:-- un chapeau bas de forme.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5389:-- Serviteur! dit-il; excusez-moi, je suis pressé.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5393:-- Cela vous semble drôle, n'est-ce pas? moi qui reste toujours
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5397:-- Quel fromage? fit l'aubergiste.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5399:-- Non, rien! ce n'est rien! reprit Homais. Je voulais vous
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5404:-- Ah! vous allez là-bas? dit-elle avec un air de dédain.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5406:-- Oui, j'y vais, répliqua l'apothicaire étonné; ne fais-je point
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5412:-- C'est autre chose! Mais qu'est-ce que la culture vous regarde?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5415:-- Certainement, je m'y entends, puisque je suis pharmacien,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5426:-- Croyez-vous qu'il faille, pour être agronome, avoir soi-même
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5446:-- Plût à Dieu que nos agriculteurs fussent des chimistes, ou que
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5459:-- Voyez-les donc! disait-elle, on n'y comprend rien! une gargote
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5466:-- Du reste, il n'en a pas pour longtemps, ajouta-t-elle; avant
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5472:-- Comment! vous ne savez pas cela? On va le saisir cette semaine.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5475:-- Quelle épouvantable catastrophe! s'écria l'apothicaire, qui
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5484:-- Ah! tenez, dit-elle, le voilà sous les halles; il salue madame
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5488:-- Madame Bovary! fit Homais. Je m'empresse d'aller lui offrir mes
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5503:-- C'est pour éviter ce gros homme: vous savez, l'apothicaire.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5507:-- Qu'est-ce que cela signifie? se demanda-t-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5522:-- Se moque-t-elle de moi? songeait Rodolphe.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5528:-- Voici une journée superbe! tout le monde est dehors! les vents
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5539:-- Bonsoir, M. Lheureux! au plaisir!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5541:-- Comme vous l'avez congédié! dit-elle en riant.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5543:-- Pourquoi, reprit-il, se laisser envahir par les autres? et,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5550:-- Voici de gentilles pâquerettes, dit-il, et de quoi fournir bien
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5555:-- Si j'en cueillais. Qu'en pensez-vous?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5557:-- Est-ce que vous êtes amoureux? fit-elle en toussant un peu.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5559:-- Eh! eh! qui sait? répondit Rodolphe.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5598:-- Comment, monsieur Boulanger, vous nous abandonnez?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5603:-- Ma foi, non, reprit-il, je n'irai pas; votre compagnie vaut
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5624:-- D'ailleurs, ajouta-t-il, quand on habite la campagne...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5626:-- Tout est peine perdue, dit Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5628:-- C'est vrai! répliqua Rodolphe. Songer que pas un seul de ces
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5635:-- Aussi, disait Rodolphe, je m'enfonce dans une tristesse...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5637:-- Vous! fit-elle avec étonnement. Mais je vous croyais très gai?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5639:-- Ah! oui, d'apparence, parce qu'au milieu du monde je sais
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5645:-- Oh! Et vos amis? dit-elle. Vous n'y pensez pas.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5647:-- Mes amis? lesquels donc? en ai-je? Qui s'inquiète de moi?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5668:-- Oui! tant de choses m'ont manqué! toujours seul! Ah! si j'avais
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5674:-- Il me semble pourtant, dit Emma, que vous n'êtes guère à
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5677:-- Ah! vous trouvez? fit Rodolphe.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5679:-- Car enfin..., reprit-elle, vous êtes libre.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5683:-- Riche.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5685:-- Ne vous moquez pas de moi, répondit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5705:-- Balancez! cria Binet.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5707:-- Halte! cria le colonel. Par file à gauche!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5758:-- Moi, je trouve, dit M. Lheureux (s'adressant au pharmacien, qui
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5763:-- Certes, répondit Homais. Mais, que voulez-vous! c'est le maire
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5797:-- Je devrais, dit Rodolphe, me reculer un peu.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5799:-- Pourquoi? dit Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5811:-- C'est qu'on pourrait, reprit Rodolphe, m'apercevoir d'en bas;
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5815:-- Oh! vous vous calomniez, dit Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5817:-- Non, non, elle est exécrable, je vous jure.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5829:-- Du reste, ajouta Rodolphe, peut-être, au point de vue du monde,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5832:-- Comment cela? fit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5834:-- Eh quoi! dit-il, ne savez-vous pas qu'il y a des âmes sans
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5843:-- Nous n'avons pas même cette distraction, nous autres pauvres
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5846:-- Triste distraction car on n'y trouve pas le bonheur.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5848:-- Mais le trouve-t-on jamais? demanda-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5850:-- Oui, il se rencontre un jour, répondit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5859:-- Il se rencontre un jour, répéta Rodolphe, un jour, tout à coup,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5888:-- Ah! encore, dit Rodolphe. Toujours les devoirs, je suis assommé
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5897:-- Cependant..., cependant..., objectait madame Bovary.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5899:-- Eh non! pourquoi déclamer contre les passions? Ne sont-elles
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5904:-- Mais il faut bien, dit Emma, suivre un peu l'opinion du monde
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5907:-- Ah! c'est qu'il y en a deux, répliqua-t-il. La petite, la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:5978:-- Est-ce que cette conjuration du monde ne vous révolte pas? Est-
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6058:-- Ainsi, nous, disait-il, pourquoi nous sommes-nous connus? quel
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6067:-- Tantôt, par exemple, quand je suis venu chez vous...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6071:-- Savais-je que je vous accompagnerais?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6075:-- Cent fois même j'ai voulu partir, et je vous ai suivie, je suis
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6080:-- Comme je resterais ce soir, demain, les autres jours, toute ma
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6085:-- Car jamais je n'ai trouvé dans la société de personne un charme
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6090:-- Aussi, moi, j'emporterai votre souvenir.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6094:-- Mais vous m'oublierez, j'aurai passé comme une ombre.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6098:-- Oh! non, n'est-ce pas, je serai quelque chose dans votre
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6110:-- Oh! merci! Vous ne me repoussez pas! Vous êtes bonne! vous
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6124:«Engrais flamand, -- culture du lin, -- drainage, -- baux à longs
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6125:termes, -- services de domestiques.»
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6133:médaille d'argent -- du prix de vingt-cinq francs!»
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6140:-- Vas-y!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6142:-- Non.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6144:-- À gauche!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6146:-- N'aie pas peur!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6148:-- Ah! qu'elle est bête!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6150:-- Enfin y est-elle? s'écria Tuvache.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6152:-- Oui!... la voilà!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6154:-- Qu'elle approche donc!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6181:-- Approchez, vénérable Catherine-Nicaise-Élisabeth Leroux! dit
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6188:-- Approchez, approchez!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6190:-- Êtes-vous sourde? dit Tuvache, en bondissant sur son fauteuil.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6194:-- Cinquante-quatre ans de service! Une médaille d'argent! Vingt-
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6201:-- Je la donnerai au curé de chez nous, pour qu'il me dise des
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6204:-- Quel fanatisme! exclama le pharmacien, en se penchant vers le
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6266:-- En vérité, dit l'apothicaire, on devrait bien sévir contre
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6277:-- Peut-être ne feriez-vous pas mal, lui dit Homais, d'envoyer un
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6280:--Laissez-moi donc tranquille, répondit le percepteur, puisqu'il
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6283:-- Rassurez-vous, dit l'apothicaire, quand il fut revenu près de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6288:-- Ma foi! j'en ai besoin, fit madame Homais qui bâillait
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6294:-- Oh! oui, bien belle!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6350:-- N'y retournons pas de sitôt, ce serait une faute.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6356:-- Mais, si du premier jour elle m'a aimé, elle doit, par
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6370:-- Moi, dit-il, j'ai eu des affaires. J'ai été malade.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6372:-- Gravement? s'écria-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6374:-- Eh bien, fit Rodolphe en s'asseyant à ses côtés sur un
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6377:-- Pourquoi?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6379:-- Vous ne devinez pas?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6384:-- Emma...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6386:-- Monsieur! fit-elle en s'écartant un peu.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6388:-- Ah! vous voyez bien, répliqua-t-il d'une voix mélancolique, que
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6396:-- D'un autre!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6400:-- Oui, je pense à vous continuellement!... Votre souvenir me
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6412:-- Mais, si je ne suis pas venu, continua-t-il, si je n'ai pu vous
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6423:-- Oh! vous êtes bon! dit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6425:-- Non, je vous aime, voilà tout! Vous n'en doutez pas! Dites-le-
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6432:-- Que vous seriez charitable, poursuivit-il en se relevant, de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6439:-- Bonjour, docteur, lui dit Rodolphe.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6444:-- Madame m'entretenait, fit-il donc, de sa santé...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6450:-- Certes! excellent, parfait!... Voilà une idée! Tu devrais la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6458:-- J'y passerai, dit Bovary.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6460:-- Non, non, je vous l'enverrai; nous viendrons, ce sera plus
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6463:-- Ah! fort bien. Je vous remercie.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6467:-- Pourquoi n'acceptes-tu pas les propositions de M. Boulanger,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6473:-- Ah! je m'en moque pas mal! dit Charles en faisant une
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6476:-- Eh! comment veux-tu que je monte à cheval, puisque je n'ai pas
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6479:-- Il faut t'en commander une! répondit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6500:-- Un malheur arrive si vite! Prenez garde! Vos chevaux peut-être
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6508:-- Bonne promenade! cria M. Homais. De la prudence, surtout! de la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6551:-- Dieu nous protège! dit Rodolphe.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6553:-- Vous croyez? fit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6555:-- Avançons! avançons! reprit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6581:-- Je suis fatiguée, dit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6583:-- Allons, essayez encore! reprit-il. Du courage!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6590:-- Où allons-nous donc?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6607:-- Est-ce que nos destinées maintenant ne sont pas communes.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6609:-- Eh non! répondit-elle. Vous le savez bien. C'est impossible.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6615:-- Ah! tenez, n'en parlons plus... Où sont les chevaux?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6620:-- Où sont les chevaux? où sont les chevaux?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6626:-- Oh! vous me faites peur! vous me faites mal! Partons.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6628:-- Puisqu'il le faut, reprit-il en changeant de visage.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6633:-- Qu'aviez-vous donc? Pourquoi? Je n'ai pas compris! Vous vous
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6645:-- Oh! encore, dit Rodolphe. Ne partons pas! Restez!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6652:-- J'ai tort, j'ai tort, disait-elle. Je suis folle de vous
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6655:-- Pourquoi?... Emma! Emma!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6657:-- Oh! Rodolphe!... fit lentement la jeune femme en se penchant
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6699:-- Emma! dit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6701:-- Quoi?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6703:-- Eh bien, j'ai passé cette après-midi chez M. Alexandre; il a
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6710:-- Pensant même que cela te serait agréable, je l'ai retenue...,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6716:-- Sors-tu ce soir? demanda-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6718:-- Oui. Pourquoi?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6720:-- Oh! rien, rien, mon ami.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6792:-- Te voilà! te voilà! répétait-il. Comment as-tu fait pour
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6795:-- Je t'aime! répondit-elle en lui passant les bras autour du cou.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6833:-- Qu'as-tu donc? dit-elle. Souffres-tu? Parle-moi!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6862:-- Vous auriez dû parler de loin! s'écria-t-il. Quand on aperçoit
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6876:-- Il ne fait pas chaud, ça pique!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6880:-- Et vous voilà sortie de bien bonne heure?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6882:-- Oui, dit-elle en balbutiant; je viens de chez la nourrice où
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6885:-- Ah! fort bien! fort bien! Quant à moi, tel que vous me voyez,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6889:-- Bonsoir, monsieur Binet, interrompit-elle en lui tournant les
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6892:-- Serviteur, madame, reprit-il d'un ton sec.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6913:-- Donnez-moi, je vous prie, une demi-once de vitriol.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6915:-- Justin, cria l'apothicaire, apporte-nous l'acide sulfurique.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6920:-- Non, restez, ce n'est pas la peine, elle va descendre.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6933:-- Acide de sucre? fit le pharmacien dédaigneusement. Je ne
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6941:-- En effet, le temps n'est pas propice, à cause de l'humidité.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6943:-- Cependant, reprit le percepteur d'un air finaud, il y a des
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6948:-- Donnez-moi encore...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6950:-- Il ne s'en ira donc jamais! pensait-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6952:-- Une demi-once d'arcanson et de térébenthine, quatre onces de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6967:-- Comment va votre jeune personne? demanda tout à coup madame
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6970:-- Silence! exclama son mari, qui écrivait des chiffres sur le
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6973:-- Pourquoi ne l'avez-vous pas amenée? reprit-elle à demi-voix.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6975:-- Chut! chut! fit Emma en désignant du doigt l'apothicaire.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6981:-- Comme vous respirez fort! dit madame Homais.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:6983:-- Ah! c'est qu'il fait un peu chaud, répondit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7004:-- Viens donc, Emma, disait-il, il est temps.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7006:-- Oui, j'y vais! répondait-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7045:-- On vient! dit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7049:-- As-tu tes pistolets?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7051:-- Pourquoi?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7053:-- Mais... pour te défendre, reprit Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7055:-- Est-ce de ton mari? Ah! le pauvre garçon!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7066:Charles, n'étant pas ce qui s'appelle dévoré de jalousie; -- et, à
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7080:-- Je suis sûre que là-haut, ensemble, elles approuvent notre
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7186:l'amour; -- les perdant ainsi continuellement le long de sa vie,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7206:-- Amenez-la-moi! dit sa mère se précipitant pour l'embrasser.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7218:-- Cela se passera, jugea-t-il, c'est un caprice.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7223:-- Ah! tu perds ton temps, ma mignonne...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7244:-- Car, disait-il à Emma, que risque-t-on? Examinez (et il
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7275:-- À peine sentiras-tu, peut-être, une légère douleur; c'est une
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7281:-- Du reste, reprenait le pharmacien, ça ne me regarde pas! c'est
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7293:-- N'es-tu pas un homme, saprelotte? Que serait-ce donc, s'il
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7357:-- Allons, calme-toi, disait l'apothicaire, tu témoigneras plus
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7384:-- Lisez vous-même, dit Bovary.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7388:-- «Malgré les préjugés qui recouvrent encore une partie de la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7395:-- Ah! c'est trop! c'est trop! disait Charles, que l'émotion
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7398:-- Mais non, pas du tout! comment donc!... «A opéré d'un pied-
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7403:-- En effet, dit Bovary. Continuez.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7405:-- Je reprends, dit le pharmacien. «M. Bovary, un de nos
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7435:-- Au secours! il se meurt!... J'en perds la tête!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7442:-- Qu'a donc notre intéressant stréphopode?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7481:-- Comment vas-tu? disaient-ils en lui frappant sur l'épaule. Ah!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7489:-- C'est que tu t'écoutes trop! lève-toi donc! tu te dorlotes
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7497:-- Quand est-ce que je serai guéri?... Ah! sauvez-moi!... Que je
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7502:-- Ne l'écoute point, mon garçon, reprenait la mère Lefrançois;
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7516:-- Car, disait l'ecclésiastique d'un ton paterne, tu négligeais un
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7547:-- Laissez-le! Laissez-le! vous lui perturbez le moral avec votre
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7571:-- Ce sont là des inventions de Paris! Voilà les idées de ces
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7617:-- Je compte sur vous, fit le docteur. Sommes-nous prêts? En
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7623:-- Quand on est simple spectateur, disait-il, l'imagination, vous
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7626:-- Ah bah! interrompit Canivet, vous me paraissez, au contraire,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7682:-- Assieds-toi, dit-elle, tu m'agaces!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7704:-- Mais c'était peut-être un valgus! exclama soudain Bovary, qui
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7741:-- Embrasse-moi donc, ma bonne!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7743:-- Laisse-moi! fit-elle, toute rouge de colère.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7745:-- Qu'as-tu? qu'as-tu? répétait-il stupéfait. Calme-toi! reprends-
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7748:-- Assez! s'écria-t-elle d'un air terrible.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7773:-- Est-ce que j'y peux quelque chose? s'écria-t-il un jour,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7776:-- Ah! si tu voulais! ...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7781:-- Quoi donc? fit Rodolphe.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7785:-- Nous irions vivre ailleurs..., quelque part...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7787:-- Tu es folle, vraiment! dit-il en riant. Est-ce possible?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7822:-- À quoi cela sert-il? demandait le jeune garçon en passant sa
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7825:-- Tu n'as donc jamais rien vu? répondait en riant Félicité; comme
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7828:-- Ah bien oui! madame Homais!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7832:-- Est-ce que c'est une dame comme Madame?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7838:-- Laisse-moi tranquille! disait-elle en déplaçant son pot
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7843:-- Allons, ne vous fâchez pas, je m'en vais vous faire ses
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7847:d'Emma, tout empâtées de crotte -- la crotte des rendez-vous --
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7851:-- Comme tu as peur de les abîmer! disait la cuisinière, qui n'y
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7897:-- Eh! reprenez-les! dit Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7899:-- Oh! c'est pour rire! répliqua-t-il. Seulement, je ne regrette
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7902:-- Non! non! fit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7904:-- Ah! je te tiens! pensa Lheureux.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7909:-- Soit! nous verrons! nous verrons!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7919:-- J'ai un arrangement à vous proposer, dit-il; si, au lieu de la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7922:-- La voilà, fit-elle en lui plaçant dans la main quatorze
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7932:-- Ah bah! songea-t-elle, il n'y pensera plus.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7944:-- Quand minuit sonnera, disait-elle, tu penseras à moi!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7949:-- M'aimes-tu?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7951:-- Mais oui, je t'aime! répondait-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7953:-- Beaucoup?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7955:-- Certainement!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7957:-- Tu n'en as pas aimé d'autres, hein?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7959:-- Crois-tu m'avoir pris vierge? exclamait-il en riant.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:7964:-- Oh! c'est que je t'aime! reprenait-elle, je t'aime à ne pouvoir
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8022:-- De quel monde êtes-vous? dit la bru, avec un regard tellement
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8026:-- Sortez! fit la jeune femme se levant d'un bond.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8028:-- Emma!... maman!... s'écriait Charles pour les rapatrier.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8033:-- Ah! quel savoir-vivre! quelle paysanne!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8037:-- C'est une insolente! une évaporée! pire, peut-être!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8043:-- Soit! j'y vais.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8048:-- Excusez-moi, madame.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8067:-- Prends donc garde, dit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8069:-- Ah! si tu savais! reprit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8075:-- Allons, mon pauvre ange, du courage, console-toi, patience!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8077:-- Mais voilà quatre ans que je patiente et que je souffre!... Un
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8086:-- Que faut-il faire? que veux-tu?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8088:-- Emmène-moi! s'écria-t-elle. Enlève-moi!... Oh! je t'en supplie!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8093:-- Mais... reprit Rodolphe.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8095:-- Quoi donc?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8097:-- Et ta fille?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8101:-- Nous la prendrons, tant pis!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8103:-- Quelle femme! se dit-il en la regardant s'éloigner.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8120:-- Hein! quand nous serons dans la malle-poste!... Y songes-tu?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8210:-- J'aurais besoin d'un manteau, un grand manteau, à long collet,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8213:-- Vous partez en voyage? demanda-t-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8215:-- Non! mais..., n'importe, je compte sur vous, n'est-ce pas? et
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8220:-- Il me faudrait encore, reprit-elle, une caisse..., pas trop
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8223:-- Oui, oui, j'entends, de quatre-vingt-douze centimètres environ
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8226:-- Avec un sac de nuit.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8228:-- Décidément, pensa Lheureux, il y a du grabuge là-dessous.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8230:-- Et tenez, dit madame Bovary en tirant sa montre de sa ceinture,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8238:-- Vous laisserez tout chez vous. Quant au manteau, -- elle eut
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8239:l'air de réfléchir, -- ne l'apportez pas non plus; seulement, vous
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8264:-- Tout est-il prêt? lui demanda-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8266:-- Oui.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8271:-- Tu es triste, dit Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8273:-- Non, pourquoi?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8277:-- Est-ce de t'en aller? reprit-elle, de quitter tes affections,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8282:-- Que tu es charmante! dit-il en la saisissant dans ses bras.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8284:-- Vrai? fit-elle avec un rire de volupté. M'aimes-tu? Jure-le
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8287:-- Si je t'aime! si je t'aime! mais je t'adore, mon amour!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8313:-- Ah! la belle nuit! dit Rodolphe.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8315:-- Nous en aurons d'autres! reprit Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8319:-- Oui, il fera bon voyager... Pourquoi ai-je le coeur triste,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8324:-- Il est encore temps! s'écria-t-il. Réfléchis, tu t'en
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8327:-- Jamais! fit-elle impétueusement.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8331:-- Quel malheur donc peut-il me survenir? Il n'y a pas de désert,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8342:-- Rodolphe! Rodolphe!... Ah! Rodolphe, cher petit Rodolphe!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8346:-- Minuit! dit-elle. Allons, c'est demain! encore un jour!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8352:-- Tu as les passeports?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8354:-- Oui.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8356:-- Tu n'oublies rien?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8358:-- Non.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8360:-- Tu en es sûr?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8362:-- Certainement.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8364:-- C'est à l'hôtel de Provence, n'est-ce pas, que tu
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8369:-- À demain, donc! dit Emma dans une dernière caresse.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8376:-- À demain! s'écria-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8386:-- Quel imbécile je suis! fit-il en jurant épouvantablement.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8393:-- Car enfin, exclamait-il en gesticulant, je ne peux pas
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8398:-- Et, d'ailleurs, les embarras, la dépense... Ah! non, non, mille
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8432:des épingles et des cheveux -- des cheveux! de bruns, de blonds;
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8452:-- Quel tas de blagues!...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8460:-- Allons, se dit-il, commençons!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8467:-- Après tout, c'est vrai, pensa Rodolphe; j'agis dans son
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8477:-- Si je lui disais que toute ma fortune est perdue?... Ah! non,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8495:-- Voilà un mot qui fait toujours de l'effet, se dit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8506:-- Elle va peut-être croire que c'est par avarice que j'y
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8523:-- Il me semble que c'est tout. Ah! encore ceci, de peur qu'elle
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8535:-- Comment vais-je signer, maintenant? se dit-il. Votre tout
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8542:-- Pauvre petite femme! pensa-t-il avec attendrissement. Elle va
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8550:-- Cela ne va guère à la circonstance... Ah bah! n'importe!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8562:-- Si elle te demande de mes nouvelles, dit-il, tu répondras que
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8573:-- Voilà, dit le valet, ce que notre maître vous envoie.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8596:-- Ah! non, ici, pensa-t-elle, je serai bien.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8623:-- Allons! allons!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8635:-- Ma femme! ma femme! cria Charles.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8639:-- Où es-tu donc? Arrive!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8645:-- Monsieur vous attend, Madame; la soupe est servie.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8659:-- Nous ne sommes pas près, à ce qu'il paraît, de voir
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8662:-- Qui te l'a dit? fit-elle en tressaillant.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8664:-- Qui me l'a dit? répliqua-t-il un peu surpris de ce ton brusque;
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8670:-- Quoi donc t'étonne? Il s'absente ainsi de temps à autre pour se
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8681:-- Oh! parfait! disait-il. Tiens, goûte.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8685:-- Sens donc: quelle odeur! fit-il en la lui passant sous le nez à
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8688:-- J'étouffe! s'écria-t-elle en se levant d'un bond.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8692:-- Ce n'est rien! dit-elle, ce n'est rien! c'est nerveux! Assieds-
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8717:-- Je cours, dit l'apothicaire, chercher dans mon laboratoire, un
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8722:-- J'en étais sûr, fit-il; cela vous réveillerait un mort.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8724:-- Parle-nous! disait Charles, parle-nous! Remets-toi! C'est moi,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8731:-- Non, non... personne!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8744:-- Rassurez-vous, dit-il en lui poussant le coude, je crois que le
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8747:-- Oui, elle repose un peu maintenant! répondit Charles, qui la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8755:-- Extraordinaire!... reprit le pharmacien. Mais il se pourrait
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8767:-- Prenez garde de l'éveiller! dit à voix basse Bovary.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8769:-- Et non seulement, continua l'apothicaire, les humains sont en
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8782:-- Oui, dit Charles, qui n'écoutait pas.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8784:-- Cela nous prouve, reprit l'autre en souriant avec un air de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8794:-- En quoi? comment? dit Bovary.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8796:-- Ah! c'est là la question! Telle est effectivement la question:
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8802:-- Et la lettre? et la lettre?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8816:souffrir, -- comme si son corps et son âme se fussent ensemble
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8834:-- Tu vas te fatiguer, ma chérie, dit Bovary.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8838:-- Assieds-toi donc sur ce banc: tu seras bien.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:8840:-- Oh! non, pas là, pas là! fit-elle d'une voix défaillante.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9040:-- Ta colique est-elle passée, mon ange?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9079:-- Tu l'aimes donc? dit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9084:-- Allons, cours-y! amuse-toi!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9099:-- Vous donniez un peu dans la calotte!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9113:-- Il faut, disait-il en promenant autour de lui et jusqu'aux
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9123:-- Sa bonté saute aux yeux!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9136:-- _Castigat ridendo mores_, monsieur Bournisien! Ainsi, regardez
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9141:-- Moi, dit Binet, j'ai vu autrefois une pièce intitulée le _Gamin
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9146:-- Certainement! continuait Homais, il y a la mauvaise littérature
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9152:-- Je sais bien, objecta le Curé, qu'il existe de bons ouvrages,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9164:-- Pourquoi, demanda l'apothicaire, excommunie-t-elle les
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9173:-- C'est comme dans la Bible; il y a... savez-vous..., plus d'un
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9178:-- Ah! vous conviendrez que ce n'est pas un livre à mettre entre
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9181:-- Mais ce sont les protestants, et non pas nous, s'écria l'autre
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9184:-- N'importe! dit Homais, je m'étonne que, de nos jours, en un
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9189:-- Sans doute, répondit le médecin nonchalamment, soit que, ayant
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9196:-- J'en ai connu, des prêtres, qui s'habillaient en bourgeois pour
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9199:-- Allons donc! fit le curé.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9201:-- Ah! j'en ai connu!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9205:-- J'en -- ai -- connu.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9207:-- Eh bien! ils avaient tort, dit Bournisien résigné à tout
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9210:-- Parbleu! ils en font bien d'autres! exclama l'apothicaire.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9212:-- Monsieur!... reprit l'ecclésiastique avec des yeux si
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9215:-- Je veux seulement dire, répliqua-t-il alors d'un ton moins
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9219:-- C'est vrai! c'est vrai! concéda le bonhomme en se rasseyant sur
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9225:-- Voilà ce qui s'appelle une prise de bec! Je l'ai roulé, vous
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9257:-- Allons, bon voyage! leur dit-il, heureux mortels que vous êtes!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9262:-- Je vous trouve jolie comme un Amour! Vous allez faire florès à
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9270:voyageurs; -- bons vieux gîtes à balcon de bois vermoulu qui
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9410:-- Pourquoi donc, demanda Bovary, ce seigneur est-il à la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9413:-- Mais non, répondit-elle; c'est son amant.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9415:-- Pourtant il jure de se venger sur sa famille, tandis que
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9427:reste, ne pas comprendre l'histoire, -- à cause de la musique --
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9430:-- Qu'importe? dit Emma; tais-toi!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9432:-- C'est que j'aime, reprit-il en se penchant sur son épaule, à me
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9435:-- Tais-toi! tais-toi! fit-elle impatientée.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9512:-- J'ai cru, ma foi, que j'y resterais! Il y a un monde!... un
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9517:-- Devine un peu qui j'ai rencontré là-haut? M. Léon!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9519:-- Léon?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9521:-- Lui-même! Il va venir te présenter ses civilités.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9535:-- Ah! bonjour... Comment! vous voilà?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9537:-- Silence! cria une voix du parterre, car le troisième acte
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9540:-- Vous êtes donc à Rouen?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9542:-- Oui.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9544:-- Et depuis quand?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9546:-- À la porte! à la porte!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9564:-- Est-ce que cela vous amuse? dit-il en se penchant sur elle de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9569:-- Oh! mon Dieu, non! pas beaucoup.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9574:-- Ah! pas encore! restons! dit Bovary. Elle a les cheveux
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9580:-- Elle crie trop fort, dit-elle en se tournant vers Charles, qui
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9583:-- Oui... peut-être... un peu, répliqua-t-il, indécis entre la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9589:-- Il fait une chaleur...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9591:-- Insupportable! c'est vrai.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9593:-- Es-tu gênée? demanda Bovary.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9595:-- Oui, j'étouffe; partons.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9616:-- Pourtant, interrompit Charles qui mordait à petits coups son
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9621:-- Au reste, reprit le clerc, il donnera bientôt une autre
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9626:-- À moins, ajouta-t-il en se tournant vers sa femme, que tu ne
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9634:-- Tu reviendrais dimanche. Voyons, décide-toi! tu as tort, si tu
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9643:-- Je suis fâché, vraiment, murmura Bovary, de l'argent que
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9649:-- C'est convenu, n'est-ce pas, demain, à six heures?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9654:-- C'est que..., balbutia-t-elle avec un singulier sourire, je ne
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9657:-- Eh bien! tu réfléchiras, nous verrons, la nuit porte conseil...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9661:-- Maintenant que vous voilà dans nos contrées, vous viendrez,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9717:-- Monsieur n'y est point, répondit un domestique.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9725:-- Oh! je l'ai deviné, reprit Léon.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9727:-- Comment?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9734:-- Vous vous êtes donc décidée à rester? ajouta-t-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9736:-- Oui, dit-elle, et j'ai eu tort. Il ne faut pas s'accoutumer à
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9740:-- Oh! je m'imagine...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9742:-- Eh! non, car vous n'êtes pas une femme, vous.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9773:-- Mais pardon, dit-elle, j'ai tort! je vous ennuie avec mes
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9776:-- Non, jamais! jamais!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9778:-- Si vous saviez, reprit-elle, en levant au plafond ses beaux
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9781:-- Et moi, donc! Oh! j'ai bien souffert! Souvent je sortais, je
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9792:-- Elle vous ressemblait un peu.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9797:-- Souvent, reprit-il, je vous écrivais des lettres qu'ensuite je
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9802:-- Je m'imaginais quelquefois qu'un hasard vous amènerait. J'ai
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9814:-- Ce qu'il y a de plus lamentable, n'est-ce pas, c'est de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9823:-- J'aimerais beaucoup, dit-elle, à être une religieuse d'hôpital.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9825:-- Hélas! répliqua-t-il, les hommes n'ont point de ces missions
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9842:-- Pourquoi donc? demanda-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9844:-- Pourquoi?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9848:-- Parce que je vous ai bien aimée!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9859:-- Je m'en étais toujours doutée...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9867:-- Et nos pauvres cactus, où sont-ils?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9869:-- Le froid les a tués cet hiver.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9871:-- Ah! que j'ai pensé à eux, savez-vous? Souvent je les revoyais
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9876:-- Pauvre ami! fit-elle en lui tendant la main.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9881:-- Vous étiez, dans ce temps-là, pour moi, je ne sais quelle force
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9886:-- Si, dit-elle. Continuez.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9888:-- Vous étiez en bas, dans l'antichambre, prête à sortir, sur la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9889:dernière marche; -- vous aviez même un chapeau à petites fleurs
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9906:-- Oui, c'est vrai!... c'est vrai!... c'est vrai...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9925:-- Eh bien... fit Léon.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9927:-- Eh bien? répondit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9932:-- D'où vient que personne, jusqu'à présent, ne m'a jamais exprimé
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9941:-- J'y ai songé quelquefois, reprit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9943:-- Quel rêve! murmura Léon.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9948:-- Qui nous empêche donc de recommencer?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9950:-- Non, mon ami, répondit-elle. Je suis trop vieille... vous êtes
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9954:-- Pas comme vous! s'écria-t-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9956:-- Enfant que vous êtes! Allons, soyons sage je le veux!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9968:-- Ah! pardon, dit-il en se reculant.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9975:l'épiderme suave rougissait -- pensait-elle: -- du désir de sa
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9980:-- Qu'il est tard, mon Dieu! dit-elle; que nous bavardons!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9984:-- J'en ai même oublié le spectacle! Ce pauvre Bovary qui m'avait
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9990:-- Vrai? fit Léon.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9992:-- Oui.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9994:-- Il faut pourtant que je vous voie encore, reprit-il; j'avais à
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9997:-- Quoi?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:9999:-- Une chose... grave, sérieuse. Eh! non, d'ailleurs, vous ne
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10003:-- Cependant vous parlez bien, dit Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10005:-- Ah! des plaisanteries! Assez, assez! Faites, par pitié, que je
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10008:-- Eh bien...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10012:-- Oh! pas ici!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10014:-- Où vous voudrez.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10016:-- Voulez-vous...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10020:-- Demain, à onze heures, dans la cathédrale.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10022:-- J'y serai! s'écria-t-il en saisissant ses mains, qu'elle
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10029:-- Mais vous êtes fou! ah! vous êtes fou! disait-elle avec de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10039:-- À demain.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10050:-- Je la lui donnerai moi-même, se dit-elle; il viendra.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10059:-- Il est encore trop tôt! pensa-t-il en regardant le coucou du
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10096:-- Monsieur, sans doute, n'est pas d'ici? Monsieur désire voir les
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10099:-- Non, dit l'autre.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10120:suivaient, -- et avec sa robe à volants, son lorgnon d'or, ses
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10147:-- Lisez! dit-elle en lui tendant un papier... Oh non!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10168:-- Madame, sans doute, n'est pas d'ici? Madame désire voir les
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10171:-- Eh non! s'écria le clerc.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10173:-- Pourquoi pas? reprit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10182:-- Voilà, fit-il majestueusement, la circonférence de la belle
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10187:-- Partons, dit Léon.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10194:-- Cette simple dalle recouvre Pierre de Brézé, seigneur de la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10200:-- Et, à droite, ce gentilhomme tout bardé de fer, sur un cheval
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10216:-- Près de lui, cette femme à genoux qui pleure est son épouse
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10230:-- Elle décorait autrefois, dit-il avec un long gémissement, la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10243:-- Eh! monsieur. La flèche! la flèche!...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10245:-- Merci, fit Léon.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10247:-- Monsieur a tort! Elle aura quatre cent quarante pieds, neuf de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10258:-- Où allons-nous donc? disait-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10265:-- Monsieur!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10267:-- Quoi?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10273:-- Imbécile! grommela Léon s'élançant hors de l'église.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10277:-- Va me chercher un fiacre!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10283:-- Ah! Léon!... Vraiment..., je ne sais... si je dois...!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10287:-- C'est très inconvenant, savez-vous?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10289:-- En quoi? répliqua le clerc. Cela se fait à Paris!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10296:-- Sortez du moins par le portail du nord! leur cria le Suisse,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10301:-- Où Monsieur va-t-il? demanda le cocher.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10303:-- Où vous voudrez! dit Léon poussant Emma dans la voiture.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10311:-- Continuez! fit une voix qui sortait de l'intérieur.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10317:-- Non, tout droit! cria la même voix.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10332:-- Marchez donc! s'écria la voix plus furieusement.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10346:Saint-Nicaise, -- devant la Douane, -- à la basse Vieille-Tour,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10400:-- Madame il faut que vous alliez tout de suite chez M. Homais.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10421:-- Qui t'avait dit de l'aller chercher dans le capharnaüm?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10423:-- Qu'est-ce donc? qu'y a-t-il?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10425:-- Ce qu'il y a? répondit l'apothicaire. On fait des confitures:
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10447:-- Oui, du capharnaüm! La clef qui enferme les acides avec les
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10456:-- Mais calme-toi! disait madame Homais.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10460:-- Papa! papa!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10462:-- Non, laissez-moi! reprenait l'apothicaire, laissez-moi!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10468:-- Vous aviez pourtant... dit Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10470:-- Tout à l'heure! -- Sais-tu à quoi tu t'exposais?... N'as-tu
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10474:-- Je ne... sais pas, balbutia le jeune garçon.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10476:-- Ah! tu ne sais pas! Eh bien, je sais, moi! Tu as vu une
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10482:-- À côté! s'écria madame Homais en joignant les mains. De
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10488:-- Ou bien empoisonner un malade! continuait l'apothicaire. Tu
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10500:-- Voilà comme tu reconnais les bontés qu'on a pour toi! voilà
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10518:-- Je commence à terriblement me repentir de m'être chargé de ta
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10528:-- On m'avait fait venir...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10530:-- Ah! mon Dieu! interrompit d'un air triste la bonne dame,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10544:-- L'amour... conjugal! dit-il en séparant lentement ces deux
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10550:-- Non! n'y touche pas!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10554:-- Sortez! fit-il impérieusement.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10563:-- Mais tu as donc tous les vices, petit malheureux?... Prends
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10570:-- Mais enfin, monsieur, fit Emma, vous aviez à me dire...?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10572:-- C'est vrai, madame... Votre beau-père est mort!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10590:-- Ce n'est pas que je désapprouve entièrement l'ouvrage! L'auteur
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10599:-- Ah! ma chère amie...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10607:-- Oui, je sais..., je sais...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10623:-- J'aurais voulu le revoir encore!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10627:-- Quel âge avait-il, ton père?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10629:-- Cinquante-huit ans!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10631:-- Ah!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10637:-- Ma pauvre mère?... que va-t-elle devenir, à présent?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10645:-- T'es-tu bien amusée hier? demanda-t-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10647:-- Oui.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10662:-- Il n'y pense même plus! se disait-elle en regardant le pauvre
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10670:-- Tiens! tu as un joli bouquet! dit-il en remarquant sur la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10673:-- Oui, fit-elle avec indifférence; c'est un bouquet que j'ai
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10719:-- Mille excuses, dit-il; je désirerais avoir un entretien
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10724:-- C'est relativement à cette affaire..., vous savez?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10728:-- Ah! oui..., effectivement.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10732:-- Ne pourrais-tu pas..., ma chérie...?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10737:-- Ce n'est rien! Sans doute quelque bagatelle de ménage.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10753:-- Et vous voilà tout à fait rétablie? continuait-il. Ma foi, j'ai
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10760:-- Mais vous le savez bien! fit Lheureux. C'était pour vos petites
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10769:-- Nous nous sommes rapatriés, et je venais encore lui proposer un
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10776:-- Et même il ferait mieux de s'en décharger sur quelqu'un, sur
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10785:-- Celle que vous avez là est bonne pour la maison. Il vous en
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10815:-- De M. Guillaumin.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10819:-- Je ne m'y fie pas trop. Les notaires ont si mauvaise
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10823:-- À moins que Léon..., répliqua Charles, qui réfléchissait.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10830:-- Non, je t'en prie, j'irai.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10832:-- Comme tu es bonne! dit-il en la baisant au front.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10908:-- Ah! c'est peut-être à une compagnie que j'ai promenée l'autre
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10918:-- Tu souffres? fit Léon en se rapprochant d'elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10920:-- Oh! ce n'est rien. Sans doute, la fraîcheur de la nuit.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10922:-- Et qui ne doit pas manquer de femmes, non plus, ajouta
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10933:-- Ainsi, tu m'affirmes que tout est bien? dit-elle dans le
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10936:-- Oui certes! -- Mais pourquoi donc, songea-t-il après, en s'en
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10977:ruelle; -- dans la ruelle, comme avec l'autre! Il faisait de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10983:-- Plutôt mourir! disait Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:10987:-- Adieu!... adieu!... Quand te reverrai-je?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11012:-- Bravo!..., très bien!... Tu as tort! va donc!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11014:-- Eh non! c'est exécrable! j'ai les doigts rouillés.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11018:-- Soit, pour te faire plaisir!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11023:-- Ah! c'est fini! il faudrait que je prisse des leçons; mais...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11027:-- Vingt francs par cachet, c'est trop cher!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11029:-- Oui, en effet..., un peu..., dit Charles tout en ricanant
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11034:-- Cherche-les, dit Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11039:-- Quel entêtement tu as quelquefois! J'ai été à Barfeuchères
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11050:-- Ah! mon pauvre piano!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11058:-- Vous avez tort! il ne faut jamais laisser en friche les
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11073:-- Si tu voulais..., disait-il, de temps à autre, une leçon, cela
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11076:-- Mais les leçons, répliquait-elle, ne sont profitables que
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11115:maison; Hivert appelait, -- criait, sacrait, puis il descendait de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11204:cintraient trop bas vers le chevet évasé; -- et rien au monde
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11263:-- Oh! ne bouge pas! ne parle pas! regarde-moi! Il sort de tes
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11268:-- Enfant, m'aimes-tu?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11280:-- À jeudi!... à jeudi!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11323:parier, il se renversait la tête avec un rire idiot; -- alors ses
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11374:-- Non, disait Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11376:-- Mais, répliquait-il, tu es toute drôle ce soir?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11378:-- Eh! ce n'est rien! ce n'est rien!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11386:-- Allons, disait-elle, c'est bien, va-t'en!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11393:ressaisir son bonheur, -- convoitise âpre, enflammée d'images
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11403:-- Ah! tu me quitteras, toi... tu te marieras!... tu seras comme
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11408:-- Quels autres?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11410:-- Mais les hommes, enfin, répondait-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11414:-- Vous êtes tous des infâmes!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11426:-- Il était capitaine de vaisseau, mon ami.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11448:-- Ah! que nous serions bien là pour vivre!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11450:-- Ne sommes-nous pas heureux? reprenait doucement le jeune homme,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11453:-- Oui, c'est vrai, disait-elle, le suis folle; embrasse-moi!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11460:-- C'est mademoiselle Lempereur, n'est-ce pas, qui te donne des
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11463:-- Oui.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11465:-- Eh bien, je l'ai vue tantôt, reprit Charles, chez madame
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11471:-- Ah! sans doute, elle aura oublié mon nom?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11473:-- Mais il y a peut-être à Rouen, dit le médecin, plusieurs
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11476:-- C'est possible!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11480:-- J'ai pourtant ses reçus, tiens! regarde.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11487:-- Oh! je les trouverai, dit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11498:-- Comment diable est-ce dans mes bottes?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11500:-- Ce sera, sans doute, répondit-elle, tombé du vieux carton aux
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11538:-- J'aurais besoin d'argent.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11555:-- Mais, si vous n'avez pas d'espèces, vous avez du bien.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11563:-- Moi, à votre place, disait-il, je me libérerais, et j'aurais
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11569:-- N'avez-vous pas la procuration? répondit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11573:-- Laissez-moi la note, dit Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11575:-- Oh! ce n'est pas la peine! reprit Lheureux.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11581:-- N'importe le prix! s'écria-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11591:-- Franchement, ajouta-t-il, c'est bien payé.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11596:-- Cela me fait de la peine, parole d'honneur, de vous voir vous
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11603:-- Comment! comment! balbutia-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11605:-- Oh! reprit-il en riant d'un air bonhomme, on met tout ce que
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11614:-- Signez-moi cela, dit-il, et gardez tout.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11618:-- Mais, si je vous donne le surplus, répondit effrontément
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11624:-- Qui vous inquiète, puisque vous toucherez dans six mois
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11641:-- Vous comprenez..., dans le commerce..., quelquefois... Et avec
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11656:-- Enfin, tu conviendras que, vu la quantité, ce n'est pas trop
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11666:-- Oui, répondit-il. Mais elle demande à connaître la facture.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11678:-- Ne pouvait-on se passer d'un tapis? Pourquoi avoir renouvelé
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11680:seul fauteuil, pour les personnes âgées, -- du moins, c'était
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11684:-- Tout le monde ne peut être riche! Aucune fortune ne tient
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11694:-- Eh! madame, assez! assez!...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11700:-- Comment?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11702:-- Ah! il me l'a juré, reprit la bonne femme.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11710:-- Je vous remercie, dit la vieille femme.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11717:-- Ah! mon Dieu! s'écria Charles. Eh! tu as tort aussi toi! tu
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11728:-- Non, non! Tu l'aimes mieux que moi, et tu as raison, c'est dans
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11738:-- Je comprends cela, dit le notaire; un homme de science ne peut
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11780:-- Je suis fou, se disait-il; sans doute, on l'aura retenue à
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11785:-- Elle sera restée à soigner madame Dubreuil. Eh! madame Dubreuil
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11798:-- Qui t'a retenue hier?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11800:-- J'ai été malade.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11802:-- Et de quoi?... Où?... Comment?...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11806:-- Chez mademoiselle Lempereur.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11808:-- J'en étais sûr! J'y allais.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11810:-- Oh! ce n'est pas la peine, dit Emma. Elle vient de sortit tout
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11825:-- Ah bah! viens donc, disait-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11835:-- Ah! ah! tu tiens à tes petits écus! dit-elle en riant.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11857:-- Volontiers! avait répondu M. Homais; il faut, d'ailleurs, que
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11861:-- Ah! bon ami! murmura tendrement madame Homais, effrayée des
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11864:-- Eh bien, quoi? tu trouves que je ne ruine pas assez ma santé à
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11918:-- Vous devez être, dit-il tout à coup, bien privé à Rouen. Du
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11923:-- Allons, soyez franc! Nierez-vous qu'à Yonville...?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11927:-- Chez madame Bovary, vous ne courtisiez point...?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11929:-- Et qui donc?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11931:-- La bonne!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11937:-- Je vous approuve, dit le pharmacien; elles ont plus de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11945:-- Et les négresses? demanda le clerc.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11947:-- C'est un goût d'artiste, dit Homais. -- Garçon! deux demi-
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11950:-- Partons-nous? reprit à la fin Léon s'impatientant.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11952:-- _Yes_.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11959:-- Ah! je vous escorte! dit Homais.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11982:-- Tu vas revenir? dit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11984:-- Oui.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11986:-- Mais quand?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11988:-- Tout à l'heure.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11990:-- C'est un truc, dit le pharmacien en apercevant Léon. J'ai voulu
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:11998:-- Laissez donc un peu Cujas et Bartole, que diable! Qui vous
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12004:-- J'y vais aussi. Je lirai un journal en vous attendant, ou je
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12011:-- Allons chez Bridoux! c'est à deux pas, rue Malpalu.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12022:-- Tout à l'heure! je sors. Nous irons au Fanal de Rouen, voir ces
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12051:faisait d'un seul geste tomber ensemble tous ses vêtements; -- et,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12081:-- Ne les vois pas, ne sors pas, ne pense qu'à nous; aime-moi!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12088:-- Eh! tant pis! qu'il me trompe, que m'importe! est-ce que j'y
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12103:-- Je l'aime pourtant! se disait-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12143:-- Quelle réponse apporter à M. Vinçart?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12145:-- Eh bien, répondit Emma, dites-lui... que je n'en ai pas... Ce
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12158:-- Serviteur! dit-il, je suis à vous.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12180:-- Quoi de neuf?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12182:-- Tenez.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12186:-- Eh bien, qu'y puis-je?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12191:-- Mais j'ai été forcé moi-même, j'avais le couteau sur la gorge.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12193:-- Et que va-t-il arriver, maintenant? reprit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12195:-- Oh! c'est bien simple: un jugement du tribunal, et puis la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12201:-- Ah bien, oui! calmer Vinçart; vous ne le connaissez guère; il
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12206:-- Écoutez donc! il me semble que, jusqu'à présent, j'ai été assez
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12211:-- Tenez!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12215:-- Voyons..., voyons... Le 3 août, deux cents francs... Au 17
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12220:-- Et je ne dis rien des billets souscrits par Monsieur, un de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12234:-- Au moins, si un de ces jours j'avais quelques rentrées... Je
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12237:-- Du reste, dit-elle, dès que l'arriéré de Barneville...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12239:-- Comment?...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12244:-- Et nous convenons, dites-vous...?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12246:-- Oh! de ce que vous voudrez!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12254:-- Pourvu que Vinçart veuille m'entendre! Du reste c'est convenu,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12261:-- Quand je pense que voilà une robe à sept sous le mètre, et
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12270:-- Est-ce beau! disait Lheureux; on s'en sert beaucoup maintenant,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12276:-- Au moins, que je sache...?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12278:-- Ah! plus tard, reprit-il en lui tournant les talons.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12294:rapacité, -- son sang de paysanne la poussant au gain. Puis, dans
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12321:-- Oh! non, se disait-il, je l'ennuierais!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12336:-- Appelle ta bonne, disait Charles. Tu sais bien, ma petite, que
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12339:L'automne commençait et déjà les feuilles tombaient, -- comme il y
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12340:a deux ans, lorsqu'elle était malade! -- Quand donc tout cela
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12354:-- Ah! va-t'en! disait-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12398:flûte, aux sentiments exaltés, à l'imagination; -- car tout
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12508:«Dans vingt-quatre heures pour tout délai.» -- Quoi donc?»Payer la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12526:-- Vous savez ce qui m'arrive? C'est une plaisanterie sans doute!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12528:-- Non.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12530:-- Comment cela?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12534:-- Pensiez-vous, ma petite dame, que j'allais, jusqu'à la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12541:-- Ah! tant pis! le tribunal l'a reconnue! il y a jugement! on
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12544:-- Est-ce que vous ne pourriez...?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12546:-- Oh! rien du tout.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12548:-- Mais..., cependant..., raisonnons.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12553:-- À qui la faute? dit Lheureux en la saluant ironiquement. Tandis
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12557:-- Ah! pas de morale!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12559:-- Ça ne nuit jamais, répliqua-t-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12564:-- Laissez-moi donc! On dirait que vous voulez me séduire!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12566:-- Vous êtes un misérable! s'écria-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12568:-- Oh! oh! comme vous y allez! reprit-il en riant.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12570:-- Je ferai savoir qui vous êtes. Je dirai à mon mari...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12572:-- Eh bien, moi, je lui montrerai quelque chose, à votre mari!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12577:-- Croyez-vous, ajouta-t-il, qu'il ne comprenne pas votre petit
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12584:-- Ah! je lui montrerai bien... je lui montrerai bien...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12588:-- Ce n'est pas amusant, je le sais; personne, après tout n'en est
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12592:-- Mais où en trouverai-je? dit Emma en se tordant les bras.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12594:-- Ah bah! quand on a comme vous des amis!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12599:-- Je vous promets, dit-elle, je signerai...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12601:-- J'en ai assez, de vos signatures!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12603:-- Je vendrai encore...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12605:-- Allons donc! fit-il en haussant les épaules, vous n'avez plus
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12610:-- Annette! n'oublie pas les trois coupons du n° 14.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12615:-- Il est trop tard!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12617:-- Mais, si je vous apportais plusieurs mille francs, le quart de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12620:-- Eh! non, c'est inutile!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12624:-- Je vous en conjure, monsieur Lheureux, quelques jours encore!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12628:-- Allons, bon! des larmes!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12630:-- Vous me désespérez!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12632:-- Je m'en moque pas mal! dit-il en refermant la porte.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12654:-- Vous permettez; madame? vous permettez?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12658:-- Charmant!... fort joli!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12669:-- Ah! une correspondance! dit maître Hareng avec un sourire
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12694:-- On marche là-haut? dit Charles.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12696:-- Non! reprit-elle, c'est une lucarne restée ouverte que le vent
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12709:-- Qui t'amène?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12711:-- Cela te dérange?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12713:-- Non..., mais...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12718:-- J'ai à te parler, reprit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12722:-- Oh! non, là-bas, chez nous.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12729:-- Léon, tu vas me rendre un service.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12734:-- Écoute, j'ai besoin de huit mille francs!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12736:-- Mais tu es folle!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12738:-- Pas encore!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12746:-- Comment veux-tu...?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12748:-- Quel lâche tu fais! s'écria-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12752:-- Tu t'exagères le mal. Peut-être qu'avec un millier d'écus ton
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12759:-- Va! essaye! il le faut! cours!... Oh! tâche! tâche! je
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12765:-- J'ai été chez trois personnes... inutilement!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12771:-- Si j'étais à ta place, moi, j'en trouverais bien!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12773:-- Où donc?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12775:-- À ton étude!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12781:encourageante; -- si bien que le jeune homme se sentit faiblir
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12786:-- Morel doit revenir cette nuit! il ne me refusera pas, j'espère
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12794:-- Pourtant, si tu ne me voyais pas à trois heures, ne m'attends
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12816:-- Gare! cria une voix sortant d'une porte cochère qui s'ouvrait.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12848:-- Charmé de vous voir! dit-il en offrant la main à Emma pour
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12858:-- Je ne comprends pas que l'autorité tolère encore de si
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12866:-- Voilà, dit le pharmacien, une affection scrofuleuse!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12872:-- Y a-t-il longtemps, mon ami, que tu as cette épouvantable
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12880:-- Tiens, voilà un sou, rends-moi deux liards; et n'oublie pas mes
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12888:-- M. Homais, près des halles, suffisamment connu.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12890:-- Eh bien, pour la peine, dit Hivert, tu vas nous montrer la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12903:-- Pas de farineux ni de laitage! Porter de la laine sur la peau
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12911:-- Advienne que pourra! se disait-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12924:-- Madame! madame! s'écria Félicité en entrant, c'est une
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12935:-- Si j'étais de vous, madame, j'irais chez M. Guillaumin.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12937:-- Tu crois?...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12941:-- Toi qui connais la maison par le domestique, est-ce que le
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12944:-- Oui, allez-y, vous ferez bien.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12966:-- Voilà une salle à manger, pensait Emma, comme il m'en faudrait
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12978:-- Monsieur, dit-elle, je vous prierais...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:12980:-- De quoi, madame? J'écoute.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13004:-- Approchez-vous donc du poêle... plus haut..., contre la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13009:-- Les belles choses ne gâtent rien.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13027:-- D'où vient, reprit-il, que vous n'êtes pas venue chez moi?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13029:-- Je ne sais trop, dit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13031:-- Pourquoi, hein?... Je vous faisais donc bien peur? C'est moi,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13048:-- Monsieur, j'attends!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13050:-- Quoi donc? fit le notaire, qui devint tout à coup extrêmement
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13053:-- Cet argent.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13055:-- Mais...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13059:-- Eh bien, oui!...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13064:-- De grâce, restez! je vous aime!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13071:-- Vous profitez impudemment de ma détresse, monsieur! Je suis à
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13081:-- Quel misérable! quel goujat!... quelle infamie! se disait-elle,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13098:-- Eh bien?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13100:-- Non! dit Emma.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13107:-- Est-ce possible! Ils ne voudront pas!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13109:-- Et monsieur qui va rentrer!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13111:-- Je le sais bien... Laisse-moi seule.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13116:-- Retire-toi. Ce tapis où tu marches n'est plus à nous. De ta
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13123:-- Oui, murmurait-elle en grinçant des dents, il me pardonnera,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13158:-- Ah! la voici! fit madame Tuvache.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13166:-- Elle le prie, pour obtenir un retard à ses contributions.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13168:-- D'apparence! reprit l'autre.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13174:-- Viendrait-elle lui commander quelque chose? dit madame Tuvache.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13176:-- Mais il ne vend rien! objecta sa voisine.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13183:-- Est-ce qu'elle lui fait des avances? dit madame Tuvache.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13187:-- Ah! c'est trop fort!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13190:percepteur, -- il était brave pourtant, il avait combattu à
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13192:pour la croix; -- tout à coup, comme à la vue d'un serpent, se
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13195:-- Madame! y pensez-vous?...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13197:-- On devrait fouetter ces femmes-là! dit madame Tuvache.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13199:-- Où est-elle donc? reprit madame Caron.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13205:-- Mère Rolet, dit-elle en arrivant chez la nourrice,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13213:-- Oh! finissez! murmura-t-elle, croyant entendre le tour de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13216:-- Qui la gêne? se demandait la nourrice. Pourquoi vient-elle ici?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13232:-- Quelle heure est-il? demanda-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13237:-- Trois heures, bientôt.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13239:-- Ah! merci! merci!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13245:-- Dépêchez-vous!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13247:-- Mais, ma chère dame, j'y vais! j'y vais!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13267:-- Il n'y a personne chez vous!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13269:-- Comment?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13271:-- Oh! personne! Et monsieur pleure. Il vous appelle. On vous
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13317:-- Tiens! c'est vous! dit-il en se levant brusquement.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13319:-- Oui, c'est moi!... je voudrais, Rodolphe, vous demander un
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13325:-- Vous n'avez pas changé, vous êtes toujours charmante!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13327:-- Oh! reprit-elle amèrement, ce sont de tristes charmes, mon ami,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13339:-- N'importe! fit-elle en le regardant tristement, j'ai bien
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13344:-- L'existence est ainsi!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13346:-- A-t-elle du moins, reprit Emma, été bonne pour vous depuis
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13349:-- Oh! ni bonne... ni mauvaise.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13351:-- Il aurait peut-être mieux valu ne jamais nous quitter.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13353:-- Oui..., peut-être!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13355:-- Tu crois? dit-elle en se rapprochant.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13359:-- O Rodolphe! si tu savais... Je t'ai bien aimé!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13362:les doigts entrelacés, -- comme le premier jour, aux Comices! Par
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13366:-- Comment voulais-tu que je vécusse sans toi? On ne peut pas se
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13375:-- Tu en aimes d'autres, avoue-le. Oh! je les comprends, va! je
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13390:-- Mais tu as pleuré! dit-il. Pourquoi?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13396:-- Ah! pardonne-moi! tu es la seule qui me plaise. J'ai été
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13402:-- Eh bien!... je suis ruinée, Rodolphe! Tu vas me prêter trois
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13405:-- Mais..., mais..., dit-il en se relevant peu à peu, tandis que
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13408:-- Tu sais, continuait-elle vite, que mon mari avait placé toute
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13415:-- Ah! pensa Rodolphe, qui devint très pâle tout à coup, c'est
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13420:-- Je ne les ai pas, chère madame.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13430:-- Tu ne les as pas!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13434:-- Tu ne les as pas!... J'aurais dû m'épargner cette dernière
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13443:-- Ah! je te plains! dit Emma. Oui, considérablement!...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13448:-- Mais, lorsqu'on est si pauvre, on ne met pas d'argent à la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13451:Boulle; ni des sifflets de vermeil pour ses fouets -- elle les
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13452:touchait! -- ni des breloques pour sa montre! Oh! rien ne lui
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13465:-- Mais, moi, je t'aurais tout donné, j'aurais tout vendu,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13483:-- Je ne les ai pas! répondit Rodolphe avec ce calme parfait dont
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13535:-- Ah! ils dînent. Attendons.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13539:-- La clef! celle d'en haut, où sont les...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13541:-- Comment?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13552:-- Je la veux! donne-la-moi.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13560:-- Il faudrait que j'avertisse monsieur.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13562:-- Non! reste!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13566:-- Eh! ce n'est pas la peine, je lui dirai tantôt. Allons,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13572:-- Justin! cria l'apothicaire, qui s'impatientait.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13574:-- Montons!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13583:-- Arrêtez! s'écria-t-il en se jetant sur elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13585:-- Tais-toi! on viendrait...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13589:-- N'en dis rien, tout retomberait sur ton maître!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13608:-- Qu'y avait-il?... Pourquoi?... Explique-moi!...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13615:-- Tu la liras demain; d'ici là, je t'en prie, ne m'adresse pas
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13618:-- Mais...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13620:-- Oh! laisse-moi!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13632:-- Ah! c'est bien peu de chose, la mort! Pensait-elle; je vais
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13639:-- J'ai soif!... oh! j'ai bien soif! soupira-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13641:-- Qu'as-tu donc? dit Charles, qui lui tendait un verre.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13643:-- Ce n'est rien!... Ouvre la fenêtre..., j'étouffe!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13648:-- Enlève-le! dit-elle vivement; jette-le!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13655:-- Ah! voilà que ça commence! murmura-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13657:-- Que dis-tu?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13667:-- C'est extraordinaire! c'est singulier! répéta-t-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13671:-- Non, tu te trompes!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13691:-- Ah! c'est atroce, mon Dieu!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13695:-- Parle! qu'as-tu mangé? Réponds, au nom du ciel!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13700:-- Eh bien, là..., là!... dit-elle d'une voix défaillante.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13706:-- Comment!... Au secours! à moi!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13728:-- Du calme! dit l'apothicaire. Il s'agit seulement d'administrer
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13733:-- Eh bien, reprit Homais, il faudrait en faire l'analyse.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13738:-- Ah! faites! faites! sauvez-la...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13744:-- Ne pleure pas! lui dit-elle. Bientôt je ne te tourmenterai
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13747:-- Pourquoi? Qui t'a forcée?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13751:-- Il le fallait, mon ami.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13753:-- N'étais-tu pas heureuse? Est-ce ma faute? J'ai fait tout ce que
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13756:-- Oui..., c'est vrai..., tu es bon, toi!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13773:-- Amenez-moi la petite, dit-elle en se soulevant du coude.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13775:-- Tu n'es pas plus mal, n'est-ce pas? demanda Charles.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13777:-- Non! non!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13788:-- Où est-ce donc, maman?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13792:-- Mais je ne vois pas mon petit soulier!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13797:-- Est-ce nourrice qui l'aurait pris? demanda-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13804:-- Oh! comme tu as de grands yeux, maman! comme tu es pâle! comme
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13809:-- J'ai peur! dit la petite en se reculant.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13813:-- Assez! qu'on l'emmène! s'écria Charles, qui sanglotait dans
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13821:-- Ah! c'est vous! merci! vous êtes bon! Mais tout va mieux.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13843:-- Diable!... cependant... elle est purgée, et, du moment que la
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13846:-- L'effet doit cesser, dit Homais; c'est évident.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13848:-- Mais sauvez-la! exclamait Bovary.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13888:-- C'est bien, c'est bien.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13897:-- Elle est bien mal, n'est-ce pas? Si l'on posait des sinapismes?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13905:-- Allons, mon pauvre garçon, du courage! Il n'y a plus rien à
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13910:-- Vous partez?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13912:-- Je vais revenir.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13929:-- Vous ferez excuse, monsieur; car dans notre malheureux pays, du
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13932:-- Les verres à patte!!! souffla Homais.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13934:-- Au moins, si nous étions à la ville, nous aurions la ressource
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13937:-- Tais-toi!... À table, docteur!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13942:-- Nous avons eu d'abord un sentiment de siccité au pharynx, puis
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13945:-- Comment s'est-elle donc empoisonnée?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13947:-- Je l'ignore, docteur, et même je ne sais pas trop où elle a pu
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13953:-- Qu'as-tu? dit le pharmacien.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13958:-- Imbécile! s'écria Homais, maladroit! lourdaud! fichu âne!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13962:-- J'ai voulu, docteur, tenter une analyse, et primo, j'ai
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13965:-- Il aurait mieux valu, dit le chirurgien, lui introduire vos
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13980:-- Et même j'ai lu que différentes personnes s'étaient trouvées
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:13992:-- _Saccharum_, docteur, dit-il en offrant du sucre.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14001:-- Oh! ce n'est pas le sens qui le gêne.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14084:-- Il ne fallait peut-être pas se désespérer, pensa-t-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14127:-- L'Aveugle s'écria-t-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14147:-- Adieu! adieu!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14151:-- Modérez-vous!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14153:-- Oui, disait-il en se débattant, je serai raisonnable, je ne
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14159:-- Pleurez, reprit le pharmacien, donnez cours à la nature, cela
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14169:-- Allons, bon! comme si je n'avais pas d'autres chiens à
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14186:-- Il faudrait à présent, dit le pharmacien, fixer vous-même
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14189:-- Pourquoi? quelle cérémonie?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14193:-- Oh! non, n'est-ce pas? non, je veux la garder.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14198:-- Ah! merci, dit Charles, vous êtes bon!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14207:-- Du reste, les beaux jours maintenant vont revenir.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14209:-- Ah! fit Bovary.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14214:-- Tiens, voilà M. Tuvache qui passe.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14218:-- M. Tuvache qui passe.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14235:-- Ce velours me parait une superfétation. La dépense,
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14238:-- Est-ce que cela vous regarde? s'écria Charles. Laissez-moi!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14248:-- Je l'exècre, votre Dieu!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14250:-- L'esprit de révolte est encore en vous, soupira
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14279:-- Cependant, reprit Homais, de deux choses l'une: ou elle est
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14288:-- Mais, objecta le pharmacien, puisque Dieu connaît tous nos
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14291:-- Comment! fit l'ecclésiastique, la prière! Vous n'êtes donc pas
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14294:-- Pardonnez! dit Homais. J'admire le christianisme. Il a d'abord
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14297:-- Il ne s'agit pas de cela! Tous les textes...
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14299:-- Oh! oh! quant aux textes, ouvrez l'histoire; on sait qu'ils ont
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14321:-- Allons, mon bon ami, dit-il, retirez-vous, ce spectacle vous
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14327:-- Lisez Voltaire! disait l'un; lisez d'Holbach, lisez
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14330:-- Lisez les Lettres de quelques juifs portugais disait l'autre;
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14379:-- Ah! ma pauvre maîtresse! ma pauvre maîtresse!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14381:-- Regardez-la, disait en soupirant l'aubergiste, comme elle est
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14390:--Ah! mon Dieu! la robe, prenez garde! s'écria madame Lefrançois.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14394:-- Moi, peur? répliqua-t-il en haussant les épaules. Ah bien, oui!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14404:-- Le coup, vous comprenez, est encore trop récent!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14410:-- Car, disait le pharmacien, il n'est pas naturel qu'un homme se
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14413:-- Mais, sabre de bois! s'écria l'ecclésiastique, comment voulez-
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14428:-- Allons, une prise! lui dit-il. Acceptez, cela dissipe.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14432:-- Entendez-vous un chien qui hurle? dit le pharmacien.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14434:-- On prétend, qu'ils sentent les morts, répondit
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14486:-- Coupez-en! répliqua l'apothicaire.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14505:-- Ma foi, je me sustenterais avec plaisir!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14514:-- Nous finirons par nous entendre!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14583:-- Ma fille! Emma! mon enfant! expliquez-moi...?
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14587:-- Je ne sais pas, je ne sais pas! c'est une malédiction!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14591:-- Ces horribles détails sont inutiles. J'en instruirai monsieur.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14598:-- Oui..., du courage!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14600:-- Eh bien, s'écria le bonhomme, j'en aurai, nom d'un tonnerre de
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14633:-- Dépêchez-vous donc! Je souffre, moi! s'écria Bovary tout en lui
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14720:-- Cette pauvre petite dame! quelle douleur pour son mari!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14724:-- Sans moi, savez-vous bien, il se serait porté sur lui-même à
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14727:-- Une si bonne personne! Dire pourtant que je l'ai encore vue
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14730:-- Je n'ai pas eu le loisir, dit Homais, de préparer quelques
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14742:-- Vous rappelez-vous, mon ami, que je suis venu à Tostes une
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14749:-- Ah! c'est la fin pour moi, voyez-vous! J'ai vu partir ma
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14756:-- Non! Non! ça me ferait trop de deuil. Seulement, vous
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14818:-- Ah! je ne sais rien! c'était pour ses affaires.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14832:-- Oh! reste! reste!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14859:-- Ils se sont peut-être aimés platoniquement, se dit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:14981:tombeaux, chez un entrepreneur de sépultures, -- accompagnés d'un
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:15047:-- Enfin, s'écriait-il, en faisant une pirouette, quand ce ne
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:15100:cheval, -- dernière ressource, -- il rencontra Rodolphe.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:15123:-- Je ne vous en veux pas, dit-il.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:15129:-- Non, je ne vous en veux plus!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:15133:-- C'est la faute de la fatalité!
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:15153:-- Papa, viens donc! dit-elle.
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:15331:    - You pay a royalty fee of 20% of the gross profits you derive from
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:15344:    - You provide a full refund of any money paid by a user who notifies
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:15352:    - You provide, in accordance with paragraph 1.F.3, a full refund of any
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:15357:    - You comply with all other terms of this agreement for free
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:15380:    1.F.2.  LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for the "Right
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:15394:    1.F.3.  LIMITED RIGHT OF REPLACEMENT OR REFUND - If you discover a
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Text.php:15420:    1.F.6.  INDEMNITY - You agree to indemnify and hold the Foundation, the
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Person.php:14:        '{{firstNameMale}} {{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Person.php:15:        '{{firstNameMale}}-{{firstNameMale}} {{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Person.php:25:        '{{firstNameFemale}} {{lastName}}-{{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/fr_FR/Person.php:26:        '{{firstNameFemale}}-{{firstNameFemale}} {{lastName}}',
./vendor/fzaninotto/faker/src/Faker/Provider/pt_PT/Person.php:81:        for ($i = strlen($number); $i > 0; $i--) {
./vendor/fzaninotto/faker/src/Faker/Provider/pt_PT/Person.php:82:            $numbers[$i] = substr($number, $i - 1, 1);
./vendor/fzaninotto/faker/src/Faker/Provider/pt_PT/Person.php:95:            $digit = 11 - $res;
./vendor/fzaninotto/faker/test/Faker/Provider/en_US/PhoneNumberTest.php:48:            $this->assertRegExp('/^(\+?1)?([ -.]*\d{3}[ -.]*| *\(\d{3}\) *)\d{3}[-.]?\d{4}$/', $baseNumber);
./vendor/fzaninotto/faker/test/Faker/Provider/en_US/PhoneNumberTest.php:81:            $this->assertRegExp('/^(\+?1)?([ -.]*\d{3}[ -.]*| *\(\d{3}\) *)\d{3}[-.]?\d{4}$/', $number);
./vendor/fzaninotto/faker/test/Faker/Provider/en_ZA/PhoneNumberTest.php:62:            $this->assertRegExp('/^(\+27|27)?(\()?0?([6][0-4]|[7][1-9]|[8][1-9])(\))?( |-|\.|_)?(\d{3})( |-|\.|_)?(\d{4})/', $number);
./vendor/fzaninotto/faker/test/Faker/Provider/en_CA/AddressTest.php:64:    $this->assertRegExp('/^[A-Za-z]\d[A-Za-z][ -]?\d[A-Za-z]\d$/', $postcode);
./vendor/fzaninotto/faker/test/Faker/Provider/de_AT/PhoneNumberTest.php:26:        $this->assertRegExp('/^06\d{2} \d{7}|\+43 \d{4} \d{4}(-\d{2})?$/', $number);
./vendor/fzaninotto/faker/test/Faker/Provider/sv_SE/PersonTest.php:45:        $pin = str_replace('-', '', $this->faker->personalIdentityNumber());
./vendor/fzaninotto/faker/test/Faker/Provider/zh_TW/TextTest.php:27:            $this->getMethod('explode')->invokeArgs(null, array('中文測試真有趣'))
./vendor/fzaninotto/faker/test/Faker/Provider/zh_TW/TextTest.php:32:            $this->getMethod('explode')->invokeArgs(null, array('標點，符號！'))
./vendor/fzaninotto/faker/test/Faker/Provider/zh_TW/TextTest.php:40:            $this->getMethod('strlen')->invokeArgs(null, array('中文測試真有趣')),
./vendor/fzaninotto/faker/test/Faker/Provider/zh_TW/TextTest.php:48:        $this->assertTrue($this->getMethod('validStart')->invokeArgs(null, array('中')));
./vendor/fzaninotto/faker/test/Faker/Provider/zh_TW/TextTest.php:50:        $this->assertTrue($this->getMethod('validStart')->invokeArgs(null, array('2')));
./vendor/fzaninotto/faker/test/Faker/Provider/zh_TW/TextTest.php:52:        $this->assertTrue($this->getMethod('validStart')->invokeArgs(null, array('Hello')));
./vendor/fzaninotto/faker/test/Faker/Provider/zh_TW/TextTest.php:54:        $this->assertFalse($this->getMethod('validStart')->invokeArgs(null, array('。')));
./vendor/fzaninotto/faker/test/Faker/Provider/zh_TW/TextTest.php:56:        $this->assertFalse($this->getMethod('validStart')->invokeArgs(null, array('！')));
./vendor/fzaninotto/faker/test/Faker/Provider/zh_TW/TextTest.php:64:            $this->getMethod('appendEnd')->invokeArgs(null, array('中文測試真有趣'))
./vendor/fzaninotto/faker/test/Faker/Provider/zh_TW/TextTest.php:69:            $this->getMethod('appendEnd')->invokeArgs(null, array('中文測試真有趣，'))
./vendor/fzaninotto/faker/test/Faker/Provider/zh_TW/TextTest.php:74:            $this->getMethod('appendEnd')->invokeArgs(null, array('中文測試真有趣！'))
./vendor/fzaninotto/faker/test/Faker/Provider/cs_CZ/PersonTest.php:30:            if ($month > 50) $month -= 50;
./vendor/fzaninotto/faker/test/Faker/Provider/cs_CZ/PersonTest.php:31:            if ($year >= 2004 && $month > 20) $month -= 20;
./vendor/fzaninotto/faker/test/Faker/Provider/PaymentTest.php:33:            $locales[] = array($parts[count($parts) - 1]);
./vendor/fzaninotto/faker/test/Faker/Provider/PaymentTest.php:74:        $this->assertRegExp('/^6011-\d{4}-\d{4}-\d{4}$/', $this->faker->creditCardNumber('Discover Card', true));
./vendor/fzaninotto/faker/test/Faker/Provider/BiasedTest.php:36:            $assumed = (1 / self::MAX * $number) - (1 / self::MAX * ($number - 1));
./vendor/fzaninotto/faker/test/Faker/Provider/BiasedTest.php:50:            $assumed = 0.5 * pow(1 / self::MAX * $number, 2) - 0.5 * pow(1 / self::MAX * ($number - 1), 2);
./vendor/fzaninotto/faker/test/Faker/Provider/BiasedTest.php:64:            $assumed = -0.5 * pow(1 / self::MAX * $number, 2) - -0.5 * pow(1 / self::MAX * ($number - 1), 2);
./vendor/fzaninotto/faker/test/Faker/Provider/pt_BR/CompanyTest.php:23:        $this->assertRegExp('/\d{2}\.\d{3}\.\d{3}\/\d{4}-\d{2}/', $cnpj);
./vendor/fzaninotto/faker/test/Faker/Provider/pt_BR/PersonTest.php:23:        $this->assertRegExp('/\d{3}\.\d{3}\.\d{3}-\d{2}/', $cpf);
./vendor/fzaninotto/faker/test/Faker/Provider/pt_BR/PersonTest.php:31:        $this->assertRegExp('/\d{2}\.\d{3}\.\d{3}-[0-9X]/', $rg);
./vendor/fzaninotto/faker/test/Faker/Provider/UuidTest.php:24:        return is_string($uuid) && (bool) preg_match('/^[a-f0-9]{8,8}-(?:[a-f0-9]{4,4}-){3,3}[a-f0-9]{12,12}$/i', $uuid);
./vendor/fzaninotto/faker/test/Faker/Provider/uk_UA/AddressTest.php:39:        $pattern = "/[0-9А-ЩЯІЇЄЮа-щяіїєюьIVXCM][0-9А-ЩЯІЇЄЮа-щяіїєюь \'-.]*[А-Яа-я.]/u";
./vendor/fzaninotto/faker/test/Faker/Provider/uk_UA/AddressTest.php:50:        $pattern = "/[А-ЩЯІЇЄЮа-щяіїєюь][0-9А-ЩЯІЇЄЮа-щяіїєюь \'-]*[А-Яа-я]/u";
./vendor/fzaninotto/faker/test/Faker/Provider/uk_UA/AddressTest.php:72:        $pattern = "/[А-ЩЯІЇЄЮа-щяіїєюьIVXCM][А-ЩЯІЇЄЮа-щяіїєюь \'-]*[А-Яа-я.]/u";
./vendor/fzaninotto/faker/test/Faker/Provider/InternetTest.php:34:            $locales[] = array($parts[count($parts) - 1]);
./vendor/fzaninotto/faker/test/Faker/Provider/InternetTest.php:49:        $pattern = '/^(?!(?:(?:\\x22?\\x5C[\\x00-\\x7E]\\x22?)|(?:\\x22?[^\\x5C\\x22]\\x22?)){255,})(?!(?:(?:\\x22?\\x5C[\\x00-\\x7E]\\x22?)|(?:\\x22?[^\\x5C\\x22]\\x22?)){65,}@)(?:(?:[\\x21\\x23-\\x27\\x2A\\x2B\\x2D\\x2F-\\x39\\x3D\\x3F\\x5E-\\x7E]+)|(?:\\x22(?:[\\x01-\\x08\\x0B\\x0C\\x0E-\\x1F\\x21\\x23-\\x5B\\x5D-\\x7F]|(?:\\x5C[\\x00-\\x7F]))*\\x22))(?:\\.(?:(?:[\\x21\\x23-\\x27\\x2A\\x2B\\x2D\\x2F-\\x39\\x3D\\x3F\\x5E-\\x7E]+)|(?:\\x22(?:[\\x01-\\x08\\x0B\\x0C\\x0E-\\x1F\\x21\\x23-\\x5B\\x5D-\\x7F]|(?:\\x5C[\\x00-\\x7F]))*\\x22)))*@(?:(?:(?!.*[^.]{64,})(?:(?:(?:xn--)?[a-z0-9]+(?:-+[a-z0-9]+)*\\.){1,126}){1,}(?:(?:[a-z][a-z0-9]*)|(?:(?:xn--)[a-z0-9]+))(?:-+[a-z0-9]+)*)|(?:\\[(?:(?:IPv6:(?:(?:[a-f0-9]{1,4}(?::[a-f0-9]{1,4}){7})|(?:(?!(?:.*[a-f0-9][:\\]]){7,})(?:[a-f0-9]{1,4}(?::[a-f0-9]{1,4}){0,5})?::(?:[a-f0-9]{1,4}(?::[a-f0-9]{1,4}){0,5})?)))|(?:(?:IPv6:(?:(?:[a-f0-9]{1,4}(?::[a-f0-9]{1,4}){5}:)|(?:(?!(?:.*[a-f0-9]:){5,})(?:[a-f0-9]{1,4}(?::[a-f0-9]{1,4}){0,3})?::(?:[a-f0-9]{1,4}(?::[a-f0-9]{1,4}){0,3}:)?)))?(?:(?:25[0-5])|(?:2[0-4][0-9])|(?:1[0-9]{2})|(?:[1-9]?[0-9]))(?:\\.(?:(?:25[0-5])|(?:2[0-4][0-9])|(?:1[0-9]{2})|(?:[1-9]?[0-9]))){3}))\\]))$/iD';
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:127:        $lowercaseLetters = '!"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~';
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:334:            array('[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}', 'complex regex')
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:350:        $this->assertNotNull($faker->optional(100)->randomDigit);
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:357:        $this->assertNull($faker->optional(0)->randomDigit);
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:365:        $this->assertEquals(1, $faker->optional(100)->count);
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:366:        $this->assertNull($faker->optional(0)->count);
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:374:        $this->assertEquals(1, $faker->optional(100)->count());
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:375:        $this->assertNull($faker->optional(0)->count());
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:384:            $values[]= $faker->optional()->randomDigit;
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:390:            $values[]= $faker->optional(50)->randomDigit;
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:408:            $valuesOld[] = $faker->optional(0.5)->boolean(100);
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:409:            $valuesNew[] = $faker->optional(50)->boolean(100);
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:423:        $this->assertEquals(1, $faker->unique()->count);
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:431:        $this->assertEquals(1, $faker->unique()->count());
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:440:            $values[]= $faker->unique()->randomDigit;
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:454:            $faker->unique()->randomDigit;
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:464:            $values[]= $faker->unique()->randomDigit;
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:466:        $values[]= $faker->unique(true)->randomDigit;
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:468:            $values[]= $faker->unique()->randomDigit;
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:478:        $this->assertLessThan(10, $faker->valid()->randomDigit);
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:485:        $this->assertLessThan(10, $faker->valid()->numberBetween(5, 9));
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:497:            $values[$faker->valid($evenValidator)->randomDigit] = true;
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:515:            $faker->valid($evenValidator)->randomElement(array(1, 3, 5, 7, 9));
./vendor/fzaninotto/faker/test/Faker/Provider/BaseTest.php:526:        $faker->valid(12)->randomElement(array(1, 3, 5, 7, 9));
./vendor/fzaninotto/faker/test/Faker/Provider/DateTimeTest.php:56:        $this->assertRegExp('/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}[+-Z](\d{4})?$/', $date);
./vendor/fzaninotto/faker/test/Faker/Provider/DateTimeTest.php:64:        $this->assertRegExp('/^\d{4}-\d{2}-\d{2}$/', $date);
./vendor/fzaninotto/faker/test/Faker/Provider/pt_PT/PersonTest.php:39:        // cd - Control Digit
./vendor/fzaninotto/faker/test/Faker/Provider/pt_PT/PersonTest.php:44:            $cd = 11 - $cd;
./vendor/kartik-v/yii2-datecontrol/DateControl.php:6: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2017
./vendor/kartik-v/yii2-datecontrol/DateControl.php:31: * echo $form->field($model, 'datetime_2')->widget(DateControl::classname(), [
./vendor/kartik-v/yii2-datecontrol/DateControl.php:114:     * - [[\kartik\date\DatePicker]] when [[type]] is set to [[FORMAT_DATE]]
./vendor/kartik-v/yii2-datecontrol/DateControl.php:115:     * - [[\kartik\time\TimePicker]] when [[type]] is set to [[FORMAT_TIME]]
./vendor/kartik-v/yii2-datecontrol/DateControl.php:116:     * - [[\kartik\datetime\DateTimePicker]] when [[type]] is set to [[FORMAT_DATETIME]]
./vendor/kartik-v/yii2-datecontrol/DateControl.php:130:     * - when [[autoWidget]] is `true` and this corresponds to widget settings for `DatePicker`, `TimePicker`, or
./vendor/kartik-v/yii2-datecontrol/DateControl.php:132:     * - when [[autoWidget]] is `false` and [[widgetClass]] is set and this allows to set the configuration options for
./vendor/kartik-v/yii2-datecontrol/DateControl.php:147:     * - `type`: _string_, whether to generate a 'hidden' or 'text' input. Defaults to 'hidden'.
./vendor/kartik-v/yii2-datecontrol/DateControl.php:148:     * - `label`: _string_, any label to be placed before the input. Will be only displayed if 'type' is 'text'.
./vendor/kartik-v/yii2-datecontrol/DateControl.php:410:        $name = ($this->hasModel() ? $this->attribute : $this->name) . '-' . $this->options['id'];
./vendor/kartik-v/yii2-datecontrol/Module.php:6: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2017
./vendor/kartik-v/yii2-datecontrol/Module.php:80:     * - [[\kartik\date\DatePicker]] when [[type]] is set to [[FORMAT_DATE]]
./vendor/kartik-v/yii2-datecontrol/Module.php:81:     * - [[\kartik\time\TimePicker]] when [[type]] is set to [[FORMAT_TIME]]
./vendor/kartik-v/yii2-datecontrol/Module.php:82:     * - [[\kartik\datetime\DateTimePicker]] when [[type]] is set to [[FORMAT_DATETIME]]
./vendor/kartik-v/yii2-datecontrol/Module.php:94:     * - `$type`: _string_, is one of the FORMAT constants, and
./vendor/kartik-v/yii2-datecontrol/Module.php:95:     * - `$settings`: _array_, the widget settings for the Krajee date/time widgets based on the type.
./vendor/kartik-v/yii2-datecontrol/Module.php:105:     * - `$type`: _string_, is one of the FORMAT constants, and
./vendor/kartik-v/yii2-datecontrol/Module.php:106:     * - `$settings`: _array_, which consists of these keys:
./vendor/kartik-v/yii2-datecontrol/Module.php:107:     *    - `class`: _string_, the widget class name for the input widget that will render the date input.
./vendor/kartik-v/yii2-datecontrol/Module.php:108:     *    - `options`: _array_, the HTML attributes for the input widget
./vendor/kartik-v/yii2-datecontrol/Module.php:209:     * - if `dateControlDisplay` is set in `Yii::$app->params`, it will be first used
./vendor/kartik-v/yii2-datecontrol/Module.php:210:     * - else, the format as set in `displaySettings` will be used from this module
./vendor/kartik-v/yii2-datecontrol/Module.php:211:     * - else, the format as set in `Yii::$app->formatter` will be used
./vendor/kartik-v/yii2-datecontrol/Module.php:232:     * - if `dateControlSave` is set in `Yii::$app->params`, it will be first used
./vendor/kartik-v/yii2-datecontrol/Module.php:233:     * - else, the format as set in `displaySettings` will be used from this module
./vendor/kartik-v/yii2-datecontrol/Module.php:234:     * - else, the format as set in `Yii::$app->formatter` will be used
./vendor/kartik-v/yii2-datecontrol/DateFormatterAsset.php:6: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2017
./vendor/kartik-v/yii2-datecontrol/DateControlAsset.php:6: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2017
./vendor/kartik-v/yii2-datecontrol/controllers/ParseController.php:6: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2017
./vendor/kartik-v/yii2-datecontrol/controllers/ParseController.php:44:            $value = $date->setTimezone(new DateTimeZone($saveTimezone))->format($saveFormat);
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:4: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:44:     * @var string The size of the input - 'lg', 'md', 'sm', 'xs'
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:51:     * - 'label': string the button label. Defaults to `<i class="glyphicon glyphicon-calendar"></i>`
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:63:     * - {picker}: will be replaced with the date picker button (rendered as a bootstrap input group addon).
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:64:     * - {remove}: will be replaced with the date clear/remove button (rendered as a bootstrap input group addon).
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:65:     * - {input}: will be replaced with the HTML input markup that stores the datetime.
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:67:     * - {picker}{remove}{input} for TYPE_COMPONENT_PREPEND
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:68:     * - {input}{remove}{picker} for TYPE_COMPONENT_APPEND
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:74:     * - if this is passed as a string, it will be displayed as is (will not be HTML encoded).
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:75:     * - if this is set to false, the picker button will not be displayed.
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:76:     * - if this is passed as an array (this is the DEFAULT) it will treat this as HTML attributes
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:78:     *   - icon - string, the bootstrap glyphicon name/suffix. Defaults to 'calendar'.
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:79:     *   - title - string, the title to be displayed on hover. Defaults to 'Select date & time'.
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:85:     * - if this is passed as a string, it will be displayed as is (will not be HTML encoded).
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:86:     * - if this is set to false, the remove button will not be displayed.
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:87:     * - if this is passed as an array (this is the DEFAULT) it will treat this as HTML attributes
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:89:     *   - icon - string, the bootstrap glyphicon name/suffix. Defaults to 'remove'.
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:90:     *   - title - string, the title to be displayed on hover. Defaults to 'Clear field'.
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:138:     * Graceful fallback to a normal HTML  text input - in
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePicker.php:240:            DateTimePickerAsset::register($view)->js[] = $this->_langFile;
./vendor/kartik-v/yii2-widget-datetimepicker/DateTimePickerAsset.php:4: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-widget-select2/Select2Asset.php:4: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-widget-select2/Select2.php:4: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-widget-select2/Select2.php:91:     * - `selectLabel`: string, the markup to be shown to select all records. Defaults to `<i class="glyphicon
./vendor/kartik-v/yii2-widget-select2/Select2.php:93:     * - `unselectLabel`: string, the markup to be shown to unselect all records. Defaults to `<i class="glyphicon
./vendor/kartik-v/yii2-widget-select2/Select2.php:95:     * - `selectOptions`: array, the HTML attributes for the container wrapping the select label. Defaults to `[]`.
./vendor/kartik-v/yii2-widget-select2/Select2.php:96:     * - `unselectOptions`: array, the HTML attributes for the container wrapping the unselect label. Defaults to `[]`.
./vendor/kartik-v/yii2-widget-select2/Select2.php:97:     * - `options`: array, the HTML attributes for the toggle button container. Defaults to:
./vendor/kartik-v/yii2-widget-select2/Select2.php:104:     * - prepend: array|string the prepend addon configuration. If set as a string will be rendered as is. If set as an
./vendor/kartik-v/yii2-widget-select2/Select2.php:106:     *     - content: string, the prepend addon content
./vendor/kartik-v/yii2-widget-select2/Select2.php:107:     *     - asButton: bool, whether the addon is a button or button group. Defaults to false.
./vendor/kartik-v/yii2-widget-select2/Select2.php:108:     * - append: array|string the append addon configuration. If set as a string will be rendered as is. If set as an
./vendor/kartik-v/yii2-widget-select2/Select2.php:110:     *     - content: string, the append addon content
./vendor/kartik-v/yii2-widget-select2/Select2.php:111:     *     - asButton: bool, whether the addon is a button or button group. Defaults to false.
./vendor/kartik-v/yii2-widget-select2/Select2.php:112:     * - groupOptions: array, HTML options for the input group
./vendor/kartik-v/yii2-widget-select2/Select2.php:113:     * - contentBefore: string, content placed before addon
./vendor/kartik-v/yii2-widget-select2/Select2.php:114:     * - contentAfter: string, content placed after addon
./vendor/kartik-v/yii2-widget-select2/Select2.php:126:     * - multiple: bool, whether multiple or single item should be selected. Defaults to false.
./vendor/kartik-v/yii2-widget-select2/Select2.php:127:     * - placeholder: string, placeholder for the select item.
./vendor/kartik-v/yii2-widget-select2/Select2.php:299:     * input - in case JQuery is not supported by the browser
./vendor/kartik-v/yii2-widget-select2/Select2.php:318:        Select2Asset::register($view)->addLanguage($lang, '', 'js/i18n');
./vendor/kartik-v/yii2-widget-select2/Select2.php:349:            'themeCss' => ".select2-container--{$this->theme}",
./vendor/kartik-v/yii2-widget-select2/ThemeDefaultAsset.php:4: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-widget-select2/ThemeBootstrapAsset.php:4: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-widget-select2/ThemeKrajeeAsset.php:4: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-widget-select2/ThemeClassicAsset.php:4: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-krajee-base/Config.php:6: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-krajee-base/Config.php:78:     * - `name`: _string_, the extension class name (without vendor namespace prefix)
./vendor/kartik-v/yii2-krajee-base/Config.php:79:     * - `repo`: _string_, the extension package repository name (without vendor name prefix)
./vendor/kartik-v/yii2-krajee-base/Config.php:80:     * - `reason`: _string_, a user friendly message for dependency validation failure
./vendor/kartik-v/yii2-krajee-base/Config.php:114:            $installs = $command . implode("{$version}\n\n--- OR ---\n\n{$command}", $repo) . $version;
./vendor/kartik-v/yii2-krajee-base/Config.php:212:        $pos = strpos($language, "-");
./vendor/kartik-v/yii2-krajee-base/Html5InputAsset.php:4: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-krajee-base/Module.php:6: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-krajee-base/WidgetAsset.php:6: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-krajee-base/TranslationTrait.php:6: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-krajee-base/Html5Input.php:6: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-krajee-base/Html5Input.php:69:     * - `prepend `: _array|_string_, the prepend addon content. If set as a _string_, will be rendered raw as is without
./vendor/kartik-v/yii2-krajee-base/Html5Input.php:71:     *   - `content `: _string_, the prepend addon content
./vendor/kartik-v/yii2-krajee-base/Html5Input.php:72:     *   - `asButton `: _boolean_, whether the addon is a button
./vendor/kartik-v/yii2-krajee-base/Html5Input.php:73:     *   - `options `: _array the HTML attributes for the prepend addon
./vendor/kartik-v/yii2-krajee-base/Html5Input.php:74:     * - `append `: _array_|_string_, the append addon content.If set as a _string_, will be rendered raw as is without
./vendor/kartik-v/yii2-krajee-base/Html5Input.php:76:     *   - `content `: _string_, the append addon content
./vendor/kartik-v/yii2-krajee-base/Html5Input.php:77:     *   - `asButton `: _boolean_, whether the addon is a button
./vendor/kartik-v/yii2-krajee-base/Html5Input.php:78:     *   - `options `: _array the HTML attributes for the append addon
./vendor/kartik-v/yii2-krajee-base/Html5Input.php:79:     * - `preCaption `: _array_|_string_, the addon content placed before the caption.If set as a _string_, will be
./vendor/kartik-v/yii2-krajee-base/Html5Input.php:81:     *   - `content `: _string_, the append addon content
./vendor/kartik-v/yii2-krajee-base/Html5Input.php:82:     *   - `asButton `: _boolean_, whether the addon is a button
./vendor/kartik-v/yii2-krajee-base/Html5Input.php:83:     *   - `options `: _array the HTML attributes for the append addon
./vendor/kartik-v/yii2-krajee-base/Html5Input.php:168:        return "<!--[if lt IE 10]>\n{$caption}{$message}\n<![endif]--><![if gt IE 9]>\n{$content}\n<![endif]>";
./vendor/kartik-v/yii2-krajee-base/PluginAssetBundle.php:6: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-krajee-base/AnimateAsset.php:6: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-krajee-base/WidgetTrait.php:6: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-krajee-base/WidgetTrait.php:91:     * - 'data-krajee-{name}' will store the hashed variable storing the plugin options. The `{name}` token will be
./vendor/kartik-v/yii2-krajee-base/WidgetTrait.php:171:     * - [[View::POS_HEAD]]: in the head section
./vendor/kartik-v/yii2-krajee-base/WidgetTrait.php:172:     * - [[View::POS_BEGIN]]: at the beginning of the body section
./vendor/kartik-v/yii2-krajee-base/WidgetTrait.php:173:     * - [[View::POS_END]]: at the end of the body section
./vendor/kartik-v/yii2-krajee-base/WidgetTrait.php:174:     * - [[View::POS_LOAD]]: enclosed within jQuery(window).load(). Note that by using this position, the method will
./vendor/kartik-v/yii2-krajee-base/WidgetTrait.php:176:     * - [[View::POS_READY]]: enclosed within jQuery(document).ready(). This is the default value. Note that by using
./vendor/kartik-v/yii2-krajee-base/AssetBundle.php:6: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-krajee-base/Widget.php:6: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-krajee-base/InputWidget.php:6: * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
./vendor/kartik-v/yii2-krajee-base/InputWidget.php:30: * <?= $form->field($model, 'from_date')->widget('WidgetClassName', [
./vendor/kartik-v/yii2-krajee-base/InputWidget.php:232:     * @param string $suffix the file name suffix - defaults to '.js'
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:92:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:93:            ->with('x');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:95:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:96:            ->with('y');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:98:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:99:            ->with('x');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:101:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:102:            ->with('y');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:120:            ->method('flushBuffers');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:122:            ->method('flushBuffers');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:139:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:140:            ->with('x');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:142:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:143:            ->with('y');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:145:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:146:            ->with('x');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:158:    // -- Creation methods
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/ByteStream/FileByteStreamAcceptanceTest.php:167:        return $this->getMockBuilder('Swift_InputByteStream')->getMock();
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/MimePartAcceptanceTest.php:11:            ->register('properties.charset')->asValue(null);
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/MimePartAcceptanceTest.php:116:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/HeaderEncoder/Base64HeaderEncoderAcceptanceTest.php:25:            $encoded = $this->_encoder->encodeString($subject, 0, 75 - $encodedWrapperLength, 'iso-2022-jp');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:7:        Swift_Preferences::getInstance()->setCharset(null); //TODO: Test with the charset defined
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:12:        /* -- RFC 2822, 3.6.
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:638:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:644:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:650:            '--'.$boundary.'--'."\r\n",
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:692:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:696:            '--\\1'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:702:            '--\\1--'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:704:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:711:            '--'.$boundary.'--'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:763:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:767:            '--\\1'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:774:            '--\\1'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:778:            '--\\2'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:786:            '--\\2--'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:788:            '--\\1--'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:790:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:797:            '--'.$boundary.'--'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:847:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:851:            '--\\1'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:857:            '--\\1'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:865:            '--\\1--'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:867:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:874:            '--'.$boundary.'--'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:928:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:934:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:938:            '--\\1'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:946:            '--\\1--'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:948:            '--'.$boundary.'--'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:1037:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:1043:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:1049:            '--'.$boundary.'--'."\r\n",
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:1086:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:1092:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:1099:            '--'.$boundary.'--'."\r\n",
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:1137:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:1143:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:1149:            '--'.$boundary.'--'."\r\n",
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:1184:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:1190:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:1196:            '--'.$boundary.'--'."\r\n",
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php:1230:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/EmbeddedFileAcceptanceTest.php:125:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/QpContentEncoderAcceptanceTest.php:16:        Swift_Preferences::getInstance()->setQPDotEscape(false);
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/QpContentEncoderAcceptanceTest.php:138:        Swift_Preferences::getInstance()->setQPDotEscape(true);
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/QpContentEncoderAcceptanceTest.php:142:        Swift_Preferences::getInstance()->setQPDotEscape(false);
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/QpContentEncoderAcceptanceTest.php:150:        Swift_Preferences::getInstance()->setQPDotEscape(true);
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/QpContentEncoderAcceptanceTest.php:157:            ->lookup('mime.qpcontentencoder')
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/NativeQpContentEncoderAcceptanceTest.php:85:            ->lookup('mime.nativeqpcontentencoder')
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/AttachmentAcceptanceTest.php:112:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/MessageAcceptanceTest.php:31:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/MessageAcceptanceTest.php:37:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/MessageAcceptanceTest.php:43:            '--'.$boundary.'--'."\r\n",
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/MessageAcceptanceTest.php:48:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/MessageAcceptanceTest.php:53:            ->register('properties.charset')->asValue(null);
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/SocketTimeoutTest.php:30:            $this->getMockBuilder('Swift_ReplacementFilterFactory')->getMock()
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:19:            $this->getMockBuilder('Swift_ReplacementFilterFactory')->getMock()
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:63:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:64:            ->with('x');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:66:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:67:            ->with('y');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:69:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:70:            ->with('x');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:72:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:73:            ->with('y');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:90:            ->method('flushBuffers');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:92:            ->method('flushBuffers');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:108:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:109:            ->with('x');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:111:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:112:            ->with('y');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:114:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:115:            ->with('x');
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:127:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Transport/StreamBuffer/AbstractStreamBufferAcceptanceTest.php:131:        return $this->getMockBuilder('Swift_InputByteStream')->getMock();
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug35Test.php:7:        Swift_Preferences::getInstance()->setCharset('utf-8');
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug35Test.php:43:        '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug35Test.php:47:        '--\\1'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug35Test.php:53:        '--\\1'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug35Test.php:59:        '--\\1--'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug35Test.php:61:        '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug35Test.php:68:        '--'.$boundary.'--'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug76Test.php:47:    // -- Custom Assertions
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug76Test.php:57:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug38Test.php:14:        Swift_Preferences::getInstance()->setCharset('utf-8');
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug38Test.php:51:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug38Test.php:57:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug38Test.php:65:            '--'.$boundary.'--'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug38Test.php:100:        '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug38Test.php:106:        '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug38Test.php:114:        '--'.$boundary.'--'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug38Test.php:160:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug38Test.php:166:            '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug38Test.php:173:            '--'.$boundary.'--'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug38Test.php:184:    // -- Helpers
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug51Test.php:69:    // -- Custom Assertions
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug51Test.php:77:        $attachmentDataEnd = strpos($source, "\r\n--", $attachmentDataStart);
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug51Test.php:84:                $attachmentDataEnd - $attachmentDataStart
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug51Test.php:91:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug51Test.php:112:            ->setSubject('test')
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug51Test.php:113:            ->setBody('test')
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug51Test.php:114:            ->setFrom('a@b.c')
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug51Test.php:115:            ->setTo('d@e.f')
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug51Test.php:116:            ->attach(Swift_Attachment::fromPath($attachmentPath))
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug518Test.php:22:        $transport->shouldReceive('isStarted')->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug518Test.php:24:            ->with(m::on($messageValidation), $failedRecipients)
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug518Test.php:25:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug534Test.php:10:            ->setFrom('from@example.com')
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug534Test.php:11:            ->setTo('to@example.com')
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug534Test.php:12:            ->setSubject('test')
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug534Test.php:31:        $transport->shouldReceive('isStarted')->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug534Test.php:32:        $transport->shouldReceive('send')->with(m::on($messageValidation), $failedRecipients)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug34Test.php:7:        Swift_Preferences::getInstance()->setCharset('utf-8');
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug34Test.php:44:        '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug34Test.php:50:        '--'.$boundary."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug34Test.php:54:        '--\\1'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug34Test.php:60:        '--\\1'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug34Test.php:68:        '--\\1--'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug34Test.php:70:        '--'.$boundary.'--'."\r\n".
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/HtmlWithAttachmentSmokeTest.php:19:            ->setFrom(array(SWIFT_SMOKE_EMAIL_ADDRESS => 'Swift Mailer'))
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/HtmlWithAttachmentSmokeTest.php:20:            ->setTo(SWIFT_SMOKE_EMAIL_ADDRESS)
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/HtmlWithAttachmentSmokeTest.php:21:            ->attach(Swift_Attachment::fromPath($this->_attFile))
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/HtmlWithAttachmentSmokeTest.php:22:            ->setBody('<p>This HTML-formatted message should contain an attached ZIP file (named "textfile.zip").'.PHP_EOL.
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/BasicSmokeTest.php:12:            ->setSubject('[Swift Mailer] BasicSmokeTest')
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/BasicSmokeTest.php:13:            ->setFrom(array(SWIFT_SMOKE_EMAIL_ADDRESS => 'Swift Mailer'))
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/BasicSmokeTest.php:14:            ->setTo(SWIFT_SMOKE_EMAIL_ADDRESS)
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/BasicSmokeTest.php:15:            ->setBody('One, two, three, four, five...'.PHP_EOL.
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/InternationalSmokeTest.php:20:            ->setCharset('utf-8')
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/InternationalSmokeTest.php:21:            ->setSubject('[Swift Mailer] InternationalSmokeTest (διεθνής)')
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/InternationalSmokeTest.php:22:            ->setFrom(array(SWIFT_SMOKE_EMAIL_ADDRESS => 'Χριστοφορου (Swift Mailer)'))
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/InternationalSmokeTest.php:23:            ->setTo(SWIFT_SMOKE_EMAIL_ADDRESS)
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/InternationalSmokeTest.php:24:            ->setBody('This message should contain an attached ZIP file (named "κείμενο, εδάφιο, θέμα.zip").'.PHP_EOL.
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/InternationalSmokeTest.php:31:            ->attach(Swift_Attachment::fromPath($this->_attFile)
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/InternationalSmokeTest.php:32:                ->setContentType('application/zip')
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/InternationalSmokeTest.php:33:                ->setFilename('κείμενο, εδάφιο, θέμα.zip')
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/AttachmentSmokeTest.php:20:            ->setSubject('[Swift Mailer] AttachmentSmokeTest')
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/AttachmentSmokeTest.php:21:            ->setFrom(array(SWIFT_SMOKE_EMAIL_ADDRESS => 'Swift Mailer'))
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/AttachmentSmokeTest.php:22:            ->setTo(SWIFT_SMOKE_EMAIL_ADDRESS)
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/AttachmentSmokeTest.php:23:            ->setBody('This message should contain an attached ZIP file (named "textfile.zip").'.PHP_EOL.
./vendor/swiftmailer/swiftmailer/tests/smoke/Swift/Smoke/AttachmentSmokeTest.php:27:            ->attach(Swift_Attachment::fromPath($this->_attFile))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:131:        $is1 = $this->getMockBuilder('Swift_InputByteStream')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:132:        $is2 = $this->getMockBuilder('Swift_InputByteStream')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:135:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:136:            ->with('x');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:138:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:139:            ->with('y');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:141:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:142:            ->with('x');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:144:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:145:            ->with('y');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:157:        $is1 = $this->getMockBuilder('Swift_InputByteStream')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:158:        $is2 = $this->getMockBuilder('Swift_InputByteStream')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:161:            ->method('flushBuffers');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:163:            ->method('flushBuffers');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:174:        $is1 = $this->getMockBuilder('Swift_InputByteStream')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:175:        $is2 = $this->getMockBuilder('Swift_InputByteStream')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:178:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:179:            ->with('x');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:181:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:182:            ->with('y');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:184:            ->method('write')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:185:            ->with('x');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php:197:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MessageTest.php:31:        $html->getHeaders()->addTextHeader('X-Test-Remove', 'Test-Value');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MessageTest.php:32:        $html->getHeaders()->addTextHeader('X-Test-Alter', 'Test-Value');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MessageTest.php:39:            $child->getHeaders()->removeAll('X-Test-Remove');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MessageTest.php:40:            $child->getHeaders()->get('X-Test-Alter')->setValue('Altered');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MessageTest.php:57:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MessageTest.php:73:                        // but object's clone does - not everything copied
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MessageTest.php:80:                        // but object's clone doesn't - overdone making copies
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MessageTest.php:107:                        // but object's clone does - not everything copied
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MessageTest.php:114:                        // but object's clone doesn't - overdone making copies
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php:9:        $cache = $this->getMockBuilder('Swift_KeyCache')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php:11:              ->method('setString')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php:12:              ->with($this->_nsKey, 'foo', 'a', Swift_KeyCache::MODE_APPEND);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php:14:              ->method('setString')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php:15:              ->with($this->_nsKey, 'foo', 'b', Swift_KeyCache::MODE_APPEND);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php:17:              ->method('setString')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php:18:              ->with($this->_nsKey, 'foo', 'c', Swift_KeyCache::MODE_APPEND);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php:32:        $cache = $this->getMockBuilder('Swift_KeyCache')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php:34:              ->method('clearKey')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php:35:              ->with($this->_nsKey, 'foo');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php:47:        $cache = $this->getMockBuilder('Swift_KeyCache')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php:49:              ->method('setString')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php:50:              ->with($this->_nsKey, 'foo', 'a', Swift_KeyCache::MODE_APPEND);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php:52:              ->method('setString')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php:53:              ->with($this->_nsKey, 'foo', 'b', Swift_KeyCache::MODE_APPEND);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php:55:              ->method('setString')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/SimpleKeyCacheInputStreamTest.php:56:              ->with('test', 'bar', 'x', Swift_KeyCache::MODE_APPEND);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:91:           ->method('read')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:92:           ->will($this->returnValue('abc'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:94:           ->method('read')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:95:           ->will($this->returnValue('def'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:97:           ->method('read')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:98:           ->will($this->returnValue(false));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:112:            ->method('read')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:113:            ->will($this->returnValue('abc'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:115:            ->method('read')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:116:            ->will($this->returnValue('def'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:118:            ->method('read')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:119:            ->will($this->returnValue(false));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:123:            ->method('read')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:124:            ->will($this->returnValue('xyz'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:126:            ->method('read')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:127:            ->will($this->returnValue('uvw'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:129:            ->method('read')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:130:            ->will($this->returnValue(false));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:150:           ->method('read')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:151:           ->will($this->returnValue('abc'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:153:           ->method('read')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:154:           ->will($this->returnValue('def'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:156:           ->method('read')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:157:           ->will($this->returnValue(false));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:177:           ->method('write');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:221:    // -- Creation methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:230:        return $this->getMockBuilder('Swift_KeyCache_KeyCacheInputStream')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:235:        return $this->getMockBuilder('Swift_OutputByteStream')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/KeyCache/ArrayKeyCacheTest.php:240:        return $this->getMockBuilder('Swift_InputByteStream')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/StreamFilters/StringReplacementFilterFactoryTest.php:32:    // -- Creation methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/StreamFilters/StringReplacementFilterTest.php:49:    // -- Creation methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/StreamFilters/ByteArrayReplacementFilterTest.php:125:    // -- Creation methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:34:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:35:             ->with(1234);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:37:             ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:50:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:51:                ->with('Date', 1234);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:53:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:65:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:66:                ->with('Date', '/^[0-9]+$/D');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:75:        /* -- RFC 2045, 7.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:94:                  ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:95:                  ->with('x@y');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:97:                  ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:110:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:111:                ->with('Message-ID', '/^.*?@.*?$/D');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:120:        /* -- RFC 2822, 3.6.5.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:135:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:136:                ->with('foo');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:149:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:150:                ->with('Subject', 'example subject');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:152:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:162:        /* -- RFC 2822, 3.6.7.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:177:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:178:             ->with('bounces@domain');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:191:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:192:                ->with('Return-Path', 'bounces@domain');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:202:        /* -- RFC 2822, 3.6.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:219:               ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:220:               ->with(array('other@domain' => 'Other'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:233:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:234:                ->with('Sender', (array) 'sender@domain');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:236:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:248:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:249:                ->with('Sender', array('sender@domain' => 'Name'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:251:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:261:        /* -- RFC 2822, 3.6.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:278:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:279:             ->with(array('other@domain' => 'Other'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:294:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:295:             ->with(array('from@domain' => 'Name', 'other@domain' => 'Other'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:308:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:309:                ->with('From', (array) 'from@domain');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:311:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:323:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:324:                ->with('From', array('from@domain' => 'Name'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:326:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:336:        /* -- RFC 2822, 3.6.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:353:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:354:              ->with(array('other@domain' => 'Other'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:369:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:370:                ->with(array('from@domain' => 'Name', 'other@domain' => 'Other'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:383:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:384:                ->with('Reply-To', (array) 'reply@domain');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:386:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:398:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:399:                ->with('Reply-To', array('reply@domain' => 'Name'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:401:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:411:        /* -- RFC 2822, 3.6.3.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:428:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:429:           ->with(array('other@domain' => 'Other'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:444:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:445:           ->with(array('from@domain' => 'Name', 'other@domain' => 'Other'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:458:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:459:                ->with('To', (array) 'to@domain');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:461:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:473:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:474:                ->with('To', array('to@domain' => 'Name'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:476:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:486:        /* -- RFC 2822, 3.6.3.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:503:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:504:           ->with(array('other@domain' => 'Other'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:519:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:520:           ->with(array('from@domain' => 'Name', 'other@domain' => 'Other'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:533:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:534:                ->with('Cc', (array) 'cc@domain');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:536:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:548:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:549:                ->with('Cc', array('cc@domain' => 'Name'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:551:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:561:        /* -- RFC 2822, 3.6.3.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:578:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:579:            ->with(array('other@domain' => 'Other'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:594:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:595:            ->with(array('from@domain' => 'Name', 'other@domain' => 'Other'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:608:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:609:                ->with('Bcc', (array) 'bcc@domain');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:611:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:623:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:624:                ->with('Bcc', array('bcc@domain' => 'Name'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:626:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:648:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:649:             ->with('5 (Lowest)');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:662:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:663:                ->with('X-Priority', '4 (Low)');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:665:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:691:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:692:             ->with('mark@swiftmailer.org');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:705:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:706:                ->with('Disposition-Notification-To', 'mark@swiftmailer.org');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:708:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:767:              ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:768:              ->andReturn('foo@bar');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:785:            ->setContentType('text/plain')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:786:            ->setEncoder($this->_createEncoder())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:787:            ->setId('foo@bar')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:788:            ->setDescription('my description')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:789:            ->setMaxLineLength(998)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:790:            ->setBody('xx')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:791:            ->setBoundary('xyz')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:792:            ->setChildren(array())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:793:            ->setCharset('iso-8859-1')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:794:            ->setFormat('flowed')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:795:            ->setDelSp(false)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:796:            ->setSubject('subj')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:797:            ->setDate(123)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:798:            ->setReturnPath('foo@bar')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:799:            ->setSender('foo@bar')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:800:            ->setFrom(array('x@y' => 'XY'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:801:            ->setReplyTo(array('ab@cd' => 'ABCD'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:802:            ->setTo(array('chris@site.tld', 'mark@site.tld'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:803:            ->setCc('john@somewhere.tld')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:804:            ->setBcc(array('one@site', 'two@site' => 'Two'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:805:            ->setPriority($message::PRIORITY_LOW)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:806:            ->setReadReceiptTo('a@b')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:807:            ->attach($child)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:808:            ->detach($child)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMessageTest.php:812:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:17:        /* -- RFC 2183, 2.1, 2.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:34:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:35:                    ->with('inline');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:37:                    ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:50:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:51:                ->with('Content-Disposition', 'inline');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:53:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:65:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:66:                ->with('Content-Disposition', 'attachment');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:68:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:81:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:82:              ->with('application/octet-stream');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:84:              ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:94:        /* -- RFC 2183, 2.3.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:113:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:114:                    ->with('filename', 'bar.txt');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:116:                    ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:135:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:136:              ->with('name', 'bar.txt');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:138:              ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:149:        /* -- RFC 2183, 2.7.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:168:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:169:                    ->with('size', 12345);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:171:                    ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:187:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:188:                    ->with('filename', 'file.ext');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:204:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:205:                    ->with('filename', 'file.ext');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:209:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:210:              ->with('text/html');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:212:              ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:232:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:233:                    ->with('filename', 'file.zip');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:237:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:238:              ->with('application/zip');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:240:              ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:270:            ->setContentType('application/pdf')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:271:            ->setEncoder($this->_createEncoder())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:272:            ->setId('foo@bar')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:273:            ->setDescription('my pdf')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:274:            ->setMaxLineLength(998)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:275:            ->setBody('xx')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:276:            ->setBoundary('xyz')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:277:            ->setChildren(array())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:278:            ->setDisposition('inline')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:279:            ->setFilename('afile.txt')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:280:            ->setSize(123)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:281:            ->setFile($this->_createFileStream('foo.txt', ''))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:285:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:301:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:302:             ->andReturn($path);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:304:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:305:             ->andReturnUsing(function () use ($data) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AttachmentTest.php:316:             ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderFactoryTest.php:134:                ->method('charsetChanged')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderFactoryTest.php:135:                ->with('utf-8');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderFactoryTest.php:138:                     ->method('charsetChanged')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderFactoryTest.php:139:                     ->with('utf-8');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderFactoryTest.php:146:    // -- Creation methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderFactoryTest.php:161:        return $this->getMockBuilder('Swift_Mime_HeaderEncoder')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderFactoryTest.php:166:        return $this->getMockBuilder('Swift_Encoder')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:32:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:33:              ->with('image/jpeg');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:35:              ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:36:              ->with(\Mockery::not('image/jpeg'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:48:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:49:                ->with('Content-Type', 'image/jpeg');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:51:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:63:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:64:                ->with('Content-Type', 'text/html');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:66:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:104:                 ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:105:                 ->with('base64');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:107:                 ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:119:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:120:                ->with('Content-Transfer-Encoding', 'something');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:122:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:132:        /* -- RFC 2045, 7.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:153:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:154:            ->with('foo@bar');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:156:            ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:195:        /* -- RFC 2045, 8.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:214:        $desc->shouldReceive('setFieldBodyModel')->once()->with('whatever');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:228:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:229:                ->with('Content-Description', 'whatever');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:231:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:252:                ->method('encodeString')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:253:                ->with('blah');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:266:                ->method('encodeString')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:267:                ->with('blah', 0, 65);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:281:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:282:                ->andReturn(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:310:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:311:                ->andReturn("Content-Type: text/plain; charset=utf-8\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:340:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:341:                ->andReturn("Content-Type: text/plain; charset=utf-8\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:357:        /* -- RFC 2046, 5.1.1.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:363:                                            "+" / "_" / "," / "-" / "." /
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:371:            '/^[a-zA-Z0-9\'\(\)\+_\-,\.\/:=\?\ ]{0,69}[a-zA-Z0-9\'\(\)\+_\-,\.\/:=\?]$/D',
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:401:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:402:              ->with('boundary', \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:404:              ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:423:                  ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:424:                  ->with('multipart/mixed');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:426:                  ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:445:                  ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:446:                  ->with('multipart/alternative');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:448:                  ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:467:                  ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:468:                  ->with('multipart/related');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:470:                  ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:516:                  ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:517:                  ->with($combination['type']);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:521:                      ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:522:                      ->andReturnUsing(function () use ($headerSet) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:534:        /* -- RFC 2046, 5.1.1.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:553:              ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:554:              ->andReturn("Content-Type: multipart/alternative; boundary=\"xxx\"\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:573:            "\r\n--xxx--\r\n",
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:596:              ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:597:              ->andReturn("Content-Type: multipart/mixed; boundary=\"xxx\"\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:599:              ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:600:              ->andReturn($newHeaders);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:602:              ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:603:              ->andReturn("Content-Type: multipart/alternative; boundary=\"yyy\"\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:616:            "\r\n\r\n--(.*?)\r\n".
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:620:            "\r\n\r\n--\\1--\r\n".
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:625:            "\r\n\r\n--xxx--\r\n".
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:637:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:638:              ->with($encoder);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:653:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:654:              ->with($encoder);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:667:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:668:              ->with('windows-874');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:684:           ->method('write');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:696:           ->method('write');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:698:           ->method('commit');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:719:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:720:                ->andReturn("Content-Type: multipart/alternative; boundary=\"xxx\"\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:738:            "\r\n\r\n--xxx--\r\n",
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:749:              ->twice()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:750:              ->with('image/jpeg');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:752:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:753:              ->with('multipart/alternative');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:755:              ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:756:              ->with(\Mockery::not('multipart/alternative', 'image/jpeg'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:773:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:774:                ->andReturn("Content-Type: text/plain; charset=utf-8\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:778:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:779:              ->with(\Mockery::any(), 'body')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:780:              ->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:782:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:783:              ->with(\Mockery::any(), 'body')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:784:              ->andReturn("\r\ncache\r\ncache!");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:803:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:804:                ->andReturn("Content-Type: text/plain; charset=utf-8\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:808:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:809:              ->with(\Mockery::any(), 'body')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:810:              ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:812:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:813:              ->with(\Mockery::any(), 'body', "\r\nblah\r\nblah!", Swift_KeyCache::MODE_WRITE);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:827:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:828:                ->andReturn("Content-Type: text/plain; charset=utf-8\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:840:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:841:              ->with(\Mockery::any(), 'body');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:850:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:851:                ->andReturn("Content-Type: text/plain; charset=utf-8\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:863:              ->never();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:872:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:873:                ->andReturn("Content-Type: text/plain; charset=utf-8\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:886:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:887:              ->with(\Mockery::any(), 'body');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:897:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:898:              ->with(\Mockery::any(), 'body')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:899:              ->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:901:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:902:              ->with(\Mockery::any(), 'body', $is);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:917:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:918:              ->with(\Mockery::any(), 'body')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:919:              ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:921:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:922:              ->with(\Mockery::any(), 'body');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:940:            ->setContentType('text/plain')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:941:            ->setEncoder($this->_createEncoder())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:942:            ->setId('foo@bar')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:943:            ->setDescription('my description')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:944:            ->setMaxLineLength(998)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:945:            ->setBody('xx')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:946:            ->setBoundary('xyz')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:947:            ->setChildren(array())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:951:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:957:        $child = $this->getMockery('Swift_Mime_MimeEntity')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:960:                  ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:961:                  ->andReturn($level);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:964:              ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:965:              ->andReturn($string);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:972:        $encoder = $this->getMockBuilder('Swift_Mime_ContentEncoder')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:974:                ->method('getName')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:975:                ->will($this->returnValue($name));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:977:                ->method('encodeString')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:978:                ->will($this->returnCallback(function () {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:989:        return $this->getMockery('Swift_KeyCache')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:994:        $set = $this->getMockery('Swift_Mime_HeaderSet')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:996:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:997:            ->andReturnUsing(function ($key) use ($headers) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:1001:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:1002:            ->andReturnUsing(function ($key) use ($headers) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:1011:        $header = $this->getMockery('Swift_Mime_ParameterizedHeader')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:1013:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:1014:               ->andReturn($name);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:1016:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:1017:               ->andReturn($model);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:1019:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:1020:               ->andReturnUsing(function ($key) use ($params) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:1032:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:1033:               ->andReturnUsing(function () use ($data) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:1044:              ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/AbstractMimeEntityTest.php:1052:        return $this->getMockBuilder('Swift_InputByteStream')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:9:                ->method('createMailboxHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:10:                ->with('From', array('person@domain' => 'Person'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:11:                ->will($this->returnValue($this->_createHeader('From')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:21:                ->method('createDateHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:22:                ->with('Date', 1234)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:23:                ->will($this->returnValue($this->_createHeader('Date')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:33:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:34:                ->with('Subject', 'some text')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:35:                ->will($this->returnValue($this->_createHeader('Subject')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:45:                ->method('createParameterizedHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:46:                ->with('Content-Type', 'text/plain', array('charset' => 'utf-8'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:47:                ->will($this->returnValue($this->_createHeader('Content-Type')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:59:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:60:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:61:                ->will($this->returnValue($this->_createHeader('Message-ID')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:71:                ->method('createPathHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:72:                ->with('Return-Path', 'some@path')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:73:                ->will($this->returnValue($this->_createHeader('Return-Path')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:89:                ->method('createMailboxHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:90:                ->with('From', array('person@domain' => 'Person'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:91:                ->will($this->returnValue($this->_createHeader('From')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:102:                ->method('createDateHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:103:                ->with('Date', 1234)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:104:                ->will($this->returnValue($this->_createHeader('Date')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:115:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:116:                ->with('Subject', 'some text')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:117:                ->will($this->returnValue($this->_createHeader('Subject')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:128:                ->method('createParameterizedHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:129:                ->with('Content-Type', 'text/plain', array('charset' => 'utf-8'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:130:                ->will($this->returnValue($this->_createHeader('Content-Type')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:143:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:144:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:145:                ->will($this->returnValue($this->_createHeader('Message-ID')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:156:                ->method('createPathHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:157:                ->with('Return-Path', 'some@path')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:158:                ->will($this->returnValue($this->_createHeader('Return-Path')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:178:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:179:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:180:                ->will($this->returnValue($this->_createHeader('Message-ID')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:191:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:192:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:193:                ->will($this->returnValue($this->_createHeader('Message-ID')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:204:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:205:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:206:                ->will($this->returnValue($this->_createHeader('Message-ID')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:208:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:209:                ->with('Message-ID', 'other@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:210:                ->will($this->returnValue($this->_createHeader('Message-ID')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:223:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:224:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:225:                ->will($this->returnValue($header));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:239:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:240:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:241:                ->will($this->returnValue($header0));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:243:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:244:                ->with('Message-ID', 'other@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:245:                ->will($this->returnValue($header1));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:247:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:248:                ->with('Message-ID', 'more@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:249:                ->will($this->returnValue($header2));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:271:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:272:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:273:                ->will($this->returnValue($header0));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:275:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:276:                ->with('Message-ID', 'other@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:277:                ->will($this->returnValue($header1));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:279:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:280:                ->with('Message-ID', 'more@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:281:                ->will($this->returnValue($header2));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:300:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:301:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:302:                ->will($this->returnValue($header0));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:304:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:305:                ->with('Subject', 'thing')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:306:                ->will($this->returnValue($header1));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:308:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:309:                ->with('To', 'person@example.org')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:310:                ->will($this->returnValue($header2));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:333:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:334:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:335:                ->will($this->returnValue($header));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:349:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:350:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:351:                ->will($this->returnValue($header0));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:353:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:354:                ->with('Message-ID', 'other@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:355:                ->will($this->returnValue($header1));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:375:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:376:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:377:                ->will($this->returnValue($header0));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:379:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:380:                ->with('Message-ID', 'other@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:381:                ->will($this->returnValue($header1));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:395:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:396:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:397:                ->will($this->returnValue($header));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:411:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:412:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:413:                ->will($this->returnValue($header0));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:415:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:416:                ->with('Message-ID', 'other@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:417:                ->will($this->returnValue($header1));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:432:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:433:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:434:                ->will($this->returnValue($header));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:446:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:447:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:448:                ->will($this->returnValue($header));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:460:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:461:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:462:                ->will($this->returnValue($header));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:474:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:475:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:476:                ->will($this->returnValue($header));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:489:                ->method('createIdHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:490:                ->with('Message-ID', 'some@id')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:491:                ->will($this->returnValue($header));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:510:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:511:                ->with('Foo', 'bar')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:512:                ->will($this->returnValue($this->_createHeader('Foo', 'bar')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:514:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:515:                ->with('Zip', 'buttons')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:516:                ->will($this->returnValue($this->_createHeader('Zip', 'buttons')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:532:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:533:                ->with('Foo', 'bar')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:534:                ->will($this->returnValue($this->_createHeader('Foo', 'bar')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:536:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:537:                ->with('Zip', '')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:538:                ->will($this->returnValue($this->_createHeader('Zip', '')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:553:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:554:                ->with('Foo', '')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:555:                ->will($this->returnValue($this->_createHeader('Foo', '')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:557:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:558:                ->with('Zip', '')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:559:                ->will($this->returnValue($this->_createHeader('Zip', '')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:576:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:577:                ->with('Third', 'three')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:578:                ->will($this->returnValue($this->_createHeader('Third', 'three')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:580:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:581:                ->with('First', 'one')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:582:                ->will($this->returnValue($this->_createHeader('First', 'one')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:584:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:585:                ->with('Second', 'two')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:586:                ->will($this->returnValue($this->_createHeader('Second', 'two')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:607:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:608:                ->with('Fourth', 'four')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:609:                ->will($this->returnValue($this->_createHeader('Fourth', 'four')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:611:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:612:                ->with('Fifth', 'five')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:613:                ->will($this->returnValue($this->_createHeader('Fifth', 'five')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:615:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:616:                ->with('Third', 'three')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:617:                ->will($this->returnValue($this->_createHeader('Third', 'three')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:619:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:620:                ->with('First', 'one')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:621:                ->will($this->returnValue($this->_createHeader('First', 'one')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:623:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:624:                ->with('Second', 'two')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:625:                ->will($this->returnValue($this->_createHeader('Second', 'two')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:652:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:653:                ->with('Subject', 'some text')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:654:                ->will($this->returnValue($subject));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:656:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:657:                ->with('X-Header', 'some text')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:658:                ->will($this->returnValue($xHeader));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:660:                ->method('setCharset')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:661:                ->with('utf-8');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:663:                ->method('setCharset')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:664:                ->with('utf-8');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:679:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:680:                ->with('Subject', 'some text')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:681:                ->will($this->returnValue($subject));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:683:                ->method('createTextHeader')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:684:                ->with('X-Header', 'some text')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:685:                ->will($this->returnValue($xHeader));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:687:                ->method('setCharset')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:688:                ->with('utf-8');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:690:                ->method('setCharset')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:691:                ->with('utf-8');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:704:                ->method('charsetChanged')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:705:                ->with('utf-8');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:712:    // -- Creation methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:721:        return $this->getMockBuilder('Swift_Mime_HeaderFactory')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:726:        $header = $this->getMockBuilder('Swift_Mime_Header')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:728:               ->method('getFieldName')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:729:               ->will($this->returnValue($name));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:731:               ->method('toString')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:732:               ->will($this->returnValue(sprintf("%s: %s\r\n", $name, $body)));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:734:               ->method('getFieldBody')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleHeaderSetTest.php:735:               ->will($this->returnValue($body));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:17:        /* -- RFC 2046, 4.1.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:44:        $cType->shouldReceive('setParameter')->once()->with('charset', 'utf-8');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:58:        $cType->shouldReceive('setParameter')->once()->with('charset', 'utf-8');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:71:                ->method('charsetChanged')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:72:                ->with('utf-8');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:84:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:85:                ->with('utf-8');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:97:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:98:              ->with('windows-874');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:112:        $cType->shouldReceive('setParameter')->once()->with('charset', 'utf-8');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:125:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:126:                ->andReturn("Content-Type: text/plain; charset=utf-8\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:139:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:140:                ->with(\Mockery::any(), 'body');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:147:        /* -- RFC 3676.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:163:        $cType->shouldReceive('setParameter')->once()->with('format', 'fixed');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:174:        /* -- RFC 3676.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:190:        $cType->shouldReceive('setParameter')->once()->with('delsp', 'yes');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:207:            ->setContentType('text/plain')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:208:            ->setEncoder($this->_createEncoder())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:209:            ->setId('foo@bar')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:210:            ->setDescription('my description')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:211:            ->setMaxLineLength(998)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:212:            ->setBody('xx')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:213:            ->setBoundary('xyz')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:214:            ->setChildren(array())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:215:            ->setCharset('utf-8')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:216:            ->setFormat('flowed')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:217:            ->setDelSp(true)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/MimePartTest.php:221:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:18:        /* -- RFC 2047, 4.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:26:                   ->atLeast()->times(6)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:27:                   ->andReturn(array(ord('a')), array(0x20), array(0x09), array(0x20), array(ord('b')), false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:37:        /* -- RFC 2047, 4.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:48:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:49:                   ->andReturn(array(ord('a')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:51:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:52:                   ->andReturn(array(0x20));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:54:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:55:                   ->andReturn(array(ord('b')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:57:                   ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:58:                   ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:68:        /* -- RFC 2047, 4.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:77:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:78:                   ->andReturn(array(ord('=')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:80:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:81:                   ->andReturn(array(ord('?')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:83:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:84:                   ->andReturn(array(ord('_')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:86:                   ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:87:                   ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:97:        /* -- RFC 2047, 5 (2).
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:104:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:105:                   ->andReturn(array(ord('(')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:107:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:108:                   ->andReturn(array(ord('"')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:110:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:111:                   ->andReturn(array(ord(')')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:113:                   ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:114:                   ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:124:        /* -- RFC 2047, 5.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:133:        letters, decimal digits, "!", "*", "+", "-", "/", "=", and "_"
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:142:            array(ord('!'), ord('*'), ord('+'), ord('-'), ord('/'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:150:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:151:                   ->andReturn(array($byte));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:153:                   ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:154:                   ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:178:        /* -- RFC 2047, 5 (3).
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:195:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:196:                       ->andReturn(array(ord('a')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:205:                   ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:206:                   ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:212:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/QpHeaderEncoderTest.php:221:        return $this->getMockery('Swift_CharacterStream')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/SimpleMimeEntityTest.php:5:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/EmbeddedFileTest.php:24:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/EmbeddedFileTest.php:25:                ->with('Content-ID', '/^.*?@.*?$/D');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/EmbeddedFileTest.php:36:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/EmbeddedFileTest.php:37:                ->with('Content-Disposition', 'inline');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/EmbeddedFileTest.php:39:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/EmbeddedFileTest.php:46:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/IdentificationHeaderTest.php:13:        /* -- RFC 2822, 3.6.4.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/IdentificationHeaderTest.php:52:        /* -- RFC 2822, 3.6.4.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/IdentificationHeaderTest.php:70:        /* -- RFC 2822, 3.6.4.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/IdentificationHeaderTest.php:82:        /* -- RFC 2822, 3.6.4.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/IdentificationHeaderTest.php:114:        /* -- RFC 2822, 3.6.4.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/IdentificationHeaderTest.php:126:        /* -- RFC 2822, 3.6.4.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/IdentificationHeaderTest.php:150:        /* -- RFC 2822, 3.6.4.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:27:        /* -- RFC 2045, 5.1
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:68:        /* -- RFC 2231, 3.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:99:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:100:                ->with($value, \Mockery::any(), 63, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:101:                ->andReturn(str_repeat('a', 63)."\r\n".
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:121:        /* -- RFC 2231, 4.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:148:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:149:                ->with($value, 12, 62, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:150:                ->andReturn(str_repeat('a', 20).'%8F'.str_repeat('a', 10));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:168:        /* -- RFC 2231, 4.1.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:201:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:202:                ->with($value, 12, 62, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:203:                ->andReturn(str_repeat('a', 20).'%8F'.str_repeat('a', 28)."\r\n".
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:239:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:240:                ->with($value, \Mockery::any(), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:241:                ->andReturn('fo=8Fbar');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:257:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:258:                ->with($value, \Mockery::any(), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:259:                ->andReturn('fo=8Fbar');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:263:                     ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:264:                     ->with($value, \Mockery::any(), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:265:                     ->andReturn('fo%8Fbar');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:281:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:282:                ->with($value, \Mockery::any(), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:283:                ->andReturn('fo=8Fbar');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:295:        /* -- RFC 2231, 5.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:316:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:317:                ->with($value, \Mockery::any(), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:318:                ->andReturn('fo=8Fbar');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:322:                     ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:323:                     ->with($value, \Mockery::any(), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:324:                     ->andReturn('fo%8Fbar');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:374:    // -- Private helper
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:388:        $encoder = $this->getMockery('Swift_Mime_HeaderEncoder')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:390:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:391:                ->andReturn($type);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/ParameterizedHeaderTest.php:398:        return $this->getMockery('Swift_Encoder')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/PathHeaderTest.php:30:        /* -- RFC 2822, 3.6.7.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/MailboxHeaderTest.php:5:    /* -- RFC 2822, 3.6.2 for all tests.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/MailboxHeaderTest.php:197:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/MailboxHeaderTest.php:198:                ->with($name, \Mockery::any(), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/MailboxHeaderTest.php:199:                ->andReturn('C=8Frbyn');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/MailboxHeaderTest.php:213:        /* -- RFC 2047, 2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/MailboxHeaderTest.php:222:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/MailboxHeaderTest.php:223:                ->with($name, \Mockery::any(), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/MailboxHeaderTest.php:224:                ->andReturn('C=8Frbyn');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/MailboxHeaderTest.php:320:        $encoder = $this->getMockery('Swift_Mime_HeaderEncoder')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/MailboxHeaderTest.php:322:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/MailboxHeaderTest.php:323:                ->andReturn($type);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/DateHeaderTest.php:5:    /* --
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:28:        /* -- RFC 2822, 2.2
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:39:        /* -- RFC 2822, 2.2.3
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:70:        /* -- RFC 2822, 2.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:88:        /* -- RFC 2047, 1.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:105:        /* -- RFC 2047, 2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:117:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:118:                ->with($nonAsciiChar, \Mockery::any(), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:119:                ->andReturn('=8F');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:142:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:143:                ->with($char, \Mockery::any(), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:144:                ->andReturn($encodedChar);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:166:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:167:                ->with($char, \Mockery::any(), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:168:                ->andReturn($encodedChar);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:182:        /* -- RFC 2047, 2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:197:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:198:                ->with($nonAsciiChar, \Mockery::any(), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:199:                ->andReturn('=8F');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:201:        //Note also that =?utf-8?q??= is 12 chars which makes 75 - 12 = 63
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:215:        /* --RFC 2047, 2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:227:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:228:                ->with($nonAsciiChar, 8, 63, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:229:                ->andReturn('line_one_here'."\r\n".'line_two_here');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:232:        //Note also that =?utf-8?q??= is 12 chars which makes 75 - 12 = 63
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:247:        /* -- RFC 2047, 5 (1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:253:     -- RFC 2047, 2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:269:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:270:                ->with($word.' '.$word, \Mockery::any(), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:271:                ->andReturn('w=8Frd_w=8Frd');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:273:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:274:                ->with($word, \Mockery::any(), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:275:                ->andReturn('w=8Frd');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:291:        /* -- RFC 2231, 5.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:312:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:313:                ->with($value, \Mockery::any(), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:314:                ->andReturn('fo=8Fbar');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:348:        $encoder = $this->getMockery('Swift_Mime_HeaderEncoder')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:350:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/UnstructuredHeaderTest.php:351:                ->andReturn($type);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:34:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:35:               ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:37:               ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:38:               ->andReturn($byte);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:40:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:41:               ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:75:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:76:           ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:80:               ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:81:               ->andReturn('a ');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:85:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:86:           ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:138:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:139:           ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:141:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:142:           ->andReturn('a');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:144:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:145:           ->andReturn($test);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:147:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:148:           ->andReturn('b');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:150:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:151:           ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:157:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:166:        return $this->getMockery('Swift_OutputByteStream')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php:171:        return $this->getMockery('Swift_InputByteStream')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:13:    /* -- RFC 2045, 6.7 --
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:31:        /* -- RFC 2045, 6.7 --
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:49:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:50:               ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:52:                       ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:54:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:55:                       ->with($os);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:57:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:58:                       ->andReturn(array($ordinal));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:60:                       ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:61:                       ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:71:        /* -- RFC 2045, 6.7 --
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:104:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:105:               ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:107:                   ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:109:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:110:                   ->with($os);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:112:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:113:                   ->andReturn(array(ord('a')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:115:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:116:                   ->andReturn(array(0x09));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:118:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:119:                   ->andReturn(array(0x09));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:121:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:122:                   ->andReturn(array(0x0D));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:124:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:125:                   ->andReturn(array(0x0A));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:127:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:128:                   ->andReturn(array(ord('b')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:130:                   ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:131:                   ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:145:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:146:               ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:148:                   ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:150:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:151:                   ->with($os);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:153:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:154:                   ->andReturn(array(ord('a')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:156:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:157:                   ->andReturn(array(0x20));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:159:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:160:                   ->andReturn(array(0x20));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:162:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:163:                   ->andReturn(array(0x0D));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:165:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:166:                   ->andReturn(array(0x0A));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:168:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:169:                   ->andReturn(array(ord('b')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:171:                   ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:172:                   ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:215:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:216:               ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:218:                   ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:220:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:221:                   ->with($os);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:223:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:224:                   ->andReturn(array(ord('a')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:226:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:227:                   ->andReturn(array(0x0D));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:229:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:230:                   ->andReturn(array(0x0A));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:232:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:233:                   ->andReturn(array(ord('b')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:235:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:236:                   ->andReturn(array(0x0D));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:238:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:239:                   ->andReturn(array(0x0A));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:241:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:242:                   ->andReturn(array(ord('c')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:244:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:245:                   ->andReturn(array(0x0D));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:247:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:248:                   ->andReturn(array(0x0A));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:250:                   ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:251:                   ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:276:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:277:           ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:279:                   ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:281:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:282:                   ->with($os);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:286:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:287:                       ->andReturn(array(ord('a')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:290:                   ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:291:                   ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:306:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:307:           ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:309:                   ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:311:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:312:                   ->with($os);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:316:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:317:                       ->andReturn(array(ord('a')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:320:                   ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:321:                   ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:343:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:344:               ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:346:                       ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:348:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:349:                       ->with($os);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:351:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:352:                       ->andReturn(array($ordinal));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:354:                       ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:355:                       ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:377:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:378:               ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:380:                       ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:382:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:383:                       ->with($os);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:385:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:386:                       ->andReturn(array(61));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:388:                       ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:389:                       ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:411:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:412:               ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:414:                       ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:416:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:417:                       ->with($os);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:419:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:420:                       ->andReturn(array($ordinal));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:422:                       ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:423:                       ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:439:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:440:               ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:442:                    ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:444:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:445:                    ->with($os);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:449:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:450:                       ->andReturn(array(ord('a')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:453:                    ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:454:                    ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:468:               ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:469:               ->with('windows-1252');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:494:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:498:        return $this->getMockery('Swift_CharacterStream')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:511:        return $this->getMockery('Swift_OutputByteStream')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php:516:        return $this->getMockery('Swift_InputByteStream')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:40:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:41:           ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:43:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:44:           ->andReturn('123');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:46:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:47:           ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:81:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:82:               ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:84:               ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:85:               ->andReturn(pack('C', rand(0, 255)));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:87:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:88:               ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:102:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:103:               ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:105:               ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:106:               ->andReturn(pack('C*', rand(0, 255), rand(0, 255)));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:108:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:109:               ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:123:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:124:               ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:126:               ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:127:               ->andReturn(pack('C*', rand(0, 255), rand(0, 255), rand(0, 255)));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:129:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:130:               ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:152:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:153:           ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:155:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:156:           ->andReturn('abcdefghijkl'); //12
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:158:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:159:           ->andReturn('mnopqrstuvwx'); //24
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:161:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:162:           ->andReturn('yzabc1234567'); //36
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:164:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:165:           ->andReturn('890ABCDEFGHI'); //48
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:167:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:168:           ->andReturn('JKLMNOPQRSTU'); //60
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:170:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:171:           ->andReturn('VWXYZ1234567'); //72
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:173:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:174:           ->andReturn('abcdefghijkl'); //84
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:176:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:177:           ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:194:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:195:           ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:197:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:198:           ->andReturn('abcdefghijkl'); //12
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:200:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:201:           ->andReturn('mnopqrstuvwx'); //24
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:203:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:204:           ->andReturn('yzabc1234567'); //36
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:206:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:207:           ->andReturn('890ABCDEFGHI'); //48
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:209:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:210:           ->andReturn('JKLMNOPQRSTU'); //60
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:212:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:213:           ->andReturn('VWXYZ1234567'); //72
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:215:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:216:           ->andReturn('abcdefghijkl'); //84
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:218:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:219:           ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:237:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:238:           ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:240:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:241:           ->andReturn('abcdefghijkl'); //12
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:243:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:244:           ->andReturn('mnopqrstuvwx'); //24
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:246:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:247:           ->andReturn('yzabc1234567'); //36
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:249:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:250:           ->andReturn('890ABCDEFGHI'); //48
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:252:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:253:           ->andReturn('JKLMNOPQRSTU'); //60
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:255:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:256:           ->andReturn('VWXYZ1234567'); //72
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:258:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:259:           ->andReturn('abcdefghijkl'); //84
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:261:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:262:           ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:279:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:280:           ->andReturnUsing($collection);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:282:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:283:           ->andReturn('abcdefghijkl'); //12
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:285:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:286:           ->andReturn('mnopqrstuvwx'); //24
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:288:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:289:           ->andReturn('yzabc1234567'); //36
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:291:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:292:           ->andReturn('890ABCDEFGHI'); //48
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:294:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:295:           ->andReturn('JKLMNOPQRSTU'); //60
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:297:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:298:           ->andReturn('VWXYZ1234567'); //72
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:300:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:301:           ->andReturn('abcdefghijkl'); //84
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:303:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:304:           ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:316:        return $this->getMockery('Swift_OutputByteStream')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/Base64ContentEncoderTest.php:321:        return $this->getMockery('Swift_InputByteStream')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:5:    /* -- RFC 2045, 6.7 --
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:23:        /* -- RFC 2045, 6.7 --
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:37:                       ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:39:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:40:                       ->with($char);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:42:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:43:                       ->andReturn(array($ordinal));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:45:                       ->atLeast()->times(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:46:                       ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:56:        /* -- RFC 2045, 6.7 --
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:87:                    ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:89:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:90:                    ->with($string);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:92:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(ord('a')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:93:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(0x09));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:94:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(0x09));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:95:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(0x0D));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:96:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(0x0A));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:97:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(ord('b')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:98:        $charStream->shouldReceive('readBytes')->once()->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:111:                    ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:113:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:114:                    ->with($string);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:116:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(ord('a')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:117:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(0x20));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:118:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(0x20));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:119:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(0x0D));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:120:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(0x0A));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:121:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(ord('b')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:122:        $charStream->shouldReceive('readBytes')->once()->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:164:                    ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:166:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:167:                    ->with($string);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:169:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(ord('a')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:170:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(0x0D));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:171:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(0x0A));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:172:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(ord('b')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:173:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(0x0D));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:174:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(0x0A));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:175:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(ord('c')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:176:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(0x0D));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:177:        $charStream->shouldReceive('readBytes')->once()->andReturn(array(0x0A));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:178:        $charStream->shouldReceive('readBytes')->once()->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:200:                    ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:202:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:203:                    ->with($input);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:208:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:209:                       ->andReturn(array(ord('a')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:218:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:219:                    ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:231:                    ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:233:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:234:                    ->with($input);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:239:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:240:                       ->andReturn(array(ord('a')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:248:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:249:                    ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:266:                       ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:268:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:269:                       ->with($char);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:271:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:272:                       ->andReturn(array($ordinal));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:274:                       ->atLeast()->times(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:275:                       ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:295:                    ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:297:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:298:                    ->with($char);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:300:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:301:                    ->andReturn(array(61));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:303:                    ->atLeast()->times(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:304:                    ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:322:                       ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:324:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:325:                       ->with($char);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:327:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:328:                       ->andReturn(array($ordinal));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:330:                       ->atLeast()->times(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:331:                       ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:347:                    ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:349:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:350:                    ->with($input);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:355:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:356:                       ->andReturn(array(ord('a')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:365:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:366:                    ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:388:    // -- Creation methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/QpEncoderTest.php:392:        return $this->getMockery('Swift_CharacterStream')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:7:    /* --
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:25:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:26:                       ->andReturn($char);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:30:                    ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:32:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:33:                    ->with($string);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:35:                    ->atLeast()->times(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:36:                    ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:56:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:57:                       ->andReturn($char);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:60:                    ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:62:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:63:                    ->with($string);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:65:                    ->atLeast()->times(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:66:                    ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:86:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:87:                       ->andReturn($char);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:90:                    ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:92:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:93:                    ->with($string);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:95:                    ->atLeast()->times(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:96:                    ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:119:                       ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:120:                       ->andReturn($char);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:123:                    ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:125:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:126:                    ->with($string);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:128:                    ->atLeast()->times(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/Rfc2231EncoderTest.php:129:                    ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:12:                  ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:13:                  ->andReturnUsing(function () use (&$started) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:17:                  ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:18:                  ->andReturnUsing(function () use (&$started) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:35:                  ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:36:                  ->andReturnUsing(function () use (&$started) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:40:                  ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:41:                  ->andReturnUsing(function () use (&$started) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:58:                  ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:59:                  ->with($message, \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:70:                  ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:71:                  ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:72:                  ->andReturn(57);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:85:                  ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:86:                  ->with($message, $failures)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:87:                  ->andReturn(57);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:101:                  ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:102:                  ->andReturn(array('foo&invalid' => 'Foo', 'bar@valid.tld' => 'Bar'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:104:                  ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:105:                  ->with($message, $failures)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:106:                  ->andThrow($rfcException);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:120:                  ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:121:                  ->with($plugin);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:126:    // -- Creation methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:130:        return $this->getMockery('Swift_Events_EventListener')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:135:        return $this->getMockery('Swift_Transport')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/MailerTest.php:140:        return $this->getMockery('Swift_Mime_Message')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:11:        $message->shouldReceive('getTo')->zeroOrMoreTimes()->andReturn(array('foo@bar.tld' => 'Foo'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:12:        $evt->shouldReceive('getMessage')->zeroOrMoreTimes()->andReturn($message);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:13:        $evt->shouldReceive('getFailedRecipients')->zeroOrMoreTimes()->andReturn(array());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:14:        $reporter->shouldReceive('notify')->once()->with($message, 'foo@bar.tld', Swift_Plugins_Reporter::RESULT_PASS);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:26:        $message->shouldReceive('getTo')->zeroOrMoreTimes()->andReturn(array('foo@bar.tld' => 'Foo', 'zip@button' => 'Zip'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:27:        $evt->shouldReceive('getMessage')->zeroOrMoreTimes()->andReturn($message);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:28:        $evt->shouldReceive('getFailedRecipients')->zeroOrMoreTimes()->andReturn(array('zip@button'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:29:        $reporter->shouldReceive('notify')->once()->with($message, 'foo@bar.tld', Swift_Plugins_Reporter::RESULT_PASS);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:30:        $reporter->shouldReceive('notify')->once()->with($message, 'zip@button', Swift_Plugins_Reporter::RESULT_FAIL);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:42:        $message->shouldReceive('getTo')->zeroOrMoreTimes()->andReturn(array('foo@bar.tld' => 'Foo'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:43:        $message->shouldReceive('getCc')->zeroOrMoreTimes()->andReturn(array('zip@button' => 'Zip', 'test@test.com' => 'Test'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:44:        $evt->shouldReceive('getMessage')->zeroOrMoreTimes()->andReturn($message);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:45:        $evt->shouldReceive('getFailedRecipients')->zeroOrMoreTimes()->andReturn(array('zip@button'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:46:        $reporter->shouldReceive('notify')->once()->with($message, 'foo@bar.tld', Swift_Plugins_Reporter::RESULT_PASS);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:47:        $reporter->shouldReceive('notify')->once()->with($message, 'zip@button', Swift_Plugins_Reporter::RESULT_FAIL);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:48:        $reporter->shouldReceive('notify')->once()->with($message, 'test@test.com', Swift_Plugins_Reporter::RESULT_PASS);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:60:        $message->shouldReceive('getTo')->zeroOrMoreTimes()->andReturn(array('foo@bar.tld' => 'Foo'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:61:        $message->shouldReceive('getBcc')->zeroOrMoreTimes()->andReturn(array('zip@button' => 'Zip', 'test@test.com' => 'Test'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:62:        $evt->shouldReceive('getMessage')->zeroOrMoreTimes()->andReturn($message);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:63:        $evt->shouldReceive('getFailedRecipients')->zeroOrMoreTimes()->andReturn(array('zip@button'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:64:        $reporter->shouldReceive('notify')->once()->with($message, 'foo@bar.tld', Swift_Plugins_Reporter::RESULT_PASS);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:65:        $reporter->shouldReceive('notify')->once()->with($message, 'zip@button', Swift_Plugins_Reporter::RESULT_FAIL);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:66:        $reporter->shouldReceive('notify')->once()->with($message, 'test@test.com', Swift_Plugins_Reporter::RESULT_PASS);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:72:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:76:        return $this->getMockery('Swift_Mime_Message')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:81:        return $this->getMockery('Swift_Events_SendEvent')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ReporterPluginTest.php:86:        return $this->getMockery('Swift_Plugins_Reporter')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:9:               ->method('add')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:10:               ->with('foo');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:20:               ->method('dump')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:21:               ->will($this->returnValue('foobar'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:31:               ->method('clear');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:42:               ->method('add')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:43:               ->with($this->regExp('~foo\r\n~'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:54:               ->method('add')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:55:               ->with($this->regExp('~354 Go ahead\r\n~'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:66:               ->method('add')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:67:               ->with($this->anything());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:78:               ->method('add')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:79:               ->with($this->anything());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:90:               ->method('add')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:91:               ->with($this->anything());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:102:               ->method('add')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:103:               ->with($this->anything());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:115:               ->method('add')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:116:               ->with($this->anything());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:126:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:130:        return $this->getMockBuilder('Swift_Plugins_Logger')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:141:                    ->disableOriginalConstructor()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:142:                    ->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:144:            ->method('getCommand')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:145:            ->will($this->returnValue($command));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:153:                    ->disableOriginalConstructor()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:154:                    ->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:156:            ->method('getResponse')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:157:            ->will($this->returnValue($response));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:164:        return $this->getMockBuilder('Swift_Transport')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:170:                    ->disableOriginalConstructor()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:171:                    ->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:173:            ->method('getSource')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:174:            ->will($this->returnValue($this->_createTransport()));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:182:                    ->disableOriginalConstructor()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:183:                    ->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:185:            ->method('getException')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/LoggerPluginTest.php:186:            ->will($this->returnValue(new Swift_TransportException('')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php:25:                  ->method('start');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php:27:                  ->method('stop');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php:41:                  ->method('start');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php:43:                  ->method('stop');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php:55:        $sleeper = $this->getMockBuilder('Swift_Plugins_Sleeper')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php:57:                ->method('sleep')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php:58:                ->with(10);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php:62:                  ->method('start');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php:64:                  ->method('stop');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php:74:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php:78:        return $this->getMockBuilder('Swift_Transport')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php:84:                    ->disableOriginalConstructor()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php:85:                    ->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php:87:            ->method('getSource')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php:88:            ->will($this->returnValue($transport));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php:90:            ->method('getTransport')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/AntiFloodPluginTest.php:91:            ->will($this->returnValue($transport));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php:9:                   ->method('connect');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php:24:                   ->method('disconnect');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php:39:                   ->method('disconnect');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php:41:                   ->method('connect');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php:59:                   ->method('connect');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php:72:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php:76:        return $this->getMockBuilder('Swift_Transport')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php:82:                    ->disableOriginalConstructor()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php:83:                    ->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php:85:            ->method('getSource')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php:86:            ->will($this->returnValue($transport));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php:88:            ->method('getTransport')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php:89:            ->will($this->returnValue($transport));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/PopBeforeSmtpPluginTest.php:96:        return $this->getMockBuilder('Swift_Plugins_Pop_Pop3Connection')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Reporters/HitReporterTest.php:11:        $this->_message = $this->getMockBuilder('Swift_Mime_Message')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/Reporters/HtmlReporterTest.php:11:        $this->_message = $this->getMockBuilder('Swift_Mime_Message')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:15:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:16:                ->with('Hello Zip, you are customer #456');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:18:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:40:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:41:                ->with('Hello Zip, you are customer #456');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:43:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:44:                ->with('Hello {name}, you are customer #{id}');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:46:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:47:                ->with('Hello Foo, you are customer #123');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:49:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:82:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:83:                ->with('Hello Zip, you are customer #456');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:85:                 ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:86:                 ->with('A message for Zip!');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:88:                         ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:89:                         ->with('foo-456@swiftmailer.org');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:91:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:93:                 ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:95:                         ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:118:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:119:                ->andReturn(array($part1, $part2));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:121:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:122:              ->with('Your name is Zip?');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:124:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:125:              ->with('Your <em>name</em> is Zip?');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:127:              ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:129:              ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:154:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:155:                ->with('Something b');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:157:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:158:                ->with('Something c');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:160:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:162:                     ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:163:                     ->with('foo@bar')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:164:                     ->andReturn(array('{a}' => 'b'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:166:                     ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:167:                     ->with('zip@zap')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:168:                     ->andReturn(array('{a}' => 'c'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:180:    // -- Creation methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:185:        $message = $this->getMockery('Swift_Mime_Message')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:188:                    ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:189:                    ->andReturn(array($addr => $name));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:192:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:193:                ->andReturn($headers);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:195:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:196:                ->andReturn($from);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:198:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:199:                ->andReturn($subject);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:201:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:202:                ->andReturn($body);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:214:        return $this->getMockery('Swift_Plugins_Decorator_Replacements')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:219:        $evt = $this->getMockery('Swift_Events_SendEvent')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:221:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:222:            ->andReturn($message);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:229:        $part = $this->getMockery('Swift_Mime_MimeEntity')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:231:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:232:             ->andReturn($type);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:234:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:235:             ->andReturn($body);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:237:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:238:             ->andReturn($id);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:245:        $set = $this->getMockery('Swift_Mime_HeaderSet')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:247:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:248:            ->andReturn($headers);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:259:        $header = $this->getMockery('Swift_Mime_Header')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:261:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:262:               ->andReturn($name);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:264:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/DecoratorPluginTest.php:265:               ->andReturn($body);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:16:            ->setSubject('...')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:17:            ->setFrom(array('john@example.com' => 'John Doe'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:18:            ->setTo($to = array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:22:            ->setCc($cc = array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:26:            ->setBcc($bcc = array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:30:            ->setBody('...')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:53:            ->setSubject('...')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:54:            ->setFrom(array('john@example.com' => 'John Doe'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:55:            ->setCc($cc = array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:59:            ->setBcc($bcc = array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:63:            ->setBody('...')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:86:            ->setSubject('...')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:87:            ->setFrom(array('john@example.com' => 'John Doe'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:88:            ->setTo($to = array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:93:            ->setCc($cc = array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:98:            ->setBcc($bcc = array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:103:            ->setBody('...')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:132:            ->setSubject('...')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:133:            ->setFrom(array('john@example.com' => 'John Doe'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:134:            ->setTo(array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:139:            ->setCc(array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:144:            ->setBcc(array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:149:            ->setBody('...')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:172:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:177:                    ->disableOriginalConstructor()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:178:                    ->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:180:            ->method('getMessage')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/RedirectingPluginTest.php:181:            ->will($this->returnValue($message));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php:72:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php:77:                    ->disableOriginalConstructor()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php:78:                    ->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php:80:            ->method('getMessage')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php:81:            ->will($this->returnValue($message));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php:89:                    ->disableOriginalConstructor()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php:90:                    ->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php:92:            ->method('getCommand')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php:93:            ->will($this->returnValue($command));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php:101:                    ->disableOriginalConstructor()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php:102:                    ->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php:104:            ->method('getResponse')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php:105:            ->will($this->returnValue($response));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php:113:        $msg = $this->getMockBuilder('Swift_Mime_Message')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php:115:            ->method('toByteStream')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php:116:            ->will($this->returnCallback(array($this, '_write')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php:118:            -> ignoring($msg)->toByteStream(any()) -> calls(array($this, '_write'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php:16:        $timer->shouldReceive('getTimestamp')->once()->andReturn(0);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php:17:        $timer->shouldReceive('getTimestamp')->once()->andReturn(1); //expected 0.6
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php:18:        $timer->shouldReceive('getTimestamp')->once()->andReturn(1); //expected 1.2 (sleep 1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php:19:        $timer->shouldReceive('getTimestamp')->once()->andReturn(2); //expected 1.8
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php:20:        $timer->shouldReceive('getTimestamp')->once()->andReturn(2); //expected 2.4 (sleep 1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php:21:        $sleeper->shouldReceive('sleep')->twice()->with(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php:49:        $timer->shouldReceive('getTimestamp')->once()->andReturn(0);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php:50:        $timer->shouldReceive('getTimestamp')->once()->andReturn(0); //expected 1 (sleep 1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php:51:        $timer->shouldReceive('getTimestamp')->once()->andReturn(2); //expected 2
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php:52:        $timer->shouldReceive('getTimestamp')->once()->andReturn(2); //expected 3 (sleep 1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php:53:        $timer->shouldReceive('getTimestamp')->once()->andReturn(4); //expected 4
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php:54:        $sleeper->shouldReceive('sleep')->twice()->with(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php:69:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php:85:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php:86:            ->andReturnUsing(function ($is) use ($bytes) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php:99:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/ThrottlerPluginTest.php:100:            ->andReturn($message);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:13:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:14:               ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:15:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:16:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:17:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:18:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD1), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:19:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:20:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:41:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:42:               ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:43:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:44:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:45:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:46:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:47:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD1), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:48:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:49:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD1), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:50:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD1), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:72:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:73:               ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:75:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:76:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:77:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:79:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:80:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD1), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:81:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:82:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD1), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:83:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD1), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:117:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:118:               ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:120:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:121:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:122:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:124:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:125:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD1), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:126:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:127:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD1), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:128:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD1), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:160:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:161:               ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:162:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:163:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:164:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:183:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:184:               ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:185:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:186:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:187:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:206:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:207:               ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:208:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:209:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:210:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:233:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:234:               ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:235:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:236:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:237:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:255:           ->between(0, 1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:256:           ->with(0);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:257:        $os->shouldReceive('read')->once()->andReturn(pack('C*', 0xD0));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:258:        $os->shouldReceive('read')->once()->andReturn(pack('C*', 0x94));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:259:        $os->shouldReceive('read')->once()->andReturn(pack('C*', 0xD0));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:260:        $os->shouldReceive('read')->once()->andReturn(pack('C*', 0xB6));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:261:        $os->shouldReceive('read')->once()->andReturn(pack('C*', 0xD0));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:262:        $os->shouldReceive('read')->once()->andReturn(pack('C*', 0xBE));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:264:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:265:           ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:268:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:269:               ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:270:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:271:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:272:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:286:           ->between(0, 1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:287:           ->with(0);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:288:        $os->shouldReceive('read')->once()->andReturn(pack('C*', 0xD0));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:289:        $os->shouldReceive('read')->once()->andReturn(pack('C*', 0x94));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:290:        $os->shouldReceive('read')->once()->andReturn(pack('C*', 0xD0));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:291:        $os->shouldReceive('read')->once()->andReturn(pack('C*', 0xB6));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:292:        $os->shouldReceive('read')->once()->andReturn(pack('C*', 0xD0));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:293:        $os->shouldReceive('read')->once()->andReturn(pack('C*', 0xBE));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:295:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:296:           ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:299:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:300:               ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:301:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:302:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:303:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0), 1)->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:320:               ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:321:               ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:322:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD1, 0x8D), 2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:323:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0, 0xBB), 2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:324:        $reader->shouldReceive('validateByteSequence')->once()->with(array(0xD0, 0xB0), 2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:338:    // -- Creation methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:349:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:350:                ->with('utf-8')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterStream/ArrayCharacterStreamTest.php:351:                ->andReturn($reader);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:25:        $this->_container->register('foo')->asValue('bar');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:31:        $this->_container->register('foo')->asValue('bar');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:42:        $this->_container->register('one')->asNewInstanceOf('One');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:48:        $this->_container->register('one')->asNewInstanceOf('One');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:54:        $this->_container->register('one')->asNewInstanceOf('One');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:62:        $this->_container->register('one')->asSharedInstanceOf('One');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:68:        $this->_container->register('one')->asSharedInstanceOf('One');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:74:        $this->_container->register('one')->asSharedInstanceOf('One');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:82:        $this->_container->register('foo')->asValue('FOO');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:83:        $this->_container->register('one')->asNewInstanceOf('One')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:84:            ->withDependencies(array('foo'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:91:        $this->_container->register('foo')->asValue('FOO');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:92:        $this->_container->register('bar')->asValue(42);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:93:        $this->_container->register('one')->asNewInstanceOf('One')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:94:            ->withDependencies(array('foo', 'bar'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:102:        $this->_container->register('foo')->asValue('FOO');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:103:        $this->_container->register('one')->asNewInstanceOf('One');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:104:        $this->_container->register('two')->asNewInstanceOf('One')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:105:            ->withDependencies(array('one', 'foo'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:113:        $this->_container->register('one')->asNewInstanceOf('One')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:114:            ->addConstructorValue('x')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:115:            ->addConstructorValue(99);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:123:        $this->_container->register('foo')->asValue('FOO');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:124:        $this->_container->register('bar')->asValue(42);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:125:        $this->_container->register('one')->asNewInstanceOf('One')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:126:            ->addConstructorLookup('foo')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:127:            ->addConstructorLookup('bar');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:136:        $this->_container->register('foo')->asValue('FOO');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:137:        $this->_container->register('one')->asNewInstanceOf('One');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:138:        $this->_container->register('two')->asNewInstanceOf('One')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:139:            ->withDependencies(array('one', 'foo'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:148:        $this->_container->register('foo')->asValue('FOO');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:149:        $this->_container->register('one')->asNewInstanceOf('One');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:150:        $this->_container->register('two')->asNewInstanceOf('One')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:151:            ->withDependencies(array(array('one', 'foo'), 'foo'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:160:        $this->_container->register('foo')->asValue('FOO');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:161:        $this->_container->register('bar')->asAliasOf('foo');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:168:        $this->_container->register('foo')->asValue('FOO');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:169:        $this->_container->register('bar')->asAliasOf('foo');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:170:        $this->_container->register('zip')->asAliasOf('bar');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/DependencyContainerTest.php:171:        $this->_container->register('button')->asAliasOf('zip');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/TransportExceptionEventTest.php:27:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/TransportExceptionEventTest.php:36:        return $this->getMockBuilder('Swift_Transport')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:14:        $transport = $this->getMockBuilder('Swift_Transport')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:15:        $message = $this->getMockBuilder('Swift_Mime_Message')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:24:        $buf = $this->getMockBuilder('Swift_Transport')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:34:        $buf = $this->getMockBuilder('Swift_Transport')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:44:        $transport = $this->getMockBuilder('Swift_Transport')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:52:        $transport = $this->getMockBuilder('Swift_Transport')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:62:        $transport = $this->getMockBuilder('Swift_Transport')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:66:        $listenerA = $this->getMockBuilder('Swift_Events_TransportChangeListener')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:67:        $listenerB = $this->getMockBuilder('Swift_Events_TransportChangeListener')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:73:                  ->method('transportStarted')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:74:                  ->with($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:76:                  ->method('transportStarted')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:77:                  ->with($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:84:        $transport = $this->getMockBuilder('Swift_Transport')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:85:        $message = $this->getMockBuilder('Swift_Mime_Message')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:89:        $targetListener = $this->getMockBuilder('Swift_Events_SendListener')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:90:        $otherListener = $this->getMockBuilder('DummyListener')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:96:                       ->method('sendPerformed')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:97:                       ->with($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:99:                    ->method('sendPerformed');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:106:        $transport = $this->getMockBuilder('Swift_Transport')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:107:        $message = $this->getMockBuilder('Swift_Mime_Message')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:111:        $listenerA = $this->getMockBuilder('Swift_Events_SendListener')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:112:        $listenerB = $this->getMockBuilder('Swift_Events_SendListener')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:118:                  ->method('sendPerformed')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:119:                  ->with($evt)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:120:                  ->will($this->returnCallback(function ($object) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SimpleEventDispatcherTest.php:124:                  ->method('sendPerformed');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/EventObjectTest.php:28:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/ResponseEventTest.php:29:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/ResponseEventTest.php:38:        return $this->getMockBuilder('Swift_Transport')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SendEventTest.php:82:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SendEventTest.php:92:        return $this->getMockBuilder('Swift_Transport')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/SendEventTest.php:97:        return $this->getMockBuilder('Swift_Mime_Message')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/TransportChangeEventTest.php:21:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/TransportChangeEventTest.php:30:        return $this->getMockBuilder('Swift_Transport')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/CommandEventTest.php:25:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Events/CommandEventTest.php:34:        return $this->getMockBuilder('Swift_Transport')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:150:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:182:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:183:                ->andReturn(array('From', 'To', 'Date', 'Subject'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:185:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:186:                ->with('From')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:187:                ->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:189:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:190:                ->with('From')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:191:                ->andReturn(array($headerFactory->createMailboxHeader('From', 'test@test.test')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:193:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:194:                ->with('To')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:195:                ->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:197:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:198:                ->with('To')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:199:                ->andReturn(array($headerFactory->createMailboxHeader('To', 'test@test.test')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:201:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:202:                ->with('Date')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:203:                ->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:205:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:206:                ->with('Date')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:207:                ->andReturn(array($headerFactory->createTextHeader('Date', 'Fri, 11 Mar 2011 20:56:12 +0000 (GMT)')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:209:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:210:                ->with('Subject')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:211:                ->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:213:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:214:                ->with('Subject')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:215:                ->andReturn(array($headerFactory->createTextHeader('Subject', 'Foo Bar Text Message')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:217:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:218:                ->with('DKIM-Signature', \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:219:                ->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:221:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:222:                ->with('DKIM-Signature')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/DKIMSignerTest.php:223:                ->andReturn(array($headerFactory->createTextHeader('DKIM-Signature', 'Foo Bar Text Message')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:15:            ->lookup('transport.replacementfactory');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:23:          ->setFrom(array('john@doe.com' => 'John Doe'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:24:          ->setTo(array('receiver@domain.org', 'other@domain.org' => 'A name'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:25:          ->setBody('Here is the message itself');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:33:          ->setFrom(array('john@doe.com' => 'John Doe'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:34:          ->setTo(array('receiver@domain.org', 'other@domain.org' => 'A name'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:35:          ->setBody('Here is the message itself');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:55:--$boundary
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:60:--$boundary
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:61:Content-Type: application/(x\-)?pkcs7-signature; name="smime\.p7s"
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:67:--$boundary--
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:76:          ->setFrom(array('john@doe.com' => 'John Doe'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:77:          ->setTo(array('receiver@domain.org', 'other@domain.org' => 'A name'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:78:          ->setBody('Here is the message itself');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:98:--$boundary
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:103:--$boundary
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:104:Content-Type: application/(x\-)?pkcs7-signature; name="smime\.p7s"
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:110:--$boundary--
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:119:          ->setFrom(array('john@doe.com' => 'John Doe'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:120:          ->setTo(array('receiver@domain.org', 'other@domain.org' => 'A name'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:121:          ->setBody('Here is the message itself');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:134:        if (!preg_match('#^application/(x\-)?pkcs7-mime; smime-type=signed\-data;#', $headers['content-type'])) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:154:          ->setFrom(array('john@doe.com' => 'John Doe'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:155:          ->setTo(array('receiver@domain.org', 'other@domain.org' => 'A name'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:156:          ->setBody('Here is the message itself');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:178:--$boundary
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:180: boundary="([a-z0-9\\'\\(\\)\\+_\\-,\\.\\/:=\\?\\ ]{0,69}[a-z0-9\\'\\(\\)\\+_\\-,\\.\\/:=\\?])"
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:183:--\\1
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:189:--\\1
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:199:--\\1--
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:201:--$boundary
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:202:Content-Type: application/(x\-)?pkcs7-signature; name="smime\\.p7s"
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:208:--$boundary--
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:218:          ->setFrom(array('john@doe.com' => 'John Doe'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:219:          ->setTo(array('receiver@domain.org', 'other@domain.org' => 'A name'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:220:          ->setBody('Here is the message itself');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:235:        if (!preg_match('#^application/(x\-)?pkcs7-mime; smime-type=enveloped\-data;#', $headers['content-type'])) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:256:          ->setFrom(array('john@doe.com' => 'John Doe'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:257:          ->setTo(array('receiver@domain.org', 'other@domain.org' => 'A name'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:258:          ->setBody('Here is the message itself');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:273:        if (!preg_match('#^application/(x\-)?pkcs7-mime; smime-type=enveloped\-data;#', $headers['content-type'])) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:303:          ->setFrom(array('john@doe.com' => 'John Doe'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:304:          ->setTo(array('receiver@domain.org', 'other@domain.org' => 'A name'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:305:          ->setBody('Here is the message itself');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:319:        if (!preg_match('#^application/(x\-)?pkcs7-mime; smime-type=enveloped\-data;#', $headers['content-type'])) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:343:--$boundary
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:348:--$boundary
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:349:Content-Type: application/(x\-)?pkcs7-signature; name="smime\.p7s"
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:355:--$boundary--
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:368:          ->setFrom(array('john@doe.com' => 'John Doe'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:369:          ->setTo(array('receiver@domain.org', 'other@domain.org' => 'A name'))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:370:          ->setBody('Here is the message itself');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:394:--$boundary
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:397:Content-Type: application/(x\-)?pkcs7-mime; smime-type=enveloped-data; name="smime\.p7m"
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:403:)--$boundary
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:404:Content-Type: application/(x\-)?pkcs7-signature; name="smime\.p7s"
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:410:--$boundary--
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:506:            $headerName = explode('-', $headerName);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/SMimeSignerTest.php:508:            $headerName = implode('-', $headerName);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:14:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:15:                   ->with($listener);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:26:        $evt = $this->getMockery('Swift_Events_SendEvent')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:29:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:30:                ->andReturn(array('chris@swiftmailer.org' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:32:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:33:                ->andReturn(array('mark@swiftmailer.org' => 'Mark'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:35:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:36:                   ->andReturn($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:38:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:39:                   ->with($evt, 'beforeSendPerformed');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:41:                   ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:43:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:44:            ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:57:        $evt = $this->getMockery('Swift_Events_SendEvent')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:60:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:61:                ->andReturn(array('chris@swiftmailer.org' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:63:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:64:                ->andReturn(array('mark@swiftmailer.org' => 'Mark'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:66:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:67:                   ->andReturn($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:69:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:70:                   ->with($evt, 'sendPerformed');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:72:                   ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:74:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:75:            ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:86:        $evt = $this->getMockery('Swift_Events_SendEvent')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:91:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:92:                ->andReturn(array('chris@swiftmailer.org' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:94:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:95:                ->andReturn(array('mark@swiftmailer.org' => 'Mark'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:97:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:98:            ->with("MAIL FROM:<chris@swiftmailer.org>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:99:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:101:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:102:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:103:            ->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:105:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:106:            ->with("RCPT TO:<mark@swiftmailer.org>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:107:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:109:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:110:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:111:            ->andReturn("500 Not now\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:113:                   ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:114:                   ->with($smtp, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:115:                   ->andReturn($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:117:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:118:                   ->with($evt, 'sendPerformed');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:120:                   ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:122:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:123:            ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:125:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:126:            ->with(array('mark@swiftmailer.org'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:137:        $evt = $this->getMockery('Swift_Events_SendEvent')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:142:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:143:                ->andReturn(array('chris@swiftmailer.org' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:145:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:146:                ->andReturn(array('mark@swiftmailer.org' => 'Mark'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:148:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:149:            ->with("MAIL FROM:<chris@swiftmailer.org>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:150:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:152:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:153:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:154:            ->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:156:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:157:            ->with("RCPT TO:<mark@swiftmailer.org>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:158:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:160:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:161:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:162:            ->andReturn("500 Not now\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:164:                   ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:165:                   ->with($smtp, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:166:                   ->andReturn($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:168:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:169:                   ->with($evt, 'sendPerformed');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:171:                   ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:173:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:174:            ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:176:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:177:            ->with(Swift_Events_SendEvent::RESULT_FAILED);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:188:        $evt = $this->getMockery('Swift_Events_SendEvent')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:193:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:194:                ->andReturn(array('chris@swiftmailer.org' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:196:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:197:                ->andReturn(array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:202:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:203:            ->with("MAIL FROM:<chris@swiftmailer.org>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:204:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:206:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:207:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:208:            ->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:210:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:211:            ->with("RCPT TO:<mark@swiftmailer.org>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:212:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:214:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:215:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:216:            ->andReturn("500 Not now\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:218:                   ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:219:                   ->with($smtp, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:220:                   ->andReturn($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:222:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:223:                   ->with($evt, 'sendPerformed');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:225:                   ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:227:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:228:            ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:230:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:231:            ->with(Swift_Events_SendEvent::RESULT_TENTATIVE);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:242:        $evt = $this->getMockery('Swift_Events_SendEvent')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:247:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:248:                ->andReturn(array('chris@swiftmailer.org' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:250:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:251:                ->andReturn(array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:256:                   ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:257:                   ->with($smtp, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:258:                   ->andReturn($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:260:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:261:                   ->with($evt, 'sendPerformed');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:263:                   ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:265:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:266:            ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:268:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:269:            ->with(Swift_Events_SendEvent::RESULT_SUCCESS);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:280:        $evt = $this->getMockery('Swift_Events_SendEvent')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:285:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:286:                ->andReturn(array('chris@swiftmailer.org' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:288:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:289:                ->andReturn(array('mark@swiftmailer.org' => 'Mark'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:291:                   ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:292:                   ->with($smtp, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:293:                   ->andReturn($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:295:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:296:                   ->with($evt, 'beforeSendPerformed');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:298:                   ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:300:            ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:301:            ->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:316:                   ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:317:                   ->with($smtp)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:318:                   ->andReturn($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:320:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:321:                   ->with($evt, 'transportStarted');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:323:                   ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:325:            ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:326:            ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:340:                   ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:341:                   ->with($smtp)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:342:                   ->andReturn($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:344:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:345:                   ->with($evt, 'beforeTransportStarted');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:347:                   ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:349:            ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:350:            ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:364:                   ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:365:                   ->with($smtp)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:366:                   ->andReturn($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:368:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:369:                   ->with($evt, 'beforeTransportStarted');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:371:                   ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:373:            ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:374:            ->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:388:        $evt = $this->getMockery('Swift_Events_TransportChangeEvent')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:392:                   ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:393:                   ->with($smtp)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:394:                   ->andReturn($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:396:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:397:                   ->with($evt, 'transportStopped');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:399:                   ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:410:        $evt = $this->getMockery('Swift_Events_TransportChangeEvent')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:414:                   ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:415:                   ->with($smtp)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:416:                   ->andReturn($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:418:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:419:                   ->with($evt, 'beforeTransportStopped');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:421:                   ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:437:                   ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:438:                   ->with($smtp)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:439:                   ->andReturn($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:441:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:442:                   ->with($evt, 'beforeTransportStopped')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:443:                   ->andReturnUsing(function () use (&$hasRun) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:447:                   ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:449:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:450:            ->andReturnUsing(function () use (&$hasRun) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:471:                   ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:472:                   ->with($smtp, \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:473:                   ->andReturn($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:475:                   ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:476:                   ->with($evt, 'responseReceived');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:490:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:491:                   ->with($smtp, \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:492:                   ->andReturn($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:494:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:495:                   ->with($evt, 'commandSent');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:509:            ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:510:            ->andReturn("503 I'm sleepy, go away!\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:512:                   ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:513:                   ->with($smtp, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:514:                   ->andReturn($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:516:                   ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:517:                   ->with($evt, 'exceptionThrown');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:519:            ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:520:            ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:537:            ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:538:            ->andReturn("503 I'm sleepy, go away!\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:540:                   ->twice()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:541:                   ->with($smtp, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:542:                   ->andReturn($evt);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:544:                   ->twice()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:545:                   ->with($evt, 'exceptionThrown');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:547:            ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:548:            ->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:554:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php:558:        return $this->getMockery('Swift_Events_EventDispatcher')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/StreamBufferTest.php:9:                ->method('createFilter')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/StreamBufferTest.php:10:                ->with('a', 'b')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/StreamBufferTest.php:11:                ->will($this->returnCallback(array($this, '_createFilter')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/StreamBufferTest.php:21:                ->method('createFilter')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/StreamBufferTest.php:22:                ->will($this->returnCallback(array($this, '_createFilter')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/StreamBufferTest.php:29:    // -- Creation methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/StreamBufferTest.php:38:        return $this->getMockBuilder('Swift_ReplacementFilterFactory')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/StreamBufferTest.php:43:        return $this->getMockBuilder('Swift_StreamFilter')->getMock();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:34:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:35:            ->with('timeout', 10);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:57:        /* -- RFC 2821, 3.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:78:       -- RFC 2281, 4.1.1.1.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:83:       -- RFC 2821, 4.3.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:95:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:97:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:98:            ->with(0)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:99:            ->andReturn("220 some.server.tld bleh\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:101:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:102:            ->with('~^EHLO .+?\r\n$~D')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:103:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:105:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:106:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:107:            ->andReturn('250 ServerName'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:119:        /* -- RFC 2821, 4.1.4.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:131:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:133:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:134:            ->with(0)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:135:            ->andReturn("220 some.server.tld bleh\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:137:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:138:            ->with('~^EHLO .+?\r\n$~D')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:139:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:141:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:142:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:143:            ->andReturn('501 WTF'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:145:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:146:            ->with('~^HELO .+?\r\n$~D')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:147:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:149:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:150:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:151:            ->andReturn('250 HELO'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:170:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:172:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:173:            ->with(0)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:174:            ->andReturn("220 some.server.tld bleh\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:176:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:177:            ->with('~^EHLO .+?\r\n$~D')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:178:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:180:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:181:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:182:            ->andReturn('501 WTF'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:184:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:185:            ->with('~^HELO .+?\r\n$~D')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:186:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:188:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:189:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:190:            ->andReturn('504 WTF'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:204:        /* -- RFC 2821, 4.1.4.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:218:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:220:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:221:            ->with(0)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:222:            ->andReturn("220 some.server.tld bleh\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:224:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:225:            ->with("EHLO mydomain.com\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:226:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:228:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:229:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:230:            ->andReturn('250 ServerName'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:240:        /* -- RFC 2821, 4.1.4.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:254:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:256:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:257:            ->with(0)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:258:            ->andReturn("220 some.server.tld bleh\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:260:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:261:            ->with('~^EHLO .+?\r\n$~D')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:262:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:264:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:265:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:266:            ->andReturn('501 WTF'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:268:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:269:            ->with("HELO mydomain.com\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:270:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:272:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:273:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:274:            ->andReturn('250 ServerName'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:286:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:287:            ->with('timeout', 30);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:290:            ->setHost('foo')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:291:            ->setPort(25)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:292:            ->setEncryption('tls')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransportTest.php:293:            ->setTimeout(30)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:14:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:15:           ->andReturnUsing(function () use (&$connectionState) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:19:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:20:           ->andReturnUsing(function () use (&$connectionState) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:26:           ->twice()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:27:           ->with(\Mockery::anyOf($message1, $message2), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:28:           ->andReturnUsing(function () use (&$connectionState) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:33:        $t2->shouldReceive('start')->never();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:34:        $t2->shouldReceive('send')->never();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:53:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:54:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:58:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:59:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:65:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:66:           ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:67:           ->andReturnUsing(function () use (&$connectionState1, $e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:74:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:75:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:79:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:80:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:86:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:87:           ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:88:           ->andReturnUsing(function () use (&$connectionState2, $e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:101:        $message = $this->getMockery('Swift_Mime_Message')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:102:        $t1 = $this->getMockery('Swift_Transport')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:106:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:107:           ->andReturnUsing(function () use (&$connectionState) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:111:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:112:           ->andReturnUsing(function () use (&$connectionState) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:119:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:120:           ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:121:           ->andReturnUsing(function () use (&$connectionState, $testCase) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:148:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:149:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:153:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:154:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:160:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:161:           ->with($message1, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:162:           ->andReturnUsing(function () use (&$connectionState1, $e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:168:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:169:           ->with($message2, \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:171:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:172:           ->with($message3, \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:174:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:175:           ->with($message4, \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:178:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:179:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:183:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:184:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:190:           ->times(4)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:191:           ->with(\Mockery::anyOf($message1, $message2, $message3, $message4), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:192:           ->andReturnUsing(function () use (&$connectionState2, $e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:217:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:218:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:222:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:223:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:229:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:230:           ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:231:           ->andReturnUsing(function () use (&$connectionState1, $e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:238:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:239:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:243:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:244:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:250:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:251:           ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:252:           ->andReturnUsing(function () use (&$connectionState2, $e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:276:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:277:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:281:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:282:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:289:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:290:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:294:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:295:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:318:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:319:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:323:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:324:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:330:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:331:           ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:332:           ->andReturnUsing(function () use (&$connectionState1, $e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:340:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:341:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:345:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:346:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:352:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:353:           ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:354:           ->andReturnUsing(function () use (&$connectionState2, $e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:385:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:386:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:390:           ->twice()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:391:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:397:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:398:           ->with($message1, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:399:           ->andReturnUsing(function () use (&$connectionState1, $e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:406:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:407:           ->with($message2, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:408:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:415:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:416:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:420:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:421:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:427:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:428:           ->with($message1, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:429:           ->andReturnUsing(function () use (&$connectionState2, $e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:436:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:437:           ->with($message2, \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:464:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:465:           ->andReturnUsing(function () use ($connectionState) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:469:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:470:           ->andReturnUsing(function () use ($connectionState) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:476:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:477:           ->with($message, $failures)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:478:           ->andReturnUsing(function () use ($connectionState) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:496:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:497:           ->with($plugin);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:499:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:500:           ->with($plugin);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/FailoverTransportTest.php:506:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:10:        /* -- RFC 2821, 4.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:14:     -- RFC 2822, 4.3.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:24:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:26:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:27:            ->with(0)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:28:            ->andReturn("220 some.server.tld bleh\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:45:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:47:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:48:            ->with(0)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:49:            ->andReturn("554 I'm busy\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:62:        /* -- RFC 2821, 3.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:83:       -- RFC 2281, 4.1.1.1.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:88:       -- RFC 2821, 4.3.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:100:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:102:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:103:            ->with(0)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:104:            ->andReturn("220 some.server.tld bleh\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:106:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:107:            ->with('~^HELO .*?\r\n$~D')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:108:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:110:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:111:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:112:            ->andReturn('250 ServerName'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:128:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:130:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:131:            ->with(0)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:132:            ->andReturn("220 some.server.tld bleh\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:134:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:135:            ->with('~^HELO .*?\r\n$~D')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:136:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:138:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:139:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:140:            ->andReturn('504 WTF'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:154:        /* -- RFC 2821, 4.1.4.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:169:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:171:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:172:            ->with(0)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:173:            ->andReturn("220 some.server.tld bleh\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:175:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:176:            ->with("HELO mydomain.com\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:177:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:179:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:180:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:181:            ->andReturn('250 ServerName'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:190:        /* -- RFC 2821, 3.3.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:201:        -- RFC 2821, 4.1.1.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:207:        -- RFC 2821, 4.1.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:218:        -- RFC 2821, 4.3.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:229:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:230:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:232:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:233:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:235:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:237:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:238:            ->with("MAIL FROM:<me@domain.com>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:239:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:241:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:242:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:243:            ->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:261:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:262:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:264:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:265:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:267:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:268:            ->with("MAIL FROM:<me@domain.com>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:269:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:271:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:272:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:273:            ->andReturn('553 Bad'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:291:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:292:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:294:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:295:                ->andReturn(array('another@domain.com' => 'Someone'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:297:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:298:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:300:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:301:            ->with("MAIL FROM:<another@domain.com>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:302:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:304:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:305:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:306:            ->andReturn('250 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:320:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:321:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:323:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:324:                ->andReturn(array('another@domain.com' => 'Someone'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:326:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:327:                ->andReturn('more@domain.com');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:329:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:330:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:332:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:333:            ->with("MAIL FROM:<more@domain.com>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:334:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:336:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:337:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:338:            ->andReturn('250 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:347:        /* -- RFC 2821, 3.3.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:358:     550 reply, typically with a string such as "no such user - " and the
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:362:        -- RFC 2821, 4.1.1.3.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:378:        -- RFC 2821, 4.2.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:386:        -- RFC 2821, 4.3.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:400:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:401:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:403:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:404:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:406:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:407:            ->with("MAIL FROM:<me@domain.com>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:408:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:410:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:411:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:412:            ->andReturn('250 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:414:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:415:            ->with("RCPT TO:<foo@bar>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:416:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:418:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:419:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:420:            ->andReturn('250 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:438:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:439:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:441:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:442:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:444:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:445:            ->with("MAIL FROM:<me@domain.com>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:446:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:448:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:449:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:450:            ->andReturn('250 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:452:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:453:            ->with("RCPT TO:<foo@bar>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:454:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:456:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:457:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:458:            ->andReturn('250 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:460:            ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:461:            ->with("MAIL FROM:<me@domain.com>\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:475:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:476:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:478:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:479:                ->andReturn(array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:485:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:486:            ->with("RCPT TO:<foo@bar>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:487:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:489:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:490:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:491:            ->andReturn('250 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:493:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:494:            ->with("RCPT TO:<zip@button>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:495:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:497:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:498:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:499:            ->andReturn('250 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:501:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:502:            ->with("RCPT TO:<test@domain>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:503:            ->andReturn(3);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:505:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:506:            ->with(3)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:507:            ->andReturn('250 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:521:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:522:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:524:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:525:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:527:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:528:                ->andReturn(array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:533:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:534:            ->with("RCPT TO:<foo@bar>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:535:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:537:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:538:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:539:            ->andReturn('250 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:541:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:542:            ->with("RCPT TO:<zip@button>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:543:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:545:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:546:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:547:            ->andReturn('250 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:549:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:550:            ->with("RCPT TO:<test@domain>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:551:            ->andReturn(3);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:553:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:554:            ->with(3)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:555:            ->andReturn('250 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:569:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:570:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:572:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:573:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:575:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:576:                ->andReturn(array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:581:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:582:            ->with("RCPT TO:<foo@bar>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:583:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:585:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:586:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:587:            ->andReturn('250 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:589:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:590:            ->with("RCPT TO:<zip@button>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:591:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:593:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:594:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:595:            ->andReturn('501 Nobody here'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:597:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:598:            ->with("RCPT TO:<test@domain>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:599:            ->andReturn(3);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:601:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:602:            ->with(3)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:603:            ->andReturn('250 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:614:        /* --RFC 2821, 4.1.1.5.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:622:        -- RFC 2821, 4.3.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:633:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:634:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:636:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:637:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:639:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:640:            ->with("RCPT TO:<foo@bar>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:641:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:643:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:644:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:645:            ->andReturn('503 Bad'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:647:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:648:            ->with("RSET\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:649:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:651:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:652:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:653:            ->andReturn('250 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:664:        /* -- RFC 2821, 3.3.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:675:        -- RFC 2821, 4.1.1.4.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:686:        -- RFC 2821, 4.3.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:689:            I: 354 -> data -> S: 250
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:699:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:700:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:702:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:703:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:705:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:706:            ->with("DATA\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:707:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:709:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:710:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:711:            ->andReturn('354 Go ahead'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:729:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:730:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:732:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:733:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:735:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:736:            ->with("DATA\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:737:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:739:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:740:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:741:            ->andReturn('451 Bad'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:759:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:760:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:762:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:763:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:765:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:766:            ->with("DATA\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:767:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:769:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:770:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:771:            ->andReturn('354 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:773:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:774:            ->with("\r\n.\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:775:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:777:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:778:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:779:            ->andReturn('250 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:793:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:794:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:796:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:797:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:799:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:800:            ->with("DATA\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:801:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:803:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:804:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:805:            ->andReturn('354 OK'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:807:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:808:            ->with("\r\n.\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:809:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:811:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:812:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:813:            ->andReturn('554 Error'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:826:        /* -- RFC 2821, 7.2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:847:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:848:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:850:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:851:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:853:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:854:                ->andReturn(array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:859:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:860:                ->with(array());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:862:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:876:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:877:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:879:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:880:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:882:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:883:                ->andReturn(array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:888:                ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:889:                ->with(array());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:891:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:892:                ->with(array('zip@button' => 'Zip Button'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:894:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:895:                ->with(array('test@domain' => 'Test user'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:897:                ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:898:                ->with(array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:903:        $buf->shouldReceive('write')->once()->with("MAIL FROM:<me@domain.com>\r\n")->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:904:        $buf->shouldReceive('readLine')->once()->with(1)->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:905:        $buf->shouldReceive('write')->once()->with("RCPT TO:<foo@bar>\r\n")->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:906:        $buf->shouldReceive('readLine')->once()->with(2)->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:907:        $buf->shouldReceive('write')->once()->with("DATA\r\n")->andReturn(3);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:908:        $buf->shouldReceive('readLine')->once()->with(3)->andReturn("354 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:909:        $buf->shouldReceive('write')->once()->with("\r\n.\r\n")->andReturn(4);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:910:        $buf->shouldReceive('readLine')->once()->with(4)->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:912:        $buf->shouldReceive('write')->once()->with("MAIL FROM:<me@domain.com>\r\n")->andReturn(5);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:913:        $buf->shouldReceive('readLine')->once()->with(5)->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:914:        $buf->shouldReceive('write')->once()->with("RCPT TO:<zip@button>\r\n")->andReturn(6);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:915:        $buf->shouldReceive('readLine')->once()->with(6)->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:916:        $buf->shouldReceive('write')->once()->with("DATA\r\n")->andReturn(7);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:917:        $buf->shouldReceive('readLine')->once()->with(7)->andReturn("354 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:918:        $buf->shouldReceive('write')->once()->with("\r\n.\r\n")->andReturn(8);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:919:        $buf->shouldReceive('readLine')->once()->with(8)->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:921:        $buf->shouldReceive('write')->once()->with("MAIL FROM:<me@domain.com>\r\n")->andReturn(9);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:922:        $buf->shouldReceive('readLine')->once()->with(9)->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:923:        $buf->shouldReceive('write')->once()->with("RCPT TO:<test@domain>\r\n")->andReturn(10);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:924:        $buf->shouldReceive('readLine')->once()->with(10)->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:925:        $buf->shouldReceive('write')->once()->with("DATA\r\n")->andReturn(11);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:926:        $buf->shouldReceive('readLine')->once()->with(11)->andReturn("354 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:927:        $buf->shouldReceive('write')->once()->with("\r\n.\r\n")->andReturn(12);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:928:        $buf->shouldReceive('readLine')->once()->with(12)->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:942:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:943:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:945:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:946:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:948:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:949:                ->andReturn(array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:954:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:955:                ->with(array());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:957:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:958:                ->with(array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:963:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:964:            ->with("MAIL FROM:<me@domain.com>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:965:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:967:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:968:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:969:            ->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:971:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:972:            ->with("RCPT TO:<foo@bar>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:973:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:975:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:976:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:977:            ->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:979:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:980:            ->with("DATA\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:981:            ->andReturn(3);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:983:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:984:            ->with(3)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:985:            ->andReturn("451 No\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:999:        /* -- RFC 2821, 4.1.1.10.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1025:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1027:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1028:            ->with("QUIT\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1029:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1031:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1032:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1033:            ->andReturn("221 Bye\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1035:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1060:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1061:            ->with("FOO\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1062:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1064:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1065:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1066:            ->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1078:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1079:            ->with("FOO\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1080:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1082:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1083:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1084:            ->andReturn("551 Not ok\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1100:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1101:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1103:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1104:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1106:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1107:                ->andReturn(array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1112:                ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1113:                ->with(array());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1115:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1116:                ->with(array('zip@button' => 'Zip Button'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1118:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1119:                ->with(array('test@domain' => 'Test user'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1121:                ->atLeast()->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1122:                ->with(array(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1127:        $buf->shouldReceive('write')->once()->with("MAIL FROM:<me@domain.com>\r\n")->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1128:        $buf->shouldReceive('readLine')->once()->with(1)->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1129:        $buf->shouldReceive('write')->once()->with("RCPT TO:<foo@bar>\r\n")->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1130:        $buf->shouldReceive('readLine')->once()->with(2)->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1131:        $buf->shouldReceive('write')->once()->with("DATA\r\n")->andReturn(3);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1132:        $buf->shouldReceive('readLine')->once()->with(3)->andReturn("354 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1133:        $buf->shouldReceive('write')->once()->with("\r\n.\r\n")->andReturn(4);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1134:        $buf->shouldReceive('readLine')->once()->with(4)->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1136:        $buf->shouldReceive('write')->once()->with("MAIL FROM:<me@domain.com>\r\n")->andReturn(5);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1137:        $buf->shouldReceive('readLine')->once()->with(5)->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1138:        $buf->shouldReceive('write')->once()->with("RCPT TO:<zip@button>\r\n")->andReturn(6);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1139:        $buf->shouldReceive('readLine')->once()->with(6)->andReturn("500 Bad\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1140:        $buf->shouldReceive('write')->once()->with("RSET\r\n")->andReturn(7);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1141:        $buf->shouldReceive('readLine')->once()->with(7)->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1143:        $buf->shouldReceive('write')->once()->with("MAIL FROM:<me@domain.com>\r\n")->andReturn(9);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1144:        $buf->shouldReceive('readLine')->once()->with(9)->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1145:        $buf->shouldReceive('write')->once()->with("RCPT TO:<test@domain>\r\n")->andReturn(10);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1146:        $buf->shouldReceive('readLine')->once()->with(10)->andReturn("500 Bad\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1147:        $buf->shouldReceive('write')->once()->with("RSET\r\n")->andReturn(11);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1148:        $buf->shouldReceive('readLine')->once()->with(11)->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1164:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1165:                ->andReturn(array('me@domain.com' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1167:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1168:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1170:                ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1179:        return $this->getMockery('Swift_Transport_IoBuffer')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1184:        return $this->getMockery('Swift_Mime_Message')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1190:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1191:            ->with(0)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1192:            ->andReturn('220 server.com foo'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1194:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1195:            ->with('~^(EH|HE)LO .*?\r\n$~D')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1196:            ->andReturn($x = uniqid());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1198:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1199:            ->with($x)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1200:            ->andReturn('250 ServerName'."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1202:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1203:            ->with('~^MAIL FROM:<.*?>\r\n$~D')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1204:            ->andReturn($x = uniqid());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1206:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1207:            ->with($x)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1208:            ->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1210:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1211:            ->with('~^RCPT TO:<.*?>\r\n$~D')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1212:            ->andReturn($x = uniqid());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1214:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1215:            ->with($x)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1216:            ->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1218:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1219:            ->with("DATA\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1220:            ->andReturn($x = uniqid());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1222:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1223:            ->with($x)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1224:            ->andReturn("354 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1226:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1227:            ->with("\r\n.\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1228:            ->andReturn($x = uniqid());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1230:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1231:            ->with($x)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1232:            ->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1234:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1235:            ->with("RSET\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1236:            ->andReturn($x = uniqid());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1238:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1239:            ->with($x)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1240:            ->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1243:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1244:            ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1246:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/AbstractSmtpTest.php:1247:            ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:17:        $ext1 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:18:        $ext2 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:21:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:22:             ->andReturn('AUTH');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:24:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:25:             ->with('STARTTLS')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:26:             ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:28:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:29:             ->andReturn('STARTTLS');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:31:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:32:             ->with('AUTH')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:33:             ->andReturn(-1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:44:        $ext1 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:45:        $ext2 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:48:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:49:            ->with(0)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:50:            ->andReturn("220 server.com foo\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:52:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:53:            ->with('~^EHLO .*?\r\n$~D')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:54:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:56:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:57:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:58:            ->andReturn("250-ServerName.tld\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:60:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:61:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:62:            ->andReturn("250-AUTH PLAIN LOGIN\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:64:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:65:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:66:            ->andReturn("250 SIZE=123456\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:69:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:70:             ->andReturn('AUTH');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:72:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:73:             ->with(array('PLAIN', 'LOGIN'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:75:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:76:             ->andReturn('SIZE');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:78:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:79:             ->with(array('123456'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:90:        $ext1 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:91:        $ext2 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:92:        $ext3 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:95:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:96:            ->with(0)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:97:            ->andReturn("220 server.com foo\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:99:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:100:            ->with('~^EHLO .*?\r\n$~D')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:101:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:103:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:104:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:105:            ->andReturn("250-ServerName.tld\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:107:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:108:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:109:            ->andReturn("250-AUTH PLAIN LOGIN\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:111:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:112:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:113:            ->andReturn("250 SIZE=123456\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:116:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:117:             ->andReturn('AUTH');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:119:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:120:             ->with($smtp);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:122:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:123:             ->andReturn('SIZE');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:125:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:126:             ->with($smtp);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:128:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:129:             ->andReturn('STARTTLS');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:131:             ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:132:             ->with($smtp);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:144:        $ext1 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:145:        $ext2 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:146:        $ext3 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:150:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:151:                ->andReturn(array('me@domain' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:153:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:154:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:157:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:158:            ->with(0)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:159:            ->andReturn("220 server.com foo\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:161:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:162:            ->with('~^EHLO .*?\r\n$~D')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:163:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:165:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:166:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:167:            ->andReturn("250-ServerName.tld\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:169:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:170:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:171:            ->andReturn("250-AUTH PLAIN LOGIN\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:173:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:174:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:175:            ->andReturn("250 SIZE=123456\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:177:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:178:            ->with("MAIL FROM:<me@domain> FOO ZIP\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:179:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:181:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:182:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:183:            ->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:185:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:186:            ->with("RCPT TO:<foo@bar>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:187:            ->andReturn(3);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:189:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:190:            ->with(3)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:191:            ->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:195:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:196:             ->andReturn('AUTH');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:198:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:199:             ->andReturn('FOO');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:201:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:202:             ->with('AUTH')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:203:             ->andReturn(-1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:205:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:206:             ->andReturn('SIZE');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:208:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:209:             ->andReturn('ZIP');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:211:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:212:             ->with('AUTH')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:213:             ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:215:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:216:             ->andReturn('STARTTLS');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:218:             ->never();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:230:        $ext1 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:231:        $ext2 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:232:        $ext3 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:236:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:237:                ->andReturn(array('me@domain' => 'Me'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:239:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:240:                ->andReturn(array('foo@bar' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:243:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:244:            ->with(0)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:245:            ->andReturn("220 server.com foo\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:247:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:248:            ->with('~^EHLO .+?\r\n$~D')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:249:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:251:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:252:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:253:            ->andReturn("250-ServerName.tld\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:255:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:256:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:257:            ->andReturn("250-AUTH PLAIN LOGIN\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:259:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:260:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:261:            ->andReturn("250 SIZE=123456\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:263:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:264:            ->with("MAIL FROM:<me@domain>\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:265:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:267:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:268:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:269:            ->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:271:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:272:            ->with("RCPT TO:<foo@bar> FOO ZIP\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:273:            ->andReturn(3);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:275:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:276:            ->with(3)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:277:            ->andReturn("250 OK\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:281:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:282:             ->andReturn('AUTH');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:284:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:285:             ->andReturn('FOO');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:287:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:288:             ->with('AUTH')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:289:             ->andReturn(-1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:291:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:292:             ->andReturn('SIZE');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:294:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:295:             ->andReturn('ZIP');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:297:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:298:             ->with('AUTH')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:299:             ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:301:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:302:             ->andReturn('STARTTLS');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:304:             ->never();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:315:        $ext1 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:316:        $ext2 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:317:        $ext3 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:320:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:321:            ->with(0)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:322:            ->andReturn("220 server.com foo\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:324:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:325:            ->with('~^EHLO .+?\r\n$~D')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:326:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:328:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:329:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:330:            ->andReturn("250-ServerName.tld\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:332:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:333:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:334:            ->andReturn("250-AUTH PLAIN LOGIN\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:336:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:337:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:338:            ->andReturn("250 SIZE=123456\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:340:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:341:            ->with("FOO\r\n")
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:342:            ->andReturn(2);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:344:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:345:            ->with(2)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:346:            ->andReturn("250 Cool\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:350:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:351:             ->andReturn('AUTH');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:353:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:354:             ->with($smtp, "FOO\r\n", array(250, 251), \Mockery::any(), \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:356:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:357:             ->andReturn('SIZE');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:359:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:360:             ->with($smtp, "FOO\r\n", array(250, 251), \Mockery::any(), \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:362:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:363:             ->andReturn('STARTTLS');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:365:             ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:366:             ->with(\Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:377:        $ext1 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:378:        $ext2 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:379:        $ext3 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:382:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:383:            ->with(0)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:384:            ->andReturn("220 server.com foo\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:386:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:387:            ->with('~^EHLO .+?\r\n$~D')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:388:            ->andReturn(1);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:390:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:391:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:392:            ->andReturn("250-ServerName.tld\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:394:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:395:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:396:            ->andReturn("250-AUTH PLAIN LOGIN\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:398:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:399:            ->with(1)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:400:            ->andReturn("250 SIZE=123456\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:402:            ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:403:            ->with("FOO\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:407:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:408:             ->andReturn('AUTH');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:410:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:411:             ->with($smtp, "FOO\r\n", array(250, 251), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:412:             ->andReturnUsing(function ($a, $b, $c, $d, &$e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:418:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:419:             ->andReturn('SIZE');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:421:             ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:422:             ->with(\Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:425:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:426:             ->andReturn('STARTTLS');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:428:             ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:429:             ->with(\Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:440:        $ext1 = $this->getMockery('Swift_Transport_EsmtpHandlerMixin')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:441:        $ext2 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:444:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:445:             ->andReturn('AUTH');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:447:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:448:             ->andReturn(array('setUsername', 'setPassword'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:450:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:451:             ->with('mick');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:453:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:454:             ->with('pass');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:456:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:457:             ->andReturn('STARTTLS');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:469:        $ext1 = $this->getMockery('Swift_Transport_EsmtpHandlerMixin')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:470:        $ext2 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:473:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:474:             ->andReturn('AUTH');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:476:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:477:             ->andReturn(array('setUsername', 'setPassword'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:479:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:480:             ->with('mick')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:481:             ->andReturn(null);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:483:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:484:             ->with('pass')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:485:             ->andReturn(null);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:487:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:488:             ->andReturn('STARTTLS');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:502:        $ext1 = $this->getMockery('Swift_Transport_EsmtpHandlerMixin')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:503:        $ext2 = $this->getMockery('Swift_Transport_EsmtpHandler')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:506:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:507:             ->andReturn('AUTH');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:509:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:510:             ->andReturn(array('setUsername', 'setPassword'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:512:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:513:             ->with('mick')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:514:             ->andReturn('x');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:516:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:517:             ->with('pass')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:518:             ->andReturn('x');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:520:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php:521:             ->andReturn('STARTTLS');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:18:                ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:36:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:37:           ->andReturn('Foo <foo@bar>');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:39:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:40:                ->with('Foo <foo@bar>', \Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:58:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:59:             ->andReturn('Thing');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:61:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:62:                ->with(\Mockery::any(), 'Thing', \Mockery::any(), \Mockery::any(), \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:77:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:78:             ->andReturn(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:84:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:85:                ->with(\Mockery::any(), \Mockery::any(), 'This body', \Mockery::any(), \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:100:             ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:101:             ->andReturn(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:105:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:106:                ->with(\Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any(), '-ffoo@bar');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:121:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:122:            ->andReturn(null);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:124:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:125:            ->andReturn(null);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:127:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:128:            ->andReturn(null);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:130:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:131:            ->with(\Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any(), null);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:147:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:148:            ->andReturn(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:152:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:153:            ->andReturn(null);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:155:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:156:            ->andReturn(null);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:158:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:159:            ->with(\Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any(), '-x\'foo\' -ffoo@bar');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:175:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:176:            ->andReturn(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:180:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:181:            ->andReturn(null);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:183:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:184:            ->andReturn(null);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:186:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:187:            ->with(\Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any(), '-x\'foo\'');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:202:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:203:            ->andReturn(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:207:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:208:            ->andReturn(null);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:210:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:211:            ->andReturn(null);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:213:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:214:            ->with(\Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any(), null);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:229:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:230:            ->andReturn(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:236:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:237:            ->with(\Mockery::any(), \Mockery::any(), \Mockery::any(), 'Subject: Stuff'.PHP_EOL, \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:252:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:253:                ->andReturn(array('foo@bar' => null, 'zip@button' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:255:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:256:                ->andReturn(array('test@test' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:258:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:259:                ->with(\Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:260:                ->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:275:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:276:                ->andReturn(array('foo@bar' => null, 'zip@button' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:278:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:279:                ->andReturn(array('test@test' => null));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:281:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:282:                ->with(\Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:283:                ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:301:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:302:                ->with('To');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:304:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:306:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:307:                ->with(\Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:325:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:326:                ->with('Subject');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:328:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:330:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:331:                ->with(\Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:349:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:350:                ->with($to);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:352:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:354:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:355:                ->with(\Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:373:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:374:                ->with($subject);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:376:                ->zeroOrMoreTimes();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:378:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:379:                ->with(\Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any(), \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:391:        $subject->shouldReceive('getFieldBody')->andReturn("Foo\r\nBar");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:398:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:399:            ->andReturn(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:417:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:418:            ->with(\Mockery::any(), $expectedSubject, $expectedBody, $expectedHeaders, \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:463:        $message->shouldReceive(sprintf('get%s', $header))->andReturn(array('foo@bar' => 'Foo'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:468:    // -- Creation Methods
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:477:        return $this->getMockery('Swift_Events_EventDispatcher')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:487:        $message = $this->getMockery('Swift_Mime_Message')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:489:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:490:                ->andReturn($headers);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:498:        $message->shouldReceive('getTo')->andReturn($recipient);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:505:        $set = $this->getMockery('Swift_Mime_HeaderSet')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:510:                    ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:511:                    ->with($name)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:512:                    ->andReturn($header);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:514:                    ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:515:                    ->with($name)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:516:                    ->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:522:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:523:            ->andReturn($header);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:525:            ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:526:            ->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/MailTransportTest.php:533:        return $this->getMockery('Swift_Mime_Header')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:9:        $this->_agent = $this->getMockery('Swift_Transport_SmtpAgent')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:69:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:70:           ->with($this->_agent, 'jack', 'pass');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:72:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:73:           ->with($this->_agent, 'jack', 'pass')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:74:           ->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:90:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:91:           ->with($this->_agent, 'jack', 'pass');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:93:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:94:           ->with($this->_agent, 'jack', 'pass')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:95:           ->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:109:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:110:           ->with($this->_agent, 'jack', 'pass')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:111:           ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:113:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:114:           ->with($this->_agent, 'jack', 'pass')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:115:           ->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:132:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:133:           ->with($this->_agent, 'jack', 'pass')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:134:           ->andReturn(false);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:136:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:137:           ->with($this->_agent, 'jack', 'pass')
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:138:           ->andReturn(true);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:140:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:141:           ->with($this->_agent, 'jack', 'pass');
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:151:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:160:        $authenticator = $this->getMockery('Swift_Transport_Esmtp_Authenticator')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:162:                      ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/AuthHandlerTest.php:163:                      ->andReturn($type);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/PlainAuthenticatorTest.php:9:        $this->_agent = $this->getMockery('Swift_Transport_SmtpAgent')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/PlainAuthenticatorTest.php:14:        /* -- RFC 4616, 1.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/PlainAuthenticatorTest.php:24:        /* -- RFC 4616, 2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/PlainAuthenticatorTest.php:34:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/PlainAuthenticatorTest.php:35:             ->with('AUTH PLAIN '.base64_encode(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/PlainAuthenticatorTest.php:49:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/PlainAuthenticatorTest.php:50:             ->with('AUTH PLAIN '.base64_encode(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/PlainAuthenticatorTest.php:53:             ->andThrow(new Swift_TransportException(''));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/PlainAuthenticatorTest.php:55:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/PlainAuthenticatorTest.php:56:             ->with("RSET\r\n", array(250));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/PlainAuthenticatorTest.php:63:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php:166:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php:167:              ->with('AUTH NTLM '.base64_encode(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php:170:              ->andReturn('334 '.base64_encode($this->hex2bin('4e544c4d53535000020000000c000c003000000035828980514246973ea892c10000000000000000460046003c00000054004500530054004e00540002000c0054004500530054004e00540001000c004d0045004d0042004500520003001e006d0065006d006200650072002e0074006500730074002e0063006f006d0000000000')));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php:172:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php:173:              ->with(base64_encode(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php:191:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php:192:              ->with('AUTH NTLM '.base64_encode(
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php:195:              ->andThrow(new Swift_TransportException(''));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php:197:              ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php:198:              ->with("RSET\r\n", array(250));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php:205:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php:213:        return $this->getMockery('Swift_Transport_SmtpAgent')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php:9:        $this->_agent = $this->getMockery('Swift_Transport_SmtpAgent')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php:14:        /* -- RFC 2195, 2.
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php:27:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php:28:             ->with("AUTH CRAM-MD5\r\n", array(334))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php:29:             ->andReturn('334 '.base64_encode('<foo@bar>')."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php:31:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php:32:             ->with(\Mockery::any(), array(235));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php:44:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php:45:             ->with("AUTH CRAM-MD5\r\n", array(334))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php:46:             ->andReturn('334 '.base64_encode('<foo@bar>')."\r\n");
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php:48:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php:49:             ->with(\Mockery::any(), array(235))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php:50:             ->andThrow(new Swift_TransportException(''));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php:52:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php:53:             ->with("RSET\r\n", array(250));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/CramMd5AuthenticatorTest.php:60:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php:9:        $this->_agent = $this->getMockery('Swift_Transport_SmtpAgent')->shouldIgnoreMissing();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php:23:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php:24:             ->with("AUTH LOGIN\r\n", array(334));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php:26:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php:27:             ->with(base64_encode('jack')."\r\n", array(334));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php:29:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php:30:             ->with(base64_encode('pass')."\r\n", array(235));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php:42:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php:43:             ->with("AUTH LOGIN\r\n", array(334));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php:45:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php:46:             ->with(base64_encode('jack')."\r\n", array(334));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php:48:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php:49:             ->with(base64_encode('pass')."\r\n", array(235))
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php:50:             ->andThrow(new Swift_TransportException(''));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php:52:             ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php:53:             ->with("RSET\r\n", array(250));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/Esmtp/Auth/LoginAuthenticatorTest.php:60:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:16:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:17:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:21:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:22:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:28:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:29:           ->with($message1, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:30:           ->andReturnUsing(function () use (&$connectionState1, $testCase) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:37:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:38:           ->with($message2, \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:41:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:42:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:46:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:47:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:53:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:54:           ->with($message2, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:55:           ->andReturnUsing(function () use (&$connectionState2, $testCase) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:62:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:63:           ->with($message1, \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:84:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:85:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:89:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:90:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:96:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:97:           ->with($message1, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:98:           ->andReturnUsing(function () use (&$connectionState1, $testCase) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:105:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:106:           ->with($message2, \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:108:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:109:           ->with($message3, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:110:           ->andReturnUsing(function () use (&$connectionState1, $testCase) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:117:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:118:           ->with($message4, \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:121:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:122:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:126:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:127:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:133:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:134:           ->with($message2, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:135:           ->andReturnUsing(function () use (&$connectionState2, $testCase) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:142:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:143:           ->with($message1, \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:145:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:146:           ->with($message4, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:147:           ->andReturnUsing(function () use (&$connectionState2, $testCase) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:154:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:155:           ->with($message3, \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:178:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:179:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:183:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:184:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:190:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:191:           ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:192:           ->andReturnUsing(function () use (&$connectionState1, $e, $testCase) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:200:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:201:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:205:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:206:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:212:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:213:           ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:214:           ->andReturnUsing(function () use (&$connectionState2, $testCase) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:235:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:236:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:240:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:241:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:247:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:248:           ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:249:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:258:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:259:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:263:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:264:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:270:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:271:           ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:272:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:294:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:295:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:299:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:300:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:306:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:307:           ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:308:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:317:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:318:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:322:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:323:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:329:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:330:           ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:331:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:359:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:360:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:364:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:365:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:371:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:372:           ->with($message1, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:373:           ->andReturnUsing(function () use (&$connectionState1, $e, $testCase) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:380:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:381:           ->with($message2, \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:383:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:384:           ->with($message3, \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:386:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:387:           ->with($message4, \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:390:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:391:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:395:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:396:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:402:           ->times(4)
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:403:           ->with(\Mockery::anyOf($message1, $message3, $message3, $message4), \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:404:           ->andReturnUsing(function () use (&$connectionState2, $testCase) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:430:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:431:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:435:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:436:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:442:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:443:           ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:444:           ->andReturnUsing(function () use (&$connectionState1, $e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:451:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:452:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:456:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:457:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:463:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:464:           ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:465:           ->andReturnUsing(function () use (&$connectionState2, $e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:488:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:489:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:493:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:494:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:501:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:502:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:506:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:507:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:529:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:530:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:534:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:535:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:541:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:542:           ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:543:           ->andReturnUsing(function () use (&$connectionState1, $e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:550:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:551:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:555:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:556:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:562:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:563:           ->with($message, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:564:           ->andReturnUsing(function () use (&$connectionState2, $e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:593:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:594:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:598:           ->twice()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:599:           ->andReturnUsing(function () use (&$connectionState1) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:605:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:606:           ->with($message1, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:607:           ->andReturnUsing(function () use (&$connectionState1, $e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:614:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:615:           ->with($message2, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:616:           ->andReturnUsing(function () use (&$connectionState1, $e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:623:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:624:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:628:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:629:           ->andReturnUsing(function () use (&$connectionState2) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:635:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:636:           ->with($message1, \Mockery::any())
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:637:           ->andReturnUsing(function () use (&$connectionState2, $e) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:643:           ->never()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:644:           ->with($message2, \Mockery::any());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:671:           ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:672:           ->andReturnUsing(function () use (&$connectionState) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:676:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:677:           ->andReturnUsing(function () use (&$connectionState) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:683:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:684:           ->with($message, \Mockery::on(function (&$var) use (&$failures, $testCase) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:687:           ->andReturnUsing(function () use (&$connectionState) {
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:706:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:707:           ->with($plugin);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:709:           ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:710:           ->with($plugin);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/LoadBalancedTransportTest.php:737:    // -- Private helpers
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:44:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:45:                ->andReturn(array('foo@bar' => 'Foobar', 'zip@button' => 'Zippy'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:47:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:48:                ->with($buf);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:50:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:52:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:54:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:55:            ->with(array("\r\n" => "\n", "\n." => "\n.."));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:57:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:58:            ->with(array());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:71:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:72:                ->andReturn(array('foo@bar' => 'Foobar', 'zip@button' => 'Zippy'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:74:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:75:                ->with($buf);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:77:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:79:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:81:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:82:            ->with(array("\r\n" => "\n"));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:84:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:85:            ->with(array());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:98:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:99:                ->andReturn(array('foo@bar' => 'Foobar', 'zip@button' => 'Zippy'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:101:                ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:102:                ->with($buf);
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:104:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:106:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:108:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:109:            ->with(array("\r\n" => "\n"));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:111:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:112:            ->with(array());
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:125:                ->zeroOrMoreTimes()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:126:                ->andReturn(array('foo@bar' => 'Foobar', 'zip@button' => 'Zippy'));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:129:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:131:            ->once();
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:133:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:134:            ->with(array("\r\n" => "\n", "\n." => "\n.."));
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:136:            ->once()
./vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/SendmailTransportTest.php:137:            ->with(array());
./vendor/swiftmailer/swiftmailer/tests/SwiftMailerSmokeTestCase.php:23:                $transport = Swift_DependencyContainer::getInstance()->lookup('transport.smtp')
./vendor/swiftmailer/swiftmailer/tests/SwiftMailerSmokeTestCase.php:24:                    ->setHost(SWIFT_SMOKE_SMTP_HOST)
./vendor/swiftmailer/swiftmailer/tests/SwiftMailerSmokeTestCase.php:25:                    ->setPort(SWIFT_SMOKE_SMTP_PORT)
./vendor/swiftmailer/swiftmailer/tests/SwiftMailerSmokeTestCase.php:26:                    ->setUsername(SWIFT_SMOKE_SMTP_USER)
./vendor/swiftmailer/swiftmailer/tests/SwiftMailerSmokeTestCase.php:27:                    ->setPassword(SWIFT_SMOKE_SMTP_PASS)
./vendor/swiftmailer/swiftmailer/tests/SwiftMailerSmokeTestCase.php:28:                    ->setEncryption(SWIFT_SMOKE_SMTP_ENCRYPTION)
./vendor/swiftmailer/swiftmailer/tests/SwiftMailerSmokeTestCase.php:32:                $transport = Swift_DependencyContainer::getInstance()->lookup('transport.sendmail')
./vendor/swiftmailer/swiftmailer/tests/SwiftMailerSmokeTestCase.php:33:                    ->setCommand(SWIFT_SMOKE_SENDMAIL_COMMAND)
./vendor/swiftmailer/swiftmailer/tests/SwiftMailerSmokeTestCase.php:38:                $transport = Swift_DependencyContainer::getInstance()->lookup('transport.mail');
./vendor/swiftmailer/swiftmailer/tests/bootstrap.php:10:Mockery::getConfiguration()->allowMockingNonExistentMethods(true);
./vendor/swiftmailer/swiftmailer/lib/preferences.php:18:    $preferences->setTempDir($tmpDir)->setCacheType('disk');
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php:4:    ->register('message.message')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php:5:    ->asNewInstanceOf('Swift_Message')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php:7:    ->register('message.mimepart')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php:8:    ->asNewInstanceOf('Swift_MimePart')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:6:    ->register('properties.charset')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:7:    ->asValue('utf-8')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:9:    ->register('mime.grammar')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:10:    ->asSharedInstanceOf('Swift_Mime_Grammar')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:12:    ->register('mime.message')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:13:    ->asNewInstanceOf('Swift_Mime_SimpleMessage')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:14:    ->withDependencies(array(
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:22:    ->register('mime.part')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:23:    ->asNewInstanceOf('Swift_Mime_MimePart')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:24:    ->withDependencies(array(
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:32:    ->register('mime.attachment')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:33:    ->asNewInstanceOf('Swift_Mime_Attachment')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:34:    ->withDependencies(array(
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:40:    ->addConstructorValue($swift_mime_types)
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:42:    ->register('mime.embeddedfile')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:43:    ->asNewInstanceOf('Swift_Mime_EmbeddedFile')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:44:    ->withDependencies(array(
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:50:    ->addConstructorValue($swift_mime_types)
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:52:    ->register('mime.headerfactory')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:53:    ->asNewInstanceOf('Swift_Mime_SimpleHeaderFactory')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:54:    ->withDependencies(array(
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:61:    ->register('mime.headerset')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:62:    ->asNewInstanceOf('Swift_Mime_SimpleHeaderSet')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:63:    ->withDependencies(array('mime.headerfactory', 'properties.charset'))
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:65:    ->register('mime.qpheaderencoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:66:    ->asNewInstanceOf('Swift_Mime_HeaderEncoder_QpHeaderEncoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:67:    ->withDependencies(array('mime.charstream'))
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:69:    ->register('mime.base64headerencoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:70:    ->asNewInstanceOf('Swift_Mime_HeaderEncoder_Base64HeaderEncoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:71:    ->withDependencies(array('mime.charstream'))
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:73:    ->register('mime.charstream')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:74:    ->asNewInstanceOf('Swift_CharacterStream_NgCharacterStream')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:75:    ->withDependencies(array('mime.characterreaderfactory', 'properties.charset'))
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:77:    ->register('mime.bytecanonicalizer')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:78:    ->asSharedInstanceOf('Swift_StreamFilters_ByteArrayReplacementFilter')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:79:    ->addConstructorValue(array(array(0x0D, 0x0A), array(0x0D), array(0x0A)))
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:80:    ->addConstructorValue(array(array(0x0A), array(0x0A), array(0x0D, 0x0A)))
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:82:    ->register('mime.characterreaderfactory')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:83:    ->asSharedInstanceOf('Swift_CharacterReaderFactory_SimpleCharacterReaderFactory')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:85:    ->register('mime.safeqpcontentencoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:86:    ->asNewInstanceOf('Swift_Mime_ContentEncoder_QpContentEncoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:87:    ->withDependencies(array('mime.charstream', 'mime.bytecanonicalizer'))
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:89:    ->register('mime.rawcontentencoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:90:    ->asNewInstanceOf('Swift_Mime_ContentEncoder_RawContentEncoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:92:    ->register('mime.nativeqpcontentencoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:93:    ->withDependencies(array('properties.charset'))
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:94:    ->asNewInstanceOf('Swift_Mime_ContentEncoder_NativeQpContentEncoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:96:    ->register('mime.qpcontentencoderproxy')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:97:    ->asNewInstanceOf('Swift_Mime_ContentEncoder_QpContentEncoderProxy')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:98:    ->withDependencies(array('mime.safeqpcontentencoder', 'mime.nativeqpcontentencoder', 'properties.charset'))
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:100:    ->register('mime.7bitcontentencoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:101:    ->asNewInstanceOf('Swift_Mime_ContentEncoder_PlainContentEncoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:102:    ->addConstructorValue('7bit')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:103:    ->addConstructorValue(true)
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:105:    ->register('mime.8bitcontentencoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:106:    ->asNewInstanceOf('Swift_Mime_ContentEncoder_PlainContentEncoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:107:    ->addConstructorValue('8bit')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:108:    ->addConstructorValue(true)
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:110:    ->register('mime.base64contentencoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:111:    ->asSharedInstanceOf('Swift_Mime_ContentEncoder_Base64ContentEncoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:113:    ->register('mime.rfc2231encoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:114:    ->asNewInstanceOf('Swift_Encoder_Rfc2231Encoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:115:    ->withDependencies(array('mime.charstream'))
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:119:    ->register('mime.qpcontentencoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php:120:    ->asAliasOf(version_compare(phpversion(), '5.4.7', '>=') ? 'mime.qpcontentencoderproxy' : 'mime.safeqpcontentencoder')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php:4:    ->register('cache')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php:5:    ->asAliasOf('cache.array')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php:7:    ->register('tempdir')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php:8:    ->asValue('/tmp')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php:10:    ->register('cache.null')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php:11:    ->asSharedInstanceOf('Swift_KeyCache_NullKeyCache')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php:13:    ->register('cache.array')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php:14:    ->asSharedInstanceOf('Swift_KeyCache_ArrayKeyCache')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php:15:    ->withDependencies(array('cache.inputstream'))
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php:17:    ->register('cache.disk')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php:18:    ->asSharedInstanceOf('Swift_KeyCache_DiskKeyCache')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php:19:    ->withDependencies(array('cache.inputstream', 'tempdir'))
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php:21:    ->register('cache.inputstream')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php:22:    ->asNewInstanceOf('Swift_KeyCache_SimpleKeyCacheInputStream')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:4:    ->register('transport.smtp')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:5:    ->asNewInstanceOf('Swift_Transport_EsmtpTransport')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:6:    ->withDependencies(array(
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:12:    ->register('transport.sendmail')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:13:    ->asNewInstanceOf('Swift_Transport_SendmailTransport')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:14:    ->withDependencies(array(
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:19:    ->register('transport.mail')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:20:    ->asNewInstanceOf('Swift_Transport_MailTransport')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:21:    ->withDependencies(array('transport.mailinvoker', 'transport.eventdispatcher'))
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:23:    ->register('transport.loadbalanced')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:24:    ->asNewInstanceOf('Swift_Transport_LoadBalancedTransport')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:26:    ->register('transport.failover')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:27:    ->asNewInstanceOf('Swift_Transport_FailoverTransport')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:29:    ->register('transport.spool')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:30:    ->asNewInstanceOf('Swift_Transport_SpoolTransport')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:31:    ->withDependencies(array('transport.eventdispatcher'))
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:33:    ->register('transport.null')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:34:    ->asNewInstanceOf('Swift_Transport_NullTransport')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:35:    ->withDependencies(array('transport.eventdispatcher'))
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:37:    ->register('transport.mailinvoker')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:38:    ->asSharedInstanceOf('Swift_Transport_SimpleMailInvoker')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:40:    ->register('transport.buffer')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:41:    ->asNewInstanceOf('Swift_Transport_StreamBuffer')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:42:    ->withDependencies(array('transport.replacementfactory'))
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:44:    ->register('transport.authhandler')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:45:    ->asNewInstanceOf('Swift_Transport_Esmtp_AuthHandler')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:46:    ->withDependencies(array(
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:56:    ->register('transport.crammd5auth')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:57:    ->asNewInstanceOf('Swift_Transport_Esmtp_Auth_CramMd5Authenticator')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:59:    ->register('transport.loginauth')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:60:    ->asNewInstanceOf('Swift_Transport_Esmtp_Auth_LoginAuthenticator')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:62:    ->register('transport.plainauth')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:63:    ->asNewInstanceOf('Swift_Transport_Esmtp_Auth_PlainAuthenticator')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:65:    ->register('transport.xoauth2auth')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:66:    ->asNewInstanceOf('Swift_Transport_Esmtp_Auth_XOAuth2Authenticator')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:68:    ->register('transport.ntlmauth')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:69:    ->asNewInstanceOf('Swift_Transport_Esmtp_Auth_NTLMAuthenticator')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:71:    ->register('transport.eventdispatcher')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:72:    ->asNewInstanceOf('Swift_Events_SimpleEventDispatcher')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:74:    ->register('transport.replacementfactory')
./vendor/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php:75:    ->asSharedInstanceOf('Swift_StreamFilters_StringReplacementFilterFactory')
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoding.php:58:    // -- Private Static Methods
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoding.php:62:        return Swift_DependencyContainer::getInstance()->lookup($key);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/MimePart.php:32:                ->createDependenciesFor('mime.part')
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/MimePart.php:37:                ->lookup('properties.charset');
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php:197:                $toDiscard = $offset - $currentPos;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Message.php:48:                ->createDependenciesFor('mime.message')
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Message.php:53:                ->lookup('properties.charset');
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Message.php:188:        Swift_DependencyContainer::getInstance()->createDependenciesFor('mime.message');
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Message.php:242:                $this->savedMessage['headers'][$lc] = $this->getHeaders()->getAll($head);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Message.php:253:            $headers = $this->getHeaders()->getAll($name);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Message.php:257:                    $this->getHeaders()->remove($name, $key);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/LoadBalancedTransport.php:28:                ->createDependenciesFor('transport.loadbalanced')
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php:76:        self::$_map['(iso|iec)-?8859-?[0-9]+'] = $singleByte;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php:32:                ->createDependenciesFor('mime.attachment')
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php:66:        return self::newInstance()->setFile(
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/SpoolTransport.php:26:            ->createDependenciesFor('transport.spool');
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php:56:                $tree[-1] = min(count($replace) - 1, $i - 1);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php:81:            $tree[-1] = min(count($replace) - 1, $i);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php:91:        for ($i = count($this->_replace) - 1; $i >= 0; --$i) {
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php:151:                    $i += $last_size - 1;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Grammar.php:69:        // Uses recursive PCRE (?1) -- could be a weak point??
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Grammar.php:84:        self::$_grammar['atext'] = '[a-zA-Z0-9!#\$%&\'\*\+\-\/=\?\^_`\{\}\|~]';
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php:93:        // $neededLevel instead.  I tried to write that unambiguously! :-\
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php:491:                $string .= "\r\n\r\n--".$this->getBoundary()."\r\n";
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php:494:            $string .= "\r\n\r\n--".$this->getBoundary()."--\r\n";
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php:561:                $is->write("\r\n\r\n--".$this->getBoundary()."\r\n");
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php:564:            $is->write("\r\n\r\n--".$this->getBoundary()."--\r\n");
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php:582:            return $this->_headers->get($field)->getFieldBodyModel();
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php:592:            $this->_headers->get($field)->setFieldBodyModel($model);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php:606:            return $this->_headers->get($field)->getParameter($parameter);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php:616:            $this->_headers->get($field)->setParameter($parameter, $value);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php:709:        if (!preg_match('/^[a-z0-9\'\(\)\+_\-,\.\/:=\?\ ]{0,69}[a-z0-9\'\(\)\+_\-,\.\/:=\?]$/Di', $boundary)) {
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php:805:    // -- Destructor
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Attachment.php:72:            $this->getHeaders()->addParameterizedHeader('Content-Disposition', $disposition);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder.php:24:     * @param int                    $maxLineLength   - 0 indicates the default length for this encoding
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:36:        $this->getHeaders()->defineOrdering(array(
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:54:        $this->getHeaders()->setAlwaysDisplayed(array('Date', 'Message-ID', 'From'));
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:55:        $this->getHeaders()->addTextHeader('MIME-Version', '1.0');
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:58:        $this->getHeaders()->addMailboxHeader('From');
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:81:            $this->getHeaders()->addTextHeader('Subject', $subject);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:107:            $this->getHeaders()->addDateHeader('Date', $date);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:133:            $this->getHeaders()->addPathHeader('Return-Path', $address);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:166:            $this->getHeaders()->addMailboxHeader('Sender', (array) $address);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:220:            $this->getHeaders()->addMailboxHeader('From', (array) $addresses);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:274:            $this->getHeaders()->addMailboxHeader('Reply-To', (array) $addresses);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:329:            $this->getHeaders()->addMailboxHeader('To', (array) $addresses);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:381:            $this->getHeaders()->addMailboxHeader('Cc', (array) $addresses);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:433:            $this->getHeaders()->addMailboxHeader('Bcc', (array) $addresses);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:475:            $this->getHeaders()->addTextHeader('X-Priority',
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:510:                ->addMailboxHeader('Disposition-Notification-To', $addresses);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:630:        $part = new parent($this->getHeaders()->newInstance(), $this->getEncoder(),
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php:161:                $tokens[count($tokens) - 1] .= ';';
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php:185:        $maxValueLength = $this->getMaxLineLength() - strlen($name.'=*N"";') - 1;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php:192:            if (!preg_match('/^'.$this->getGrammar()->getDefinition('text').'*$/D', $value)) {
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php:195:                $maxValueLength = $this->getMaxLineLength() - strlen($name.'*N*="";') - 1;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/PathHeader.php:136:        if (!preg_match('/^'.$this->getGrammar()->getDefinition('addr-spec').'$/D',
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php:171:            '/^'.$this->getGrammar()->getDefinition('id-left').'@'.
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php:172:            $this->getGrammar()->getDefinition('id-right').'$/D',
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php:241:    // -- Points of extension
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php:345:        if (!preg_match('/^'.$this->getGrammar()->getDefinition('addr-spec').'$/D',
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php:222:    // -- Points of extension
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php:250:        if (!preg_match('/^'.$this->getGrammar()->getDefinition('phrase').'$/D', $phraseStr)) {
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php:253:            if (preg_match('/^'.$this->getGrammar()->getDefinition('text').'*$/D', $phraseStr)) {
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php:254:                $phraseStr = $this->getGrammar()->escapeSpecials(
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php:255:                    $phraseStr, array('"'), $this->getGrammar()->getSpecials()
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php:383:                $token, $firstLineOffset, 75 - $encodingWrapperLength, $this->_charset
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php:70:        $thisLineLength = $maxLineLength - $firstLineOffset;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php:116:                $lineLen = $size - strrpos($enc, '=0D=0A') - 6;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php:49:     * @param int    $maxLineLength   - 0 means no wrapping will occur
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php:131:            //$chunks = preg_split('/(?<=[\ \t,\.!\?\-&\+\/])/', $originalLine);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php:72:        $this->getEncoder()->encodeByteStream($os, $is, $firstLineOffset, $maxLineLength);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php:88:        return $this->getEncoder()->encodeString($string, $firstLineOffset, $maxLineLength);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php:63:                    $base64ReadBufferRemainderBytes = substr($streamTheseBytes, -$excessBytes);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php:64:                    $streamTheseBytes = substr($streamTheseBytes, 0, $bytesLength - $excessBytes);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php:70:            $thisMaxLineLength = $maxLineLength - $remainder - $firstLineOffset;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/EmbeddedFile.php:32:                ->createDependenciesFor('mime.embeddedfile')
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/EmbeddedFile.php:65:        return self::newInstance()->setFile(
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php:37:                ->createDependenciesFor('transport.smtp')
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php:126:                if ((time() - $lockedtime) > $timeout) {
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php:181:            if ($this->getTimeLimit() && (time() - $time) >= $this->getTimeLimit()) {
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php:203:            $ret .= $base[((int) rand(0, $strlen - 1))];
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/FailoverTransport.php:28:                ->createDependenciesFor('transport.failover')
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Rfc2231Encoder.php:59:        $thisLineLength = $maxLineLength - $firstLineOffset;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/QpEncoder.php:168:        $thisLineLength = $maxLineLength - $firstLineOffset;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/QpEncoder.php:218:                $lineLen = $size - strrpos($enc, '=0D=0A') - 6;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php:42:                $encodedString, 0, $maxLineLength - $firstLineOffset
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php:45:                $encodedString, $maxLineLength - $firstLineOffset
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php:197:            $message->setTo($headers->get('X-Swift-To')->getNameAddresses());
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php:204:            $message->setCc($headers->get('X-Swift-Cc')->getNameAddresses());
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php:209:            $message->setBcc($headers->get('X-Swift-Bcc')->getNameAddresses());
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php:98:            foreach ($message->getHeaders()->getAll() as $header) {
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php:184:                foreach ($message->getHeaders()->getAll() as $header) {
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php:65:            $message->setReturnPath($headers->get('X-Swift-Return-Path')->getAddress());
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php:98:        $duration = $time - $this->_start;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php:170:        return (int) ceil($expectedDuration - $timePassed);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php:184:        return (int) ceil($expectedDuration - $timePassed);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php:198:        return (int) ceil($expectedDuration - $timePassed);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/SendmailTransport.php:28:                ->createDependenciesFor('transport.sendmail')
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php:93:    /* -- Changing parameters of the stream -- */
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php:168:        $length = $this->_currentPos + $length > $this->_charCount ? $this->_charCount - $this->_currentPos : $length;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php:195:                    $start = $this->_map['p'][$this->_currentPos - 1];
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php:200:                        $ret .= substr($this->_datas, $start, $to - $start).'?';
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php:206:                $ret .= substr($this->_datas, $start, $to - $start);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php:262:            $this->_datasSize = strlen($this->_datas) - strlen($ignored);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php:85:                ->getReaderFor($this->_charset);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php:96:                ->validateByteSequence($c, $size);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php:143:        $this->_offset += $i - $this->_offset; // Limit function calls
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php:173:        $this->_offset += ($i - $this->_offset); // Limit function calls
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php:204:            if ($buf_len - $buf_pos < $startLength) {
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php:215:            if ($buf_len - $buf_pos > 0) {
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php:224:                    if ($buf_len - $buf_pos < $need) {
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php:50:            ->register('properties.charset')->asValue($charset);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php:65:            ->register('tempdir')->asValue($dir);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php:80:            ->register('cache')->asAliasOf(sprintf('cache.%s', $type));
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php:96:            ->register('mime.qpcontentencoder')
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php:97:            ->asNewInstanceOf('Swift_Mime_ContentEncoder_QpContentEncoder')
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php:98:            ->withDependencies(array('mime.charstream', 'mime.bytecanonicalizer'))
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php:99:            ->addConstructorValue($dotEscape);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Image.php:55:        $image = self::newInstance()->setFile(
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/NullTransport.php:26:                ->createDependenciesFor('transport.null')
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php:51:        $ignoredChars = $ignored ? substr($string, -$ignored) : '';
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php:54:        return ($strlen - $ignored) / $this->_width;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php:83:        $needed = $this->_width - $size;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/Utf8Reader.php:117:                        // Valid - continue parsing
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/Utf8Reader.php:126:                $i += $j - 1;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/Utf8Reader.php:162:        $needed = self::$length_map[$bytes[0]] - $size;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php:55:            ->lookup('message.'.$service);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Validate.php:35:                ->lookup('mime.grammar');
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php:88:        while ($retries--) {
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/MailTransport.php:30:                ->createDependenciesFor('transport.mail')
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php:59:            ->lookup('transport.replacementfactory');
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php:168:     * As this goes against the official specs, its recommended to only use 'encryption -> signing' when specifically targeting these 'broken' clients.
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php:219:        $message->setEncoder(Swift_DependencyContainer::getInstance()->lookup('mime.rawcontentencoder'));
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php:421:                $this->headerFactory = Swift_DependencyContainer::getInstance()->lookup('mime.headerfactory');
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DomainKeySigner.php:441:                --$this->_bodyCanonIgnoreStart;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php:599:                --$this->_bodyCanonIgnoreStart;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php:657:        if ($len > ($new_len = ($this->_maxLen - $this->_bodyLen))) {
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder.php:23:     * @param int    $maxLineLength   - 0 indicates the default length for this encoding
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php:483:            return ($dotPos > 0) && ($dotPos != strlen($hostname) - 1);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php:273:    // -- Mixin invocation code
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php:374:            if (preg_match('/^[0-9]{3}[ -]([A-Z0-9-]+)((?:[ =].*)?)$/Di', $line, $matches)) {
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php:129:        $toHeader = $message->getHeaders()->get('To');
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php:130:        $subjectHeader = $message->getHeaders()->get('Subject');
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php:141:        $message->getHeaders()->remove('To');
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php:142:        $message->getHeaders()->remove('Subject');
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php:147:            $message->getHeaders()->set($toHeader);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php:149:        $message->getHeaders()->set($subjectHeader);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php:17: *   ->setAuthMode('XOAUTH2')
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php:18: *   ->setUsername('YOUR_EMAIL_ADDRESS')
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php:19: *   ->setPassword('YOUR_ACCESS_TOKEN');
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:75:        if ($si >= -pow(2, $bits - 1) && ($si <= pow(2, $bits - 1))) {
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:82:                    $bin = str_repeat('0', $bits - $bin_length).$bin;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:86:                $si = -$si - pow(2, $bits);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:90:                    $bin = str_repeat('1', $bits - $bin_length).$bin;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:373:            $timestamp .= chr(bindec(substr($binary, -(($i + 1) * 8), 8)));
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:438:            $v = $this->castToByte(ord($key[$i - 1]) << (7 + 1 - $i) | $this->uRShift(hexdec(dechex(hexdec($high) & 0xf).dechex(hexdec($low) & 0xf)), $i));
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:504:        return (($v + 128) % 256) - 128;
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:522:        return ($a >> $b) & ~(1 << (8 * PHP_INT_SIZE - 1) >> ($b - 1));
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:574:        // 1 == OPENSSL_RAW_DATA - but constant is only available as of PHP 5.4.
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:671:                echo bin2hex($data[$key]).' - '.$data[$key].' ||| '.$value."<br />\n";
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:676:            list($lmLength, $lmOffset) = $this->readSecurityBuffer($data[$i - 1]);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:679:            list($ntmlLength, $ntmlOffset) = $this->readSecurityBuffer($data[$i - 1]);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:682:            list($targetLength, $targetOffset) = $this->readSecurityBuffer($data[$i - 1]);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:685:            list($userLength, $userOffset) = $this->readSecurityBuffer($data[$i - 1]);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:688:            list($workLength, $workOffset) = $this->readSecurityBuffer($data[$i - 1]);
./vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:714:                echo $data[$key].' - '.$this->hex2bin($data[$key]).' ||| '.$value."<br />\n";
./vendor/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php:31:    if (preg_match_all('/^#?([a-z0-9\-\+\/\.]+)[\t]+(.*)$/miu', $mime_types, $matches) !== false) {
./vendor/phpspec/php-diff/lib/Diff.php:17: *  - Redistributions of source code must retain the above copyright notice,
./vendor/phpspec/php-diff/lib/Diff.php:19: *  - Redistributions in binary form must reproduce the above copyright notice,
./vendor/phpspec/php-diff/lib/Diff.php:22: *  - Neither the name of the Chris Boulton nor the names of its contributors 
./vendor/phpspec/php-diff/lib/Diff.php:125:			$length = $end - $start;
./vendor/phpspec/php-diff/lib/Diff.php:152:			$length = $end - $start;
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:14: *  - Redistributions of source code must retain the above copyright notice,
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:16: *  - Redistributions in binary form must reproduce the above copyright notice,
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:19: *  - Neither the name of the Chris Boulton nor the names of its contributors
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:234:	 * $alo - $ahi and for the second sequence, $blo - $bhi)
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:276:					$bestI = $i - $k + 1;
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:277:					$bestJ = $j - $k + 1;
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:285:		while($bestI > $alo && $bestJ > $blo && !$this->isBJunk($b[$bestJ - 1]) &&
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:286:			!$this->linesAreDifferent($bestI - 1, $bestJ - 1)) {
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:287:				--$bestI;
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:288:				--$bestJ;
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:297:		while($bestI > $alo && $bestJ > $blo && $this->isBJunk($b[$bestJ - 1]) &&
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:298:			!$this->linesAreDifferent($bestI - 1, $bestJ - 1)) {
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:299:				--$bestI;
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:300:				--$bestJ;
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:451:	 * 0 - The type of tag (as described below) for the opcode.
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:452:	 * 1 - The beginning line in the first sequence.
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:453:	 * 2 - The end line in the first sequence.
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:454:	 * 3 - The beginning line in the second sequence.
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:455:	 * 4 - The end line in the second sequence.
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:458:	 * replace - The string from $i1 to $i2 in $a should be replaced by
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:460:	 * delete -  The string in $a from $i1 to $j2 should be deleted.
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:461:	 * insert -  The string in $b from $j1 to $j2 should be inserted at
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:463:	 * equal  -  The two strings with the specified ranges are equal.
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:549:				max($opCodes[0][1], $opCodes[0][2] - $context),
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:551:				max($opCodes[0][3], $opCodes[0][4] - $context),
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:556:		$lastItem = count($opCodes) - 1;
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:573:			if($tag == 'equal' && $i2 - $i1 > $maxRange) {
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:583:				$i1 = max($i1, $i2 - $context);
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:584:				$j1 = max($j1, $j2 - $context);
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:631:		return $sum + ($triple[count($triple) - 1]);
./vendor/phpspec/php-diff/lib/Diff/SequenceMatcher.php:662:			$avail[$char] = $numb - 1;
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/Inline.php:14: *  - Redistributions of source code must retain the above copyright notice,
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/Inline.php:16: *  - Redistributions in binary form must reproduce the above copyright notice,
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/Inline.php:19: *  - Neither the name of the Chris Boulton nor the names of its contributors 
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/SideBySide.php:14: *  - Redistributions of source code must retain the above copyright notice,
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/SideBySide.php:16: *  - Redistributions in binary form must reproduce the above copyright notice,
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/SideBySide.php:19: *  - Neither the name of the Chris Boulton nor the names of its contributors 
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/Array.php:14: *  - Redistributions of source code must retain the above copyright notice,
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/Array.php:16: *  - Redistributions in binary form must reproduce the above copyright notice,
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/Array.php:19: *  - Neither the name of the Chris Boulton nor the names of its contributors
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/Array.php:78:				if($tag == 'replace' && $i2 - $i1 == $j2 - $j1) {
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/Array.php:79:					for($i = 0; $i < ($i2 - $i1); ++$i) {
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/Array.php:88:                                . mb_substr($fromLine, $start, $realEnd - $start)
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/Array.php:94:                                . mb_substr($toLine, $start, $realEnd - $start)
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/Array.php:121:					$lines = array_slice($a, $i1, ($i2 - $i1));
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/Array.php:123:					$lines = array_slice($b, $j1, ($j2 - $j1));
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/Array.php:128:						$lines = array_slice($a, $i1, ($i2 - $i1));
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/Array.php:135:						$lines = array_slice($b, $j1, ($j2 - $j1));
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/Array.php:163:		$limit = $limit - $start;
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/Array.php:164:		while(-$end <= $limit && mb_substr($fromLine, $end, 1) == mb_substr($toLine, $end, 1)) {
./vendor/phpspec/php-diff/lib/Diff/Renderer/Html/Array.php:165:			--$end;
./vendor/phpspec/php-diff/lib/Diff/Renderer/Text/Unified.php:14: *  - Redistributions of source code must retain the above copyright notice,
./vendor/phpspec/php-diff/lib/Diff/Renderer/Text/Unified.php:16: *  - Redistributions in binary form must reproduce the above copyright notice,
./vendor/phpspec/php-diff/lib/Diff/Renderer/Text/Unified.php:19: *  - Neither the name of the Chris Boulton nor the names of its contributors 
./vendor/phpspec/php-diff/lib/Diff/Renderer/Text/Unified.php:68:			$diff .= '@@ -'.($i1 + 1).','.($i2 - $i1).' +'.($j1 + 1).','.($j2 - $j1)." @@".PHP_EOL;
./vendor/phpspec/php-diff/lib/Diff/Renderer/Text/Unified.php:76:						$diff .= '-'.implode(PHP_EOL."-", $this->diff->GetA($i1, $i2)).PHP_EOL;
./vendor/phpspec/php-diff/lib/Diff/Renderer/Text/Context.php:14: *  - Redistributions of source code must retain the above copyright notice,
./vendor/phpspec/php-diff/lib/Diff/Renderer/Text/Context.php:16: *  - Redistributions in binary form must reproduce the above copyright notice,
./vendor/phpspec/php-diff/lib/Diff/Renderer/Text/Context.php:19: *  - Neither the name of the Chris Boulton nor the names of its contributors 
./vendor/phpspec/php-diff/lib/Diff/Renderer/Text/Context.php:52:		'delete' => '-',
./vendor/phpspec/php-diff/lib/Diff/Renderer/Text/Context.php:74:			if($i2 - $i1 >= 2) {
./vendor/phpspec/php-diff/lib/Diff/Renderer/Text/Context.php:81:			if($j2 - $j1 >= 2) {
./vendor/phpspec/php-diff/lib/Diff/Renderer/Text/Context.php:82:				$separator = '--- '.($j1 + 1).','.$j2." ----".PHP_EOL;
./vendor/phpspec/php-diff/lib/Diff/Renderer/Text/Context.php:85:				$separator = '--- '.$j2." ----".PHP_EOL;
./vendor/phpspec/php-diff/lib/Diff/Renderer/Abstract.php:14: *  - Redistributions of source code must retain the above copyright notice,
./vendor/phpspec/php-diff/lib/Diff/Renderer/Abstract.php:16: *  - Redistributions in binary form must reproduce the above copyright notice,
./vendor/phpspec/php-diff/lib/Diff/Renderer/Abstract.php:19: *  - Neither the name of the Chris Boulton nor the names of its contributors 
./vendor/phpspec/php-diff/example/example.php:1:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
./vendor/phpspec/php-diff/example/example.php:6:		<title>PHP LibDiff - Examples</title>
./vendor/phpspec/php-diff/example/example.php:10:		<h1>PHP LibDiff - Examples</h1>
./vendor/mailgun/mailgun-php/src/Mailgun/Connection/RestClient.php:96:        $request = MessageFactoryDiscovery::find()->createRequest($method, $this->getApiUrl($uri), $headers, $body);
./vendor/mailgun/mailgun-php/src/Mailgun/Connection/RestClient.php:97:        $response = $this->getHttpClient()->sendRequest($request);
./vendor/composer/ClassLoader.php:173:            if ('\\' !== $prefix[$length - 1]) {
./vendor/composer/ClassLoader.php:224:            if ('\\' !== $prefix[$length - 1]) {
./vendor/composer/ClassLoader.php:316:        // work around for PHP 5.3.0 - 5.3.2 https://bugs.php.net/50731
./vendor/cebe/markdown/inline/LinkTrait.php:274:		return [false, --$current];
./vendor/cebe/markdown/MarkdownExtra.php:46:		'-', // minus sign (hyphen)
./vendor/cebe/markdown/MarkdownExtra.php:100:		return [false, --$current];
./vendor/cebe/markdown/tests/MarkdownTest.php:34:		$this->assertEquals("<p>&amp;</p>\n", $this->createMarkdown()->parse('&'));
./vendor/cebe/markdown/tests/MarkdownTest.php:35:		$this->assertEquals("<p>&lt;</p>\n", $this->createMarkdown()->parse('<'));
./vendor/cebe/markdown/tests/ParserTest.php:91:		$inside = $this->parseInline(substr($text, 1, $terminatingMarkerPos - 1));
./vendor/cebe/markdown/tests/BaseMarkdownTest.php:43:		$this->assertSame("<p>абвгдеёжзийклмнопрстуфхцчшщъыьэюя</p>\n", $this->createMarkdown()->parse('абвгдеёжзийклмнопрстуфхцчшщъыьэюя'));
./vendor/cebe/markdown/tests/BaseMarkdownTest.php:44:		$this->assertSame("<p>there is a charater, 配</p>\n", $this->createMarkdown()->parse('there is a charater, 配'));
./vendor/cebe/markdown/tests/BaseMarkdownTest.php:45:		$this->assertSame("<p>Arabic Latter \"م (M)\"</p>\n", $this->createMarkdown()->parse('Arabic Latter "م (M)"'));
./vendor/cebe/markdown/tests/BaseMarkdownTest.php:46:		$this->assertSame("<p>電腦</p>\n", $this->createMarkdown()->parse('電腦'));
./vendor/cebe/markdown/tests/BaseMarkdownTest.php:48:		$this->assertSame('абвгдеёжзийклмнопрстуфхцчшщъыьэюя', $this->createMarkdown()->parseParagraph('абвгдеёжзийклмнопрстуфхцчшщъыьэюя'));
./vendor/cebe/markdown/tests/BaseMarkdownTest.php:49:		$this->assertSame('there is a charater, 配', $this->createMarkdown()->parseParagraph('there is a charater, 配'));
./vendor/cebe/markdown/tests/BaseMarkdownTest.php:50:		$this->assertSame('Arabic Latter "م (M)"', $this->createMarkdown()->parseParagraph('Arabic Latter "م (M)"'));
./vendor/cebe/markdown/tests/BaseMarkdownTest.php:51:		$this->assertSame('電腦', $this->createMarkdown()->parseParagraph('電腦'));
./vendor/cebe/markdown/tests/BaseMarkdownTest.php:82:		$this->assertSame($exptected, $this->createMarkdown()->parseParagraph($input));
./vendor/cebe/markdown/tests/BaseMarkdownTest.php:83:		$this->assertSame($pexpect === null ? "<p>$exptected</p>\n" : "<p>$pexpect</p>\n", $this->createMarkdown()->parse($input));
./vendor/cebe/markdown/Markdown.php:61:		'-', // minus sign (hyphen)
./vendor/cebe/markdown/Markdown.php:115:		return [$block, --$i];
./vendor/cebe/markdown/block/HtmlTrait.php:56:		if (strncmp($line, '<!--', 4) === 0) {
./vendor/cebe/markdown/block/HtmlTrait.php:65:			$tag = rtrim(substr($line, 1, $gtPos - 1), '/');
./vendor/cebe/markdown/block/HtmlTrait.php:67:			$tag = rtrim(substr($line, 1, min($gtPos, $spacePos) - 1), '/');
./vendor/cebe/markdown/block/HtmlTrait.php:82:		if (strncmp($lines[$current], '<!--', 4) === 0) { // html comment
./vendor/cebe/markdown/block/HtmlTrait.php:86:				if (strpos($line, '-->') !== false) {
./vendor/cebe/markdown/block/HtmlTrait.php:91:			$tag = rtrim(substr($lines[$current], 1, min(strpos($lines[$current], '>'), strpos($lines[$current] . ' ', ' ')) - 1), '/');
./vendor/cebe/markdown/block/HtmlTrait.php:94:				$level--;
./vendor/cebe/markdown/block/HtmlTrait.php:99:				$level += substr_count($line, "<$tag") - substr_count($line, "</$tag>") - substr_count($line, "/>");
./vendor/cebe/markdown/block/HtmlTrait.php:152:			} elseif (preg_match('~^<!--.*?-->~s', $text, $matches)) {
./vendor/cebe/markdown/block/TableTrait.php:25:			&& preg_match('~^\\s*\\|?(\\s*:?-[\\-\\s]*:?\\s*\\|\\s*:?-[\\-\\s]*:?\\s*)+\\|?\\s*$~', $lines[$current + 1]);
./vendor/cebe/markdown/block/TableTrait.php:80:		return [$block, --$i];
./vendor/cebe/markdown/block/HeadlineTrait.php:26:			(($l = $lines[$current + 1][0]) === '=' || $l === '-') &&
./vendor/cebe/markdown/block/HeadlineTrait.php:27:			preg_match('/^(\-+|=+)\s*$/', $lines[$current + 1])
./vendor/cebe/markdown/block/RuleTrait.php:20:		// at least 3 of -, * or _ on one line make a hr
./vendor/cebe/markdown/block/RuleTrait.php:21:		return (($l = $line[0]) === ' ' || $l === '-' || $l === '*' || $l === '_') && preg_match('/^ {0,3}([\-\*_])\s*\1\s*\1(\1|\s)*$/', $line);
./vendor/cebe/markdown/block/CodeTrait.php:55:		return [$block, --$i];
./vendor/cebe/markdown/block/ListTrait.php:36:		return ($l === '-' || $l === '+' || $l === '*') && (isset($line[1]) && (($l1 = $line[1]) === ' ' || $l1 === "\t")) ||
./vendor/cebe/markdown/block/ListTrait.php:37:		       ($l === ' ' && preg_match('/^ {0,3}[\-\+\*][ \t]/', $line));
./vendor/cebe/markdown/block/ListTrait.php:116:				// next item is the continuation of this list -> lazy list
./vendor/cebe/markdown/block/ListTrait.php:121:				// next item is indented as much as this list -> lazy list if it is not a reference
./vendor/cebe/markdown/Parser.php:177:		$this->_depth--;
./vendor/cebe/markdown/Parser.php:231:		return [$block, --$i];
./vendor/cebe/markdown/Parser.php:363:		$this->_depth--;
./vendor/cebe/markdown/GithubMarkdown.php:45:		'-', // minus sign (hyphen)
./vendor/cebe/markdown/GithubMarkdown.php:97:		return [$block, --$i];
./vendor/wbraganca/yii2-dynamicform/src/DynamicFormWidget.php:233:        $document->appendChild($document->importNode($results->first()->getNode(0), true));
./vendor/wbraganca/yii2-dynamicform/src/DynamicFormWidget.php:262:        $crawler->filter($this->widgetItem)->each(function ($nodes) {
./vendor/yiisoft/yii2-bootstrap/Modal.php:72:     * - tag: string, the tag name of the button. Defaults to 'button'.
./vendor/yiisoft/yii2-bootstrap/Modal.php:73:     * - label: string, the label of the button. Defaults to '&times;'.
./vendor/yiisoft/yii2-bootstrap/Modal.php:87:     * - tag: string, the tag name of the button. Defaults to 'button'.
./vendor/yiisoft/yii2-bootstrap/Modal.php:88:     * - label: string, the label of the button. Defaults to 'Show'.
./vendor/yiisoft/yii2-bootstrap/ToggleButtonGroup.php:19: * <?= $form->field($model, 'item_id')->widget(\yii\bootstrap\ToggleButtonGroup::classname(), [
./vendor/yiisoft/yii2-bootstrap/ToggleButtonGroup.php:33:     * - 'checkbox'
./vendor/yiisoft/yii2-bootstrap/ToggleButtonGroup.php:34:     * - 'radio'
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:18: * - [[inputTemplate]] is an optional template to render complex inputs, for example input groups
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:19: * - [[horizontalCssClasses]] defines the CSS grid classes to add to label, wrapper, error and hint
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:21: * - [[inline]]/[[inline()]] is used to render inline [[checkboxList()]] and [[radioList()]]
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:22: * - [[enableError]] can be set to `false` to disable to the error
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:23: * - [[enableLabel]] can be set to `false` to disable to the label
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:24: * - [[label()]] can be used with a `boolean` argument to enable/disable the label
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:28: * - `{beginLabel}`: the opening label tag
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:29: * - `{labelTitle}`: the label title for use with `{beginLabel}`/`{endLabel}`
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:30: * - `{endLabel}`: the closing label tag
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:31: * - `{beginWrapper}`: the opening wrapper tag
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:32: * - `{endWrapper}`: the closing wrapper tag
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:41: * - [[checkboxTemplate]] the template for checkboxes in default layout
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:42: * - [[radioTemplate]] the template for radio buttons in default layout
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:43: * - [[horizontalCheckboxTemplate]] the template for checkboxes in horizontal layout
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:44: * - [[horizontalRadioTemplate]] the template for radio buttons in horizontal layout
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:45: * - [[inlineCheckboxListTemplate]] the template for inline checkboxLists
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:46: * - [[inlineRadioListTemplate]] the template for inline radioLists
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:60: * ])->label(false);
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:63: * echo $form->field($model, 'demo')->inline()->radioList($items);
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:107:     *  - 'offset' the offset grid class to append to the wrapper if no label is rendered
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:108:     *  - 'label' the label grid class
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:109:     *  - 'wrapper' the wrapper grid class
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:110:     *  - 'error' the error grid class
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:111:     *  - 'hint' the hint grid class
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:301:     * - encode: boolean, whether value should be HTML-encoded or not.
./vendor/yiisoft/yii2-bootstrap/ActiveField.php:363:        $layout = $instanceConfig['form']->layout;
./vendor/yiisoft/yii2-bootstrap/ButtonGroup.php:50:     * - label: string, required, the button label.
./vendor/yiisoft/yii2-bootstrap/ButtonGroup.php:51:     * - options: array, optional, the HTML attributes of the button.
./vendor/yiisoft/yii2-bootstrap/ButtonGroup.php:52:     * - visible: boolean, optional, whether this button is visible. Defaults to true.
./vendor/yiisoft/yii2-bootstrap/Alert.php:61:     * - tag: string, the tag name of the button. Defaults to 'button'.
./vendor/yiisoft/yii2-bootstrap/Alert.php:62:     * - label: string, the label of the button. Defaults to '&times;'.
./vendor/yiisoft/yii2-bootstrap/Dropdown.php:41:     * - label: string, required, the label of the item link
./vendor/yiisoft/yii2-bootstrap/Dropdown.php:42:     * - url: string|array, optional, the url of the item link. This will be processed by [[Url::to()]].
./vendor/yiisoft/yii2-bootstrap/Dropdown.php:44:     * - visible: boolean, optional, whether this menu item is visible. Defaults to true.
./vendor/yiisoft/yii2-bootstrap/Dropdown.php:45:     * - linkOptions: array, optional, the HTML attributes of the item link.
./vendor/yiisoft/yii2-bootstrap/Dropdown.php:46:     * - options: array, optional, the HTML attributes of the item.
./vendor/yiisoft/yii2-bootstrap/Dropdown.php:47:     * - items: array, optional, the submenu items. The structure is the same as this property.
./vendor/yiisoft/yii2-bootstrap/Dropdown.php:49:     * - submenuOptions: array, optional, the HTML attributes for sub-menu container tag. If specified it will be
./vendor/yiisoft/yii2-bootstrap/Dropdown.php:61:     * If not set - [[options]] value will be used for it.
./vendor/yiisoft/yii2-bootstrap/Collapse.php:60:     * - label: string, required, the group header label.
./vendor/yiisoft/yii2-bootstrap/Collapse.php:61:     * - encode: boolean, optional, whether this label should be HTML-encoded. This param will override
./vendor/yiisoft/yii2-bootstrap/Collapse.php:63:     * - content: array|string|object, required, the content (HTML) of the group
./vendor/yiisoft/yii2-bootstrap/Collapse.php:64:     * - options: array, optional, the HTML attributes of the group
./vendor/yiisoft/yii2-bootstrap/Collapse.php:65:     * - contentOptions: optional, the HTML attributes of the group's content
./vendor/yiisoft/yii2-bootstrap/BaseHtml.php:28:     * - tag: string, tag to be rendered, by default 'span' is used.
./vendor/yiisoft/yii2-bootstrap/BaseHtml.php:29:     * - prefix: string, prefix which should be used to compose tag class, by default 'glyphicon glyphicon-' is used.
./vendor/yiisoft/yii2-bootstrap/BaseHtml.php:51:     * - encode: boolean, whether value should be HTML-encoded or not.
./vendor/yiisoft/yii2-bootstrap/Nav.php:30: *                  ['label' => 'Level 1 - Dropdown A', 'url' => '#'],
./vendor/yiisoft/yii2-bootstrap/Nav.php:33: *                  ['label' => 'Level 1 - Dropdown B', 'url' => '#'],
./vendor/yiisoft/yii2-bootstrap/Nav.php:60:     * - label: string, required, the nav item label.
./vendor/yiisoft/yii2-bootstrap/Nav.php:61:     * - url: optional, the item's URL. Defaults to "#".
./vendor/yiisoft/yii2-bootstrap/Nav.php:62:     * - visible: boolean, optional, whether this menu item is visible. Defaults to true.
./vendor/yiisoft/yii2-bootstrap/Nav.php:63:     * - linkOptions: array, optional, the HTML attributes of the item's link.
./vendor/yiisoft/yii2-bootstrap/Nav.php:64:     * - options: array, optional, the HTML attributes of the item container (LI).
./vendor/yiisoft/yii2-bootstrap/Nav.php:65:     * - active: boolean, optional, whether the item should be on active state or not.
./vendor/yiisoft/yii2-bootstrap/Nav.php:66:     * - dropDownOptions: array, optional, the HTML options that will passed to the [[Dropdown]] widget.
./vendor/yiisoft/yii2-bootstrap/Nav.php:67:     * - items: array|string, optional, the configuration array for creating a [[Dropdown]] widget,
./vendor/yiisoft/yii2-bootstrap/Nav.php:69:     * - encode: boolean, optional, whether the label will be HTML-encoded. If set, supersedes the $encodeLabels option for only this item.
./vendor/yiisoft/yii2-bootstrap/NavBar.php:45:     * - tag: string, defaults to "nav", the name of the container tag.
./vendor/yiisoft/yii2-bootstrap/NavBar.php:53:     * - tag: string, defaults to "div", the name of the container tag.
./vendor/yiisoft/yii2-bootstrap/ButtonDropdown.php:43:     * - tag: string, defaults to "div", the name of the container tag.
./vendor/yiisoft/yii2-bootstrap/BootstrapWidgetTrait.php:98:            $this->getView()->registerJs(implode("\n", $js));
./vendor/yiisoft/yii2-bootstrap/Tabs.php:63:     * - label: string, required, the tab header label.
./vendor/yiisoft/yii2-bootstrap/Tabs.php:64:     * - encode: boolean, optional, whether this label should be HTML-encoded. This param will override
./vendor/yiisoft/yii2-bootstrap/Tabs.php:66:     * - headerOptions: array, optional, the HTML attributes of the tab header.
./vendor/yiisoft/yii2-bootstrap/Tabs.php:67:     * - linkOptions: array, optional, the HTML attributes of the tab header link tags.
./vendor/yiisoft/yii2-bootstrap/Tabs.php:68:     * - content: string, optional, the content (HTML) of the tab pane.
./vendor/yiisoft/yii2-bootstrap/Tabs.php:69:     * - url: string, optional, an external URL. When this is specified, clicking on this tab will bring
./vendor/yiisoft/yii2-bootstrap/Tabs.php:71:     * - options: array, optional, the HTML attributes of the tab pane container.
./vendor/yiisoft/yii2-bootstrap/Tabs.php:72:     * - active: boolean, optional, whether this item tab header and pane should be active. If no item is marked as
./vendor/yiisoft/yii2-bootstrap/Tabs.php:73:     *   'active' explicitly - the first one will be activated.
./vendor/yiisoft/yii2-bootstrap/Tabs.php:74:     * - visible: boolean, optional, whether the item tab header and pane should be visible or not. Defaults to true.
./vendor/yiisoft/yii2-bootstrap/Tabs.php:75:     * - items: array, optional, can be used instead of `content` to specify a dropdown items
./vendor/yiisoft/yii2-bootstrap/Tabs.php:86:     * - tag: string, defaults to "div", the tag name of the item container tags.
./vendor/yiisoft/yii2-codeception/BasePage.php:60:            return Yii::$app->getUrlManager()->createUrl($params);
./vendor/yiisoft/yii2-codeception/BasePage.php:62:            return Yii::$app->getUrlManager()->createUrl(array_merge($this->route, $params));
./vendor/yiisoft/yii2-composer/Installer.php:263:        $params = $event->getComposer()->getPackage()->getExtra();
./vendor/yiisoft/yii2-composer/Installer.php:324:     * for copied files (values). Location can be specified as an array - first element is target
./vendor/yiisoft/yii2-composer/Installer.php:334:            echo "Copying file $source to $target[0] - ";
./vendor/yiisoft/yii2-composer/Installer.php:342:                echo "target file exists - skip.\n";
./vendor/yiisoft/yii2-composer/Installer.php:345:                echo "target file exists - overwrite - ";
./vendor/yiisoft/yii2-composer/Plugin.php:44:        $composer->getInstallationManager()->addInstaller($installer);
./vendor/yiisoft/yii2-composer/Plugin.php:45:        $this->_vendorDir = rtrim($composer->getConfig()->get('vendor-dir'), '/');
./vendor/yiisoft/yii2-composer/Plugin.php:74:            $this->_packageUpdates[$operation->getInitialPackage()->getName()] = [
./vendor/yiisoft/yii2-composer/Plugin.php:75:                'from' => $operation->getInitialPackage()->getVersion(),
./vendor/yiisoft/yii2-composer/Plugin.php:76:                'fromPretty' => $operation->getInitialPackage()->getPrettyVersion(),
./vendor/yiisoft/yii2-composer/Plugin.php:77:                'to' => $operation->getTargetPackage()->getVersion(),
./vendor/yiisoft/yii2-composer/Plugin.php:78:                'toPretty' => $operation->getTargetPackage()->getPrettyVersion(),
./vendor/yiisoft/yii2-composer/Plugin.php:79:                'direction' => $event->getPolicy()->versionCompare(
./vendor/yiisoft/yii2-composer/Plugin.php:110:        // - only on upgrade, not on downgrade
./vendor/yiisoft/yii2-composer/Plugin.php:111:        // - only if the "from" version is non-dev, otherwise we have no idea which notes to show
./vendor/yiisoft/yii2-debug/Module.php:100:     * `File: {file} - Line: {line} - Text: {text}`
./vendor/yiisoft/yii2-debug/Module.php:183:        $this->logTarget = Yii::$app->getLog()->targets['debug'] = new LogTarget($this);
./vendor/yiisoft/yii2-debug/Module.php:187:            $app->getView()->on(View::EVENT_END_BODY, [$this, 'renderToolbar']);
./vendor/yiisoft/yii2-debug/Module.php:188:            $app->getResponse()->on(Response::EVENT_AFTER_PREPARE, [$this, 'setDebugHeaders']);
./vendor/yiisoft/yii2-debug/Module.php:191:        $app->getUrlManager()->addRules([
./vendor/yiisoft/yii2-debug/Module.php:200:                'pattern' => $this->id . '/<controller:[\w\-]+>/<action:[\w\-]+>',
./vendor/yiisoft/yii2-debug/Module.php:211:            foreach (Yii::$app->getLog()->targets as $target) {
./vendor/yiisoft/yii2-debug/Module.php:221:        Yii::$app->getView()->off(View::EVENT_END_BODY, [$this, 'renderToolbar']);
./vendor/yiisoft/yii2-debug/Module.php:222:        Yii::$app->getResponse()->off(Response::EVENT_AFTER_PREPARE, [$this, 'setDebugHeaders']);
./vendor/yiisoft/yii2-debug/Module.php:244:        if (!$this->checkAccess() || !Yii::$app->getRequest()->getIsAjax()) {
./vendor/yiisoft/yii2-debug/Module.php:251:            ->set('X-Debug-Tag', $this->logTarget->tag)
./vendor/yiisoft/yii2-debug/Module.php:252:            ->set('X-Debug-Duration', number_format((microtime(true) - YII_BEGIN_TIME) * 1000 + 1))
./vendor/yiisoft/yii2-debug/Module.php:253:            ->set('X-Debug-Link', $url);
./vendor/yiisoft/yii2-debug/Module.php:283:        if (!$this->checkAccess() || Yii::$app->getRequest()->getIsAjax()) {
./vendor/yiisoft/yii2-debug/Module.php:289:        echo $view->renderDynamic('return Yii::$app->getModule("debug")->getToolbarHtml();');
./vendor/yiisoft/yii2-debug/Module.php:302:        $ip = Yii::$app->getRequest()->getUserIP();
./vendor/yiisoft/yii2-debug/LogTarget.php:125:            $n = count($manifest) - $this->module->historySize;
./vendor/yiisoft/yii2-debug/LogTarget.php:130:                if (--$n <= 0) {
./vendor/yiisoft/yii2-debug/LogTarget.php:161:            $summary['mailCount'] = count($this->module->panels['mail']->getMessages());
./vendor/yiisoft/yii2-debug/LogTarget.php:177:        $profileLogs = $this->module->panels['db']->getProfileLogs();
./vendor/yiisoft/yii2-debug/components/TimelineDataProvider.php:101:        return $model['timestamp'] - $this->panel->start;
./vendor/yiisoft/yii2-debug/actions/db/ExplainAction.php:40:        $results = $this->panel->getDb()->createCommand('EXPLAIN ' . $query)->queryAll();
./vendor/yiisoft/yii2-debug/panels/ProfilingPanel.php:75:            'time' => microtime(true) - YII_BEGIN_TIME,
./vendor/yiisoft/yii2-debug/panels/ProfilingPanel.php:88:            $timings = Yii::getLogger()->calculateTimings(isset($this->data['messages']) ? $this->data['messages'] : []);
./vendor/yiisoft/yii2-debug/panels/TimelinePanel.php:30:     * - keys: percentages of time request
./vendor/yiisoft/yii2-debug/panels/TimelinePanel.php:31:     * - values: hex color
./vendor/yiisoft/yii2-debug/panels/TimelinePanel.php:105:        if (isset($this->module->panels['profiling']->data['time'])) {
./vendor/yiisoft/yii2-debug/panels/TimelinePanel.php:106:            $this->_duration = $this->module->panels['profiling']->data['time'] * 1000;
./vendor/yiisoft/yii2-debug/panels/TimelinePanel.php:108:            $this->_duration = $this->_end - $this->_start;
./vendor/yiisoft/yii2-debug/panels/TimelinePanel.php:177:            if (isset($this->module->panels['profiling']->data['messages'])) {
./vendor/yiisoft/yii2-debug/panels/TimelinePanel.php:178:                $this->_models = Yii::getLogger()->calculateTimings($this->module->panels['profiling']->data['messages']);
./vendor/yiisoft/yii2-debug/panels/RequestPanel.php:51:        $headers = Yii::$app->getRequest()->getHeaders();
./vendor/yiisoft/yii2-debug/panels/RequestPanel.php:91:            'statusCode' => Yii::$app->getResponse()->getStatusCode(),
./vendor/yiisoft/yii2-debug/panels/RequestPanel.php:97:            'requestBody' => Yii::$app->getRequest()->getRawBody() == '' ? [] : [
./vendor/yiisoft/yii2-debug/panels/RequestPanel.php:98:                'Content Type' => Yii::$app->getRequest()->getContentType(),
./vendor/yiisoft/yii2-debug/panels/RequestPanel.php:99:                'Raw' => Yii::$app->getRequest()->getRawBody(),
./vendor/yiisoft/yii2-debug/panels/RequestPanel.php:100:                'Decoded to Params' => Yii::$app->getRequest()->getBodyParams(),
./vendor/yiisoft/yii2-debug/panels/DbPanel.php:118:        $dataProvider->getSort()->defaultOrder = $this->defaultOrder;
./vendor/yiisoft/yii2-debug/panels/DbPanel.php:136:            $this->_timings = Yii::getLogger()->calculateTimings(isset($this->data['messages']) ? $this->data['messages'] : []);
./vendor/yiisoft/yii2-debug/controllers/DefaultController.php:110:        $filePath = Yii::getAlias($this->module->panels['mail']->mailPath) . '/' . basename($file);
./vendor/yiisoft/yii2-debug/views/default/panels/db/detail.php:24:                $millisecondsDiff = (int) (($timeInSeconds - (int) $timeInSeconds) * 1000);
./vendor/yiisoft/yii2-debug/views/default/panels/db/detail.php:108:            $(this).text('[-] Explain');
./vendor/yiisoft/yii2-debug/views/default/panels/profile/detail.php:33:                $millisecondsDiff = (int) (($timeInSeconds - (int) $timeInSeconds) * 1000);
./vendor/yiisoft/yii2-debug/views/default/panels/mail/detail.php:35:        <?= $form->field($searchModel, 'from', ['options' => ['class' => 'col-lg-6']])->textInput() ?>
./vendor/yiisoft/yii2-debug/views/default/panels/mail/detail.php:37:        <?= $form->field($searchModel, 'to', ['options' => ['class' => 'col-lg-6']])->textInput() ?>
./vendor/yiisoft/yii2-debug/views/default/panels/mail/detail.php:39:        <?= $form->field($searchModel, 'reply', ['options' => ['class' => 'col-lg-6']])->textInput() ?>
./vendor/yiisoft/yii2-debug/views/default/panels/mail/detail.php:41:        <?= $form->field($searchModel, 'cc', ['options' => ['class' => 'col-lg-6']])->textInput() ?>
./vendor/yiisoft/yii2-debug/views/default/panels/mail/detail.php:43:        <?= $form->field($searchModel, 'bcc', ['options' => ['class' => 'col-lg-6']])->textInput() ?>
./vendor/yiisoft/yii2-debug/views/default/panels/mail/detail.php:45:        <?= $form->field($searchModel, 'charset', ['options' => ['class' => 'col-lg-6']])->textInput() ?>
./vendor/yiisoft/yii2-debug/views/default/panels/mail/detail.php:47:        <?= $form->field($searchModel, 'subject', ['options' => ['class' => 'col-lg-6']])->textInput()	?>
./vendor/yiisoft/yii2-debug/views/default/panels/mail/detail.php:49:        <?= $form->field($searchModel, 'body', ['options' => ['class' => 'col-lg-6']])->textInput()	?>
./vendor/yiisoft/yii2-debug/views/default/panels/timeline/detail.php:13:<h1 class="debug-timeline-panel__title">Timeline - <?= number_format($panel->getDuration()); ?> ms</h1>
./vendor/yiisoft/yii2-debug/views/default/panels/log/detail.php:34:                $millisecondsDiff = (int) (($timeInSeconds - (int) $timeInSeconds) * 1000);
./vendor/yiisoft/yii2/validators/SafeValidator.php:18: * does not have a validation rule associated with it - for instance, due to no validation being performed, in which case, you use this class
./vendor/yiisoft/yii2/validators/Validator.php:24: * - `boolean`: [[BooleanValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:25: * - `captcha`: [[\yii\captcha\CaptchaValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:26: * - `compare`: [[CompareValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:27: * - `date`: [[DateValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:28: * - `datetime`: [[DateValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:29: * - `time`: [[DateValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:30: * - `default`: [[DefaultValueValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:31: * - `double`: [[NumberValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:32: * - `each`: [[EachValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:33: * - `email`: [[EmailValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:34: * - `exist`: [[ExistValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:35: * - `file`: [[FileValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:36: * - `filter`: [[FilterValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:37: * - `image`: [[ImageValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:38: * - `in`: [[RangeValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:39: * - `integer`: [[NumberValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:40: * - `match`: [[RegularExpressionValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:41: * - `required`: [[RequiredValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:42: * - `safe`: [[SafeValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:43: * - `string`: [[StringValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:44: * - `trim`: [[FilterValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:45: * - `unique`: [[UniqueValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:46: * - `url`: [[UrlValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:47: * - `ip`: [[IpValidator]]
./vendor/yiisoft/yii2/validators/Validator.php:106:     * - `{attribute}`: the label of the attribute being validated
./vendor/yiisoft/yii2/validators/Validator.php:107:     * - `{value}`: the value of the attribute being validated
./vendor/yiisoft/yii2/validators/Validator.php:240:     * Note that if an attribute is not associated with the validator, or is is prefixed with `!` char - it will be
./vendor/yiisoft/yii2/validators/Validator.php:308:        $error = Yii::$app->getI18n()->format($message, $params, Yii::$app->language);
./vendor/yiisoft/yii2/validators/Validator.php:334:     * - `attribute`: an object describing the the attribute being validated.
./vendor/yiisoft/yii2/validators/Validator.php:335:     * - `value`: the value being validated.
./vendor/yiisoft/yii2/validators/Validator.php:336:     * - `messages`: an array used to hold the validation error messages for the attribute.
./vendor/yiisoft/yii2/validators/Validator.php:337:     * - `deferred`: an array used to hold deferred objects for asynchronous validation
./vendor/yiisoft/yii2/validators/Validator.php:338:     * - `$form`: a jQuery object containing the form element
./vendor/yiisoft/yii2/validators/Validator.php:341:     * - `id`: a unique ID identifying the attribute (e.g. "loginform-username") in the form
./vendor/yiisoft/yii2/validators/Validator.php:342:     * - `name`: attribute name or expression (e.g. "[0]content" for tabular input)
./vendor/yiisoft/yii2/validators/Validator.php:343:     * - `container`: the jQuery selector of the container of the input field
./vendor/yiisoft/yii2/validators/Validator.php:344:     * - `input`: the jQuery selector of the input field under the context of the form
./vendor/yiisoft/yii2/validators/Validator.php:345:     * - `error`: the jQuery selector of the error tag under the context of the container
./vendor/yiisoft/yii2/validators/Validator.php:346:     * - `status`: status of the input field, 0: empty, not entered before, 1: validated, 2: pending validation, 3: validating
./vendor/yiisoft/yii2/validators/Validator.php:366:     * - the validator's `on` property is empty, or
./vendor/yiisoft/yii2/validators/Validator.php:367:     * - the validator's `on` property contains the specified scenario
./vendor/yiisoft/yii2/validators/Validator.php:398:        $model->addError($attribute, Yii::$app->getI18n()->format($message, $params, Yii::$app->language));
./vendor/yiisoft/yii2/validators/RequiredValidator.php:46:     * - `{attribute}`: the label of the attribute being validated
./vendor/yiisoft/yii2/validators/RequiredValidator.php:47:     * - `{value}`: the value of the attribute being validated
./vendor/yiisoft/yii2/validators/RequiredValidator.php:48:     * - `{requiredValue}`: the value of [[requiredValue]]
./vendor/yiisoft/yii2/validators/RequiredValidator.php:93:            $options['message'] = Yii::$app->getI18n()->format($this->message, [
./vendor/yiisoft/yii2/validators/RequiredValidator.php:104:        $options['message'] = Yii::$app->getI18n()->format($options['message'], [
./vendor/yiisoft/yii2/validators/CompareValidator.php:50:     * - string: the values are being compared as strings. No conversion will be done before comparison.
./vendor/yiisoft/yii2/validators/CompareValidator.php:51:     * - number: the values are being compared as numbers. String values will be converted into numbers before comparison.
./vendor/yiisoft/yii2/validators/CompareValidator.php:57:     * - `==`: check if two values are equal. The comparison is done is non-strict mode.
./vendor/yiisoft/yii2/validators/CompareValidator.php:58:     * - `===`: check if two values are equal. The comparison is done is strict mode.
./vendor/yiisoft/yii2/validators/CompareValidator.php:59:     * - `!=`: check if two values are NOT equal. The comparison is done is non-strict mode.
./vendor/yiisoft/yii2/validators/CompareValidator.php:60:     * - `!==`: check if two values are NOT equal. The comparison is done is strict mode.
./vendor/yiisoft/yii2/validators/CompareValidator.php:61:     * - `>`: check if value being validated is greater than the value being compared with.
./vendor/yiisoft/yii2/validators/CompareValidator.php:62:     * - `>=`: check if value being validated is greater than or equal to the value being compared with.
./vendor/yiisoft/yii2/validators/CompareValidator.php:63:     * - `<`: check if value being validated is less than the value being compared with.
./vendor/yiisoft/yii2/validators/CompareValidator.php:64:     * - `<=`: check if value being validated is less than or equal to the value being compared with.
./vendor/yiisoft/yii2/validators/CompareValidator.php:73:     * - `{attribute}`: the label of the attribute being validated
./vendor/yiisoft/yii2/validators/CompareValidator.php:74:     * - `{value}`: the value of the attribute being validated
./vendor/yiisoft/yii2/validators/CompareValidator.php:75:     * - `{compareValue}`: the value or the attribute label to be compared with
./vendor/yiisoft/yii2/validators/CompareValidator.php:76:     * - `{compareAttribute}`: the label of the attribute to be compared with
./vendor/yiisoft/yii2/validators/CompareValidator.php:77:     * - `{compareValueOrAttribute}`: the value or the attribute label to be compared with
./vendor/yiisoft/yii2/validators/CompareValidator.php:230:        $options['message'] = Yii::$app->getI18n()->format($this->message, [
./vendor/yiisoft/yii2/validators/ImageValidator.php:25:     * - {attribute}: the attribute name
./vendor/yiisoft/yii2/validators/ImageValidator.php:26:     * - {file}: the uploaded file name
./vendor/yiisoft/yii2/validators/ImageValidator.php:57:     * - {attribute}: the attribute name
./vendor/yiisoft/yii2/validators/ImageValidator.php:58:     * - {file}: the uploaded file name
./vendor/yiisoft/yii2/validators/ImageValidator.php:59:     * - {limit}: the value of [[minWidth]]
./vendor/yiisoft/yii2/validators/ImageValidator.php:66:     * - {attribute}: the attribute name
./vendor/yiisoft/yii2/validators/ImageValidator.php:67:     * - {file}: the uploaded file name
./vendor/yiisoft/yii2/validators/ImageValidator.php:68:     * - {limit}: the value of [[maxWidth]]
./vendor/yiisoft/yii2/validators/ImageValidator.php:75:     * - {attribute}: the attribute name
./vendor/yiisoft/yii2/validators/ImageValidator.php:76:     * - {file}: the uploaded file name
./vendor/yiisoft/yii2/validators/ImageValidator.php:77:     * - {limit}: the value of [[minHeight]]
./vendor/yiisoft/yii2/validators/ImageValidator.php:84:     * - {attribute}: the attribute name
./vendor/yiisoft/yii2/validators/ImageValidator.php:85:     * - {file}: the uploaded file name
./vendor/yiisoft/yii2/validators/ImageValidator.php:86:     * - {limit}: the value of [[maxHeight]]
./vendor/yiisoft/yii2/validators/ImageValidator.php:182:            $options['notImage'] = Yii::$app->getI18n()->format($this->notImage, [
./vendor/yiisoft/yii2/validators/ImageValidator.php:189:            $options['underWidth'] = Yii::$app->getI18n()->format($this->underWidth, [
./vendor/yiisoft/yii2/validators/ImageValidator.php:197:            $options['overWidth'] = Yii::$app->getI18n()->format($this->overWidth, [
./vendor/yiisoft/yii2/validators/ImageValidator.php:205:            $options['underHeight'] = Yii::$app->getI18n()->format($this->underHeight, [
./vendor/yiisoft/yii2/validators/ImageValidator.php:213:            $options['overHeight'] = Yii::$app->getI18n()->format($this->overHeight, [
./vendor/yiisoft/yii2/validators/NumberValidator.php:51:    public $integerPattern = '/^\s*[+-]?\d+\s*$/';
./vendor/yiisoft/yii2/validators/NumberValidator.php:56:    public $numberPattern = '/^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/';
./vendor/yiisoft/yii2/validators/NumberValidator.php:128:            'message' => Yii::$app->getI18n()->format($this->message, [
./vendor/yiisoft/yii2/validators/NumberValidator.php:137:            $options['tooSmall'] = Yii::$app->getI18n()->format($this->tooSmall, [
./vendor/yiisoft/yii2/validators/NumberValidator.php:146:            $options['tooBig'] = Yii::$app->getI18n()->format($this->tooBig, [
./vendor/yiisoft/yii2/validators/UrlValidator.php:124:            'message' => Yii::$app->getI18n()->format($this->message, [
./vendor/yiisoft/yii2/validators/BooleanValidator.php:76:            'message' => Yii::$app->getI18n()->format($this->message, [
./vendor/yiisoft/yii2/validators/RegularExpressionValidator.php:73:            'message' => Yii::$app->getI18n()->format($this->message, [
./vendor/yiisoft/yii2/validators/ExistValidator.php:155:        $query = $targetClass::find()->andWhere($condition);
./vendor/yiisoft/yii2/validators/EmailValidator.php:27:    public $pattern = '/^[a-zA-Z0-9!#$%&\'*+\\/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&\'*+\\/=?^_`{|}~-]+)*@(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$/';
./vendor/yiisoft/yii2/validators/EmailValidator.php:33:    public $fullPattern = '/^[^@]*<[a-zA-Z0-9!#$%&\'*+\\/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&\'*+\\/=?^_`{|}~-]+)*@(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?>$/';
./vendor/yiisoft/yii2/validators/EmailValidator.php:116:            'message' => Yii::$app->getI18n()->format($this->message, [
./vendor/yiisoft/yii2/validators/FileValidator.php:97:     * - {attribute}: the attribute name
./vendor/yiisoft/yii2/validators/FileValidator.php:98:     * - {file}: the uploaded file name
./vendor/yiisoft/yii2/validators/FileValidator.php:99:     * - {limit}: the maximum size allowed (see [[getSizeLimit()]])
./vendor/yiisoft/yii2/validators/FileValidator.php:100:     * - {formattedLimit}: the maximum size formatted
./vendor/yiisoft/yii2/validators/FileValidator.php:108:     * - {attribute}: the attribute name
./vendor/yiisoft/yii2/validators/FileValidator.php:109:     * - {file}: the uploaded file name
./vendor/yiisoft/yii2/validators/FileValidator.php:110:     * - {limit}: the value of [[minSize]]
./vendor/yiisoft/yii2/validators/FileValidator.php:111:     * - {formattedLimit}: the value of [[minSize]] formatted
./vendor/yiisoft/yii2/validators/FileValidator.php:119:     * - {attribute}: the attribute name
./vendor/yiisoft/yii2/validators/FileValidator.php:120:     * - {limit}: the value of [[maxFiles]]
./vendor/yiisoft/yii2/validators/FileValidator.php:127:     * - {attribute}: the attribute name
./vendor/yiisoft/yii2/validators/FileValidator.php:128:     * - {file}: the uploaded file name
./vendor/yiisoft/yii2/validators/FileValidator.php:129:     * - {extensions}: the list of the allowed extensions.
./vendor/yiisoft/yii2/validators/FileValidator.php:137:     * - {attribute}: the attribute name
./vendor/yiisoft/yii2/validators/FileValidator.php:138:     * - {file}: the uploaded file name
./vendor/yiisoft/yii2/validators/FileValidator.php:139:     * - {mimeTypes}: the value of [[mimeTypes]]
./vendor/yiisoft/yii2/validators/FileValidator.php:287:     * - 'upload_max_filesize' in php.ini
./vendor/yiisoft/yii2/validators/FileValidator.php:288:     * - 'post_max_size' in php.ini
./vendor/yiisoft/yii2/validators/FileValidator.php:289:     * - 'MAX_FILE_SIZE' hidden field
./vendor/yiisoft/yii2/validators/FileValidator.php:290:     * - [[maxSize]]
./vendor/yiisoft/yii2/validators/FileValidator.php:397:            $options['message'] = Yii::$app->getI18n()->format($this->message, [
./vendor/yiisoft/yii2/validators/FileValidator.php:405:            $options['uploadRequired'] = Yii::$app->getI18n()->format($this->uploadRequired, [
./vendor/yiisoft/yii2/validators/FileValidator.php:416:            $options['wrongMimeType'] = Yii::$app->getI18n()->format($this->wrongMimeType, [
./vendor/yiisoft/yii2/validators/FileValidator.php:424:            $options['wrongExtension'] = Yii::$app->getI18n()->format($this->wrongExtension, [
./vendor/yiisoft/yii2/validators/FileValidator.php:432:            $options['tooSmall'] = Yii::$app->getI18n()->format($this->tooSmall, [
./vendor/yiisoft/yii2/validators/FileValidator.php:441:            $options['tooBig'] = Yii::$app->getI18n()->format($this->tooBig, [
./vendor/yiisoft/yii2/validators/FileValidator.php:450:            $options['tooMany'] = Yii::$app->getI18n()->format($this->tooMany, [
./vendor/yiisoft/yii2/validators/RangeValidator.php:118:            'message' => Yii::$app->getI18n()->format($this->message, [
./vendor/yiisoft/yii2/validators/DateValidator.php:65:     * - [[TYPE_DATE]] - (default) for validating date values only, that means only values that do not include a time range are valid.
./vendor/yiisoft/yii2/validators/DateValidator.php:66:     * - [[TYPE_DATETIME]] - for validating datetime values, that contain a date part as well as a time part.
./vendor/yiisoft/yii2/validators/DateValidator.php:67:     * - [[TYPE_TIME]] - for validating time values, that contain no date information.
./vendor/yiisoft/yii2/validators/DateValidator.php:83:     * - if type is [[TYPE_DATE]], the default value will be taken from [[\yii\i18n\Formatter::dateFormat]],
./vendor/yiisoft/yii2/validators/DateValidator.php:84:     * - if type is [[TYPE_DATETIME]], it will be taken from [[\yii\i18n\Formatter::datetimeFormat]],
./vendor/yiisoft/yii2/validators/DateValidator.php:85:     * - and if type is [[TYPE_TIME]], it will be [[\yii\i18n\Formatter::timeFormat]].
./vendor/yiisoft/yii2/validators/StringValidator.php:26:     * - an integer: the exact length that the value should be of;
./vendor/yiisoft/yii2/validators/StringValidator.php:27:     * - an array of one element: the minimum length that the value should be of. For example, `[8]`.
./vendor/yiisoft/yii2/validators/StringValidator.php:29:     * - an array of two elements: the minimum and maximum lengths that the value should be of.
./vendor/yiisoft/yii2/validators/StringValidator.php:159:            'message' => Yii::$app->getI18n()->format($this->message, [
./vendor/yiisoft/yii2/validators/StringValidator.php:166:            $options['tooShort'] = Yii::$app->getI18n()->format($this->tooShort, [
./vendor/yiisoft/yii2/validators/StringValidator.php:173:            $options['tooLong'] = Yii::$app->getI18n()->format($this->tooLong, [
./vendor/yiisoft/yii2/validators/StringValidator.php:180:            $options['notEqual'] = Yii::$app->getI18n()->format($this->notEqual, [
./vendor/yiisoft/yii2/validators/IpValidator.php:61:     *  - key - alias name
./vendor/yiisoft/yii2/validators/IpValidator.php:62:     *  - value - array of strings. String can be an IP range, IP address or another alias. String can be
./vendor/yiisoft/yii2/validators/IpValidator.php:66:     *  - `*`: `any`
./vendor/yiisoft/yii2/validators/IpValidator.php:67:     *  - `any`: `0.0.0.0/0, ::/0`
./vendor/yiisoft/yii2/validators/IpValidator.php:68:     *  - `private`: `10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, fd00::/8`
./vendor/yiisoft/yii2/validators/IpValidator.php:69:     *  - `multicast`: `224.0.0.0/4, ff00::/8`
./vendor/yiisoft/yii2/validators/IpValidator.php:70:     *  - `linklocal`: `169.254.0.0/16, fe80::/10`
./vendor/yiisoft/yii2/validators/IpValidator.php:71:     *  - `localhost`: `127.0.0.0/8', ::1`
./vendor/yiisoft/yii2/validators/IpValidator.php:72:     *  - `documentation`: `192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, 2001:db8::/32`
./vendor/yiisoft/yii2/validators/IpValidator.php:73:     *  - `system`: `multicast, linklocal, localhost, documentation`
./vendor/yiisoft/yii2/validators/IpValidator.php:98:     * - `false` - the address must not have a subnet (default).
./vendor/yiisoft/yii2/validators/IpValidator.php:99:     * - `true` - specifying a subnet is required.
./vendor/yiisoft/yii2/validators/IpValidator.php:100:     * - `null` - specifying a subnet is optional.
./vendor/yiisoft/yii2/validators/IpValidator.php:106:     *  - `10.0.1.5` will normalized to `10.0.1.5/32`
./vendor/yiisoft/yii2/validators/IpValidator.php:107:     *  - `2008:db0::1` will be normalized to `2008:db0::1/128`
./vendor/yiisoft/yii2/validators/IpValidator.php:135:     * - `{attribute}`: the label of the attribute being validated
./vendor/yiisoft/yii2/validators/IpValidator.php:136:     * - `{value}`: the value of the attribute being validated
./vendor/yiisoft/yii2/validators/IpValidator.php:144:     * - `{attribute}`: the label of the attribute being validated
./vendor/yiisoft/yii2/validators/IpValidator.php:145:     * - `{value}`: the value of the attribute being validated
./vendor/yiisoft/yii2/validators/IpValidator.php:155:     * - `{attribute}`: the label of the attribute being validated
./vendor/yiisoft/yii2/validators/IpValidator.php:156:     * - `{value}`: the value of the attribute being validated
./vendor/yiisoft/yii2/validators/IpValidator.php:166:     * - `{attribute}`: the label of the attribute being validated
./vendor/yiisoft/yii2/validators/IpValidator.php:167:     * - `{value}`: the value of the attribute being validated
./vendor/yiisoft/yii2/validators/IpValidator.php:177:     * - `{attribute}`: the label of the attribute being validated
./vendor/yiisoft/yii2/validators/IpValidator.php:178:     * - `{value}`: the value of the attribute being validated
./vendor/yiisoft/yii2/validators/IpValidator.php:189:     * - `{attribute}`: the label of the attribute being validated
./vendor/yiisoft/yii2/validators/IpValidator.php:190:     * - `{value}`: the value of the attribute being validated
./vendor/yiisoft/yii2/validators/IpValidator.php:201:     * - `{attribute}`: the label of the attribute being validated
./vendor/yiisoft/yii2/validators/IpValidator.php:202:     * - `{value}`: the value of the attribute being validated
./vendor/yiisoft/yii2/validators/IpValidator.php:257:     * - Recursively substitutes aliases (described in [[networks]]) with their values.
./vendor/yiisoft/yii2/validators/IpValidator.php:258:     * - Removes duplicates
./vendor/yiisoft/yii2/validators/IpValidator.php:332:     * string - the validation was successful;
./vendor/yiisoft/yii2/validators/IpValidator.php:333:     * array  - an error occurred during the validation.
./vendor/yiisoft/yii2/validators/IpValidator.php:455:     *  - boolean: whether the string is negated
./vendor/yiisoft/yii2/validators/IpValidator.php:456:     *  - string: the string without negation (when the negation were present)
./vendor/yiisoft/yii2/validators/IpValidator.php:466:     *  - Recursively substitutes aliases, described in [[networks]] with their values
./vendor/yiisoft/yii2/validators/IpValidator.php:467:     *  - Removes duplicates
./vendor/yiisoft/yii2/validators/IpValidator.php:579:            while ($bytes-- > 0) {
./vendor/yiisoft/yii2/validators/IpValidator.php:599:            $message = Yii::$app->getI18n()->format($message, [
./vendor/yiisoft/yii2/validators/UniqueValidator.php:66:     * - `{attribute}`: the label of the attribute being validated
./vendor/yiisoft/yii2/validators/UniqueValidator.php:67:     * - `{value}`: the value of the attribute being validated
./vendor/yiisoft/yii2/validators/UniqueValidator.php:71:     * - `{attributes}`: the labels of the attributes being validated.
./vendor/yiisoft/yii2/validators/UniqueValidator.php:72:     * - `{values}`: the values of the attributes being validated.
./vendor/yiisoft/yii2/validators/UniqueValidator.php:95:            // fallback for deprecated `comboNotUnique` property - use it as message if is set
./vendor/yiisoft/yii2/validators/UniqueValidator.php:148:            $models = $query->limit(2)->all();
./vendor/yiisoft/yii2/validators/UniqueValidator.php:160:                    $exists = reset($models)->getPrimaryKey() != $model->getOldPrimaryKey();
./vendor/yiisoft/yii2/validators/UniqueValidator.php:196:            'values' => implode('-', $valueCombo)
./vendor/yiisoft/yii2/grid/CheckboxColumn.php:164:        $this->grid->getView()->registerJs("jQuery('#$id').yiiGridView('setSelectionColumn', $options);");
./vendor/yiisoft/yii2/grid/DataColumn.php:97:     * - If this property is not set, a text field will be generated as the filter input;
./vendor/yiisoft/yii2/grid/DataColumn.php:98:     * - If this property is an array, a dropdown list will be generated that uses this property value as
./vendor/yiisoft/yii2/grid/DataColumn.php:100:     * - If you don't want a filter for this data column, set this value to be false.
./vendor/yiisoft/yii2/grid/ActionColumn.php:203:        return preg_replace_callback('/\\{([\w\-\/]+)\\}/', function ($matches) use ($model, $key, $index) {
./vendor/yiisoft/yii2/grid/GridView.php:100:     * - `$model`: the current data model being rendered
./vendor/yiisoft/yii2/grid/GridView.php:101:     * - `$key`: the key value associated with the current data model
./vendor/yiisoft/yii2/grid/GridView.php:102:     * - `$index`: the zero-based index of the data model in the model array returned by [[dataProvider]]
./vendor/yiisoft/yii2/grid/GridView.php:103:     * - `$grid`: the GridView object
./vendor/yiisoft/yii2/grid/GridView.php:222:     * - [[FILTER_POS_HEADER]]: the filters will be displayed on top of each column's header cell.
./vendor/yiisoft/yii2/grid/GridView.php:223:     * - [[FILTER_POS_BODY]]: the filters will be displayed right below each column's header cell.
./vendor/yiisoft/yii2/grid/GridView.php:224:     * - [[FILTER_POS_FOOTER]]: the filters will be displayed below each column's footer cell.
./vendor/yiisoft/yii2/grid/GridView.php:247:     * - `{summary}`: the summary section. See [[renderSummary()]].
./vendor/yiisoft/yii2/grid/GridView.php:248:     * - `{errors}`: the filter model error summary. See [[renderErrors()]].
./vendor/yiisoft/yii2/grid/GridView.php:249:     * - `{items}`: the list items. See [[renderItems()]].
./vendor/yiisoft/yii2/grid/GridView.php:250:     * - `{sorter}`: the sorter. See [[renderSorter()]].
./vendor/yiisoft/yii2/grid/GridView.php:251:     * - `{pager}`: the pager. See [[renderPager()]].
./vendor/yiisoft/yii2/db/ActiveRelationTrait.php:58:     * For example, `$customer->orders[0]->customer` and `$customer` will be the same object,
./vendor/yiisoft/yii2/db/ActiveRelationTrait.php:94:     *                 ->via('orders');
./vendor/yiisoft/yii2/db/ActiveRelationTrait.php:118:     * For example, `$customer->orders[0]->customer` and `$customer` will be the same object,
./vendor/yiisoft/yii2/db/ActiveRelationTrait.php:126:     *     return $this->hasMany(Order::className(), ['customer_id' => 'id'])->inverseOf('customer');
./vendor/yiisoft/yii2/db/ActiveRelationTrait.php:179:                    $inverseRelation = (new $this->modelClass)->getRelation($this->inverseOf);
./vendor/yiisoft/yii2/db/ActiveRelationTrait.php:300:        $relation = $model instanceof ActiveRecordInterface ? $model->getRelation($name) : (new $this->modelClass)->getRelation($name);
./vendor/yiisoft/yii2/db/ActiveRelationTrait.php:336:                        $primaryModels[$i][$primaryName]->populateRelation($name, $primaryModel);
./vendor/yiisoft/yii2/db/ActiveRelationTrait.php:533:        return $this->asArray()->all($primaryModel::getDb());
./vendor/yiisoft/yii2/db/ActiveRecord.php:64: * $user = User::find()->where(['name' => 'CeBe'])->one();
./vendor/yiisoft/yii2/db/ActiveRecord.php:117:        foreach (static::getTableSchema()->columns as $column) {
./vendor/yiisoft/yii2/db/ActiveRecord.php:147:     * $customers = Customer::findBySql('SELECT * FROM customer')->all();
./vendor/yiisoft/yii2/db/ActiveRecord.php:207:        $command = static::getDb()->createCommand();
./vendor/yiisoft/yii2/db/ActiveRecord.php:236:        $command = static::getDb()->createCommand();
./vendor/yiisoft/yii2/db/ActiveRecord.php:259:        $command = static::getDb()->createCommand();
./vendor/yiisoft/yii2/db/ActiveRecord.php:295:            ->getSchema()
./vendor/yiisoft/yii2/db/ActiveRecord.php:296:            ->getTableSchema(static::tableName());
./vendor/yiisoft/yii2/db/ActiveRecord.php:320:        return static::getTableSchema()->primaryKey;
./vendor/yiisoft/yii2/db/ActiveRecord.php:330:        return array_keys(static::getTableSchema()->columns);
./vendor/yiisoft/yii2/db/ActiveRecord.php:370:        $columns = static::getTableSchema()->columns;
./vendor/yiisoft/yii2/db/ActiveRecord.php:373:                $row[$name] = $columns[$name]->phpTypecast($value);
./vendor/yiisoft/yii2/db/ActiveRecord.php:430:        $transaction = static::getDb()->beginTransaction();
./vendor/yiisoft/yii2/db/ActiveRecord.php:457:        if (($primaryKeys = static::getDb()->schema->insert(static::tableName(), $values)) === false) {
./vendor/yiisoft/yii2/db/ActiveRecord.php:461:            $id = static::getTableSchema()->columns[$name]->phpTypecast($value);
./vendor/yiisoft/yii2/db/ActiveRecord.php:536:        $transaction = static::getDb()->beginTransaction();
./vendor/yiisoft/yii2/db/ActiveRecord.php:576:        $transaction = static::getDb()->beginTransaction();
./vendor/yiisoft/yii2/db/Migration.php:71:        $this->db->getSchema()->refresh();
./vendor/yiisoft/yii2/db/Migration.php:176:        $this->db->createCommand($sql)->bindValues($params)->execute();
./vendor/yiisoft/yii2/db/Migration.php:177:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:190:        $this->db->createCommand()->insert($table, $columns)->execute();
./vendor/yiisoft/yii2/db/Migration.php:191:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:205:        $this->db->createCommand()->batchInsert($table, $columns, $rows)->execute();
./vendor/yiisoft/yii2/db/Migration.php:206:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:222:        $this->db->createCommand()->update($table, $columns, $condition, $params)->execute();
./vendor/yiisoft/yii2/db/Migration.php:223:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:237:        $this->db->createCommand()->delete($table, $condition, $params)->execute();
./vendor/yiisoft/yii2/db/Migration.php:238:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:261:        $this->db->createCommand()->createTable($table, $columns, $options)->execute();
./vendor/yiisoft/yii2/db/Migration.php:264:                $this->db->createCommand()->addCommentOnColumn($table, $column, $type->comment)->execute();
./vendor/yiisoft/yii2/db/Migration.php:267:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:279:        $this->db->createCommand()->renameTable($table, $newName)->execute();
./vendor/yiisoft/yii2/db/Migration.php:280:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:291:        $this->db->createCommand()->dropTable($table)->execute();
./vendor/yiisoft/yii2/db/Migration.php:292:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:303:        $this->db->createCommand()->truncateTable($table)->execute();
./vendor/yiisoft/yii2/db/Migration.php:304:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:319:        $this->db->createCommand()->addColumn($table, $column, $type)->execute();
./vendor/yiisoft/yii2/db/Migration.php:321:            $this->db->createCommand()->addCommentOnColumn($table, $column, $type->comment)->execute();
./vendor/yiisoft/yii2/db/Migration.php:323:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:335:        $this->db->createCommand()->dropColumn($table, $column)->execute();
./vendor/yiisoft/yii2/db/Migration.php:336:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:349:        $this->db->createCommand()->renameColumn($table, $name, $newName)->execute();
./vendor/yiisoft/yii2/db/Migration.php:350:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:365:        $this->db->createCommand()->alterColumn($table, $column, $type)->execute();
./vendor/yiisoft/yii2/db/Migration.php:367:            $this->db->createCommand()->addCommentOnColumn($table, $column, $type->comment)->execute();
./vendor/yiisoft/yii2/db/Migration.php:369:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:383:        $this->db->createCommand()->addPrimaryKey($name, $table, $columns)->execute();
./vendor/yiisoft/yii2/db/Migration.php:384:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:396:        $this->db->createCommand()->dropPrimaryKey($name, $table)->execute();
./vendor/yiisoft/yii2/db/Migration.php:397:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:415:        $this->db->createCommand()->addForeignKey($name, $table, $columns, $refTable, $refColumns, $delete, $update)->execute();
./vendor/yiisoft/yii2/db/Migration.php:416:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:428:        $this->db->createCommand()->dropForeignKey($name, $table)->execute();
./vendor/yiisoft/yii2/db/Migration.php:429:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:445:        $this->db->createCommand()->createIndex($name, $table, $columns, $unique)->execute();
./vendor/yiisoft/yii2/db/Migration.php:446:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:458:        $this->db->createCommand()->dropIndex($name, $table)->execute();
./vendor/yiisoft/yii2/db/Migration.php:459:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:474:        $this->db->createCommand()->addCommentOnColumn($table, $column, $comment)->execute();
./vendor/yiisoft/yii2/db/Migration.php:475:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:489:        $this->db->createCommand()->addCommentOnTable($table, $comment)->execute();
./vendor/yiisoft/yii2/db/Migration.php:490:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:504:        $this->db->createCommand()->dropCommentFromColumn($table, $column)->execute();
./vendor/yiisoft/yii2/db/Migration.php:505:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/Migration.php:518:        $this->db->createCommand()->dropCommentFromTable($table)->execute();
./vendor/yiisoft/yii2/db/Migration.php:519:        echo ' done (time: ' . sprintf('%.3f', microtime(true) - $time) . "s)\n";
./vendor/yiisoft/yii2/db/ActiveQueryTrait.php:60:     * Customer::find()->with('orders', 'country')->all();
./vendor/yiisoft/yii2/db/ActiveQueryTrait.php:62:     * Customer::find()->with('orders.address')->all();
./vendor/yiisoft/yii2/db/ActiveQueryTrait.php:64:     * Customer::find()->with([
./vendor/yiisoft/yii2/db/ActiveQueryTrait.php:69:     * ])->all();
./vendor/yiisoft/yii2/db/ActiveQueryTrait.php:76:     * Customer::find()->with('orders', 'country')->all();
./vendor/yiisoft/yii2/db/ActiveQueryTrait.php:77:     * Customer::find()->with('orders')->with('country')->all();
./vendor/yiisoft/yii2/db/pgsql/Schema.php:192:        return $this->db->createCommand($sql)->queryColumn();
./vendor/yiisoft/yii2/db/pgsql/Schema.php:307:        foreach ($this->db->createCommand($sql)->queryAll() as $constraint) {
./vendor/yiisoft/yii2/db/pgsql/Schema.php:353:        ])->queryAll();
./vendor/yiisoft/yii2/db/pgsql/Schema.php:417:               ELSE ((atttypmod - 4) >> 16) & 65535
./vendor/yiisoft/yii2/db/pgsql/Schema.php:428:            ELSE (atttypmod - 4) & 65535
./vendor/yiisoft/yii2/db/pgsql/Schema.php:452:        $columns = $this->db->createCommand($sql)->queryAll();
./vendor/yiisoft/yii2/db/pgsql/Schema.php:525:        $sql = $this->db->getQueryBuilder()->insert($table, $columns, $params);
./vendor/yiisoft/yii2/db/pgsql/Schema.php:526:        $returnColumns = $this->getTableSchema($table)->primaryKey;
./vendor/yiisoft/yii2/db/pgsql/QueryBuilder.php:191:        $schema = $schema ? $schema : $this->db->getSchema()->defaultSchema;
./vendor/yiisoft/yii2/db/pgsql/QueryBuilder.php:192:        $tableNames = $table ? [$table] : $this->db->getSchema()->getTableNames($schema);
./vendor/yiisoft/yii2/db/pgsql/QueryBuilder.php:193:        $viewNames = $this->db->getSchema()->getViewNames($schema);
./vendor/yiisoft/yii2/db/pgsql/QueryBuilder.php:203:        $this->db->getMasterPdo()->setAttribute(\PDO::ATTR_EMULATE_PREPARES, true);
./vendor/yiisoft/yii2/db/pgsql/QueryBuilder.php:254:        if (($tableSchema = $this->db->getSchema()->getTableSchema($table)) !== null) {
./vendor/yiisoft/yii2/db/pgsql/QueryBuilder.php:257:                if (isset($columnSchemas[$name]) && $columnSchemas[$name]->type === Schema::TYPE_BINARY && is_string($value)) {
./vendor/yiisoft/yii2/db/pgsql/QueryBuilder.php:286:                    $value = $columnSchemas[$columns[$i]]->dbTypecast($value);
./vendor/yiisoft/yii2/db/mysql/Schema.php:198:            $columns = $this->db->createCommand($sql)->queryAll();
./vendor/yiisoft/yii2/db/mysql/Schema.php:232:        $row = $this->db->createCommand('SHOW CREATE TABLE ' . $this->quoteTableName($table->fullName))->queryOne();
./vendor/yiisoft/yii2/db/mysql/Schema.php:269:            $rows = $this->db->createCommand($sql, [':tableName' => $table->name, ':tableName1' => $table->name])->queryAll();
./vendor/yiisoft/yii2/db/mysql/Schema.php:349:        return $this->db->createCommand($sql)->queryColumn();
./vendor/yiisoft/yii2/db/mysql/QueryBuilder.php:60:        $row = $this->db->createCommand('SHOW CREATE TABLE ' . $quotedTable)->queryOne();
./vendor/yiisoft/yii2/db/mysql/QueryBuilder.php:139:                $value = $this->db->createCommand("SELECT MAX(`$key`) FROM $tableName")->queryScalar() + 1;
./vendor/yiisoft/yii2/db/mysql/QueryBuilder.php:208:                $params[$phName] = !is_array($value) && isset($columnSchemas[$name]) ? $columnSchemas[$name]->dbTypecast($value) : $value;
./vendor/yiisoft/yii2/db/mysql/QueryBuilder.php:212:            $columns = !empty($tableSchema->primaryKey) ? $tableSchema->primaryKey : [reset($tableSchema->columns)->name];
./vendor/yiisoft/yii2/db/mysql/QueryBuilder.php:279:        $row = $this->db->createCommand('SHOW CREATE TABLE ' . $quotedTable)->queryOne();
./vendor/yiisoft/yii2/db/ActiveQueryInterface.php:76:     * Customer::find()->with('orders', 'country')->all();
./vendor/yiisoft/yii2/db/ActiveQueryInterface.php:78:     * Customer::find()->with('orders.address')->all();
./vendor/yiisoft/yii2/db/ActiveQueryInterface.php:80:     * Customer::find()->with([
./vendor/yiisoft/yii2/db/ActiveQueryInterface.php:85:     * ])->all();
./vendor/yiisoft/yii2/db/cubrid/Schema.php:134:        $columns = $this->db->createCommand($sql)->queryAll();
./vendor/yiisoft/yii2/db/cubrid/QueryBuilder.php:65:                $value = (int) $this->db->createCommand("SELECT MAX(`$key`) FROM " . $this->db->schema->quoteTableName($tableName))->queryScalar() + 1;
./vendor/yiisoft/yii2/db/cubrid/QueryBuilder.php:163:        $row = $this->db->createCommand('SHOW CREATE TABLE ' . $this->db->quoteTableName($table))->queryOne();
./vendor/yiisoft/yii2/db/ActiveQuery.php:21: * ------------
./vendor/yiisoft/yii2/db/ActiveQuery.php:25: * - [[one()]]: returns a single record populated with the first row of data.
./vendor/yiisoft/yii2/db/ActiveQuery.php:26: * - [[all()]]: returns all records based on the query results.
./vendor/yiisoft/yii2/db/ActiveQuery.php:27: * - [[count()]]: returns the number of records.
./vendor/yiisoft/yii2/db/ActiveQuery.php:28: * - [[sum()]]: returns the sum over the specified column.
./vendor/yiisoft/yii2/db/ActiveQuery.php:29: * - [[average()]]: returns the average over the specified column.
./vendor/yiisoft/yii2/db/ActiveQuery.php:30: * - [[min()]]: returns the min over the specified column.
./vendor/yiisoft/yii2/db/ActiveQuery.php:31: * - [[max()]]: returns the max over the specified column.
./vendor/yiisoft/yii2/db/ActiveQuery.php:32: * - [[scalar()]]: returns the value of the first column in the first row of the query result.
./vendor/yiisoft/yii2/db/ActiveQuery.php:33: * - [[column()]]: returns the value of the first column in the query result.
./vendor/yiisoft/yii2/db/ActiveQuery.php:34: * - [[exists()]]: returns a value indicating whether the query result has data or not.
./vendor/yiisoft/yii2/db/ActiveQuery.php:41: * - [[with()]]: list of relations that this query should be performed with.
./vendor/yiisoft/yii2/db/ActiveQuery.php:42: * - [[joinWith()]]: reuse a relation query definition to add a join to a query.
./vendor/yiisoft/yii2/db/ActiveQuery.php:43: * - [[indexBy()]]: the name of the column by which the query result should be indexed.
./vendor/yiisoft/yii2/db/ActiveQuery.php:44: * - [[asArray()]]: whether to return each record as an array.
./vendor/yiisoft/yii2/db/ActiveQuery.php:49: * $customers = Customer::find()->with('orders')->asArray()->all();
./vendor/yiisoft/yii2/db/ActiveQuery.php:53: * ----------------
./vendor/yiisoft/yii2/db/ActiveQuery.php:319:            list ($sql, $params) = $db->getQueryBuilder()->build($this);
./vendor/yiisoft/yii2/db/ActiveQuery.php:341:        return (new Query)->select([$selectExpression])
./vendor/yiisoft/yii2/db/ActiveQuery.php:342:            ->from(['c' => "({$this->sql})"])
./vendor/yiisoft/yii2/db/ActiveQuery.php:343:            ->params($this->params)
./vendor/yiisoft/yii2/db/ActiveQuery.php:344:            ->createCommand($db)
./vendor/yiisoft/yii2/db/ActiveQuery.php:345:            ->queryScalar();
./vendor/yiisoft/yii2/db/ActiveQuery.php:366:     * - Each array element represents a single relation.
./vendor/yiisoft/yii2/db/ActiveQuery.php:367:     * - You may specify the relation name as the array key and provide an anonymous functions that
./vendor/yiisoft/yii2/db/ActiveQuery.php:369:     * - If a relation query does not need modification, you may use the relation name as the array value.
./vendor/yiisoft/yii2/db/ActiveQuery.php:379:     * Order::find()->joinWith('books', true, 'INNER JOIN')->all();
./vendor/yiisoft/yii2/db/ActiveQuery.php:381:     * Order::find()->joinWith([
./vendor/yiisoft/yii2/db/ActiveQuery.php:385:     * ])->all();
./vendor/yiisoft/yii2/db/ActiveQuery.php:387:     * Order::find()->joinWith(['books b'], true, 'INNER JOIN')->where(['b.category' => 'Science fiction'])->all();
./vendor/yiisoft/yii2/db/ActiveQuery.php:669:     *                 ->onCondition(['active' => true]);
./vendor/yiisoft/yii2/db/ActiveQuery.php:739:     *                 ->viaTable('order_item', ['order_id' => 'id']);
./vendor/yiisoft/yii2/db/QueryTrait.php:280:     * - it is `null`,
./vendor/yiisoft/yii2/db/QueryTrait.php:281:     * - an empty string (`''`),
./vendor/yiisoft/yii2/db/QueryTrait.php:282:     * - a string containing only whitespace characters,
./vendor/yiisoft/yii2/db/QueryTrait.php:283:     * - or an empty array.
./vendor/yiisoft/yii2/db/Query.php:28: *     ->from('user')
./vendor/yiisoft/yii2/db/Query.php:29: *     ->limit(10);
./vendor/yiisoft/yii2/db/Query.php:104:     * - `query`: either a string or a [[Query]] object representing a query
./vendor/yiisoft/yii2/db/Query.php:105:     * - `all`: boolean, whether it should be `UNION ALL` or `UNION`
./vendor/yiisoft/yii2/db/Query.php:126:        list ($sql, $params) = $db->getQueryBuilder()->build($this);
./vendor/yiisoft/yii2/db/Query.php:153:     * $query = (new Query)->from('user');
./vendor/yiisoft/yii2/db/Query.php:181:     * $query = (new Query)->from('user');
./vendor/yiisoft/yii2/db/Query.php:210:        $rows = $this->createCommand($db)->queryAll();
./vendor/yiisoft/yii2/db/Query.php:247:        return $this->createCommand($db)->queryOne();
./vendor/yiisoft/yii2/db/Query.php:260:        return $this->createCommand($db)->queryScalar();
./vendor/yiisoft/yii2/db/Query.php:272:            return $this->createCommand($db)->queryColumn();
./vendor/yiisoft/yii2/db/Query.php:278:        $rows = $this->createCommand($db)->queryAll();
./vendor/yiisoft/yii2/db/Query.php:368:        $command->setSql($command->db->getQueryBuilder()->selectExists($command->getSql()));
./vendor/yiisoft/yii2/db/Query.php:398:            return (new Query)->select([$selectExpression])
./vendor/yiisoft/yii2/db/Query.php:399:                ->from(['c' => $this])
./vendor/yiisoft/yii2/db/Query.php:400:                ->createCommand($command->db)
./vendor/yiisoft/yii2/db/Query.php:401:                ->queryScalar();
./vendor/yiisoft/yii2/db/Query.php:446:     * $query->addSelect(["*", "CONCAT(first_name, ' ', last_name) AS full_name"])->one();
./vendor/yiisoft/yii2/db/Query.php:498:     * $query = (new \yii\db\Query)->from(['u' => 'user', 'profile']);
./vendor/yiisoft/yii2/db/Query.php:501:     * $subquery = (new \yii\db\Query)->from('user')->where(['active' => true])
./vendor/yiisoft/yii2/db/Query.php:502:     * $query = (new \yii\db\Query)->from(['activeusers' => $subquery]);
./vendor/yiisoft/yii2/db/Query.php:507:     * $query = (new \yii\db\Query)->from(['activeusers' => $subquery]);
./vendor/yiisoft/yii2/db/Query.php:598:     * - `<`: the column must be less than the given value.
./vendor/yiisoft/yii2/db/Query.php:599:     * - `>`: the column must be greater than the given value.
./vendor/yiisoft/yii2/db/Query.php:600:     * - `<=`: the column must be less than or equal to the given value.
./vendor/yiisoft/yii2/db/Query.php:601:     * - `>=`: the column must be greater than or equal to the given value.
./vendor/yiisoft/yii2/db/Query.php:602:     * - `<>`: the column must not be the same as the given value.
./vendor/yiisoft/yii2/db/Query.php:603:     * - `=`: the column must be equal to the given value.
./vendor/yiisoft/yii2/db/Query.php:604:     * - If none of the above operators is detected, the `$defaultOperator` will be used.
./vendor/yiisoft/yii2/db/sqlite/Schema.php:112:        return $this->db->createCommand($sql)->queryColumn();
./vendor/yiisoft/yii2/db/sqlite/Schema.php:143:        $columns = $this->db->createCommand($sql)->queryAll();
./vendor/yiisoft/yii2/db/sqlite/Schema.php:155:        if (count($table->primaryKey) === 1 && !strncasecmp($table->columns[$table->primaryKey[0]]->dbType, 'int', 3)) {
./vendor/yiisoft/yii2/db/sqlite/Schema.php:157:            $table->columns[$table->primaryKey[0]]->autoIncrement = true;
./vendor/yiisoft/yii2/db/sqlite/Schema.php:170:        $keys = $this->db->createCommand($sql)->queryAll();
./vendor/yiisoft/yii2/db/sqlite/Schema.php:199:        $indexes = $this->db->createCommand($sql)->queryAll();
./vendor/yiisoft/yii2/db/sqlite/Schema.php:204:            $indexInfo = $this->db->createCommand('PRAGMA index_info(' . $this->quoteValue($index['name']) . ')')->queryAll();
./vendor/yiisoft/yii2/db/sqlite/Schema.php:284:                $this->db->createCommand('PRAGMA read_uncommitted = False;')->execute();
./vendor/yiisoft/yii2/db/sqlite/Schema.php:287:                $this->db->createCommand('PRAGMA read_uncommitted = True;')->execute();
./vendor/yiisoft/yii2/db/sqlite/QueryBuilder.php:57:     * $connection->createCommand()->batchInsert('user', ['name', 'age'], [
./vendor/yiisoft/yii2/db/sqlite/QueryBuilder.php:61:     * ])->execute();
./vendor/yiisoft/yii2/db/sqlite/QueryBuilder.php:96:                    $value = $columnSchemas[$columns[$i]]->dbTypecast($value);
./vendor/yiisoft/yii2/db/sqlite/QueryBuilder.php:137:                    return $db->createCommand("SELECT MAX('$key') FROM $tableName")->queryScalar();
./vendor/yiisoft/yii2/db/sqlite/QueryBuilder.php:140:                $value = (int) $value - 1;
./vendor/yiisoft/yii2/db/sqlite/QueryBuilder.php:143:                $db->createCommand("UPDATE sqlite_sequence SET seq='$value' WHERE name='{$table->name}'")->execute();
./vendor/yiisoft/yii2/db/Connection.php:71: *     $connection->createCommand($sql1)->execute();
./vendor/yiisoft/yii2/db/Connection.php:72: *     $connection->createCommand($sql2)->execute();
./vendor/yiisoft/yii2/db/Connection.php:409:     *     return $db->createCommand('SELECT * FROM customer WHERE id=1')->queryOne();
./vendor/yiisoft/yii2/db/Connection.php:452:     *         return $db->createCommand('SELECT * FROM customer WHERE id=1')->queryOne();
./vendor/yiisoft/yii2/db/Connection.php:725:        return $this->getSchema()->getQueryBuilder();
./vendor/yiisoft/yii2/db/Connection.php:736:        return $this->getSchema()->getTableSchema($name, $refresh);
./vendor/yiisoft/yii2/db/Connection.php:747:        return $this->getSchema()->getLastInsertID($sequenceName);
./vendor/yiisoft/yii2/db/Connection.php:759:        return $this->getSchema()->quoteValue($value);
./vendor/yiisoft/yii2/db/Connection.php:772:        return $this->getSchema()->quoteTableName($name);
./vendor/yiisoft/yii2/db/Connection.php:785:        return $this->getSchema()->quoteColumnName($name);
./vendor/yiisoft/yii2/db/Connection.php:800:            '/(\\{\\{(%?[\w\-\. ]+%?)\\}\\}|\\[\\[([\w\-\. ]+)\\]\\])/',
./vendor/yiisoft/yii2/db/Connection.php:823:                $this->_driverName = strtolower($this->getSlavePdo()->getAttribute(PDO::ATTR_DRIVER_NAME));
./vendor/yiisoft/yii2/db/Connection.php:895:     *     return $db->createCommand('SELECT * FROM user LIMIT 1')->queryOne();
./vendor/yiisoft/yii2/db/BatchQueryResult.php:20: * $query = (new Query)->from('user');
./vendor/yiisoft/yii2/db/BatchQueryResult.php:138:            $this->_dataReader = $this->query->createCommand($this->db)->query();
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:105:     * $customer = Customer::find()->where(['id' => 1])->one();
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:109:     *     ->where(['status' => 1])
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:110:     *     ->orderBy('age')
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:111:     *     ->all();
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:137:     *         return parent::find()->where(['deleted' => false]);
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:143:     * $customers = Customer::find()->andWhere('age>30')->all();
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:147:     * $customers = Customer::find()->where('age>30')->all();
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:158:     *  - a scalar value (integer or string): query by a single primary key value and return the
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:160:     *  - a non-associative array: query by a list of primary key values and return the
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:162:     *  - an associative array of name-value pairs: query by a set of attribute values and return a single record
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:173:     * $customer = Customer::find()->where(['id' => 10])->one();
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:179:     * $customer = Customer::find()->where(['age' => 30, 'status' => 1])->one();
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:192:     *  - a scalar value (integer or string): query by a single primary key value and return an array containing the
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:194:     *  - a non-associative array: query by a list of primary key values and return the
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:198:     *  - an associative array of name-value pairs: query by a set of attribute values and return an array of records
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:210:     * $customers = Customer::find()->where(['id' => 10])->all();
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:216:     * $customers = Customer::find()->where(['id' => [10, 11, 12]])->all();
./vendor/yiisoft/yii2/db/ActiveRecordInterface.php:222:     * $customers = Customer::find()->where(['age' => 30, 'status' => 1])->all();
./vendor/yiisoft/yii2/db/oci/Schema.php:141:            ])->queryAll();
./vendor/yiisoft/yii2/db/oci/Schema.php:178:        $sequenceName = $this->db->createCommand($seq_name_sql, [':tableName' => $tableName])->queryScalar();
./vendor/yiisoft/yii2/db/oci/Schema.php:184:     * @see http://www.php.net/manual/en/function.PDO-lastInsertId.php -> Oracle does not support this
./vendor/yiisoft/yii2/db/oci/Schema.php:197:                return $db->createCommand("SELECT {$sequenceName}.CURRVAL FROM DUAL")->queryScalar();
./vendor/yiisoft/yii2/db/oci/Schema.php:232:                            && $defaultValue[$len - 1] === "'"
./vendor/yiisoft/yii2/db/oci/Schema.php:276:                $table->columns[$row['COLUMN_NAME']]->isPrimaryKey = true;
./vendor/yiisoft/yii2/db/oci/Schema.php:317:        return $this->db->createCommand($sql)->queryColumn();
./vendor/yiisoft/yii2/db/oci/Schema.php:454:        $sql = $this->db->getQueryBuilder()->insert($table, $columns, $params);
./vendor/yiisoft/yii2/db/oci/Schema.php:466:                if (!isset($columnSchemas[$name]) || $columnSchemas[$name]->phpType !== 'integer') {
./vendor/yiisoft/yii2/db/oci/Schema.php:471:                $returnParams[$phName]['size'] = isset($columnSchemas[$name]) && isset($columnSchemas[$name]->size) ? $columnSchemas[$name]->size : -1;
./vendor/yiisoft/yii2/db/oci/QueryBuilder.php:140:                return $db->createCommand("SELECT MAX(\"{$tableSchema->primaryKey}\") FROM \"{$tableSchema->name}\"")->queryScalar();
./vendor/yiisoft/yii2/db/oci/QueryBuilder.php:191:                $params[$phName] = !is_array($value) && isset($columnSchemas[$name]) ? $columnSchemas[$name]->dbTypecast($value) : $value;
./vendor/yiisoft/yii2/db/oci/QueryBuilder.php:195:            $columns = !empty($tableSchema->primaryKey) ? $tableSchema->primaryKey : reset($tableSchema->columns)->name;
./vendor/yiisoft/yii2/db/oci/QueryBuilder.php:244:                    $value = $columnSchemas[$columns[$i]]->dbTypecast($value);
./vendor/yiisoft/yii2/db/Schema.php:405:        $this->db->createCommand("SAVEPOINT $name")->execute();
./vendor/yiisoft/yii2/db/Schema.php:414:        $this->db->createCommand("RELEASE SAVEPOINT $name")->execute();
./vendor/yiisoft/yii2/db/Schema.php:423:        $this->db->createCommand("ROLLBACK TO SAVEPOINT $name")->execute();
./vendor/yiisoft/yii2/db/Schema.php:436:        $this->db->createCommand("SET TRANSACTION ISOLATION LEVEL $level;")->execute();
./vendor/yiisoft/yii2/db/Schema.php:448:        $command = $this->db->createCommand()->insert($table, $columns);
./vendor/yiisoft/yii2/db/Schema.php:455:            if ($tableSchema->columns[$name]->autoIncrement) {
./vendor/yiisoft/yii2/db/Schema.php:459:                $result[$name] = isset($columns[$name]) ? $columns[$name] : $tableSchema->columns[$name]->defaultValue;
./vendor/yiisoft/yii2/db/Schema.php:478:        if (($value = $this->db->getSlavePdo()->quote($str)) !== false) {
./vendor/yiisoft/yii2/db/Command.php:27: * $users = $connection->createCommand('SELECT * FROM user')->queryAll();
./vendor/yiisoft/yii2/db/Command.php:40: * $connection->createCommand()->insert('user', [
./vendor/yiisoft/yii2/db/Command.php:43: * ])->execute();
./vendor/yiisoft/yii2/db/Command.php:218:        if ($forRead || $forRead === null && $this->db->getSchema()->isReadQuery($sql)) {
./vendor/yiisoft/yii2/db/Command.php:261:            $dataType = $this->db->getSchema()->getPdoType($value);
./vendor/yiisoft/yii2/db/Command.php:301:            $dataType = $this->db->getSchema()->getPdoType($value);
./vendor/yiisoft/yii2/db/Command.php:413:     * $connection->createCommand()->insert('user', [
./vendor/yiisoft/yii2/db/Command.php:416:     * ])->execute();
./vendor/yiisoft/yii2/db/Command.php:430:        $sql = $this->db->getQueryBuilder()->insert($table, $columns, $params);
./vendor/yiisoft/yii2/db/Command.php:432:        return $this->setSql($sql)->bindValues($params);
./vendor/yiisoft/yii2/db/Command.php:440:     * $connection->createCommand()->batchInsert('user', ['name', 'age'], [
./vendor/yiisoft/yii2/db/Command.php:444:     * ])->execute();
./vendor/yiisoft/yii2/db/Command.php:460:        $sql = $this->db->getQueryBuilder()->batchInsert($table, $columns, $rows);
./vendor/yiisoft/yii2/db/Command.php:470:     * $connection->createCommand()->update('user', ['status' => 1], 'age > 30')->execute();
./vendor/yiisoft/yii2/db/Command.php:486:        $sql = $this->db->getQueryBuilder()->update($table, $columns, $condition, $params);
./vendor/yiisoft/yii2/db/Command.php:488:        return $this->setSql($sql)->bindValues($params);
./vendor/yiisoft/yii2/db/Command.php:496:     * $connection->createCommand()->delete('user', 'status = 0')->execute();
./vendor/yiisoft/yii2/db/Command.php:511:        $sql = $this->db->getQueryBuilder()->delete($table, $condition, $params);
./vendor/yiisoft/yii2/db/Command.php:513:        return $this->setSql($sql)->bindValues($params);
./vendor/yiisoft/yii2/db/Command.php:536:        $sql = $this->db->getQueryBuilder()->createTable($table, $columns, $options);
./vendor/yiisoft/yii2/db/Command.php:549:        $sql = $this->db->getQueryBuilder()->renameTable($table, $newName);
./vendor/yiisoft/yii2/db/Command.php:551:        return $this->setSql($sql)->requireTableSchemaRefresh($table);
./vendor/yiisoft/yii2/db/Command.php:561:        $sql = $this->db->getQueryBuilder()->dropTable($table);
./vendor/yiisoft/yii2/db/Command.php:563:        return $this->setSql($sql)->requireTableSchemaRefresh($table);
./vendor/yiisoft/yii2/db/Command.php:573:        $sql = $this->db->getQueryBuilder()->truncateTable($table);
./vendor/yiisoft/yii2/db/Command.php:589:        $sql = $this->db->getQueryBuilder()->addColumn($table, $column, $type);
./vendor/yiisoft/yii2/db/Command.php:591:        return $this->setSql($sql)->requireTableSchemaRefresh($table);
./vendor/yiisoft/yii2/db/Command.php:602:        $sql = $this->db->getQueryBuilder()->dropColumn($table, $column);
./vendor/yiisoft/yii2/db/Command.php:604:        return $this->setSql($sql)->requireTableSchemaRefresh($table);
./vendor/yiisoft/yii2/db/Command.php:616:        $sql = $this->db->getQueryBuilder()->renameColumn($table, $oldName, $newName);
./vendor/yiisoft/yii2/db/Command.php:618:        return $this->setSql($sql)->requireTableSchemaRefresh($table);
./vendor/yiisoft/yii2/db/Command.php:632:        $sql = $this->db->getQueryBuilder()->alterColumn($table, $column, $type);
./vendor/yiisoft/yii2/db/Command.php:634:        return $this->setSql($sql)->requireTableSchemaRefresh($table);
./vendor/yiisoft/yii2/db/Command.php:647:        $sql = $this->db->getQueryBuilder()->addPrimaryKey($name, $table, $columns);
./vendor/yiisoft/yii2/db/Command.php:649:        return $this->setSql($sql)->requireTableSchemaRefresh($table);
./vendor/yiisoft/yii2/db/Command.php:660:        $sql = $this->db->getQueryBuilder()->dropPrimaryKey($name, $table);
./vendor/yiisoft/yii2/db/Command.php:662:        return $this->setSql($sql)->requireTableSchemaRefresh($table);
./vendor/yiisoft/yii2/db/Command.php:679:        $sql = $this->db->getQueryBuilder()->addForeignKey($name, $table, $columns, $refTable, $refColumns, $delete, $update);
./vendor/yiisoft/yii2/db/Command.php:692:        $sql = $this->db->getQueryBuilder()->dropForeignKey($name, $table);
./vendor/yiisoft/yii2/db/Command.php:708:        $sql = $this->db->getQueryBuilder()->createIndex($name, $table, $columns, $unique);
./vendor/yiisoft/yii2/db/Command.php:721:        $sql = $this->db->getQueryBuilder()->dropIndex($name, $table);
./vendor/yiisoft/yii2/db/Command.php:738:        $sql = $this->db->getQueryBuilder()->resetSequence($table, $value);
./vendor/yiisoft/yii2/db/Command.php:754:        $sql = $this->db->getQueryBuilder()->checkIntegrity($check, $schema, $table);
./vendor/yiisoft/yii2/db/Command.php:770:        $sql = $this->db->getQueryBuilder()->addCommentOnColumn($table, $column, $comment);
./vendor/yiisoft/yii2/db/Command.php:785:        $sql = $this->db->getQueryBuilder()->addCommentOnTable($table, $comment);
./vendor/yiisoft/yii2/db/Command.php:800:        $sql = $this->db->getQueryBuilder()->dropCommentFromColumn($table, $column);
./vendor/yiisoft/yii2/db/Command.php:814:        $sql = $this->db->getQueryBuilder()->dropCommentFromTable($table);
./vendor/yiisoft/yii2/db/Command.php:854:            throw $this->db->getSchema()->convertException($e, $rawSql);
./vendor/yiisoft/yii2/db/Command.php:915:            throw $this->db->getSchema()->convertException($e, $rawSql);
./vendor/yiisoft/yii2/db/Command.php:945:            $this->db->getSchema()->refreshTableSchema($this->_refreshTableName);
./vendor/yiisoft/yii2/db/QueryInterface.php:81:     * - hash format: `['column1' => value1, 'column2' => value2, ...]`
./vendor/yiisoft/yii2/db/QueryInterface.php:82:     * - operator format: `[operator, operand1, operand2, ...]`
./vendor/yiisoft/yii2/db/QueryInterface.php:89:     * - `['type' => 1, 'status' => 2]` generates `(type = 1) AND (status = 2)`.
./vendor/yiisoft/yii2/db/QueryInterface.php:90:     * - `['id' => [1, 2, 3], 'status' => 2]` generates `(id IN (1, 2, 3)) AND (status = 2)`.
./vendor/yiisoft/yii2/db/QueryInterface.php:91:     * - `['status' => null]` generates `status IS NULL`.
./vendor/yiisoft/yii2/db/QueryInterface.php:96:     * - **and**: the operands should be concatenated together using `AND`. For example,
./vendor/yiisoft/yii2/db/QueryInterface.php:102:     * - **or**: similar to the `and` operator except that the operands are concatenated using `OR`. For example,
./vendor/yiisoft/yii2/db/QueryInterface.php:105:     * - **not**: this will take only one operand and build the negation of it by prefixing the query string with `NOT`.
./vendor/yiisoft/yii2/db/QueryInterface.php:108:     * - **between**: operand 1 should be the column name, and operand 2 and 3 should be the
./vendor/yiisoft/yii2/db/QueryInterface.php:112:     * - **not between**: similar to `between` except the `BETWEEN` is replaced with `NOT BETWEEN`
./vendor/yiisoft/yii2/db/QueryInterface.php:115:     * - **in**: operand 1 should be a column or DB expression, and operand 2 be an array representing
./vendor/yiisoft/yii2/db/QueryInterface.php:124:     *   `['in', 'user_id', (new Query())->select('id')->from('users')->where(['active' => 1])]`
./vendor/yiisoft/yii2/db/QueryInterface.php:126:     * - **not in**: similar to the `in` operator except that `IN` is replaced with `NOT IN` in the generated condition.
./vendor/yiisoft/yii2/db/QueryInterface.php:128:     * - **like**: operand 1 should be a column or DB expression, and operand 2 be a string or an array representing
./vendor/yiisoft/yii2/db/QueryInterface.php:138:     * - **or like**: similar to the `like` operator except that `OR` is used to concatenate the `LIKE`
./vendor/yiisoft/yii2/db/QueryInterface.php:141:     * - **not like**: similar to the `like` operator except that `LIKE` is replaced with `NOT LIKE`
./vendor/yiisoft/yii2/db/QueryInterface.php:144:     * - **or not like**: similar to the `not like` operator except that `OR` is used to concatenate
./vendor/yiisoft/yii2/db/QueryInterface.php:147:     * - **exists**: operand 1 is a query object that used to build an `EXISTS` condition. For example
./vendor/yiisoft/yii2/db/QueryInterface.php:148:     *   `['exists', (new Query())->select('id')->from('users')->where(['active' => 1])]` will result in the following SQL expression:
./vendor/yiisoft/yii2/db/QueryInterface.php:151:     * - **not exists**: similar to the `exists` operator except that `EXISTS` is replaced with `NOT EXISTS` in the generated condition.
./vendor/yiisoft/yii2/db/QueryInterface.php:153:     * - Additionally you can specify arbitrary operators as follows: A condition of `['>=', 'id', 10]` will result in the
./vendor/yiisoft/yii2/db/mssql/PDO.php:26:        return $this->query('SELECT CAST(COALESCE(SCOPE_IDENTITY(), @@IDENTITY) AS bigint)')->fetchColumn();
./vendor/yiisoft/yii2/db/mssql/PDO.php:80:                    return $this->query("SELECT CAST(SERVERPROPERTY('productversion') AS VARCHAR)")->fetchColumn();
./vendor/yiisoft/yii2/db/mssql/Schema.php:77:        $this->db->createCommand("SAVE TRANSACTION $name")->execute();
./vendor/yiisoft/yii2/db/mssql/Schema.php:93:        $this->db->createCommand("ROLLBACK TRANSACTION $name")->execute();
./vendor/yiisoft/yii2/db/mssql/Schema.php:267:            $columns = $this->db->createCommand($sql)->queryAll();
./vendor/yiisoft/yii2/db/mssql/Schema.php:325:            ->createCommand($sql, [
./vendor/yiisoft/yii2/db/mssql/Schema.php:330:            ->queryAll();
./vendor/yiisoft/yii2/db/mssql/Schema.php:384:        ])->queryAll();
./vendor/yiisoft/yii2/db/mssql/Schema.php:409:        return $this->db->createCommand($sql, [':schema' => $schema])->queryColumn();
./vendor/yiisoft/yii2/db/TableSchema.php:97:                $this->columns[$key]->isPrimaryKey = true;
./vendor/yiisoft/yii2/db/Expression.php:19: * $now = (new \yii\db\Query)->select($expression)->scalar();  // SELECT NOW();
./vendor/yiisoft/yii2/db/BaseActiveRecord.php:107:        return static::findByCondition($condition)->one();
./vendor/yiisoft/yii2/db/BaseActiveRecord.php:116:        return static::findByCondition($condition)->all();
./vendor/yiisoft/yii2/db/BaseActiveRecord.php:1266:                static::getDb()->createCommand()
./vendor/yiisoft/yii2/db/BaseActiveRecord.php:1267:                    ->insert($viaTable, $columns)->execute();
./vendor/yiisoft/yii2/db/BaseActiveRecord.php:1356:                $command = static::getDb()->createCommand();
./vendor/yiisoft/yii2/db/BaseActiveRecord.php:1358:                    $command->delete($viaTable, $columns)->execute();
./vendor/yiisoft/yii2/db/BaseActiveRecord.php:1360:                    $command->update($viaTable, $nulls, $columns)->execute();
./vendor/yiisoft/yii2/db/BaseActiveRecord.php:1449:                $command = static::getDb()->createCommand();
./vendor/yiisoft/yii2/db/BaseActiveRecord.php:1451:                    $command->delete($viaTable, $condition)->execute();
./vendor/yiisoft/yii2/db/BaseActiveRecord.php:1453:                    $command->update($viaTable, $nulls, $condition)->execute();
./vendor/yiisoft/yii2/db/Transaction.php:24: *     $connection->createCommand($sql1)->execute();
./vendor/yiisoft/yii2/db/Transaction.php:25: *     $connection->createCommand($sql2)->execute();
./vendor/yiisoft/yii2/db/Transaction.php:116:                $this->db->getSchema()->setTransactionIsolationLevel($isolationLevel);
./vendor/yiisoft/yii2/db/Transaction.php:147:        $this->_level--;
./vendor/yiisoft/yii2/db/Transaction.php:176:        $this->_level--;
./vendor/yiisoft/yii2/db/Transaction.php:213:        $this->db->getSchema()->setTransactionIsolationLevel($level);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:22: *   'name' => $this->string(64)->notNull(),
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:23: *   'type' => $this->integer()->notNull()->defaultValue(10),
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:27: *   'created_at' => $this->datetime()->notNull(),
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:51:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_PK, $length);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:63:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_BIGPK, $length);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:75:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_CHAR, $length);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:87:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_STRING, $length);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:97:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_TEXT);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:109:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_SMALLINT, $length);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:121:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_INTEGER, $length);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:133:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_BIGINT, $length);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:145:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_FLOAT, $precision);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:157:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_DOUBLE, $precision);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:180:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_DECIMAL, $length);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:192:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_DATETIME, $precision);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:204:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_TIMESTAMP, $precision);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:216:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_TIME, $precision);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:226:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_DATE);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:238:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_BINARY, $length);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:248:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_BOOLEAN);
./vendor/yiisoft/yii2/db/SchemaBuilderTrait.php:271:        return $this->getDb()->getSchema()->createColumnSchemaBuilder(Schema::TYPE_MONEY, $length);
./vendor/yiisoft/yii2/db/QueryBuilder.php:168:                $params[$phName] = !is_array($value) && isset($columnSchemas[$name]) ? $columnSchemas[$name]->dbTypecast($value) : $value;
./vendor/yiisoft/yii2/db/QueryBuilder.php:216:                    $value = $columnSchemas[$columns[$i]]->dbTypecast($value);
./vendor/yiisoft/yii2/db/QueryBuilder.php:275:                $params[$phName] = !is_array($value) && isset($columnSchemas[$name]) ? $columnSchemas[$name]->dbTypecast($value) : $value;
./vendor/yiisoft/yii2/db/QueryBuilder.php:635:     * - `pk`: an auto-incremental primary key type, will be converted into "int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY"
./vendor/yiisoft/yii2/db/QueryBuilder.php:636:     * - `bigpk`: an auto-incremental primary key type, will be converted into "bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY"
./vendor/yiisoft/yii2/db/QueryBuilder.php:637:     * - `unsignedpk`: an unsigned auto-incremental primary key type, will be converted into "int(11) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY"
./vendor/yiisoft/yii2/db/QueryBuilder.php:638:     * - `char`: char type, will be converted into "char(1)"
./vendor/yiisoft/yii2/db/QueryBuilder.php:639:     * - `string`: string type, will be converted into "varchar(255)"
./vendor/yiisoft/yii2/db/QueryBuilder.php:640:     * - `text`: a long string type, will be converted into "text"
./vendor/yiisoft/yii2/db/QueryBuilder.php:641:     * - `smallint`: a small integer type, will be converted into "smallint(6)"
./vendor/yiisoft/yii2/db/QueryBuilder.php:642:     * - `integer`: integer type, will be converted into "int(11)"
./vendor/yiisoft/yii2/db/QueryBuilder.php:643:     * - `bigint`: a big integer type, will be converted into "bigint(20)"
./vendor/yiisoft/yii2/db/QueryBuilder.php:644:     * - `boolean`: boolean type, will be converted into "tinyint(1)"
./vendor/yiisoft/yii2/db/QueryBuilder.php:645:     * - `float``: float number type, will be converted into "float"
./vendor/yiisoft/yii2/db/QueryBuilder.php:646:     * - `decimal`: decimal number type, will be converted into "decimal"
./vendor/yiisoft/yii2/db/QueryBuilder.php:647:     * - `datetime`: datetime type, will be converted into "datetime"
./vendor/yiisoft/yii2/db/QueryBuilder.php:648:     * - `timestamp`: timestamp type, will be converted into "timestamp"
./vendor/yiisoft/yii2/db/QueryBuilder.php:649:     * - `time`: time type, will be converted into "time"
./vendor/yiisoft/yii2/db/QueryBuilder.php:650:     * - `date`: date type, will be converted into "date"
./vendor/yiisoft/yii2/db/QueryBuilder.php:651:     * - `money`: money type, will be converted into "decimal(19,4)"
./vendor/yiisoft/yii2/db/QueryBuilder.php:652:     * - `binary`: binary data type, will be converted into "blob"
./vendor/yiisoft/yii2/db/QueryBuilder.php:1297:     * - The first operand is the column name.
./vendor/yiisoft/yii2/db/QueryBuilder.php:1298:     * - The second operand is a single value or an array of values that column value
./vendor/yiisoft/yii2/db/QueryBuilder.php:1302:     * - An optional third operand can also be provided to specify how to escape special characters
./vendor/yiisoft/yii2/behaviors/SluggableBehavior.php:96:     * @var array configuration for slug uniqueness validator. Parameter 'class' may be omitted - by default
./vendor/yiisoft/yii2/behaviors/SluggableBehavior.php:186:     * concatenated by dashes (`-`).
./vendor/yiisoft/yii2/behaviors/SluggableBehavior.php:192:        return Inflector::slug(implode('-', $slugParts));
./vendor/yiisoft/yii2/behaviors/SluggableBehavior.php:251:        return $baseSlug . '-' . ($iteration + 1);
./vendor/yiisoft/yii2/behaviors/AttributeTypecastBehavior.php:56: * Tip: you may left [[attributeTypes]] blank - in this case its value will be detected
./vendor/yiisoft/yii2/behaviors/AttributeTypecastBehavior.php:91: * - after successful model validation
./vendor/yiisoft/yii2/behaviors/AttributeTypecastBehavior.php:92: * - before model save (insert or update)
./vendor/yiisoft/yii2/behaviors/AttributeTypecastBehavior.php:93: * - after model find (found by query or refreshed)
./vendor/yiisoft/yii2/messages/pl/yii.php:40:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Wyświetlone <b>{begin, number}-{end, number}</b> z <b>{totalCount, number}</b>.',
./vendor/yiisoft/yii2/messages/pl/yii.php:53:    'Unknown option: --{name}' => 'Nieznana opcja: --{name}',
./vendor/yiisoft/yii2/messages/uz/yii.php:62:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Namoyish etilayabdi <b>{begin, number}-{end, number}</b> ta yozuv <b>{totalCount, number}</b> tadan.',
./vendor/yiisoft/yii2/messages/uz/yii.php:76:    'Unknown option: --{name}' => 'Noaniq opsiya: --{name}',
./vendor/yiisoft/yii2/messages/pt/yii.php:38:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'A exibir <b>{begin, number}-{end, number}</b> de <b>{totalCount, number}</b> {totalCount, plural, one{item} other{itens}}.',
./vendor/yiisoft/yii2/messages/pt/yii.php:51:    'Unknown option: --{name}' => 'Opção desconhecida : --{name}',
./vendor/yiisoft/yii2/messages/sr-Latn/yii.php:66:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Prikazano <b>{begin, number}-{end, number}</b> od <b>{totalCount, number}</b> {totalCount, plural, =1{# stavke} one{# stavke} few{# stavke} many{# stavki} other{# stavki}}.',
./vendor/yiisoft/yii2/messages/sr-Latn/yii.php:79:    'Unknown option: --{name}' => 'Nepoznata opcija: --{name}',
./vendor/yiisoft/yii2/messages/sr/yii.php:66:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Приказано <b>{begin, number}-{end, number}</b> од <b>{totalCount, number}</b> {totalCount, plural, =1{# ставке} one{# ставкe} few{# ставке} many{# ставки} other{# ставки}}.',
./vendor/yiisoft/yii2/messages/sr/yii.php:79:    'Unknown option: --{name}' => 'Непозната опција: --{name}',
./vendor/yiisoft/yii2/messages/de/yii.php:40:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Zeige <b>{begin, number}-{end, number}</b> von <b>{totalCount, number}</b> {totalCount, plural, one{Eintrag} other{Einträgen}}.',
./vendor/yiisoft/yii2/messages/de/yii.php:53:    'Unknown alias: -{name}' => 'Unbekannter Alias: -{name}',
./vendor/yiisoft/yii2/messages/de/yii.php:54:    'Unknown option: --{name}' => 'Unbekannte Option: --{name}',
./vendor/yiisoft/yii2/messages/ru/yii.php:44:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Показаны записи <b>{begin, number}-{end, number}</b> из <b>{totalCount, number}</b>.',
./vendor/yiisoft/yii2/messages/ru/yii.php:57:    'Unknown option: --{name}' => 'Неизвестная опция: --{name}',
./vendor/yiisoft/yii2/messages/fa/yii.php:42:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'نمایش <b>{begin, number} تا {end, number}</b> مورد از کل <b>{totalCount, number}</b> مورد.',
./vendor/yiisoft/yii2/messages/fa/yii.php:55:    'Unknown option: --{name}' => 'گزینه ناشناخته: --{name}',
./vendor/yiisoft/yii2/messages/fi/yii.php:46:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Näytetään <b>{begin, number}-{end, number}</b> kaikkiaan <b>{totalCount, number}</b> {totalCount, plural, one{tuloksesta} other{tuloksesta}}.',
./vendor/yiisoft/yii2/messages/fi/yii.php:59:    'Unknown option: --{name}' => 'Tuntematon valinta: --{name}',
./vendor/yiisoft/yii2/messages/pt-BR/yii.php:73:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Exibindo <b>{begin, number}-{end, number}</b> de <b>{totalCount, number}</b> {totalCount, plural, one{item} other{itens}}.',
./vendor/yiisoft/yii2/messages/pt-BR/yii.php:86:    'Unknown option: --{name}' => 'Opção desconhecida : --{name}',
./vendor/yiisoft/yii2/messages/it/yii.php:20:    'Unknown alias: -{name}' => 'Alias sconosciuto: -{name}',
./vendor/yiisoft/yii2/messages/it/yii.php:64:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Visualizzo <b>{begin, number}-{end, number}</b> di <b>{totalCount, number}</b> {totalCount, plural, one{elemento} other{elementi}}.',
./vendor/yiisoft/yii2/messages/it/yii.php:77:    'Unknown option: --{name}' => 'Opzione Sconosciuta: --{name}',
./vendor/yiisoft/yii2/messages/lt/yii.php:61:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Rodomi rezultatai <b>{begin, number}-{end, number}</b> iš <b>{totalCount, number}</b>.',
./vendor/yiisoft/yii2/messages/lt/yii.php:74:    'Unknown option: --{name}' => 'Nežinomas pasirinkimas: --{name}',
./vendor/yiisoft/yii2/messages/nl/yii.php:38:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Resultaat <b>{begin, number}-{end, number}</b> van <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.',
./vendor/yiisoft/yii2/messages/nl/yii.php:51:    'Unknown option: --{name}' => 'Onbekende optie: --{name}',
./vendor/yiisoft/yii2/messages/vi/yii.php:40:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Trình bày <b>{begin, number}-{end, number}</b> trong số <b>{totalCount, number}</b> mục.',
./vendor/yiisoft/yii2/messages/vi/yii.php:54:    'Unknown option: --{name}' => 'Tùy chọn không biết: --{name}',
./vendor/yiisoft/yii2/messages/es/yii.php:83:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Mostrando <b>{begin, number}-{end, number}</b> de <b>{totalCount, number}</b> {totalCount, plural, one{elemento} other{elementos}}.',
./vendor/yiisoft/yii2/messages/es/yii.php:95:    'Unknown alias: -{name}' => 'Alias desconocido: -{name}',
./vendor/yiisoft/yii2/messages/es/yii.php:96:    'Unknown option: --{name}' => 'Opción desconocida: --{name}',
./vendor/yiisoft/yii2/messages/ja/yii.php:38:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => '<b>{totalCount, number}</b> 件中 <b>{begin, number}</b> から <b>{end, number}</b> までを表示しています。',
./vendor/yiisoft/yii2/messages/ja/yii.php:52:    'Unknown alias: -{name}' => '不明なエイリアス: -{name}',
./vendor/yiisoft/yii2/messages/ja/yii.php:53:    'Unknown option: --{name}' => '不明なオプション: --{name}',
./vendor/yiisoft/yii2/messages/tg/yii.php:62:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Манзури <b>{begin, number}-{end, number}</b> аз <b>{totalCount, number}</b>.',
./vendor/yiisoft/yii2/messages/tg/yii.php:74:    'Unknown option: --{name}' => 'Гузинаи номаълум: --{name}',
./vendor/yiisoft/yii2/messages/lv/yii.php:62:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Tiek rādīti ieraksti <b>{begin, number}-{end, number}</b> no <b>{totalCount, number}</b>.',
./vendor/yiisoft/yii2/messages/lv/yii.php:76:    'Unknown option: --{name}' => 'Nezināma izvēle: --{name}',
./vendor/yiisoft/yii2/messages/fr/yii.php:44:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Affichage de <b>{begin, number}-{end, number}</b> sur <b>{totalCount, number}</b> {totalCount, plural, one{élément} other{éléments}}.',
./vendor/yiisoft/yii2/messages/fr/yii.php:57:    'Unknown option: --{name}' => 'Option inconnue : --{name}',
./vendor/yiisoft/yii2/messages/id/yii.php:42:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Menampilkan <b>{begin, number}-{end, number}</b> dari <b>{totalCount, number}</b> {totalCount, plural, one{item} other{item}}.',
./vendor/yiisoft/yii2/messages/id/yii.php:55:    'Unknown option: --{name}' => 'Opsi tidak dikenal: --{name}',
./vendor/yiisoft/yii2/messages/uk/yii.php:44:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Показані <b>{begin, number}-{end, number}</b> із <b>{totalCount, number}</b> {totalCount, plural, one{запису} other{записів}}.',
./vendor/yiisoft/yii2/messages/uk/yii.php:57:    'Unknown option: --{name}' => 'Невідома опція : --{name}',
./vendor/yiisoft/yii2/messages/he/yii.php:38:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'מציג <b>{begin, number}-{end, number}</b> מתוך <b>{totalCount, number}</b> {totalCount, plural, one{רשומה} other{רשומות}}.',
./vendor/yiisoft/yii2/messages/he/yii.php:51:    'Unknown option: --{name}' => 'Unknown option: --{name}',
./vendor/yiisoft/yii2/messages/hr/yii.php:40:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Prikazuj  <b>{begin, number}-{end, number}</b> od <b>{totalCount, number}</b> {totalCount, plural, =1{stavka} one{# stavka} few{# stavke} many{# stavki} other{# stavki}}.',
./vendor/yiisoft/yii2/messages/hr/yii.php:53:    'Unknown option: --{name}' => 'Nepoznata opcija: --{name}',
./vendor/yiisoft/yii2/messages/ro/yii.php:38:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Sunt afișați itemii <b>{begin, number}-{end, number}</b> din <b>{totalCount, number}</b>.',
./vendor/yiisoft/yii2/messages/ro/yii.php:51:    'Unknown option: --{name}' => 'Opțiune necunoscută : --{name}',
./vendor/yiisoft/yii2/messages/cs/yii.php:40:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => '{totalCount, plural, one{Zobrazen} few{Zobrazeny} other{Zobrazeno}} <b>{totalCount, plural, one{{begin, number}} other{{begin, number}-{end, number}}}</b> z <b>{totalCount, number}</b> {totalCount, plural, one{záznamu} other{záznamů}}.',
./vendor/yiisoft/yii2/messages/cs/yii.php:54:    'Unknown option: --{name}' => 'Neznámá volba: --{name}',
./vendor/yiisoft/yii2/messages/sk/yii.php:39:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Zobrazujem <b>{begin, number}-{end, number}</b> z <b>{totalCount, number}</b> {totalCount, plural, one{záznam} other{záznamov}}.',
./vendor/yiisoft/yii2/messages/sk/yii.php:52:    'Unknown option: --{name}' => 'Neznáme nastavenie: --{name}',
./vendor/yiisoft/yii2/messages/el/yii.php:57:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Εμφανίζονται <b>{begin, number}-{end, number}</b> από <b>{totalCount, number}</b>.',
./vendor/yiisoft/yii2/messages/el/yii.php:70:    'Unknown option: --{name}' => 'Άγνωστη επιλογή: --{name}',
./vendor/yiisoft/yii2/messages/ka/yii.php:38:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'ნაჩვენებია ჩანაწერები <b>{begin, number}-{end, number}</b> из <b>{totalCount, number}</b>.',
./vendor/yiisoft/yii2/messages/ka/yii.php:51:    'Unknown option: --{name}' => 'უცნობი ოფცია: --{name}',
./vendor/yiisoft/yii2/messages/et/yii.php:40:  'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Näitan <b>{totalCount, number}</b> {totalCount, plural, one{üksusest} other{üksusest}} <b>{begin, number}-{end, number}</b>.',
./vendor/yiisoft/yii2/messages/et/yii.php:54:  'Unknown option: --{name}' => 'Tundmatu valik: --{name}',
./vendor/yiisoft/yii2/messages/da/yii.php:40:  'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Viser <b>{begin, number}-{end, number}</b> af <b>{totalCount, number}</b> {totalCount, plural, one{element} other{elementer}}.',
./vendor/yiisoft/yii2/messages/da/yii.php:54:  'Unknown option: --{name}' => 'Ukendt option: --{name}',
./vendor/yiisoft/yii2/messages/th/yii.php:39:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'แสดง <b>{begin, number} ถึง {end, number}</b> จาก <b>{totalCount, number}</b> ผลลัพธ์',
./vendor/yiisoft/yii2/messages/th/yii.php:52:    'Unknown option: --{name}' => 'ไม่รู้จักตัวเลือก: --{name}',
./vendor/yiisoft/yii2/messages/bs/yii.php:38:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Prikazano <b>{begin, number}-{end, number}</b> od <b>{totalCount, number}</b> {totalCount, plural, one{stavke} other{stavki}}.',
./vendor/yiisoft/yii2/messages/bs/yii.php:51:    'Unknown option: --{name}' => 'Nepoznata opcija: --{name}',
./vendor/yiisoft/yii2/messages/hu/yii.php:40:  'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => '<b>{begin, number}-{end, number}</b> megjelenítése a(z) <b>{totalCount, number}</b> elemből.',
./vendor/yiisoft/yii2/messages/hu/yii.php:54:  'Unknown option: --{name}' => 'Ismeretlen kapcsoló: --{name}',
./vendor/yiisoft/yii2/messages/ar/yii.php:39:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'عرض <b>{begin, number}-{end, number}</b> من أصل <b>{totalCount, number}</b> {totalCount, plural, one{مُدخل} few{مُدخلات} many{مُدخل} other{مُدخلات}}.',
./vendor/yiisoft/yii2/messages/ar/yii.php:52:    'Unknown option: --{name}' => 'خيار غير معروف: --{name}',
./vendor/yiisoft/yii2/messages/kk/yii.php:39:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => '<b>{totalCount, number}</b> жазбадан <b>{begin, number}-{end, number}</b> аралығы көрсетілген.',
./vendor/yiisoft/yii2/messages/kk/yii.php:52:    'Unknown option: --{name}' => 'Белгісіз опция: --{name}',
./vendor/yiisoft/yii2/messages/az/yii.php:40:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => '<b>{totalCount, number}</b> {totalCount, plural, one{elementdən} other{elementdən}} <b>{begin, number}-{end, number}</b> arası göstərilir.',
./vendor/yiisoft/yii2/messages/az/yii.php:53:    'Unknown option: --{name}' => 'Qeyri-müəyyən seçim: --{name}',
./vendor/yiisoft/yii2/messages/ko/yii.php:38:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => '{totalCount} 중 {begin} 에서 {end} 까지 표시하고 있습니다.',
./vendor/yiisoft/yii2/messages/ko/yii.php:51:    'Unknown option: --{name}' => '알 수 없는 옵션: --{name}',
./vendor/yiisoft/yii2/messages/zh-TW/yii.php:20:    'Unknown alias: -{name}' => '未知的別名: -{name}',
./vendor/yiisoft/yii2/messages/zh-TW/yii.php:42:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => '第 <b>{begin, number}-{end, number}</b> 項，共 <b>{totalCount, number}</b> 項資料.',
./vendor/yiisoft/yii2/messages/zh-TW/yii.php:58:    'Unknown option: --{name}' => '未知的選項：--{name}',
./vendor/yiisoft/yii2/messages/ca/yii.php:40:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Mostrant  <b>{begin, number}-{end, number}</b> de <b>{totalCount, number}</b> {totalCount, plural, one{element} other{elements}}.',
./vendor/yiisoft/yii2/messages/ca/yii.php:53:    'Unknown option: --{name}' => 'Opció desconeguda: --{name}',
./vendor/yiisoft/yii2/messages/zh-CN/yii.php:20:    'Unknown alias: -{name}' => '未知的别名: -{name}',
./vendor/yiisoft/yii2/messages/zh-CN/yii.php:42:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => '第<b>{begin, number}-{end, number}</b>条，共<b>{totalCount, number}</b>条数据.',
./vendor/yiisoft/yii2/messages/zh-CN/yii.php:58:    'Unknown option: --{name}' => '未知的选项：--{name}',
./vendor/yiisoft/yii2/messages/sv/yii.php:38:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Visar <b>{begin, number}-{end, number}</b> av <b>{totalCount, number}</b> objekt.',
./vendor/yiisoft/yii2/messages/sv/yii.php:51:    'Unknown option: --{name}' => 'Okänt alternativ: --{name}',
./vendor/yiisoft/yii2/messages/nb-NO/yii.php:38:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Viser <b>{begin, number}-{end, number}</b> av <b>{totalCount, number}</b> {totalCount, plural, one{element} other{elementer}}.',
./vendor/yiisoft/yii2/messages/nb-NO/yii.php:51:    'Unknown option: --{name}' => 'Ukjent alternativ: --{name}',
./vendor/yiisoft/yii2/messages/sl/yii.php:41:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Prikaz <b>{begin, number}-{end, number}</b> od <b>{totalCount, number}</b> {totalCount, plural, one{Element} two{Elementa} few{Elementi} other{Elementov}}.',
./vendor/yiisoft/yii2/messages/sl/yii.php:55:    'Unknown option: --{name}' => 'Neznana opcija: --{name}',
./vendor/yiisoft/yii2/messages/tr/yii.php:38:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => '<b>{totalCount, number}</b> {totalCount, plural, one{öğenin} other{öğenin}} <b>{begin, number}-{end, number} arası gösteriliyor.</b>',
./vendor/yiisoft/yii2/messages/tr/yii.php:50:    'Unknown alias: -{name}' => 'Bilinmeyen rumuz: -{name}',
./vendor/yiisoft/yii2/messages/tr/yii.php:51:    'Unknown option: --{name}' => 'Bilinmeyen opsiyon: --{name}',
./vendor/yiisoft/yii2/messages/bg/yii.php:40:  'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Показване на <b>{begin, number}-{end, number}</b> от <b>{totalCount, number}</b> {totalCount, plural, one{запис} other{записа}}.',
./vendor/yiisoft/yii2/messages/bg/yii.php:54:  'Unknown option: --{name}' => 'Несъществуваща опция : --{name}',
./vendor/yiisoft/yii2/messages/ms/yii.php:38:    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 
./vendor/yiisoft/yii2/messages/ms/yii.php:39:    'Memaparkan <b>{begin, number}-{end, number}</b> daripada <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.',
./vendor/yiisoft/yii2/messages/ms/yii.php:58:    'Unknown option: --{name}' => 'Pilihan lain: --{name}',
./vendor/yiisoft/yii2/caching/Cache.php:42: * - [[getValue()]]: retrieve the value with a key (if any) from cache
./vendor/yiisoft/yii2/caching/Cache.php:43: * - [[setValue()]]: store the value with a key into cache
./vendor/yiisoft/yii2/caching/Cache.php:44: * - [[addValue()]]: store the value only if the cache does not have this key before
./vendor/yiisoft/yii2/caching/Cache.php:45: * - [[deleteValue()]]: delete the value with the specified key from cache
./vendor/yiisoft/yii2/caching/Cache.php:46: * - [[flushValues()]]: delete all values from cache
./vendor/yiisoft/yii2/caching/Cache.php:113:        if (is_array($value) && !($value[1] instanceof Dependency && $value[1]->getHasChanged($this))) {
./vendor/yiisoft/yii2/caching/Cache.php:185:                    if (is_array($value) && !($value[1] instanceof Dependency && $value[1]->getHasChanged($this))) {
./vendor/yiisoft/yii2/caching/MemCache.php:177:        $paramCount = $class->getMethod('addServer')->getNumberOfParameters();
./vendor/yiisoft/yii2/caching/DbCache.php:61:     * - MySQL: LONGBLOB
./vendor/yiisoft/yii2/caching/DbCache.php:62:     * - PostgreSQL: BYTEA
./vendor/yiisoft/yii2/caching/DbCache.php:63:     * - MSSQL: BLOB
./vendor/yiisoft/yii2/caching/DbCache.php:104:            ->from($this->cacheTable)
./vendor/yiisoft/yii2/caching/DbCache.php:105:            ->where('[[id]] = :id AND ([[expire]] = 0 OR [[expire]] >' . time() . ')', [':id' => $key]);
./vendor/yiisoft/yii2/caching/DbCache.php:109:            $result = $query->createCommand($this->db)->queryScalar();
./vendor/yiisoft/yii2/caching/DbCache.php:112:            $result = $query->createCommand($this->db)->queryScalar();
./vendor/yiisoft/yii2/caching/DbCache.php:128:            ->from($this->cacheTable)
./vendor/yiisoft/yii2/caching/DbCache.php:129:            ->where('[[id]] = :id AND ([[expire]] = 0 OR [[expire]] >' . time() . ')', [':id' => $key]);
./vendor/yiisoft/yii2/caching/DbCache.php:133:            $result = $query->createCommand($this->db)->queryScalar();
./vendor/yiisoft/yii2/caching/DbCache.php:138:            return $query->createCommand($this->db)->queryScalar();
./vendor/yiisoft/yii2/caching/DbCache.php:154:            ->from($this->cacheTable)
./vendor/yiisoft/yii2/caching/DbCache.php:155:            ->where(['id' => $keys])
./vendor/yiisoft/yii2/caching/DbCache.php:156:            ->andWhere('([[expire]] = 0 OR [[expire]] > ' . time() . ')');
./vendor/yiisoft/yii2/caching/DbCache.php:160:            $rows = $query->createCommand($this->db)->queryAll();
./vendor/yiisoft/yii2/caching/DbCache.php:163:            $rows = $query->createCommand($this->db)->queryAll();
./vendor/yiisoft/yii2/caching/DbCache.php:189:            ->update($this->cacheTable, [
./vendor/yiisoft/yii2/caching/DbCache.php:218:                ->insert($this->cacheTable, [
./vendor/yiisoft/yii2/caching/DbCache.php:222:                ])->execute();
./vendor/yiisoft/yii2/caching/DbCache.php:239:            ->delete($this->cacheTable, ['id' => $key])
./vendor/yiisoft/yii2/caching/DbCache.php:240:            ->execute();
./vendor/yiisoft/yii2/caching/DbCache.php:254:                ->delete($this->cacheTable, '[[expire]] > 0 AND [[expire]] < ' . time())
./vendor/yiisoft/yii2/caching/DbCache.php:255:                ->execute();
./vendor/yiisoft/yii2/caching/DbCache.php:267:            ->delete($this->cacheTable)
./vendor/yiisoft/yii2/caching/DbCache.php:268:            ->execute();
./vendor/yiisoft/yii2/caching/migrations/m150909_153426_cache_init.php:49:            'id' => $this->string(128)->notNull(),
./vendor/yiisoft/yii2/caching/DbDependency.php:58:            $result = $db->createCommand($this->sql, $this->params)->queryOne();
./vendor/yiisoft/yii2/caching/DbDependency.php:61:            $result = $db->createCommand($this->sql, $this->params)->queryOne();
./vendor/yiisoft/yii2/helpers/BaseConsole.php:408:                    $tags--;
./vendor/yiisoft/yii2/helpers/BaseConsole.php:451:            $tags--;
./vendor/yiisoft/yii2/helpers/BaseConsole.php:475:     *      ------------------------------------------------
./vendor/yiisoft/yii2/helpers/BaseConsole.php:576:     * - windows without ansicon
./vendor/yiisoft/yii2/helpers/BaseConsole.php:577:     * - not tty consoles
./vendor/yiisoft/yii2/helpers/BaseConsole.php:668:        $lines = explode("\n", wordwrap($text, $size[0] - $indent, "\n", true));
./vendor/yiisoft/yii2/helpers/BaseConsole.php:757:     * - `required`: whether it is required or not
./vendor/yiisoft/yii2/helpers/BaseConsole.php:758:     * - `default`: default value if no input is inserted by the user
./vendor/yiisoft/yii2/helpers/BaseConsole.php:759:     * - `pattern`: regular expression pattern to validate user input
./vendor/yiisoft/yii2/helpers/BaseConsole.php:760:     * - `validator`: a callable function to validate input. The function must accept two parameters:
./vendor/yiisoft/yii2/helpers/BaseConsole.php:761:     * - `input`: the user input to validate
./vendor/yiisoft/yii2/helpers/BaseConsole.php:762:     * - `error`: the error value passed by reference if validation failed.
./vendor/yiisoft/yii2/helpers/BaseConsole.php:848:                static::output(" $key - $value");
./vendor/yiisoft/yii2/helpers/BaseConsole.php:850:            static::output(' ? - Show help');
./vendor/yiisoft/yii2/helpers/BaseConsole.php:948:        $width -= static::ansiStrlen($prefix);
./vendor/yiisoft/yii2/helpers/BaseConsole.php:958:            if (time() - self::$_progressEtaLastUpdate > 1 && $done > self::$_progressEtaLastDone) {
./vendor/yiisoft/yii2/helpers/BaseConsole.php:959:                $rate = (time() - (self::$_progressEtaLastUpdate ?: self::$_progressStart)) / ($done - self::$_progressEtaLastDone);
./vendor/yiisoft/yii2/helpers/BaseConsole.php:960:                self::$_progressEta = $rate * ($total - $done);
./vendor/yiisoft/yii2/helpers/BaseConsole.php:971:        $width -= 3 + static::ansiStrlen($info);
./vendor/yiisoft/yii2/helpers/BaseConsole.php:985:                $status .= str_repeat(' ', $width - $bar - 1);
./vendor/yiisoft/yii2/helpers/BaseVarDumper.php:177:                    $outputKeys = ($keys !== range(0, count($var) - 1));
./vendor/yiisoft/yii2/helpers/BaseVarDumper.php:244:        --$start;
./vendor/yiisoft/yii2/helpers/BaseVarDumper.php:246:        $source = implode("\n", array_slice(file($fileName), $start, $end - $start));
./vendor/yiisoft/yii2/helpers/BaseVarDumper.php:260:                    $pendingParenthesisCount--;
./vendor/yiisoft/yii2/helpers/BaseUrl.php:56:     * - If the route is an empty string, the current [[\yii\web\Controller::route|route]] will be used;
./vendor/yiisoft/yii2/helpers/BaseUrl.php:57:     * - If the route contains no slashes at all (e.g. `index`), it is considered to be an action ID
./vendor/yiisoft/yii2/helpers/BaseUrl.php:59:     * - If the route has no leading slash (e.g. `site/index`), it is considered to be a route relative
./vendor/yiisoft/yii2/helpers/BaseUrl.php:88:     * - `false` (default): generating a relative URL.
./vendor/yiisoft/yii2/helpers/BaseUrl.php:89:     * - `true`: returning an absolute base URL whose scheme is the same as that in [[\yii\web\UrlManager::hostInfo]].
./vendor/yiisoft/yii2/helpers/BaseUrl.php:90:     * - string: generating an absolute URL with the specified scheme (either `http` or `https`).
./vendor/yiisoft/yii2/helpers/BaseUrl.php:101:            return static::getUrlManager()->createAbsoluteUrl($route, is_string($scheme) ? $scheme : null);
./vendor/yiisoft/yii2/helpers/BaseUrl.php:103:            return static::getUrlManager()->createUrl($route);
./vendor/yiisoft/yii2/helpers/BaseUrl.php:113:     * - If the route is an empty string, the current [[\yii\web\Controller::route|route]] will be used;
./vendor/yiisoft/yii2/helpers/BaseUrl.php:114:     * - If the route contains no slashes at all, it is considered to be an action ID
./vendor/yiisoft/yii2/helpers/BaseUrl.php:116:     * - If the route has no leading slash, it is considered to be a route relative
./vendor/yiisoft/yii2/helpers/BaseUrl.php:155:     * - an array: [[toRoute()]] will be called to generate the URL. For example:
./vendor/yiisoft/yii2/helpers/BaseUrl.php:158:     * - a string with a leading `@`: it is treated as an alias, and the corresponding aliased string
./vendor/yiisoft/yii2/helpers/BaseUrl.php:160:     * - an empty string: the currently requested URL will be returned;
./vendor/yiisoft/yii2/helpers/BaseUrl.php:161:     * - a normal string: it will be returned as is.
./vendor/yiisoft/yii2/helpers/BaseUrl.php:199:     * - `false` (default): generating a relative URL.
./vendor/yiisoft/yii2/helpers/BaseUrl.php:200:     * - `true`: returning an absolute base URL whose scheme is the same as that in [[\yii\web\UrlManager::hostInfo]].
./vendor/yiisoft/yii2/helpers/BaseUrl.php:201:     * - string: generating an absolute URL with the specified scheme (either `http` or `https`).
./vendor/yiisoft/yii2/helpers/BaseUrl.php:214:            $url = Yii::$app->getRequest()->getUrl();
./vendor/yiisoft/yii2/helpers/BaseUrl.php:228:            $url = static::getUrlManager()->getHostInfo() . '/' . ltrim($url, '/');
./vendor/yiisoft/yii2/helpers/BaseUrl.php:243:     * - `false` (default): returning the base URL without host info.
./vendor/yiisoft/yii2/helpers/BaseUrl.php:244:     * - `true`: returning an absolute base URL whose scheme is the same as that in [[\yii\web\UrlManager::hostInfo]].
./vendor/yiisoft/yii2/helpers/BaseUrl.php:245:     * - string: returning an absolute base URL with the specified scheme (either `http` or `https`).
./vendor/yiisoft/yii2/helpers/BaseUrl.php:250:        $url = static::getUrlManager()->getBaseUrl();
./vendor/yiisoft/yii2/helpers/BaseUrl.php:252:            $url = static::getUrlManager()->getHostInfo() . $url;
./vendor/yiisoft/yii2/helpers/BaseUrl.php:274:            Yii::$app->getUser()->setReturnUrl($url);
./vendor/yiisoft/yii2/helpers/BaseUrl.php:276:            Yii::$app->getSession()->set($name, $url);
./vendor/yiisoft/yii2/helpers/BaseUrl.php:291:            return Yii::$app->getUser()->getReturnUrl();
./vendor/yiisoft/yii2/helpers/BaseUrl.php:293:            return Yii::$app->getSession()->get($name);
./vendor/yiisoft/yii2/helpers/BaseUrl.php:314:        return static::getUrlManager()->createAbsoluteUrl($params);
./vendor/yiisoft/yii2/helpers/BaseUrl.php:322:     * - `false` (default): returning a relative URL.
./vendor/yiisoft/yii2/helpers/BaseUrl.php:323:     * - `true`: returning an absolute base URL whose scheme is the same as that in [[\yii\web\UrlManager::hostInfo]].
./vendor/yiisoft/yii2/helpers/BaseUrl.php:324:     * - string: returning an absolute URL with the specified scheme (either `http` or `https`).
./vendor/yiisoft/yii2/helpers/BaseUrl.php:333:            $url = static::getUrlManager()->getHostInfo() . $url;
./vendor/yiisoft/yii2/helpers/BaseUrl.php:389:     * - `false` (default): generating a relative URL.
./vendor/yiisoft/yii2/helpers/BaseUrl.php:390:     * - `true`: returning an absolute base URL whose scheme is the same as that in [[\yii\web\UrlManager::hostInfo]].
./vendor/yiisoft/yii2/helpers/BaseUrl.php:391:     * - string: generating an absolute URL with the specified scheme (either `http` or `https`).
./vendor/yiisoft/yii2/helpers/BaseUrl.php:398:        $currentParams = Yii::$app->getRequest()->getQueryParams();
./vendor/yiisoft/yii2/helpers/BaseFormatConverter.php:176:            'ee' => 'N',    // php 'w' 0=Sun to 6=Sat isn't supported by ICU -> 'w' means week number of year
./vendor/yiisoft/yii2/helpers/BaseFormatConverter.php:182:            'cc' => 'N',    // php 'w' 0=Sun to 6=Sat isn't supported by ICU -> 'w' means week number of year
./vendor/yiisoft/yii2/helpers/BaseFormatConverter.php:386:            'ee' => '',     // php 'w' 0=Sun to 6=Sat isn't supported by ICU -> 'w' means week number of year
./vendor/yiisoft/yii2/helpers/BaseFormatConverter.php:392:            'cc' => '',     // php 'w' 0=Sun to 6=Sat isn't supported by ICU -> 'w' means week number of year
./vendor/yiisoft/yii2/helpers/BaseInflector.php:29:        '/^(sea[- ]bass)$/i' => '\1',
./vendor/yiisoft/yii2/helpers/BaseInflector.php:64:        '/^(sea[- ]bass)$/i' => '\1',
./vendor/yiisoft/yii2/helpers/BaseInflector.php:363:            '-',
./vendor/yiisoft/yii2/helpers/BaseInflector.php:373:     * Words in the ID may be concatenated using the specified character (defaults to '-').
./vendor/yiisoft/yii2/helpers/BaseInflector.php:380:    public static function camel2id($name, $separator = '-', $strict = false)
./vendor/yiisoft/yii2/helpers/BaseInflector.php:392:     * Words in the ID separated by `$separator` (defaults to '-') will be concatenated into a CamelCase name.
./vendor/yiisoft/yii2/helpers/BaseInflector.php:398:    public static function id2camel($id, $separator = '-')
./vendor/yiisoft/yii2/helpers/BaseInflector.php:465:    public static function slug($string, $replacement = '-', $lowercase = true)
./vendor/yiisoft/yii2/helpers/BaseInflector.php:468:        $string = preg_replace('/[^a-zA-Z0-9=\s—–-]+/u', '', $string);
./vendor/yiisoft/yii2/helpers/BaseInflector.php:469:        $string = preg_replace('/[=\s—–-]+/u', $replacement, $string);
./vendor/yiisoft/yii2/helpers/BaseStringHelper.php:64:        if (($len = mb_strlen($suffix)) > 0 && mb_substr($path, -$len) === $suffix) {
./vendor/yiisoft/yii2/helpers/BaseStringHelper.php:65:            $path = mb_substr($path, 0, -$len);
./vendor/yiisoft/yii2/helpers/BaseStringHelper.php:136:            return implode('', array_slice($words, 0, ($count * 2) - 1)) . $suffix;
./vendor/yiisoft/yii2/helpers/BaseStringHelper.php:168:                    $token->data = $prefixSpace[1] . self::truncateWords(ltrim($token->data), $count - $totalCount, '');
./vendor/yiisoft/yii2/helpers/BaseStringHelper.php:171:                    $token->data = self::truncate($token->data, $count - $totalCount, '', $encoding);
./vendor/yiisoft/yii2/helpers/BaseStringHelper.php:177:                $openTokens--;
./vendor/yiisoft/yii2/helpers/BaseStringHelper.php:231:            return substr_compare($string, $with, -$bytes, $bytes) === 0;
./vendor/yiisoft/yii2/helpers/BaseStringHelper.php:233:            return mb_strtolower(mb_substr($string, -$bytes, mb_strlen($string, '8bit'), '8bit'), Yii::$app->charset) === mb_strtolower($with, Yii::$app->charset);
./vendor/yiisoft/yii2/helpers/BaseStringHelper.php:243:     *   - boolean - to trim normally;
./vendor/yiisoft/yii2/helpers/BaseStringHelper.php:244:     *   - string - custom characters to trim. Will be passed as a second argument to `trim()` function.
./vendor/yiisoft/yii2/helpers/BaseStringHelper.php:245:     *   - callable - will be called for each value instead of trim. Takes the only argument - value.
./vendor/yiisoft/yii2/helpers/BaseArrayHelper.php:551:        // Without it it will lead to Fatal Error: Nesting level too deep - recursive dependency?
./vendor/yiisoft/yii2/helpers/BaseArrayHelper.php:685:            return array_keys($array) === range(0, count($array) - 1);
./vendor/yiisoft/yii2/helpers/BaseArrayHelper.php:805:     * - `var` - `$array['var']` will be left in result.
./vendor/yiisoft/yii2/helpers/BaseArrayHelper.php:806:     * - `var.key` = only `$array['var']['key'] will be left in result.
./vendor/yiisoft/yii2/helpers/BaseArrayHelper.php:807:     * - `!var.key` = `$array['var']['key'] will be removed from result.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:214:     * - condition: specifies the conditional comments for IE, e.g., `lt IE 9`. When this is specified,
./vendor/yiisoft/yii2/helpers/BaseHtml.php:217:     * - noscript: if set to true, `link` tag will be wrapped into `<noscript>` tags.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:249:     * - condition: specifies the conditional comments for IE, e.g., `lt IE 9`. When this is specified,
./vendor/yiisoft/yii2/helpers/BaseHtml.php:280:            return "<!--[if $condition]><!-->\n" . $content . "\n<!--<![endif]-->";
./vendor/yiisoft/yii2/helpers/BaseHtml.php:282:        return "<!--[if $condition]>\n" . $content . "\n<![endif]-->";
./vendor/yiisoft/yii2/helpers/BaseHtml.php:315:     *  - `csrf`: whether to generate the CSRF hidden input. Defaults to true.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:706:     * - uncheck: string, the value associated with the uncheck state of the checkbox. When this attribute
./vendor/yiisoft/yii2/helpers/BaseHtml.php:709:     * - label: string, a label displayed next to the checkbox.  It will NOT be HTML-encoded. Therefore you can pass
./vendor/yiisoft/yii2/helpers/BaseHtml.php:712:     * - labelOptions: array, the HTML attributes for the label tag. Do not set this option unless you set the "label" option.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:757:     * - prompt: string, a prompt text to be displayed as the first option;
./vendor/yiisoft/yii2/helpers/BaseHtml.php:758:     * - options: array, the attributes for the select option tags. The array keys must be valid option values,
./vendor/yiisoft/yii2/helpers/BaseHtml.php:768:     * - groups: array, the attributes for the optgroup tags. The structure of this is similar to that of 'options',
./vendor/yiisoft/yii2/helpers/BaseHtml.php:770:     * - encodeSpaces: bool, whether to encode spaces in option prompt and option value with `&nbsp;` character.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:772:     * - encode: bool, whether to encode option prompt and option value characters.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:806:     * - prompt: string, a prompt text to be displayed as the first option;
./vendor/yiisoft/yii2/helpers/BaseHtml.php:807:     * - options: array, the attributes for the select option tags. The array keys must be valid option values,
./vendor/yiisoft/yii2/helpers/BaseHtml.php:817:     * - groups: array, the attributes for the optgroup tags. The structure of this is similar to that of 'options',
./vendor/yiisoft/yii2/helpers/BaseHtml.php:819:     * - unselect: string, the value that will be submitted when no option is selected.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:822:     * - encodeSpaces: bool, whether to encode spaces in option prompt and option value with `&nbsp;` character.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:824:     * - encode: bool, whether to encode option prompt and option value characters.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:867:     * - tag: string|false, the tag name of the container element. False to render checkbox without container.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:869:     * - unselect: string, the value that should be submitted when none of the checkboxes is selected.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:871:     * - encode: boolean, whether to HTML-encode the checkbox labels. Defaults to true.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:873:     * - separator: string, the HTML code that separates items.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:874:     * - itemOptions: array, the options for generating the checkbox tag using [[checkbox()]].
./vendor/yiisoft/yii2/helpers/BaseHtml.php:875:     * - item: callable, a callback that can be used to customize the generation of the HTML code
./vendor/yiisoft/yii2/helpers/BaseHtml.php:947:     * - tag: string|false, the tag name of the container element. False to render radio buttons without container.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:949:     * - unselect: string, the value that should be submitted when none of the radio buttons is selected.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:951:     * - encode: boolean, whether to HTML-encode the checkbox labels. Defaults to true.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:953:     * - separator: string, the HTML code that separates items.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:954:     * - itemOptions: array, the options for generating the radio button tag using [[radio()]].
./vendor/yiisoft/yii2/helpers/BaseHtml.php:955:     * - item: callable, a callback that can be used to customize the generation of the HTML code
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1012:     * - encode: boolean, whether to HTML-encode the items. Defaults to true.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1014:     * - separator: string, the HTML code that separates items. Defaults to a simple newline (`"\n"`).
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1016:     * - itemOptions: array, the HTML attributes for the `li` tags. This option is ignored if the `item` option is specified.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1017:     * - item: callable, a callback that is used to generate each individual list item.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1065:     * - encode: boolean, whether to HTML-encode the items. Defaults to true.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1067:     * - itemOptions: array, the HTML attributes for the `li` tags. This option is ignored if the `item` option is specified.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1068:     * - item: callable, a callback that is used to generate each individual list item.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1099:     * - label: this specifies the label to be displayed. Note that this will NOT be [[encode()|encoded]].
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1127:     * - hint: this specifies the hint to be displayed. Note that this will NOT be [[encode()|encoded]].
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1154:     * - header: string, the header HTML for the error summary. If not set, a default prompt string will be used.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1155:     * - footer: string, the footer HTML for the error summary. Defaults to empty string.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1156:     * - encode: boolean, if set to false then the error messages won't be encoded. Defaults to `true`.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1157:     * - showAllErrors: boolean, if set to true every error message for each attribute will be shown otherwise
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1213:     * - tag: this specifies the tag name. If not set, "div" will be used.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1215:     * - encode: boolean, if set to false then the error message won't be encoded.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1286:     * - maxlength: integer|boolean, when `maxlength` is set true and the model attribute is validated
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1327:     * - maxlength: integer|boolean, when `maxlength` is set true and the model attribute is validated
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1374:     * - maxlength: integer|boolean, when `maxlength` is set true and the model attribute is validated
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1480:     * - prompt: string, a prompt text to be displayed as the first option;
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1481:     * - options: array, the attributes for the select option tags. The array keys must be valid option values,
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1491:     * - groups: array, the attributes for the optgroup tags. The structure of this is similar to that of 'options',
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1493:     * - encodeSpaces: bool, whether to encode spaces in option prompt and option value with `&nbsp;` character.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1495:     * - encode: bool, whether to encode option prompt and option value characters.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1529:     * - prompt: string, a prompt text to be displayed as the first option;
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1530:     * - options: array, the attributes for the select option tags. The array keys must be valid option values,
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1540:     * - groups: array, the attributes for the optgroup tags. The structure of this is similar to that of 'options',
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1542:     * - unselect: string, the value that will be submitted when no option is selected.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1545:     * - encodeSpaces: bool, whether to encode spaces in option prompt and option value with `&nbsp;` character.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1547:     * - encode: bool, whether to encode option prompt and option value characters.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1575:     * - tag: string|false, the tag name of the container element. False to render checkbox without container.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1577:     * - unselect: string, the value that should be submitted when none of the checkboxes is selected.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1580:     * - encode: boolean, whether to HTML-encode the checkbox labels. Defaults to true.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1582:     * - separator: string, the HTML code that separates items.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1583:     * - itemOptions: array, the options for generating the checkbox tag using [[checkbox()]].
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1584:     * - item: callable, a callback that can be used to customize the generation of the HTML code
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1617:     * - tag: string|false, the tag name of the container element. False to render radio button without container.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1619:     * - unselect: string, the value that should be submitted when none of the radio buttons is selected.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1622:     * - encode: boolean, whether to HTML-encode the checkbox labels. Defaults to true.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1624:     * - separator: string, the HTML code that separates items.
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1625:     * - itemOptions: array, the options for generating the radio button tag using [[radio()]].
./vendor/yiisoft/yii2/helpers/BaseHtml.php:1626:     * - item: callable, a callback that can be used to customize the generation of the HTML code
./vendor/yiisoft/yii2/helpers/BaseHtml.php:2004:     * - `[0]content` is used in tabular data input to represent the "content" attribute
./vendor/yiisoft/yii2/helpers/BaseHtml.php:2006:     * - `dates[0]` represents the first array element of the "dates" attribute;
./vendor/yiisoft/yii2/helpers/BaseHtml.php:2007:     * - `[0]dates[0]` represents the first array element of the "dates" attribute
./vendor/yiisoft/yii2/helpers/BaseHtml.php:2118:        return str_replace(['[]', '][', '[', ']', ' ', '.'], ['', '-', '-', '', '-', '-'], $name);
./vendor/yiisoft/yii2/helpers/BaseHtml.php:2134:            $pattern = '/' . str_replace('/', '\\/', substr($pattern, 1, $pos - 1)) . '/';
./vendor/yiisoft/yii2/helpers/BaseHtmlPurifier.php:28:     * - An array will be passed to the `HTMLPurifier_Config::create()` method.
./vendor/yiisoft/yii2/helpers/BaseHtmlPurifier.php:29:     * - An anonymous function will be called after the config was created.
./vendor/yiisoft/yii2/helpers/BaseHtmlPurifier.php:39:     *            ->addAttribute('img', 'data-type', 'Text');
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:42:     * - Convert all directory separators into `DIRECTORY_SEPARATOR` (e.g. "\a/b\c" becomes "/a/b/c")
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:43:     * - Remove trailing directory separators (e.g. "/a/b/c/" becomes "/a/b/c")
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:44:     * - Turn multiple consecutive slashes into a single one (e.g. "/a///b/c" becomes "/a/b/c")
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:45:     * - Remove ".." and "." based on their meanings (e.g. "/a/./b/../c" becomes "/a/c")
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:222:     * - dirMode: integer, the permission to be set for newly copied directories. Defaults to 0775.
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:223:     * - fileMode:  integer, the permission to be set for newly copied files. Defaults to the current environment setting.
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:224:     * - filter: callback, a PHP callback that is called for each directory or file.
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:232:     * - only: array, list of patterns that the file paths should match if they want to be copied.
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:237:     * - except: array, list of patterns that the files or directories should match if they want to be excluded from being copied.
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:243:     * - caseSensitive: boolean, whether patterns specified at "only" or "except" should be case sensitive. Defaults to true.
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:244:     * - recursive: boolean, whether the files under the subdirectories should also be copied. Defaults to true.
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:245:     * - beforeCopy: callback, a PHP callback that is called before copying each sub-directory or file.
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:249:     * - afterCopy: callback, a PHP callback that is called after each sub-directory or file is successfully copied.
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:310:     * - traverseSymlinks: boolean, whether symlinks to the directories should be traversed too.
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:360:     * - `filter`: callback, a PHP callback that is called for each directory or file.
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:368:     * - `except`: array, list of patterns excluding from the results matching file or directory paths.
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:382:     * - `only`: array, list of patterns that the file paths should match if they are to be returned. Directory paths
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:385:     * - `caseSensitive`: boolean, whether patterns specified at `only` or `except` should be case sensitive. Defaults to `true`.
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:386:     * - `recursive`: boolean, whether the files under the subdirectories should also be looked for. Defaults to `true`.
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:523:            if (StringHelper::byteSubstr($pattern, 1, $n) === StringHelper::byteSubstr($baseName, -$n, $n)) {
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:554:                $firstWildcard--;
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:558:        $namelen = StringHelper::byteLength($path) - (empty($basePath) ? 0 : StringHelper::byteLength($basePath) + 1);
./vendor/yiisoft/yii2/helpers/BaseFileHelper.php:559:        $name = StringHelper::byteSubstr($path, -$namelen, $namelen);
./vendor/yiisoft/yii2/BaseYii.php:205:     * - a directory or a file path (e.g. `/tmp`, `/tmp/main.txt`)
./vendor/yiisoft/yii2/BaseYii.php:206:     * - a URL (e.g. `http://www.yiiframework.com`)
./vendor/yiisoft/yii2/BaseYii.php:207:     * - a path alias (e.g. `@yii/base`). In this case, the path alias will be converted into the
./vendor/yiisoft/yii2/BaseYii.php:326:     * - a string: representing the class name of the object to be created
./vendor/yiisoft/yii2/BaseYii.php:327:     * - a configuration array: the array must contain a `class` element which is treated as the object class,
./vendor/yiisoft/yii2/BaseYii.php:329:     * - a PHP callable: either an anonymous function or an array representing a class method (`[$class or $object, $method]`).
./vendor/yiisoft/yii2/BaseYii.php:387:            static::getLogger()->log($message, Logger::LEVEL_TRACE, $category);
./vendor/yiisoft/yii2/BaseYii.php:400:        static::getLogger()->log($message, Logger::LEVEL_ERROR, $category);
./vendor/yiisoft/yii2/BaseYii.php:412:        static::getLogger()->log($message, Logger::LEVEL_WARNING, $category);
./vendor/yiisoft/yii2/BaseYii.php:424:        static::getLogger()->log($message, Logger::LEVEL_INFO, $category);
./vendor/yiisoft/yii2/BaseYii.php:446:        static::getLogger()->log($token, Logger::LEVEL_PROFILE_BEGIN, $category);
./vendor/yiisoft/yii2/BaseYii.php:458:        static::getLogger()->log($token, Logger::LEVEL_PROFILE_END, $category);
./vendor/yiisoft/yii2/BaseYii.php:501:            return static::$app->getI18n()->translate($category, $message, $params, $language ?: static::$app->language);
./vendor/yiisoft/yii2/i18n/GettextPoFile.php:57:        $language = str_replace('-', '_', basename(dirname($filePath)));
./vendor/yiisoft/yii2/i18n/PhpMessageSource.php:17: * - Each PHP script contains one array which stores the message translations in one particular
./vendor/yiisoft/yii2/i18n/PhpMessageSource.php:19: * - Each PHP script is saved as a file named as `[[basePath]]/LanguageID/CategoryName.php`;
./vendor/yiisoft/yii2/i18n/PhpMessageSource.php:20: * - Within each PHP script, the message translations are returned as an array like the following:
./vendor/yiisoft/yii2/i18n/DbMessageSource.php:32: * yii migrate --migrationPath=@yii/i18n/migrations/
./vendor/yiisoft/yii2/i18n/DbMessageSource.php:144:        $mainQuery = (new Query())->select(['message' => 't1.message', 'translation' => 't2.translation'])
./vendor/yiisoft/yii2/i18n/DbMessageSource.php:145:            ->from(['t1' => $this->sourceMessageTable, 't2' => $this->messageTable])
./vendor/yiisoft/yii2/i18n/DbMessageSource.php:146:            ->where([
./vendor/yiisoft/yii2/i18n/DbMessageSource.php:161:        $messages = $mainQuery->createCommand($this->db)->queryAll();
./vendor/yiisoft/yii2/i18n/DbMessageSource.php:179:        return (new Query())->select(['message' => 't1.message', 'translation' => 't2.translation'])
./vendor/yiisoft/yii2/i18n/DbMessageSource.php:180:            ->from(['t1' => $this->sourceMessageTable, 't2' => $this->messageTable])
./vendor/yiisoft/yii2/i18n/DbMessageSource.php:181:            ->where([
./vendor/yiisoft/yii2/i18n/DbMessageSource.php:185:            ])->andWhere([
./vendor/yiisoft/yii2/i18n/DbMessageSource.php:186:                'NOT IN', 't2.id', (new Query())->select('[[id]]')->from($this->messageTable)->where(['language' => $language])
./vendor/yiisoft/yii2/i18n/Formatter.php:469:     * - an integer representing a UNIX timestamp
./vendor/yiisoft/yii2/i18n/Formatter.php:470:     * - a string that can be [parsed to create a DateTime object](http://php.net/manual/en/datetime.formats.php).
./vendor/yiisoft/yii2/i18n/Formatter.php:472:     * - a PHP [DateTime](http://php.net/manual/en/class.datetime.php) object
./vendor/yiisoft/yii2/i18n/Formatter.php:501:     * - an integer representing a UNIX timestamp
./vendor/yiisoft/yii2/i18n/Formatter.php:502:     * - a string that can be [parsed to create a DateTime object](http://php.net/manual/en/datetime.formats.php).
./vendor/yiisoft/yii2/i18n/Formatter.php:504:     * - a PHP [DateTime](http://php.net/manual/en/class.datetime.php) object
./vendor/yiisoft/yii2/i18n/Formatter.php:533:     * - an integer representing a UNIX timestamp
./vendor/yiisoft/yii2/i18n/Formatter.php:534:     * - a string that can be [parsed to create a DateTime object](http://php.net/manual/en/datetime.formats.php).
./vendor/yiisoft/yii2/i18n/Formatter.php:536:     * - a PHP [DateTime](http://php.net/manual/en/class.datetime.php) object
./vendor/yiisoft/yii2/i18n/Formatter.php:574:     * - an integer representing a UNIX timestamp
./vendor/yiisoft/yii2/i18n/Formatter.php:575:     * - a string that can be [parsed to create a DateTime object](http://php.net/manual/en/datetime.formats.php).
./vendor/yiisoft/yii2/i18n/Formatter.php:577:     * - a PHP [DateTime](http://php.net/manual/en/class.datetime.php) object
./vendor/yiisoft/yii2/i18n/Formatter.php:648:     * - an integer representing a UNIX timestamp
./vendor/yiisoft/yii2/i18n/Formatter.php:649:     * - a string that can be [parsed to create a DateTime object](http://php.net/manual/en/datetime.formats.php).
./vendor/yiisoft/yii2/i18n/Formatter.php:651:     * - a PHP [DateTime](http://php.net/manual/en/class.datetime.php) object
./vendor/yiisoft/yii2/i18n/Formatter.php:701:     * - an integer representing a UNIX timestamp
./vendor/yiisoft/yii2/i18n/Formatter.php:702:     * - a string that can be [parsed to create a DateTime object](http://php.net/manual/en/datetime.formats.php).
./vendor/yiisoft/yii2/i18n/Formatter.php:704:     * - a PHP [DateTime](http://php.net/manual/en/class.datetime.php) object
./vendor/yiisoft/yii2/i18n/Formatter.php:729:     * - an integer representing a UNIX timestamp
./vendor/yiisoft/yii2/i18n/Formatter.php:730:     * - a string that can be [parsed to create a DateTime object](http://php.net/manual/en/datetime.formats.php).
./vendor/yiisoft/yii2/i18n/Formatter.php:732:     * - a PHP [DateTime](http://php.net/manual/en/class.datetime.php) object
./vendor/yiisoft/yii2/i18n/Formatter.php:733:     * - a PHP DateInterval object (a positive time interval will refer to the past, a negative one to the future)
./vendor/yiisoft/yii2/i18n/Formatter.php:823:     *  - [DateInterval object](http://php.net/manual/ru/class.dateinterval.php)
./vendor/yiisoft/yii2/i18n/Formatter.php:824:     *  - integer - number of seconds. For example: value `131` represents `2 minutes, 11 seconds`
./vendor/yiisoft/yii2/i18n/Formatter.php:825:     *  - ISO8601 duration format. For example, all of these values represent `1 day, 2 hours, 30 minutes` duration:
./vendor/yiisoft/yii2/i18n/Formatter.php:826:     *    `2015-01-01T13:00:00Z/2015-01-02T13:30:00Z` - between two datetime values
./vendor/yiisoft/yii2/i18n/Formatter.php:827:     *    `2015-01-01T13:00:00Z/P1D2H30M` - time interval after datetime value
./vendor/yiisoft/yii2/i18n/Formatter.php:828:     *    `P1D2H30M/2015-01-02T13:30:00Z` - time interval before datetime value
./vendor/yiisoft/yii2/i18n/Formatter.php:829:     *    `P1D2H30M` - simply a date interval
./vendor/yiisoft/yii2/i18n/Formatter.php:830:     *    `P-1D2H30M` - a negative date interval (`-1 day, 2 hours, 30 minutes`)
./vendor/yiisoft/yii2/i18n/Formatter.php:833:     * @param string $negativeSign will be prefixed to the formatted duration, when it is negative. Defaults to `-`.
./vendor/yiisoft/yii2/i18n/Formatter.php:837:    public function asDuration($value, $implodeString = ', ', $negativeSign = '-')
./vendor/yiisoft/yii2/i18n/Formatter.php:848:            $zeroDateTime = (new DateTime())->setTimestamp(0);
./vendor/yiisoft/yii2/i18n/Formatter.php:849:            $valueDateTime = (new DateTime())->setTimestamp(abs($value));
./vendor/yiisoft/yii2/i18n/Formatter.php:1287:     * - everything [empty](http://php.net/manual/en/function.empty.php) will result in `0`
./vendor/yiisoft/yii2/i18n/Formatter.php:1288:     * - a [numeric](http://php.net/manual/en/function.is-numeric.php) string will be casted to float
./vendor/yiisoft/yii2/i18n/Formatter.php:1289:     * - everything else will be returned if it is [numeric](http://php.net/manual/en/function.is-numeric.php),
./vendor/yiisoft/yii2/i18n/MessageFormatter.php:21: * - It accepts named arguments and mixed numeric and named arguments.
./vendor/yiisoft/yii2/i18n/MessageFormatter.php:22: * - Issues no error when an insufficient number of arguments have been provided. Instead, the placeholders will not be
./vendor/yiisoft/yii2/i18n/MessageFormatter.php:24: * - Fixes PHP 5.5 weird placeholder replacement in case no arguments are provided at all (https://bugs.php.net/bug.php?id=65920).
./vendor/yiisoft/yii2/i18n/MessageFormatter.php:25: * - Offers limited support for message formatting in case PHP intl extension is not installed.
./vendor/yiisoft/yii2/i18n/MessageFormatter.php:30: *   - plural formatting for english ('one' and 'other' selectors)
./vendor/yiisoft/yii2/i18n/MessageFormatter.php:31: *   - select format
./vendor/yiisoft/yii2/i18n/MessageFormatter.php:32: *   - simple parameters
./vendor/yiisoft/yii2/i18n/MessageFormatter.php:33: *   - integer number parameters
./vendor/yiisoft/yii2/i18n/MessageFormatter.php:312:                $depth--;
./vendor/yiisoft/yii2/i18n/MessageFormatter.php:316:                $tokens[] = explode(',', mb_substr($pattern, $start + 1, $pos - $start - 1, $charset), 3);
./vendor/yiisoft/yii2/i18n/MessageFormatter.php:318:                $tokens[] = mb_substr($pattern, $start, $open - $start, $charset);
./vendor/yiisoft/yii2/i18n/MessageFormatter.php:417:                        $offset = (int) trim(mb_substr($selector, 7, ($pos = mb_strpos(str_replace(["\n", "\r", "\t"], ' ', $selector), ' ', 7, $charset)) - 7, $charset));
./vendor/yiisoft/yii2/i18n/MessageFormatter.php:422:                        $selector === 'one' && $arg - $offset == 1
./vendor/yiisoft/yii2/i18n/MessageFormatter.php:424:                        $message = implode(',', str_replace('#', $arg - $offset, $plural[$i]));
./vendor/yiisoft/yii2/i18n/migrations/m150207_210500_i18n_init.php:35:            'id' => $this->integer()->notNull(),
./vendor/yiisoft/yii2/i18n/migrations/m150207_210500_i18n_init.php:36:            'language' => $this->string(16)->notNull(),
./vendor/yiisoft/yii2/data/SqlDataProvider.php:31: * ', [':status' => 1])->queryScalar();
./vendor/yiisoft/yii2/data/SqlDataProvider.php:110:            return $this->db->createCommand($this->sql, $this->params)->queryAll();
./vendor/yiisoft/yii2/data/SqlDataProvider.php:132:        $sql = $this->db->getQueryBuilder()->buildOrderByAndLimit($sql, $orders, $limit, $offset);
./vendor/yiisoft/yii2/data/SqlDataProvider.php:134:        return $this->db->createCommand($sql, $this->params)->queryAll();
./vendor/yiisoft/yii2/data/Pagination.php:32: *     $query = Article::find()->where(['status' => 1]);
./vendor/yiisoft/yii2/data/Pagination.php:36: *         ->limit($pages->limit)
./vendor/yiisoft/yii2/data/Pagination.php:37: *         ->all();
./vendor/yiisoft/yii2/data/Pagination.php:157:            return (int) (($totalCount + $pageSize - 1) / $pageSize);
./vendor/yiisoft/yii2/data/Pagination.php:171:            $page = (int) $this->getQueryParam($this->pageParam, 1) - 1;
./vendor/yiisoft/yii2/data/Pagination.php:193:                    $value = $pageCount - 1;
./vendor/yiisoft/yii2/data/Pagination.php:325:            $links[self::LINK_PREV] = $this->createUrl($currentPage - 1, null, $absolute);
./vendor/yiisoft/yii2/data/Pagination.php:327:        if ($currentPage < $pageCount - 1) {
./vendor/yiisoft/yii2/data/Pagination.php:329:            $links[self::LINK_LAST] = $this->createUrl($pageCount - 1, null, $absolute);
./vendor/yiisoft/yii2/data/ActiveDataProvider.php:68:     * - If [[query]] is an [[\yii\db\ActiveQuery]] instance, the primary keys of [[\yii\db\ActiveQuery::modelClass]] will be used.
./vendor/yiisoft/yii2/data/ActiveDataProvider.php:69:     * - Otherwise, the keys of the [[models]] array will be used.
./vendor/yiisoft/yii2/data/ActiveDataProvider.php:106:            $query->limit($pagination->getLimit())->offset($pagination->getOffset());
./vendor/yiisoft/yii2/data/ActiveDataProvider.php:165:        return (int) $query->limit(-1)->offset(-1)->orderBy([])->count('*', $this->db);
./vendor/yiisoft/yii2/data/BaseDataProvider.php:182:     * - a configuration array for creating the pagination object. The "class" element defaults
./vendor/yiisoft/yii2/data/BaseDataProvider.php:184:     * - an instance of [[Pagination]] or its subclass
./vendor/yiisoft/yii2/data/BaseDataProvider.php:185:     * - false, if pagination needs to be disabled.
./vendor/yiisoft/yii2/data/BaseDataProvider.php:223:     * - a configuration array for creating the sort definition object. The "class" element defaults
./vendor/yiisoft/yii2/data/BaseDataProvider.php:225:     * - an instance of [[Sort]] or its subclass
./vendor/yiisoft/yii2/data/BaseDataProvider.php:226:     * - false, if sorting needs to be disabled.
./vendor/yiisoft/yii2/data/Sort.php:42: *         ->where(['status' => 1])
./vendor/yiisoft/yii2/data/Sort.php:43: *         ->orderBy($sort->orders)
./vendor/yiisoft/yii2/data/Sort.php:44: *         ->all();
./vendor/yiisoft/yii2/data/Sort.php:115:     * - The `name` key represents the attribute name which will appear in the URLs leading
./vendor/yiisoft/yii2/data/Sort.php:117:     * - The `asc` and `desc` elements specify how to sort by the attribute in ascending
./vendor/yiisoft/yii2/data/Sort.php:120:     * - The `default` element specifies by which direction the attribute should be sorted
./vendor/yiisoft/yii2/data/Sort.php:122:     * - The `label` element specifies what label should be used when calling [[link()]] to create
./vendor/yiisoft/yii2/data/Sort.php:248:                    if (strncmp($attribute, '-', 1) === 0) {
./vendor/yiisoft/yii2/data/Sort.php:408:            $sorts[] = $direction === SORT_DESC ? '-' . $attribute : $attribute;
./vendor/yiisoft/yii2/data/ArrayDataProvider.php:33: *     'allModels' => $query->from('post')->all(),
./vendor/yiisoft/yii2/console/ErrorHandler.php:71:        // try controller first to allow check for --color switch
./vendor/yiisoft/yii2/console/Application.php:26: * - A console application consists of one or several possible user commands;
./vendor/yiisoft/yii2/console/Application.php:27: * - Each user command is implemented as a class extending [[\yii\console\Controller]];
./vendor/yiisoft/yii2/console/Application.php:28: * - User specifies which command to run on the command line;
./vendor/yiisoft/yii2/console/Application.php:29: * - The command processes the user request with the specified parameters.
./vendor/yiisoft/yii2/console/Application.php:38: * yii <route> [--param1=value1 --param2 ...]
./vendor/yiisoft/yii2/console/Application.php:43: * will be used to initialize the controller action (e.g. `--since=0` specifies a `since` parameter
./vendor/yiisoft/yii2/console/Application.php:103:            $option = '--' . self::OPTION_APPCONFIG . '=';
./vendor/yiisoft/yii2/console/Controller.php:24: * yii <route> [--param1=value1 --param2 ...]
./vendor/yiisoft/yii2/console/Controller.php:101:                        throw new Exception(Yii::t('yii', 'Unknown alias: -{name}', ['name' => $name]));
./vendor/yiisoft/yii2/console/Controller.php:120:                    throw new Exception(Yii::t('yii', 'Unknown option: --{name}', ['name' => $name]));
./vendor/yiisoft/yii2/console/Controller.php:252:     *  - required: whether it is required or not
./vendor/yiisoft/yii2/console/Controller.php:253:     *  - default: default value if no input is inserted by the user
./vendor/yiisoft/yii2/console/Controller.php:254:     *  - pattern: regular expression pattern to validate user input
./vendor/yiisoft/yii2/console/Controller.php:255:     *  - validator: a callable function to validate input. The function must accept two parameters:
./vendor/yiisoft/yii2/console/Controller.php:256:     *      - $input: the user input to validate
./vendor/yiisoft/yii2/console/Controller.php:257:     *      - $error: the error value passed by reference if validation failed.
./vendor/yiisoft/yii2/console/Controller.php:439:     * - required: boolean, whether this argument is required.
./vendor/yiisoft/yii2/console/Controller.php:440:     * - type: string, the PHP type of this argument.
./vendor/yiisoft/yii2/console/Controller.php:441:     * - default: string, the default value of this argument
./vendor/yiisoft/yii2/console/Controller.php:442:     * - comment: string, the comment of this argument
./vendor/yiisoft/yii2/console/Controller.php:493:     * - type: string, the PHP type of this argument.
./vendor/yiisoft/yii2/console/Controller.php:494:     * - default: string, the default value of this argument
./vendor/yiisoft/yii2/console/Controller.php:495:     * - comment: string, the comment of this argument
./vendor/yiisoft/yii2/console/Request.php:69:            if (preg_match('/^--(\w+)(?:=(.*))?$/', $param, $matches)) {
./vendor/yiisoft/yii2/console/Request.php:74:            } elseif (preg_match('/^-(\w+)(?:=(.*))?$/', $param, $matches)) {
./vendor/yiisoft/yii2/console/controllers/MessageController.php:24: * - PHP message source files.
./vendor/yiisoft/yii2/console/controllers/MessageController.php:25: * - ".po" files.
./vendor/yiisoft/yii2/console/controllers/MessageController.php:26: * - Database.
./vendor/yiisoft/yii2/console/controllers/MessageController.php:365:        foreach ($q->select(['id', 'category', 'message'])->from($sourceMessageTable)->all($db) as $row) {
./vendor/yiisoft/yii2/console/controllers/MessageController.php:405:                       ->insert($messageTable, ['id' => $lastPk['id'], 'language' => $language])
./vendor/yiisoft/yii2/console/controllers/MessageController.php:406:                       ->execute();
./vendor/yiisoft/yii2/console/controllers/MessageController.php:419:                   ->delete($sourceMessageTable, ['in', 'id', $obsolete])
./vendor/yiisoft/yii2/console/controllers/MessageController.php:420:                   ->execute();
./vendor/yiisoft/yii2/console/controllers/MessageController.php:424:                   ->update(
./vendor/yiisoft/yii2/console/controllers/MessageController.php:428:                   )->execute();
./vendor/yiisoft/yii2/console/controllers/MessageController.php:492:                    $pendingParenthesisCount--;
./vendor/yiisoft/yii2/console/controllers/MessageController.php:499:                            $category = mb_substr($category, 1, mb_strlen($category) - 2);
./vendor/yiisoft/yii2/console/controllers/MessageController.php:503:                                $message = mb_substr($message, 1, mb_strlen($message) - 2);
./vendor/yiisoft/yii2/console/controllers/MessageController.php:547:     * - `myapp` - will be ignored only `myapp` category;
./vendor/yiisoft/yii2/console/controllers/MessageController.php:548:     * - `myapp*` - will be ignored by all categories beginning with `myapp` (`myapp`, `myapplication`, `myapprove`, `myapp/widgets`, `myapp.widgets`, etc).
./vendor/yiisoft/yii2/console/controllers/AssetController.php:107:     * placeholders {from} - source file name - and {to} - output file name.
./vendor/yiisoft/yii2/console/controllers/AssetController.php:113:    public $jsCompressor = 'java -jar compiler.jar --js {from} --js_output_file {to}';
./vendor/yiisoft/yii2/console/controllers/AssetController.php:117:     * placeholders {from} - source file name - and {to} - output file name.
./vendor/yiisoft/yii2/console/controllers/AssetController.php:123:    public $cssCompressor = 'java -jar yuicompressor.jar --type css {from} -o {to}';
./vendor/yiisoft/yii2/console/controllers/AssetController.php:175:            throw new Exception('"' . get_class($this) . '::assetManager" should be either object or array - "' . gettype($assetManager) . '" given.');
./vendor/yiisoft/yii2/console/controllers/AssetController.php:286:        $bundleOrders = array_combine(array_keys($registered), range(0, count($bundles) - 1));
./vendor/yiisoft/yii2/console/controllers/AssetController.php:349:                    foreach ($bundles[$name]->$type as $file) {
./vendor/yiisoft/yii2/console/controllers/AssetController.php:351:                            $inputFiles[] = $bundles[$name]->basePath . '/' . $file[0];
./vendor/yiisoft/yii2/console/controllers/AssetController.php:353:                            $inputFiles[] = $bundles[$name]->basePath . '/' . $file;
./vendor/yiisoft/yii2/console/controllers/AssetController.php:365:            FileHelper::createDirectory($target->basePath, $this->getAssetManager()->dirMode);
./vendor/yiisoft/yii2/console/controllers/AssetController.php:401:                foreach ($bundles[$bn]->depends as $bundle) {
./vendor/yiisoft/yii2/console/controllers/AssetController.php:802:        return implode(' -> ', $dependencyTrace);
./vendor/yiisoft/yii2/console/controllers/AssetController.php:814:        if ($this->getAssetManager()->linkAssets) {
./vendor/yiisoft/yii2/console/controllers/HelpController.php:117:                $actions[] = Inflector::camel2id(substr($name, 6), '-', true);
./vendor/yiisoft/yii2/console/controllers/HelpController.php:212:                $this->stdout('- ' . $this->ansiFormat($command, Console::FG_YELLOW));
./vendor/yiisoft/yii2/console/controllers/HelpController.php:213:                $this->stdout(str_repeat(' ', $len + 4 - strlen($command)));
./vendor/yiisoft/yii2/console/controllers/HelpController.php:232:                                $this->stdout(str_repeat(' ', $len + 4 - strlen($string)));
./vendor/yiisoft/yii2/console/controllers/HelpController.php:277:                $this->stdout('- ' . $this->ansiFormat($prefix.'/'.$action, Console::FG_YELLOW));
./vendor/yiisoft/yii2/console/controllers/HelpController.php:285:                    $this->stdout(str_repeat(' ', $maxlen - $len + 2) . Console::wrapText($summary, $maxlen + 2));
./vendor/yiisoft/yii2/console/controllers/HelpController.php:349:                        '- ' . $this->ansiFormat($name, Console::FG_CYAN),
./vendor/yiisoft/yii2/console/controllers/HelpController.php:361:                        $this->ansiFormat('--' . $name . $this->formatOptionAliases($controller, $name), Console::FG_RED, empty($option['required']) ? Console::FG_RED : Console::BOLD),
./vendor/yiisoft/yii2/console/controllers/HelpController.php:427:                return ', -' . $name;
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:88:     * - `create_table`: table creating template
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:89:     * - `drop_table`: table dropping template
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:90:     * - `add_column`: adding new column template
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:91:     * - `drop_column`: dropping column template
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:92:     * - `create_junction`: create junction template
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:114:     * For example, `--fields="name:string(12):notNull:unique"`
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:119:     * `--fields="id_key:primaryKey,name:string(12):notNull:unique"`
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:204:            ->from($this->migrationTable)
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:205:            ->orderBy('apply_time DESC, version DESC')
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:206:            ->limit($limit)
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:207:            ->createCommand($this->db)
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:208:            ->queryAll();
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:222:        $this->db->createCommand()->createTable($this->migrationTable, [
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:225:        ])->execute();
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:226:        $this->db->createCommand()->insert($this->migrationTable, [
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:229:        ])->execute();
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:242:        ])->execute();
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:253:        ])->execute();
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:350:     * - fields: array, parsed fields
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:351:     * - foreignKeys: array, detected foreign keys
./vendor/yiisoft/yii2/console/controllers/MigrateController.php:381:                'decorators' => implode('->', $chunks),
./vendor/yiisoft/yii2/console/controllers/CacheController.php:38: * - Putting a php file under web root and calling it via HTTP
./vendor/yiisoft/yii2/console/controllers/CacheController.php:39: * - Using [Cachetool](http://gordalina.github.io/cachetool/)
./vendor/yiisoft/yii2/console/controllers/CacheController.php:102:                'is_flushed' => Yii::$app->get($name)->flush(),
./vendor/yiisoft/yii2/console/controllers/CacheController.php:126:                'is_flushed' => Yii::$app->get($name)->flush(),
./vendor/yiisoft/yii2/console/controllers/CacheController.php:222:                $this->stdout(" - not flushed\n", Console::FG_RED);
./vendor/yiisoft/yii2/console/controllers/BaseMigrateController.php:409:     * @return string|false actual migration version, `false` - if not match.
./vendor/yiisoft/yii2/console/controllers/BaseMigrateController.php:423:     * @return string|false actual migration version, `false` - if not match.
./vendor/yiisoft/yii2/console/controllers/BaseMigrateController.php:653:            $time = microtime(true) - $start;
./vendor/yiisoft/yii2/console/controllers/BaseMigrateController.php:658:            $time = microtime(true) - $start;
./vendor/yiisoft/yii2/console/controllers/BaseMigrateController.php:681:            $time = microtime(true) - $start;
./vendor/yiisoft/yii2/console/controllers/BaseMigrateController.php:686:            $time = microtime(true) - $start;
./vendor/yiisoft/yii2/console/controllers/BaseMigrateController.php:817:     *  - name: string migration base name
./vendor/yiisoft/yii2/console/controllers/BaseMigrateController.php:818:     *  - className: string migration class name
./vendor/yiisoft/yii2/console/controllers/FixtureController.php:34: * yii fixture/load User --namespace=alias\my\custom\namespace\goes\here
./vendor/yiisoft/yii2/console/controllers/FixtureController.php:445:     * If fixture is prefixed with "-", for example "-User", that means that fixture should not be loaded,
./vendor/yiisoft/yii2/console/controllers/FixtureController.php:471:            if (mb_strpos($fixture, '-') !== false) {
./vendor/yiisoft/yii2/console/controllers/FixtureController.php:472:                $filtered['except'][] = str_replace('-', '', $fixture);
./vendor/yiisoft/yii2/test/InitDbFixture.php:94:            $this->db->createCommand()->checkIntegrity($check, $schema)->execute();
./vendor/yiisoft/yii2/test/ActiveFixture.php:99:            $dataFile = dirname($class->getFileName()) . '/data/' . $this->getTableSchema()->fullName . '.php';
./vendor/yiisoft/yii2/test/ActiveFixture.php:114:        $this->db->createCommand()->delete($table->fullName)->execute();
./vendor/yiisoft/yii2/test/ActiveFixture.php:116:            $this->db->createCommand()->resetSequence($table->fullName, 1)->execute();
./vendor/yiisoft/yii2/test/ActiveFixture.php:138:        $this->_table = $db->getSchema()->getTableSchema($tableName);
./vendor/yiisoft/yii2/widgets/ActiveField.php:44:     * - `tag`: the tag name of the container element. Defaults to `div`. Setting it to `false` will not render a container tag.
./vendor/yiisoft/yii2/widgets/ActiveField.php:71:     * - `tag`: the tag name of the container element. Defaults to `div`. Setting it to `false` will not render a container tag.
./vendor/yiisoft/yii2/widgets/ActiveField.php:73:     * - `encode`: whether to encode the error output. Defaults to `true`.
./vendor/yiisoft/yii2/widgets/ActiveField.php:91:     * - `tag`: the tag name of the container element. Defaults to `div`. Setting it to `false` will not render a container tag.
./vendor/yiisoft/yii2/widgets/ActiveField.php:295:     * - `tag`: this specifies the tag name. If not set, `div` will be used.
./vendor/yiisoft/yii2/widgets/ActiveField.php:325:     * - `tag`: this specifies the tag name. If not set, `div` will be used.
./vendor/yiisoft/yii2/widgets/ActiveField.php:374:     * - `maxlength`: integer|boolean, when `maxlength` is set `true` and the model attribute is validated
./vendor/yiisoft/yii2/widgets/ActiveField.php:487:     * - `uncheck`: string, the value associated with the uncheck state of the radio button. If not set,
./vendor/yiisoft/yii2/widgets/ActiveField.php:491:     * - `label`: string, a label displayed next to the radio button. It will NOT be HTML-encoded. Therefore you can pass
./vendor/yiisoft/yii2/widgets/ActiveField.php:495:     * - `labelOptions`: array, the HTML attributes for the label tag. This is only used when the `label` option is specified.
./vendor/yiisoft/yii2/widgets/ActiveField.php:533:     * - `uncheck`: string, the value associated with the uncheck state of the radio button. If not set,
./vendor/yiisoft/yii2/widgets/ActiveField.php:537:     * - `label`: string, a label displayed next to the checkbox. It will NOT be HTML-encoded. Therefore you can pass
./vendor/yiisoft/yii2/widgets/ActiveField.php:541:     * - `labelOptions`: array, the HTML attributes for the label tag. This is only used when the `label` option is specified.
./vendor/yiisoft/yii2/widgets/ActiveField.php:682:     * $form->field($model, 'date')->widget(\yii\widgets\MaskedInput::className(), [
./vendor/yiisoft/yii2/widgets/DetailView.php:70:     * - `attribute`: the attribute name. This is required if either `label` or `value` is not specified.
./vendor/yiisoft/yii2/widgets/DetailView.php:71:     * - `label`: the label associated with the attribute. If this is not specified, it will be generated from the attribute name.
./vendor/yiisoft/yii2/widgets/DetailView.php:72:     * - `value`: the value to be displayed. If this is not specified, it will be retrieved from [[model]] using the attribute name
./vendor/yiisoft/yii2/widgets/DetailView.php:75:     * - `format`: the type of the value that determines how the value would be formatted into a displayable text.
./vendor/yiisoft/yii2/widgets/DetailView.php:77:     * - `visible`: whether the attribute is visible. If set to `false`, the attribute will NOT be displayed.
./vendor/yiisoft/yii2/widgets/DetailView.php:78:     * - `contentOptions`: the HTML attributes to customize value tag. For example: `['class' => 'bg-red']`.
./vendor/yiisoft/yii2/widgets/DetailView.php:80:     * - `captionOptions`: the HTML attributes to customize label tag. For example: `['class' => 'bg-red']`.
./vendor/yiisoft/yii2/widgets/Menu.php:54:     * - label: string, optional, specifies the menu item label. When [[encodeLabels]] is true, the label
./vendor/yiisoft/yii2/widgets/Menu.php:56:     * - encode: boolean, optional, whether this item`s label should be HTML-encoded. This param will override
./vendor/yiisoft/yii2/widgets/Menu.php:58:     * - url: string or array, optional, specifies the URL of the menu item. It will be processed by [[Url::to]].
./vendor/yiisoft/yii2/widgets/Menu.php:61:     * - visible: boolean, optional, whether this menu item is visible. Defaults to true.
./vendor/yiisoft/yii2/widgets/Menu.php:62:     * - items: array, optional, specifies the sub-menu items. Its format is the same as the parent items.
./vendor/yiisoft/yii2/widgets/Menu.php:63:     * - active: boolean, optional, whether this menu item is in active state (currently selected).
./vendor/yiisoft/yii2/widgets/Menu.php:67:     * - template: string, optional, the template used to render the content of this menu item.
./vendor/yiisoft/yii2/widgets/Menu.php:71:     * - submenuTemplate: string, optional, the template used to render the list of sub-menus.
./vendor/yiisoft/yii2/widgets/Menu.php:74:     * - options: array, optional, the HTML attributes for the menu container tag.
./vendor/yiisoft/yii2/widgets/Menu.php:82:     * - tag: string, defaults to "li", the tag name of the item container tags.
./vendor/yiisoft/yii2/widgets/Menu.php:134:     * - tag: string, defaults to "ul", the tag name of the item container tags. Set to false to disable container tag.
./vendor/yiisoft/yii2/widgets/Menu.php:205:            if ($i === $n - 1 && $this->lastItemCssClass !== null) {
./vendor/yiisoft/yii2/widgets/Spaceless.php:22: *             <!-- tags -->
./vendor/yiisoft/yii2/widgets/Spaceless.php:25: *             <!-- tags -->
./vendor/yiisoft/yii2/widgets/Spaceless.php:35: *     <div class="nav-bar"><!-- tags --></div><div class="content"><!-- tags --></div></body>
./vendor/yiisoft/yii2/widgets/Pjax.php:50:     * - `tag`: string, the tag name for the container. Defaults to `div`
./vendor/yiisoft/yii2/widgets/Pjax.php:175:        $headers = Yii::$app->getRequest()->getHeaders();
./vendor/yiisoft/yii2/widgets/MaskedInput.php:36: * <?= $form->field($model, 'from_date')->widget(\yii\widgets\MaskedInput::className(), [
./vendor/yiisoft/yii2/widgets/MaskedInput.php:58:     * - `a`: represents an alpha character (A-Z, a-z)
./vendor/yiisoft/yii2/widgets/MaskedInput.php:59:     * - `9`: represents a numeric character (0-9)
./vendor/yiisoft/yii2/widgets/MaskedInput.php:60:     * - `*`: represents an alphanumeric character (A-Z, a-z, 0-9)
./vendor/yiisoft/yii2/widgets/MaskedInput.php:61:     * - `[` and `]`: anything entered between the square brackets is considered optional user input. This is
./vendor/yiisoft/yii2/widgets/MaskedInput.php:70:     * - `maskSymbol` is a string, containing a character to identify your mask definition and
./vendor/yiisoft/yii2/widgets/MaskedInput.php:71:     * - `settings` is an array, consisting of the following entries:
./vendor/yiisoft/yii2/widgets/MaskedInput.php:72:     *   - `validator`: string, a JS regular expression or a JS function.
./vendor/yiisoft/yii2/widgets/MaskedInput.php:73:     *   - `cardinality`: int, specifies how many characters are represented and validated for the definition.
./vendor/yiisoft/yii2/widgets/MaskedInput.php:74:     *   - `prevalidator`: array, validate the characters before the definition cardinality is reached.
./vendor/yiisoft/yii2/widgets/MaskedInput.php:75:     *   - `definitionSymbol`: string, allows shifting values from other definitions, with this `definitionSymbol`.
./vendor/yiisoft/yii2/widgets/MaskedInput.php:81:     * - `maskAlias` is a string containing a text to identify your mask alias definition (e.g. 'phone') and
./vendor/yiisoft/yii2/widgets/MaskedInput.php:82:     * - `settings` is an array containing settings for the mask symbol, exactly similar to parameters as passed in [[clientOptions]].
./vendor/yiisoft/yii2/widgets/MaskedInput.php:139:     * - 'data-plugin-inputmask' will store the hashed variable storing the plugin options.
./vendor/yiisoft/yii2/widgets/BaseListView.php:57:     * - `{begin}`: the starting row number (1-based) currently being displayed
./vendor/yiisoft/yii2/widgets/BaseListView.php:58:     * - `{end}`: the ending row number (1-based) currently being displayed
./vendor/yiisoft/yii2/widgets/BaseListView.php:59:     * - `{count}`: the number of rows currently being displayed
./vendor/yiisoft/yii2/widgets/BaseListView.php:60:     * - `{totalCount}`: the total number of rows available
./vendor/yiisoft/yii2/widgets/BaseListView.php:61:     * - `{page}`: the page number (1-based) current being displayed
./vendor/yiisoft/yii2/widgets/BaseListView.php:62:     * - `{pageCount}`: the number of pages available
./vendor/yiisoft/yii2/widgets/BaseListView.php:89:     * - `{summary}`: the summary section. See [[renderSummary()]].
./vendor/yiisoft/yii2/widgets/BaseListView.php:90:     * - `{items}`: the list items. See [[renderItems()]].
./vendor/yiisoft/yii2/widgets/BaseListView.php:91:     * - `{sorter}`: the sorter. See [[renderSorter()]].
./vendor/yiisoft/yii2/widgets/BaseListView.php:92:     * - `{pager}`: the pager. See [[renderPager()]].
./vendor/yiisoft/yii2/widgets/BaseListView.php:187:            $end = $begin + $count - 1;
./vendor/yiisoft/yii2/widgets/BaseListView.php:194:                return Html::tag($tag, Yii::t('yii', 'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.', [
./vendor/yiisoft/yii2/widgets/BaseListView.php:218:        return Yii::$app->getI18n()->format($summaryContent, [
./vendor/yiisoft/yii2/widgets/FragmentCache.php:90:            $this->getView()->cacheStack[] = $this;
./vendor/yiisoft/yii2/widgets/FragmentCache.php:107:            array_pop($this->getView()->cacheStack);
./vendor/yiisoft/yii2/widgets/FragmentCache.php:119:            if (empty($this->getView()->cacheStack) && !empty($this->dynamicPlaceholders)) {
./vendor/yiisoft/yii2/widgets/FragmentCache.php:145:                        if (empty($this->getView()->cacheStack)) {
./vendor/yiisoft/yii2/widgets/FragmentCache.php:150:                            $this->getView()->addDynamicPlaceholder($name, $statements);
./vendor/yiisoft/yii2/widgets/FragmentCache.php:171:            $placeholders[$name] = $this->getView()->evaluateDynamicContent($statements);
./vendor/yiisoft/yii2/widgets/InputWidget.php:27: * <?= $form->field($model, 'from_date')->widget('WidgetClassName', [
./vendor/yiisoft/yii2/widgets/ListView.php:36:     * - `$model`: mixed, the data model
./vendor/yiisoft/yii2/widgets/ListView.php:37:     * - `$key`: mixed, the key value associated with the data item
./vendor/yiisoft/yii2/widgets/ListView.php:38:     * - `$index`: integer, the zero-based index of the data item in the items array returned by [[dataProvider]].
./vendor/yiisoft/yii2/widgets/ListView.php:39:     * - `$widget`: ListView, this widget instance
./vendor/yiisoft/yii2/widgets/ListView.php:95:            $content = $this->getView()->render($this->itemView, array_merge([
./vendor/yiisoft/yii2/widgets/LinkPager.php:171:            if (($page = $currentPage - 1) < 0) {
./vendor/yiisoft/yii2/widgets/LinkPager.php:185:            if (($page = $currentPage + 1) >= $pageCount - 1) {
./vendor/yiisoft/yii2/widgets/LinkPager.php:186:                $page = $pageCount - 1;
./vendor/yiisoft/yii2/widgets/LinkPager.php:188:            $buttons[] = $this->renderPageButton($this->nextPageLabel, $page, $this->nextPageCssClass, $currentPage >= $pageCount - 1, false);
./vendor/yiisoft/yii2/widgets/LinkPager.php:194:            $buttons[] = $this->renderPageButton($lastPageLabel, $pageCount - 1, $this->lastPageCssClass, $currentPage >= $pageCount - 1, false);
./vendor/yiisoft/yii2/widgets/LinkPager.php:235:        $beginPage = max(0, $currentPage - (int) ($this->maxButtonCount / 2));
./vendor/yiisoft/yii2/widgets/LinkPager.php:236:        if (($endPage = $beginPage + $this->maxButtonCount - 1) >= $pageCount) {
./vendor/yiisoft/yii2/widgets/LinkPager.php:237:            $endPage = $pageCount - 1;
./vendor/yiisoft/yii2/widgets/LinkPager.php:238:            $beginPage = max(0, $endPage - $this->maxButtonCount + 1);
./vendor/yiisoft/yii2/widgets/ActiveForm.php:253:     * - `header`: string, the header HTML for the error summary. If not set, a default prompt string will be used.
./vendor/yiisoft/yii2/widgets/ActiveForm.php:254:     * - `footer`: string, the footer HTML for the error summary.
./vendor/yiisoft/yii2/web/ErrorHandler.php:215:        $page = $this->htmlEncode(strtolower(str_replace('\\', '-', $class)));
./vendor/yiisoft/yii2/web/ErrorHandler.php:241:            return Yii::$app->getView()->renderFile($_file_, $_params_, $this);
./vendor/yiisoft/yii2/web/ErrorHandler.php:275:            $line--; // adjust line number from one-based to zero-based
./vendor/yiisoft/yii2/web/ErrorHandler.php:282:            $begin = $line - $half > 0 ? $line - $half : 0;
./vendor/yiisoft/yii2/web/ErrorHandler.php:283:            $end = $line + $half < $lineCount ? $line + $half : $lineCount - 1;
./vendor/yiisoft/yii2/web/ErrorAction.php:35: * - `$name`: the error name
./vendor/yiisoft/yii2/web/ErrorAction.php:36: * - `$message`: the error message
./vendor/yiisoft/yii2/web/ErrorAction.php:37: * - `$exception`: the exception being handled
./vendor/yiisoft/yii2/web/ErrorAction.php:77:        if (($exception = Yii::$app->getErrorHandler()->exception) === null) {
./vendor/yiisoft/yii2/web/ErrorAction.php:102:        if (Yii::$app->getRequest()->getIsAjax()) {
./vendor/yiisoft/yii2/web/Application.php:90:                return $this->getResponse()->redirect(Url::to($url, $e->scheme), $e->statusCode);
./vendor/yiisoft/yii2/web/Application.php:124:            if ($this->getUrlManager()->showScriptName) {
./vendor/yiisoft/yii2/web/Application.php:125:                return $this->getRequest()->getScriptUrl();
./vendor/yiisoft/yii2/web/Application.php:127:                return $this->getRequest()->getBaseUrl() . '/';
./vendor/yiisoft/yii2/web/ViewAction.php:124:        if (!is_string($viewName) || !preg_match('~^\w(?:(?!\/\.{0,2}\/)[\w\/\-\.])*$~', $viewName)) {
./vendor/yiisoft/yii2/web/Controller.php:47:        return $this->getView()->renderAjax($view, $params, $this);
./vendor/yiisoft/yii2/web/Controller.php:109:            if ($this->enableCsrfValidation && Yii::$app->getErrorHandler()->exception === null && !Yii::$app->getRequest()->validateCsrfToken()) {
./vendor/yiisoft/yii2/web/Controller.php:131:     * - a string representing a URL (e.g. "http://example.com")
./vendor/yiisoft/yii2/web/Controller.php:132:     * - a string representing a URL alias (e.g. "@example.com")
./vendor/yiisoft/yii2/web/Controller.php:133:     * - an array in the format of `[$route, ...name-value pairs...]` (e.g. `['site/index', 'ref' => 1]`)
./vendor/yiisoft/yii2/web/Controller.php:146:        return Yii::$app->getResponse()->redirect(Url::to($url), $statusCode);
./vendor/yiisoft/yii2/web/Controller.php:163:        return Yii::$app->getResponse()->redirect(Yii::$app->getHomeUrl());
./vendor/yiisoft/yii2/web/Controller.php:186:        return Yii::$app->getResponse()->redirect(Yii::$app->getUser()->getReturnUrl($defaultUrl));
./vendor/yiisoft/yii2/web/Controller.php:206:        return Yii::$app->getResponse()->redirect(Yii::$app->getRequest()->getUrl() . $anchor);
./vendor/yiisoft/yii2/web/UrlRule.php:208:                    if ($offset > 1 && $this->pattern[$offset - 1] === '/' && (!isset($this->pattern[$offset + $length]) || $this->pattern[$offset + $length] === '/')) {
./vendor/yiisoft/yii2/web/UrlRule.php:277:            $pathInfo = $this->getNormalizer($manager)->normalizePathInfo($pathInfo, $suffix, $normalized);
./vendor/yiisoft/yii2/web/UrlRule.php:281:            if (substr_compare($pathInfo, $suffix, -$n, $n) === 0) {
./vendor/yiisoft/yii2/web/UrlRule.php:282:                $pathInfo = substr($pathInfo, 0, -$n);
./vendor/yiisoft/yii2/web/UrlRule.php:325:            // pathInfo was changed by normalizer - we need also normalize route
./vendor/yiisoft/yii2/web/UrlRule.php:326:            return $this->getNormalizer($manager)->normalizeRoute([$route, $params]);
./vendor/yiisoft/yii2/web/UrlRule.php:425:     * When found - replaces this placeholder key with a appropriate name of matching parameter.
./vendor/yiisoft/yii2/web/HtmlResponseFormatter.php:37:        $response->getHeaders()->set('Content-Type', $this->contentType);
./vendor/yiisoft/yii2/web/XmlResponseFormatter.php:65:        $response->getHeaders()->set('Content-Type', $this->contentType);
./vendor/yiisoft/yii2/web/UrlManager.php:282:                if (substr_compare($pathInfo, $this->suffix, -$n, $n) === 0) {
./vendor/yiisoft/yii2/web/UrlManager.php:283:                    $pathInfo = substr($pathInfo, 0, -$n);
./vendor/yiisoft/yii2/web/UrlManager.php:295:                // pathInfo was changed by normalizer - we need also normalize route
./vendor/yiisoft/yii2/web/AssetConverter.php:38:        'less' => ['css', 'lessc {from} {to} --no-color --source-map'],
./vendor/yiisoft/yii2/web/AssetConverter.php:39:        'scss' => ['css', 'sass {from} {to} --sourcemap'],
./vendor/yiisoft/yii2/web/AssetConverter.php:40:        'sass' => ['css', 'sass {from} {to} --sourcemap'],
./vendor/yiisoft/yii2/web/AssetConverter.php:43:        'ts' => ['js', 'tsc --out {to} {from}'],
./vendor/yiisoft/yii2/web/MultiFieldSession.php:22: * While extending this class you should use [[composeFields()]] method - while writing the session data into the storage and
./vendor/yiisoft/yii2/web/MultiFieldSession.php:23: * [[extractData()]] - while reading session data from the storage.
./vendor/yiisoft/yii2/web/AssetManager.php:357:            if ($n2 <= $n && substr_compare($asset, $from, $n - $n2, $n2) === 0) {
./vendor/yiisoft/yii2/web/AssetManager.php:429:     * - only: array, list of patterns that the file paths should match if they want to be copied.
./vendor/yiisoft/yii2/web/AssetManager.php:430:     * - except: array, list of patterns that the files or directories should match if they want to be excluded from being copied.
./vendor/yiisoft/yii2/web/AssetManager.php:431:     * - caseSensitive: boolean, whether patterns specified at "only" or "except" should be case sensitive. Defaults to true.
./vendor/yiisoft/yii2/web/AssetManager.php:432:     * - beforeCopy: callback, a PHP callback that is called before copying each sub-directory or file.
./vendor/yiisoft/yii2/web/AssetManager.php:434:     * - afterCopy: callback, a PHP callback that is called after a sub-directory or file is successfully copied.
./vendor/yiisoft/yii2/web/AssetManager.php:436:     * - forceCopy: boolean, whether the directory being published should be copied even if
./vendor/yiisoft/yii2/web/AssetManager.php:499:     * - only: array, list of patterns that the file paths should match if they want to be copied.
./vendor/yiisoft/yii2/web/AssetManager.php:500:     * - except: array, list of patterns that the files or directories should match if they want to be excluded from being copied.
./vendor/yiisoft/yii2/web/AssetManager.php:501:     * - caseSensitive: boolean, whether patterns specified at "only" or "except" should be case sensitive. Defaults to true.
./vendor/yiisoft/yii2/web/AssetManager.php:502:     * - beforeCopy: callback, a PHP callback that is called before copying each sub-directory or file.
./vendor/yiisoft/yii2/web/AssetManager.php:504:     * - afterCopy: callback, a PHP callback that is called after a sub-directory or file is successfully copied.
./vendor/yiisoft/yii2/web/AssetManager.php:506:     * - forceCopy: boolean, whether the directory being published should be copied even if
./vendor/yiisoft/yii2/web/Request.php:181:        $result = Yii::$app->getUrlManager()->parseRequest($this);
./vendor/yiisoft/yii2/web/Request.php:211:                        $name = str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))));
./vendor/yiisoft/yii2/web/Request.php:1153:                $wa = $a[1][strlen($a[1]) - 1] === '*';
./vendor/yiisoft/yii2/web/Request.php:1154:                $wb = $b[1][strlen($b[1]) - 1] === '*';
./vendor/yiisoft/yii2/web/Request.php:1187:            $acceptableLanguage = str_replace('_', '-', strtolower($acceptableLanguage));
./vendor/yiisoft/yii2/web/Request.php:1189:                $normalizedLanguage = str_replace('_', '-', strtolower($language));
./vendor/yiisoft/yii2/web/Request.php:1192:                    strpos($acceptableLanguage, $normalizedLanguage . '-') === 0 || // en==en-us
./vendor/yiisoft/yii2/web/Request.php:1193:                    strpos($normalizedLanguage, $acceptableLanguage . '-') === 0) { // en-us==en
./vendor/yiisoft/yii2/web/Request.php:1260:                $data = Yii::$app->getSecurity()->validateData($value, $this->cookieValidationKey);
./vendor/yiisoft/yii2/web/Request.php:1321:            return $this->getCookies()->getValue($this->csrfParam);
./vendor/yiisoft/yii2/web/Request.php:1323:            return Yii::$app->getSession()->get($this->csrfParam);
./vendor/yiisoft/yii2/web/Request.php:1333:        $token = Yii::$app->getSecurity()->generateRandomString();
./vendor/yiisoft/yii2/web/Request.php:1336:            Yii::$app->getResponse()->getCookies()->add($cookie);
./vendor/yiisoft/yii2/web/Request.php:1338:            Yii::$app->getSession()->set($this->csrfParam, $token);
./vendor/yiisoft/yii2/web/Request.php:1368:        $key = 'HTTP_' . str_replace('-', '_', strtoupper(static::CSRF_HEADER));
./vendor/yiisoft/yii2/web/Request.php:1438:        $token = StringHelper::byteSubstr($token, static::CSRF_MASK_LENGTH, $n - static::CSRF_MASK_LENGTH);
./vendor/yiisoft/yii2/web/AssetBundle.php:79:     * - an absolute URL representing an external asset. For example,
./vendor/yiisoft/yii2/web/AssetBundle.php:82:     * - a relative path representing a local asset (e.g. `js/main.js`). The actual file path of a local
./vendor/yiisoft/yii2/web/AssetBundle.php:85:     * - an array, with the first entry being the URL or relative path as described before, and a list of key => value pairs
./vendor/yiisoft/yii2/web/MultipartFormDataParser.php:135:        $bodyParts = preg_split('/-+' . preg_quote($boundary) . '/s', $rawBody);
./vendor/yiisoft/yii2/web/MultipartFormDataParser.php:136:        array_pop($bodyParts); // last block always has no data, contains boundary ending like `--`
./vendor/yiisoft/yii2/web/migrations/m160313_153426_session_init.php:31:            'id' => $this->string()->notNull(),
./vendor/yiisoft/yii2/web/View.php:391:     * - `depends`: array, specifies the names of the asset bundles that this CSS file depends on.
./vendor/yiisoft/yii2/web/View.php:407:            $this->getAssetManager()->bundles[$key] = Yii::createObject([
./vendor/yiisoft/yii2/web/View.php:424:     * - [[POS_HEAD]]: in the head section
./vendor/yiisoft/yii2/web/View.php:425:     * - [[POS_BEGIN]]: at the beginning of the body section
./vendor/yiisoft/yii2/web/View.php:426:     * - [[POS_END]]: at the end of the body section
./vendor/yiisoft/yii2/web/View.php:427:     * - [[POS_LOAD]]: enclosed within jQuery(window).load().
./vendor/yiisoft/yii2/web/View.php:429:     * - [[POS_READY]]: enclosed within jQuery(document).ready(). This is the default value.
./vendor/yiisoft/yii2/web/View.php:451:     * - `depends`: array, specifies the names of the asset bundles that this JS file depends on.
./vendor/yiisoft/yii2/web/View.php:452:     * - `position`: specifies where the JS script tag should be inserted in a page. The possible values are:
./vendor/yiisoft/yii2/web/View.php:475:            $this->getAssetManager()->bundles[$key] = Yii::createObject([
./vendor/yiisoft/yii2/web/JsonResponseFormatter.php:83:        $response->getHeaders()->set('Content-Type', 'application/json; charset=UTF-8');
./vendor/yiisoft/yii2/web/JsonResponseFormatter.php:99:        $response->getHeaders()->set('Content-Type', 'application/javascript; charset=UTF-8');
./vendor/yiisoft/yii2/web/Session.php:394:     * - true: cookies and only cookies will be used to store session IDs.
./vendor/yiisoft/yii2/web/Session.php:395:     * - false: cookies will not be used to store session IDs.
./vendor/yiisoft/yii2/web/Session.php:396:     * - null: if possible, cookies will be used to store session IDs; if not, other mechanisms will be used (e.g. GET parameter)
./vendor/yiisoft/yii2/web/CookieCollection.php:101:        return isset($this->_cookies[$name]) ? $this->_cookies[$name]->value : $defaultValue;
./vendor/yiisoft/yii2/web/CookieCollection.php:113:        return isset($this->_cookies[$name]) && $this->_cookies[$name]->value !== ''
./vendor/yiisoft/yii2/web/CookieCollection.php:114:            && ($this->_cookies[$name]->expire === null || $this->_cookies[$name]->expire >= time());
./vendor/yiisoft/yii2/web/UrlNormalizer.php:52:     * - `null` - no special action will be performed
./vendor/yiisoft/yii2/web/UrlNormalizer.php:53:     * - `301` - the request should be redirected to the normalized URL using
./vendor/yiisoft/yii2/web/UrlNormalizer.php:55:     * - `302` - the request should be redirected to the normalized URL using
./vendor/yiisoft/yii2/web/UrlNormalizer.php:57:     * - `404` - [[NotFoundHttpException]] will be thrown
./vendor/yiisoft/yii2/web/UrlNormalizer.php:58:     * - `callable` - custom user callback, for example:
./vendor/yiisoft/yii2/web/DbSession.php:64:     * - MySQL: LONGBLOB
./vendor/yiisoft/yii2/web/DbSession.php:65:     * - PostgreSQL: BYTEA
./vendor/yiisoft/yii2/web/DbSession.php:66:     * - MSSQL: BLOB
./vendor/yiisoft/yii2/web/DbSession.php:108:            ->where(['id' => $oldID])
./vendor/yiisoft/yii2/web/DbSession.php:109:            ->createCommand($this->db)
./vendor/yiisoft/yii2/web/DbSession.php:110:            ->queryOne();
./vendor/yiisoft/yii2/web/DbSession.php:114:                    ->update($this->sessionTable, ['id' => $newID], ['id' => $oldID])
./vendor/yiisoft/yii2/web/DbSession.php:115:                    ->execute();
./vendor/yiisoft/yii2/web/DbSession.php:119:                    ->insert($this->sessionTable, $row)
./vendor/yiisoft/yii2/web/DbSession.php:120:                    ->execute();
./vendor/yiisoft/yii2/web/DbSession.php:125:                ->insert($this->sessionTable, $this->composeFields($newID, ''))
./vendor/yiisoft/yii2/web/DbSession.php:126:                ->execute();
./vendor/yiisoft/yii2/web/DbSession.php:140:            ->where('[[expire]]>:expire AND [[id]]=:id', [':expire' => time(), ':id' => $id]);
./vendor/yiisoft/yii2/web/DbSession.php:147:        $data = $query->select(['data'])->scalar($this->db);
./vendor/yiisoft/yii2/web/DbSession.php:165:                ->from($this->sessionTable)
./vendor/yiisoft/yii2/web/DbSession.php:166:                ->where(['id' => $id])
./vendor/yiisoft/yii2/web/DbSession.php:167:                ->createCommand($this->db)
./vendor/yiisoft/yii2/web/DbSession.php:168:                ->queryScalar();
./vendor/yiisoft/yii2/web/DbSession.php:172:                    ->insert($this->sessionTable, $fields)
./vendor/yiisoft/yii2/web/DbSession.php:173:                    ->execute();
./vendor/yiisoft/yii2/web/DbSession.php:177:                    ->update($this->sessionTable, $fields, ['id' => $id])
./vendor/yiisoft/yii2/web/DbSession.php:178:                    ->execute();
./vendor/yiisoft/yii2/web/DbSession.php:202:            ->delete($this->sessionTable, ['id' => $id])
./vendor/yiisoft/yii2/web/DbSession.php:203:            ->execute();
./vendor/yiisoft/yii2/web/DbSession.php:217:            ->delete($this->sessionTable, '[[expire]]<:expire', [':expire' => time()])
./vendor/yiisoft/yii2/web/DbSession.php:218:            ->execute();
./vendor/yiisoft/yii2/web/User.php:25: * - [[login()]]: sets the specified identity and remembers the authentication status in session and cookie;
./vendor/yiisoft/yii2/web/User.php:26: * - [[logout()]]: marks the user as a guest and clears the relevant information from session and cookie;
./vendor/yiisoft/yii2/web/User.php:27: * - [[setIdentity()]]: changes the user identity without touching session or cookie
./vendor/yiisoft/yii2/web/User.php:228:     * - `$duration == 0`: the identity information will be stored in session and will be available
./vendor/yiisoft/yii2/web/User.php:230:     * - `$duration > 0`: the identity information will be stored in session. If [[enableAutoLogin]] is true,
./vendor/yiisoft/yii2/web/User.php:250:            $ip = Yii::$app->getRequest()->getUserIP();
./vendor/yiisoft/yii2/web/User.php:301:                $ip = Yii::$app->getRequest()->getUserIP();
./vendor/yiisoft/yii2/web/User.php:322:            $ip = Yii::$app->getRequest()->getUserIP();
./vendor/yiisoft/yii2/web/User.php:325:                Yii::$app->getSession()->destroy();
./vendor/yiisoft/yii2/web/User.php:369:        $url = Yii::$app->getSession()->get($this->returnUrlParam, $defaultUrl);
./vendor/yiisoft/yii2/web/User.php:372:                return Yii::$app->getUrlManager()->createUrl($url);
./vendor/yiisoft/yii2/web/User.php:394:        Yii::$app->getSession()->set($this->returnUrlParam, $url);
./vendor/yiisoft/yii2/web/User.php:432:                return Yii::$app->getResponse()->redirect($this->loginUrl);
./vendor/yiisoft/yii2/web/User.php:520:        $value = Yii::$app->getRequest()->getCookies()->getValue($name);
./vendor/yiisoft/yii2/web/User.php:527:                Yii::$app->getResponse()->getCookies()->add($cookie);
./vendor/yiisoft/yii2/web/User.php:550:        Yii::$app->getResponse()->getCookies()->add($cookie);
./vendor/yiisoft/yii2/web/User.php:563:        $value = Yii::$app->getRequest()->getCookies()->getValue($this->identityCookie['name']);
./vendor/yiisoft/yii2/web/User.php:594:        Yii::$app->getResponse()->getCookies()->remove(new Cookie($this->identityCookie));
./vendor/yiisoft/yii2/web/User.php:732:        $acceptableTypes = Yii::$app->getRequest()->getAcceptableContentTypes();
./vendor/yiisoft/yii2/web/Response.php:87:     * - [[FORMAT_RAW]]: the data will be treated as the response content without any conversion.
./vendor/yiisoft/yii2/web/Response.php:89:     * - [[FORMAT_HTML]]: the data will be treated as the response content without any conversion.
./vendor/yiisoft/yii2/web/Response.php:91:     * - [[FORMAT_JSON]]: the data will be converted into JSON format, and the "Content-Type"
./vendor/yiisoft/yii2/web/Response.php:93:     * - [[FORMAT_JSONP]]: the data will be converted into JSONP format, and the "Content-Type"
./vendor/yiisoft/yii2/web/Response.php:97:     * - [[FORMAT_XML]]: the data will be converted into XML format. Please refer to [[XmlResponseFormatter]]
./vendor/yiisoft/yii2/web/Response.php:347:                $name = str_replace(' ', '-', ucwords(str_replace('-', ' ', $name)));
./vendor/yiisoft/yii2/web/Response.php:379:                $value = Yii::$app->getSecurity()->hashData(serialize([$cookie->name, $value]), $validationKey);
./vendor/yiisoft/yii2/web/Response.php:404:                    $chunkSize = $end - $pos + 1;
./vendor/yiisoft/yii2/web/Response.php:445:     *  - `mimeType`: the MIME type of the content. If not set, it will be guessed based on `$filePath`
./vendor/yiisoft/yii2/web/Response.php:446:     *  - `inline`: boolean, whether the browser should open the file within the browser window. Defaults to false,
./vendor/yiisoft/yii2/web/Response.php:478:     *  - `mimeType`: the MIME type of the content. Defaults to 'application/octet-stream'.
./vendor/yiisoft/yii2/web/Response.php:479:     *  - `inline`: boolean, whether the browser should open the file within the browser window. Defaults to false,
./vendor/yiisoft/yii2/web/Response.php:499:        if ($begin != 0 || $end != $contentLength - 1) {
./vendor/yiisoft/yii2/web/Response.php:502:            $this->content = StringHelper::byteSubstr($content, $begin, $end - $begin + 1);
./vendor/yiisoft/yii2/web/Response.php:509:        $this->setDownloadHeaders($attachmentName, $mimeType, !empty($options['inline']), $end - $begin + 1);
./vendor/yiisoft/yii2/web/Response.php:526:     *  - `mimeType`: the MIME type of the content. Defaults to 'application/octet-stream'.
./vendor/yiisoft/yii2/web/Response.php:527:     *  - `inline`: boolean, whether the browser should open the file within the browser window. Defaults to false,
./vendor/yiisoft/yii2/web/Response.php:529:     *  - `fileSize`: the size of the content to stream this is useful when size of the content is known
./vendor/yiisoft/yii2/web/Response.php:554:        if ($begin != 0 || $end != $fileSize - 1) {
./vendor/yiisoft/yii2/web/Response.php:562:        $this->setDownloadHeaders($attachmentName, $mimeType, !empty($options['inline']), $end - $begin + 1);
./vendor/yiisoft/yii2/web/Response.php:585:            ->setDefault('Accept-Ranges', 'bytes')
./vendor/yiisoft/yii2/web/Response.php:586:            ->setDefault('Expires', '0')
./vendor/yiisoft/yii2/web/Response.php:587:            ->setDefault('Cache-Control', 'must-revalidate, post-check=0, pre-check=0')
./vendor/yiisoft/yii2/web/Response.php:588:            ->setDefault('Content-Disposition', $this->getDispositionHeaderValue($disposition, $attachmentName));
./vendor/yiisoft/yii2/web/Response.php:608:        if (!isset($_SERVER['HTTP_RANGE']) || $_SERVER['HTTP_RANGE'] === '-') {
./vendor/yiisoft/yii2/web/Response.php:609:            return [0, $fileSize - 1];
./vendor/yiisoft/yii2/web/Response.php:611:        if (!preg_match('/^bytes=(\d*)-(\d*)$/', $_SERVER['HTTP_RANGE'], $matches)) {
./vendor/yiisoft/yii2/web/Response.php:615:            $start = $fileSize - $matches[2];
./vendor/yiisoft/yii2/web/Response.php:616:            $end = $fileSize - 1;
./vendor/yiisoft/yii2/web/Response.php:621:                $end = $fileSize - 1;
./vendor/yiisoft/yii2/web/Response.php:625:            $end = $fileSize - 1;
./vendor/yiisoft/yii2/web/Response.php:649:     * - Apache: [X-Sendfile](http://tn123.org/mod_xsendfile)
./vendor/yiisoft/yii2/web/Response.php:650:     * - Lighttpd v1.4: [X-LIGHTTPD-send-file](http://redmine.lighttpd.net/projects/lighttpd/wiki/X-LIGHTTPD-send-file)
./vendor/yiisoft/yii2/web/Response.php:651:     * - Lighttpd v1.5: [X-Sendfile](http://redmine.lighttpd.net/projects/lighttpd/wiki/X-LIGHTTPD-send-file)
./vendor/yiisoft/yii2/web/Response.php:652:     * - Nginx: [X-Accel-Redirect](http://wiki.nginx.org/XSendfile)
./vendor/yiisoft/yii2/web/Response.php:653:     * - Cherokee: [X-Sendfile and X-Accel-Redirect](http://www.cherokee-project.com/doc/other_goodies.html#x-sendfile)
./vendor/yiisoft/yii2/web/Response.php:684:     *  - `mimeType`: the MIME type of the content. If not set, it will be guessed based on `$filePath`
./vendor/yiisoft/yii2/web/Response.php:685:     *  - `inline`: boolean, whether the browser should open the file within the browser window. Defaults to false,
./vendor/yiisoft/yii2/web/Response.php:687:     *  - xHeader: string, the name of the x-sendfile header. Defaults to "X-Sendfile".
./vendor/yiisoft/yii2/web/Response.php:710:            ->setDefault($xHeader, $filePath)
./vendor/yiisoft/yii2/web/Response.php:711:            ->setDefault('Content-Type', $mimeType)
./vendor/yiisoft/yii2/web/Response.php:712:            ->setDefault('Content-Disposition', $this->getDispositionHeaderValue($disposition, $attachmentName));
./vendor/yiisoft/yii2/web/Response.php:724:     * - Causes issues if contains non-ASCII characters with codes less than 32 or more than 126.
./vendor/yiisoft/yii2/web/Response.php:725:     * - Causes issues if contains urlencoded characters (starting with `%`) or `%` character. Some browsers interpret
./vendor/yiisoft/yii2/web/Response.php:727:     * - Causes issues if contains path separator characters such as `\` or `/`.
./vendor/yiisoft/yii2/web/Response.php:728:     * - Since value is wrapped with `"`, it should be escaped as `\"`.
./vendor/yiisoft/yii2/web/Response.php:729:     * - Since input could contain non-ASCII characters, fallback is obtained by transliteration.
./vendor/yiisoft/yii2/web/Response.php:733:     * - Causes issues if contains path separator characters such as `\` or `/`.
./vendor/yiisoft/yii2/web/Response.php:734:     * - Should be urlencoded since headers are ASCII-only.
./vendor/yiisoft/yii2/web/Response.php:735:     * - Could be omitted if it exactly matches fallback name.
./vendor/yiisoft/yii2/web/Response.php:762:     * return Yii::$app->getResponse()->redirect($url);
./vendor/yiisoft/yii2/web/Response.php:769:     * Yii::$app->getResponse()->redirect($url)->send();
./vendor/yiisoft/yii2/web/Response.php:792:     * - a string representing a URL (e.g. "http://example.com")
./vendor/yiisoft/yii2/web/Response.php:793:     * - a string representing a URL alias (e.g. "@example.com")
./vendor/yiisoft/yii2/web/Response.php:794:     * - an array in the format of `[$route, ...name-value pairs...]` (e.g. `['site/index', 'ref' => 1]`).
./vendor/yiisoft/yii2/web/Response.php:819:            $url = Yii::$app->getRequest()->getHostInfo() . $url;
./vendor/yiisoft/yii2/web/Response.php:823:            if (Yii::$app->getRequest()->getIsAjax()) {
./vendor/yiisoft/yii2/web/Response.php:824:                if (Yii::$app->getRequest()->getHeaders()->get('X-Ie-Redirect-Compatibility') !== null && $statusCode === 302) {
./vendor/yiisoft/yii2/web/Response.php:828:                if (Yii::$app->getRequest()->getIsPjax()) {
./vendor/yiisoft/yii2/web/Response.php:829:                    $this->getHeaders()->set('X-Pjax-Url', $url);
./vendor/yiisoft/yii2/web/Response.php:831:                    $this->getHeaders()->set('X-Redirect', $url);
./vendor/yiisoft/yii2/web/Response.php:834:                $this->getHeaders()->set('Location', $url);
./vendor/yiisoft/yii2/web/Response.php:837:            $this->getHeaders()->set('Location', $url);
./vendor/yiisoft/yii2/web/Response.php:853:     * return Yii::$app->getResponse()->refresh();
./vendor/yiisoft/yii2/web/Response.php:862:        return $this->redirect(Yii::$app->getRequest()->getUrl() . $anchor);
./vendor/yiisoft/yii2/captcha/CaptchaValidator.php:96:            'message' => Yii::$app->getI18n()->format($this->message, [
./vendor/yiisoft/yii2/captcha/Captcha.php:20: * Captcha is used together with [[CaptchaAction]] to provide [CAPTCHA](http://en.wikipedia.org/wiki/Captcha) - a way
./vendor/yiisoft/yii2/captcha/Captcha.php:53: * <?= $form->field($model, 'captcha')->widget(\yii\captcha\Captcha::classname(), [
./vendor/yiisoft/yii2/captcha/Captcha.php:168:            $imagickFormats = (new \Imagick())->queryFormats('PNG');
./vendor/yiisoft/yii2/captcha/CaptchaAction.php:151:        for ($h = 0, $i = strlen($code) - 1; $i >= 0; --$i) {
./vendor/yiisoft/yii2/captcha/CaptchaAction.php:278:        imagefilledrectangle($image, 0, 0, $this->width - 1, $this->height - 1, $backColor);
./vendor/yiisoft/yii2/captcha/CaptchaAction.php:294:        $w = $box[4] - $box[0] + $this->offset * ($length - 1);
./vendor/yiisoft/yii2/captcha/CaptchaAction.php:295:        $h = $box[1] - $box[5];
./vendor/yiisoft/yii2/captcha/CaptchaAction.php:296:        $scale = min(($this->width - $this->padding * 2) / $w, ($this->height - $this->padding * 2) / $h);
./vendor/yiisoft/yii2/captcha/CaptchaAction.php:335:        $w = (int) $fontMetrics['textWidth'] - 8 + $this->offset * ($length - 1);
./vendor/yiisoft/yii2/captcha/CaptchaAction.php:336:        $h = (int) $fontMetrics['textHeight'] - 8;
./vendor/yiisoft/yii2/captcha/CaptchaAction.php:337:        $scale = min(($this->width - $this->padding * 2) / $w, ($this->height - $this->padding * 2) / $h);
./vendor/yiisoft/yii2/captcha/CaptchaAction.php:359:        Yii::$app->getResponse()->getHeaders()
./vendor/yiisoft/yii2/captcha/CaptchaAction.php:360:            ->set('Pragma', 'public')
./vendor/yiisoft/yii2/captcha/CaptchaAction.php:361:            ->set('Expires', '0')
./vendor/yiisoft/yii2/captcha/CaptchaAction.php:362:            ->set('Cache-Control', 'must-revalidate, post-check=0, pre-check=0')
./vendor/yiisoft/yii2/captcha/CaptchaAction.php:363:            ->set('Content-Transfer-Encoding', 'binary')
./vendor/yiisoft/yii2/captcha/CaptchaAction.php:364:            ->set('Content-type', 'image/png');
./vendor/yiisoft/yii2/mail/MessageInterface.php:20: *     ->setFrom('from@domain.com')
./vendor/yiisoft/yii2/mail/MessageInterface.php:21: *     ->setTo($form->email)
./vendor/yiisoft/yii2/mail/MessageInterface.php:22: *     ->setSubject($form->subject)
./vendor/yiisoft/yii2/mail/MessageInterface.php:23: *     ->setTextBody('Plain text content')
./vendor/yiisoft/yii2/mail/MessageInterface.php:24: *     ->setHtmlBody('<b>HTML content</b>')
./vendor/yiisoft/yii2/mail/MessageInterface.php:25: *     ->send();
./vendor/yiisoft/yii2/mail/MessageInterface.php:160:     * - fileName: name, which should be used to attach file.
./vendor/yiisoft/yii2/mail/MessageInterface.php:161:     * - contentType: attached file MIME type.
./vendor/yiisoft/yii2/mail/MessageInterface.php:172:     * - fileName: name, which should be used to attach file.
./vendor/yiisoft/yii2/mail/MessageInterface.php:173:     * - contentType: attached file MIME type.
./vendor/yiisoft/yii2/mail/MessageInterface.php:185:     * - fileName: name, which should be used to attach file.
./vendor/yiisoft/yii2/mail/MessageInterface.php:186:     * - contentType: attached file MIME type.
./vendor/yiisoft/yii2/mail/MessageInterface.php:198:     * - fileName: name, which should be used to attach file.
./vendor/yiisoft/yii2/mail/MessageInterface.php:199:     * - contentType: attached file MIME type.
./vendor/yiisoft/yii2/mail/BaseMailer.php:47:     * - a relative view name: a view file relative to [[viewPath]], e.g., 'layouts/html'.
./vendor/yiisoft/yii2/mail/BaseMailer.php:48:     * - a path alias: an absolute view file path specified as a path alias, e.g., '@app/mail/html'.
./vendor/yiisoft/yii2/mail/BaseMailer.php:49:     * - a boolean false: the layout is disabled.
./vendor/yiisoft/yii2/mail/BaseMailer.php:156:     * - a string, which represents the view name or path alias for rendering the HTML body of the email.
./vendor/yiisoft/yii2/mail/BaseMailer.php:158:     * - an array with 'html' and/or 'text' elements. The 'html' element refers to the view name or path alias
./vendor/yiisoft/yii2/mail/BaseMailer.php:161:     * - null, meaning the message instance will be returned without body content.
./vendor/yiisoft/yii2/mail/BaseMailer.php:165:     * - path alias (e.g. "@app/mail/contact");
./vendor/yiisoft/yii2/mail/BaseMailer.php:166:     * - a relative view name (e.g. "contact") located under [[viewPath]].
./vendor/yiisoft/yii2/mail/BaseMailer.php:299:        $output = $this->getView()->render($view, $params, $this);
./vendor/yiisoft/yii2/mail/BaseMailer.php:301:            return $this->getView()->render($layout, ['content' => $output, 'message' => $this->_message], $this);
./vendor/yiisoft/yii2/mail/BaseMailer.php:343:        return date('Ymd-His-', $time) . sprintf('%04d', (int) (($time - (int) $time) * 10000)) . '-' . sprintf('%04d', mt_rand(0, 10000)) . '.eml';
./vendor/yiisoft/yii2/mail/MailerInterface.php:18: *     ->setFrom('from@domain.com')
./vendor/yiisoft/yii2/mail/MailerInterface.php:19: *     ->setTo($form->email)
./vendor/yiisoft/yii2/mail/MailerInterface.php:20: *     ->setSubject($form->subject)
./vendor/yiisoft/yii2/mail/MailerInterface.php:21: *     ->send();
./vendor/yiisoft/yii2/mail/MailerInterface.php:36:     * - a string, which represents the view name or path alias for rendering the HTML body of the email.
./vendor/yiisoft/yii2/mail/MailerInterface.php:38:     * - an array with 'html' and/or 'text' elements. The 'html' element refers to the view name or path alias
./vendor/yiisoft/yii2/mail/MailerInterface.php:41:     * - null, meaning the message instance will be returned without body content.
./vendor/yiisoft/yii2/mutex/MysqlMutex.php:61:            ->createCommand('SELECT GET_LOCK(:name, :timeout)', [':name' => $name, ':timeout' => $timeout])
./vendor/yiisoft/yii2/mutex/MysqlMutex.php:62:            ->queryScalar();
./vendor/yiisoft/yii2/mutex/MysqlMutex.php:74:            ->createCommand('SELECT RELEASE_LOCK(:name)', [':name' => $name])
./vendor/yiisoft/yii2/mutex/MysqlMutex.php:75:            ->queryScalar();
./vendor/yiisoft/yii2/mutex/PgsqlMutex.php:76:            ->createCommand('SELECT pg_try_advisory_lock(:key1, :key2)', [':key1' => $key1, ':key2' => $key2])
./vendor/yiisoft/yii2/mutex/PgsqlMutex.php:77:            ->queryScalar();
./vendor/yiisoft/yii2/mutex/PgsqlMutex.php:90:            ->createCommand('SELECT pg_advisory_unlock(:key1, :key2)', [':key1' => $key1, ':key2' => $key2])
./vendor/yiisoft/yii2/mutex/PgsqlMutex.php:91:            ->queryScalar();
./vendor/yiisoft/yii2/mutex/OracleMutex.php:101:            ->bindParam(':lockStatus', $lockStatus, PDO::PARAM_INT, 1)
./vendor/yiisoft/yii2/mutex/OracleMutex.php:102:            ->execute();
./vendor/yiisoft/yii2/mutex/OracleMutex.php:125:            ->bindParam(':result', $releaseStatus, PDO::PARAM_INT, 1)
./vendor/yiisoft/yii2/mutex/OracleMutex.php:126:            ->execute();
./vendor/yiisoft/yii2/views/createJunctionMigration.php:40:            'idx-<?= $table . '-' . $field_first ?>_id',
./vendor/yiisoft/yii2/views/createJunctionMigration.php:46:            'idx-<?= $table . '-' . $field_second ?>_id',
./vendor/yiisoft/yii2/views/createJunctionMigration.php:52:            'fk-<?= $table . '-' . $field_first ?>_id',
./vendor/yiisoft/yii2/views/createJunctionMigration.php:61:            'fk-<?= $table . '-' . $field_second ?>_id',
./vendor/yiisoft/yii2/views/_foreignTables.php:12: * - `<?= $fkData['relatedTable'] ?>`
./vendor/yiisoft/yii2/views/errorHandler/exception.php:64:    min-width: 860px; /* 960px - 50px * 2 */
./vendor/yiisoft/yii2/views/errorHandler/exception.php:167:    min-width: 860px; /* 960px - 50px * 2 */
./vendor/yiisoft/yii2/views/errorHandler/exception.php:227:    min-width: 860px; /* 960px - 50px * 2 */
./vendor/yiisoft/yii2/views/errorHandler/exception.php:268:    min-width: 860px; /* 960px - 50px * 2 */
./vendor/yiisoft/yii2/views/errorHandler/exception.php:284:    min-width: 860px; /* 960px - 50px * 2 */
./vendor/yiisoft/yii2/views/errorHandler/exception.php:404:var hljs=new function(){function l(o){return o.replace(/&/gm,"&amp;").replace(/</gm,"&lt;").replace(/>/gm,"&gt;")}function b(p){for(var o=p.firstChild;o;o=o.nextSibling){if(o.nodeName=="CODE"){return o}if(!(o.nodeType==3&&o.nodeValue.match(/\s+/))){break}}}function h(p,o){return Array.prototype.map.call(p.childNodes,function(q){if(q.nodeType==3){return o?q.nodeValue.replace(/\n/g,""):q.nodeValue}if(q.nodeName=="BR"){return"\n"}return h(q,o)}).join("")}function a(q){var p=(q.className+" "+q.parentNode.className).split(/\s+/);p=p.map(function(r){return r.replace(/^language-/,"")});for(var o=0;o<p.length;o++){if(e[p[o]]||p[o]=="no-highlight"){return p[o]}}}function c(q){var o=[];(function p(r,s){for(var t=r.firstChild;t;t=t.nextSibling){if(t.nodeType==3){s+=t.nodeValue.length}else{if(t.nodeName=="BR"){s+=1}else{if(t.nodeType==1){o.push({event:"start",offset:s,node:t});s=p(t,s);o.push({event:"stop",offset:s,node:t})}}}}return s})(q,0);return o}function j(x,v,w){var p=0;var y="";var r=[];function t(){if(x.length&&v.length){if(x[0].offset!=v[0].offset){return(x[0].offset<v[0].offset)?x:v}else{return v[0].event=="start"?x:v}}else{return x.length?x:v}}function s(A){function z(B){return" "+B.nodeName+'="'+l(B.value)+'"'}return"<"+A.nodeName+Array.prototype.map.call(A.attributes,z).join("")+">"}while(x.length||v.length){var u=t().splice(0,1)[0];y+=l(w.substr(p,u.offset-p));p=u.offset;if(u.event=="start"){y+=s(u.node);r.push(u.node)}else{if(u.event=="stop"){var o,q=r.length;do{q--;o=r[q];y+=("</"+o.nodeName.toLowerCase()+">")}while(o!=u.node);r.splice(q,1);while(q<r.length){y+=s(r[q]);q++}}}}return y+l(w.substr(p))}function f(q){function o(s,r){return RegExp(s,"m"+(q.cI?"i":"")+(r?"g":""))}function p(y,w){if(y.compiled){return}y.compiled=true;var s=[];if(y.k){var r={};function z(A,t){t.split(" ").forEach(function(B){var C=B.split("|");r[C[0]]=[A,C[1]?Number(C[1]):1];s.push(C[0])})}y.lR=o(y.l||hljs.IR,true);if(typeof y.k=="string"){z("keyword",y.k)}else{for(var x in y.k){if(!y.k.hasOwnProperty(x)){continue}z(x,y.k[x])}}y.k=r}if(w){if(y.bWK){y.b="\\b("+s.join("|")+")\\s"}y.bR=o(y.b?y.b:"\\B|\\b");if(!y.e&&!y.eW){y.e="\\B|\\b"}if(y.e){y.eR=o(y.e)}y.tE=y.e||"";if(y.eW&&w.tE){y.tE+=(y.e?"|":"")+w.tE}}if(y.i){y.iR=o(y.i)}if(y.r===undefined){y.r=1}if(!y.c){y.c=[]}for(var v=0;v<y.c.length;v++){if(y.c[v]=="self"){y.c[v]=y}p(y.c[v],y)}if(y.starts){p(y.starts,w)}var u=[];for(var v=0;v<y.c.length;v++){u.push(y.c[v].b)}if(y.tE){u.push(y.tE)}if(y.i){u.push(y.i)}y.t=u.length?o(u.join("|"),true):{exec:function(t){return null}}}p(q)}function d(D,E){function o(r,M){for(var L=0;L<M.c.length;L++){var K=M.c[L].bR.exec(r);if(K&&K.index==0){return M.c[L]}}}function s(K,r){if(K.e&&K.eR.test(r)){return K}if(K.eW){return s(K.parent,r)}}function t(r,K){return K.i&&K.iR.test(r)}function y(L,r){var K=F.cI?r[0].toLowerCase():r[0];return L.k.hasOwnProperty(K)&&L.k[K]}function G(){var K=l(w);if(!A.k){return K}var r="";var N=0;A.lR.lastIndex=0;var L=A.lR.exec(K);while(L){r+=K.substr(N,L.index-N);var M=y(A,L);if(M){v+=M[1];r+='<span class="'+M[0]+'">'+L[0]+"</span>"}else{r+=L[0]}N=A.lR.lastIndex;L=A.lR.exec(K)}return r+K.substr(N)}function z(){if(A.sL&&!e[A.sL]){return l(w)}var r=A.sL?d(A.sL,w):g(w);if(A.r>0){v+=r.keyword_count;B+=r.r}return'<span class="'+r.language+'">'+r.value+"</span>"}function J(){return A.sL!==undefined?z():G()}function I(L,r){var K=L.cN?'<span class="'+L.cN+'">':"";if(L.rB){x+=K;w=""}else{if(L.eB){x+=l(r)+K;w=""}else{x+=K;w=r}}A=Object.create(L,{parent:{value:A}});B+=L.r}function C(K,r){w+=K;if(r===undefined){x+=J();return 0}var L=o(r,A);if(L){x+=J();I(L,r);return L.rB?0:r.length}var M=s(A,r);if(M){if(!(M.rE||M.eE)){w+=r}x+=J();do{if(A.cN){x+="</span>"}A=A.parent}while(A!=M.parent);if(M.eE){x+=l(r)}w="";if(M.starts){I(M.starts,"")}return M.rE?0:r.length}if(t(r,A)){throw"Illegal"}w+=r;return r.length||1}var F=e[D];f(F);var A=F;var w="";var B=0;var v=0;var x="";try{var u,q,p=0;while(true){A.t.lastIndex=p;u=A.t.exec(E);if(!u){break}q=C(E.substr(p,u.index-p),u[0]);p=u.index+q}C(E.substr(p));return{r:B,keyword_count:v,value:x,language:D}}catch(H){if(H=="Illegal"){return{r:0,keyword_count:0,value:l(E)}}else{throw H}}}function g(s){var o={keyword_count:0,r:0,value:l(s)};var q=o;for(var p in e){if(!e.hasOwnProperty(p)){continue}var r=d(p,s);r.language=p;if(r.keyword_count+r.r>q.keyword_count+q.r){q=r}if(r.keyword_count+r.r>o.keyword_count+o.r){q=o;o=r}}if(q.language){o.second_best=q}return o}function i(q,p,o){if(p){q=q.replace(/^((<[^>]+>|\t)+)/gm,function(r,v,u,t){return v.replace(/\t/g,p)})}if(o){q=q.replace(/\n/g,"<br>")}return q}function m(r,u,p){var v=h(r,p);var t=a(r);if(t=="no-highlight"){return}var w=t?d(t,v):g(v);t=w.language;var o=c(r);if(o.length){var q=document.createElement("pre");q.innerHTML=w.value;w.value=j(o,c(q),v)}w.value=i(w.value,u,p);var s=r.className;if(!s.match("(\\s|^)(language-)?"+t+"(\\s|$)")){s=s?(s+" "+t):t}r.innerHTML=w.value;r.className=s;r.result={language:t,kw:w.keyword_count,re:w.r};if(w.second_best){r.second_best={language:w.second_best.language,kw:w.second_best.keyword_count,re:w.second_best.r}}}function n(){if(n.called){return}n.called=true;Array.prototype.map.call(document.getElementsByTagName("pre"),b).filter(Boolean).forEach(function(o){m(o,hljs.tabReplace)})}function k(){window.addEventListener("DOMContentLoaded",n,false);window.addEventListener("load",n,false)}var e={};this.LANGUAGES=e;this.highlight=d;this.highlightAuto=g;this.fixMarkup=i;this.highlightBlock=m;this.initHighlighting=n;this.initHighlightingOnLoad=k;this.IR="[a-zA-Z][a-zA-Z0-9_]*";this.UIR="[a-zA-Z_][a-zA-Z0-9_]*";this.NR="\\b\\d+(\\.\\d+)?";this.CNR="(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)";this.BNR="\\b(0b[01]+)";this.RSR="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|\\.|-|-=|/|/=|:|;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~";this.BE={b:"\\\\[\\s\\S]",r:0};this.ASM={cN:"string",b:"'",e:"'",i:"\\n",c:[this.BE],r:0};this.QSM={cN:"string",b:'"',e:'"',i:"\\n",c:[this.BE],r:0};this.CLCM={cN:"comment",b:"//",e:"$"};this.CBLCLM={cN:"comment",b:"/\\*",e:"\\*/"};this.HCM={cN:"comment",b:"#",e:"$"};this.NM={cN:"number",b:this.NR,r:0};this.CNM={cN:"number",b:this.CNR,r:0};this.BNM={cN:"number",b:this.BNR,r:0};this.inherit=function(q,r){var o={};for(var p in q){o[p]=q[p]}if(r){for(var p in r){o[p]=r[p]}}return o}}();hljs.LANGUAGES.php=function(a){var e={cN:"variable",b:"\\$+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*"};var b=[a.inherit(a.ASM,{i:null}),a.inherit(a.QSM,{i:null}),{cN:"string",b:'b"',e:'"',c:[a.BE]},{cN:"string",b:"b'",e:"'",c:[a.BE]}];var c=[a.BNM,a.CNM];var d={cN:"title",b:a.UIR};return{cI:true,k:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return implements parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception php_user_filter default die require __FUNCTION__ enddeclare final try this switch continue endfor endif declare unset true false namespace trait goto instanceof insteadof __DIR__ __NAMESPACE__ __halt_compiler",c:[a.CLCM,a.HCM,{cN:"comment",b:"/\\*",e:"\\*/",c:[{cN:"phpdoc",b:"\\s@[A-Za-z]+"}]},{cN:"comment",eB:true,b:"__halt_compiler.+?;",eW:true},{cN:"string",b:"<<<['\"]?\\w+['\"]?$",e:"^\\w+;",c:[a.BE]},{cN:"preprocessor",b:"<\\?php",r:10},{cN:"preprocessor",b:"\\?>"},e,{cN:"function",bWK:true,e:"{",k:"function",i:"\\$|\\[|%",c:[d,{cN:"params",b:"\\(",e:"\\)",c:["self",e,a.CBLCLM].concat(b).concat(c)}]},{cN:"class",bWK:true,e:"{",k:"class",i:"[:\\(\\$]",c:[{bWK:true,eW:true,k:"extends",c:[d]},d]},{b:"=>"}].concat(b).concat(c)}}(hljs);
./vendor/yiisoft/yii2/views/errorHandler/exception.php:421:        var top = callStackItem.getElementsByClassName('code-wrap')[0].offsetTop - window.pageYOffset + 3,
./vendor/yiisoft/yii2/views/errorHandler/exception.php:430:            lineNumbers[i].style.top = parseInt(lines[i].top - top) + 'px';
./vendor/yiisoft/yii2/views/errorHandler/exception.php:431:            hoverLines[i].style.top = parseInt(lines[i].top - top) + 'px';
./vendor/yiisoft/yii2/views/errorHandler/exception.php:432:            hoverLines[i].style.height = parseInt(lines[i].bottom - lines[i].top + 6) + 'px';
./vendor/yiisoft/yii2/views/errorHandler/exception.php:434:                errorLine.style.top = parseInt(lines[i].top - top) + 'px';
./vendor/yiisoft/yii2/views/errorHandler/exception.php:435:                errorLine.style.height = parseInt(lines[i].bottom - lines[i].top + 6) + 'px';
./vendor/yiisoft/yii2/views/errorHandler/callStackItem.php:14:    data-line="<?= (int) ($line - $begin) ?>">
./vendor/yiisoft/yii2/rbac/PhpManager.php:665:                        $assignments[$item->name]->roleName = $item->name;
./vendor/yiisoft/yii2/rbac/migrations/m140506_102106_rbac_init.php:55:            'name' => $this->string(64)->notNull(),
./vendor/yiisoft/yii2/rbac/migrations/m140506_102106_rbac_init.php:63:            'name' => $this->string(64)->notNull(),
./vendor/yiisoft/yii2/rbac/migrations/m140506_102106_rbac_init.php:64:            'type' => $this->integer()->notNull(),
./vendor/yiisoft/yii2/rbac/migrations/m140506_102106_rbac_init.php:77:            'parent' => $this->string(64)->notNull(),
./vendor/yiisoft/yii2/rbac/migrations/m140506_102106_rbac_init.php:78:            'child' => $this->string(64)->notNull(),
./vendor/yiisoft/yii2/rbac/migrations/m140506_102106_rbac_init.php:87:            'item_name' => $this->string(64)->notNull(),
./vendor/yiisoft/yii2/rbac/migrations/m140506_102106_rbac_init.php:88:            'user_id' => $this->string(64)->notNull(),
./vendor/yiisoft/yii2/rbac/DbManager.php:25: * yii migrate --migrationPath=@yii/rbac/migrations/
./vendor/yiisoft/yii2/rbac/DbManager.php:65:     * - an application component ID (e.g. `cache`)
./vendor/yiisoft/yii2/rbac/DbManager.php:66:     * - a configuration array
./vendor/yiisoft/yii2/rbac/DbManager.php:67:     * - a [[\yii\caching\Cache]] object
./vendor/yiisoft/yii2/rbac/DbManager.php:202:            ->from($this->itemChildTable)
./vendor/yiisoft/yii2/rbac/DbManager.php:203:            ->where(['child' => $itemName])
./vendor/yiisoft/yii2/rbac/DbManager.php:204:            ->column($this->db);
./vendor/yiisoft/yii2/rbac/DbManager.php:227:        $row = (new Query)->from($this->itemTable)
./vendor/yiisoft/yii2/rbac/DbManager.php:228:            ->where(['name' => $name])
./vendor/yiisoft/yii2/rbac/DbManager.php:229:            ->one($this->db);
./vendor/yiisoft/yii2/rbac/DbManager.php:265:            ->insert($this->itemTable, [
./vendor/yiisoft/yii2/rbac/DbManager.php:273:            ])->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:287:                ->delete($this->itemChildTable, ['or', '[[parent]]=:name', '[[child]]=:name'], [':name' => $item->name])
./vendor/yiisoft/yii2/rbac/DbManager.php:288:                ->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:290:                ->delete($this->assignmentTable, ['item_name' => $item->name])
./vendor/yiisoft/yii2/rbac/DbManager.php:291:                ->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:295:            ->delete($this->itemTable, ['name' => $item->name])
./vendor/yiisoft/yii2/rbac/DbManager.php:296:            ->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:310:                ->update($this->itemChildTable, ['parent' => $item->name], ['parent' => $name])
./vendor/yiisoft/yii2/rbac/DbManager.php:311:                ->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:313:                ->update($this->itemChildTable, ['child' => $item->name], ['child' => $name])
./vendor/yiisoft/yii2/rbac/DbManager.php:314:                ->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:316:                ->update($this->assignmentTable, ['item_name' => $item->name], ['item_name' => $name])
./vendor/yiisoft/yii2/rbac/DbManager.php:317:                ->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:323:            ->update($this->itemTable, [
./vendor/yiisoft/yii2/rbac/DbManager.php:331:            ])->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:351:            ->insert($this->ruleTable, [
./vendor/yiisoft/yii2/rbac/DbManager.php:356:            ])->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:370:                ->update($this->itemTable, ['rule_name' => $rule->name], ['rule_name' => $name])
./vendor/yiisoft/yii2/rbac/DbManager.php:371:                ->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:377:            ->update($this->ruleTable, [
./vendor/yiisoft/yii2/rbac/DbManager.php:383:            ])->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:397:                ->update($this->itemTable, ['rule_name' => null], ['rule_name' => $rule->name])
./vendor/yiisoft/yii2/rbac/DbManager.php:398:                ->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:402:            ->delete($this->ruleTable, ['name' => $rule->name])
./vendor/yiisoft/yii2/rbac/DbManager.php:403:            ->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:416:            ->from($this->itemTable)
./vendor/yiisoft/yii2/rbac/DbManager.php:417:            ->where(['type' => $type]);
./vendor/yiisoft/yii2/rbac/DbManager.php:460:        $query = (new Query)->select('b.*')
./vendor/yiisoft/yii2/rbac/DbManager.php:461:            ->from(['a' => $this->assignmentTable, 'b' => $this->itemTable])
./vendor/yiisoft/yii2/rbac/DbManager.php:462:            ->where('{{a}}.[[item_name]]={{b}}.[[name]]')
./vendor/yiisoft/yii2/rbac/DbManager.php:463:            ->andWhere(['a.user_id' => (string) $userId])
./vendor/yiisoft/yii2/rbac/DbManager.php:464:            ->andWhere(['b.type' => Item::TYPE_ROLE]);
./vendor/yiisoft/yii2/rbac/DbManager.php:507:        $query = (new Query)->from($this->itemTable)->where([
./vendor/yiisoft/yii2/rbac/DbManager.php:541:        $query = (new Query)->select('b.*')
./vendor/yiisoft/yii2/rbac/DbManager.php:542:            ->from(['a' => $this->assignmentTable, 'b' => $this->itemTable])
./vendor/yiisoft/yii2/rbac/DbManager.php:543:            ->where('{{a}}.[[item_name]]={{b}}.[[name]]')
./vendor/yiisoft/yii2/rbac/DbManager.php:544:            ->andWhere(['a.user_id' => (string) $userId])
./vendor/yiisoft/yii2/rbac/DbManager.php:545:            ->andWhere(['b.type' => Item::TYPE_PERMISSION]);
./vendor/yiisoft/yii2/rbac/DbManager.php:562:        $query = (new Query)->select('item_name')
./vendor/yiisoft/yii2/rbac/DbManager.php:563:            ->from($this->assignmentTable)
./vendor/yiisoft/yii2/rbac/DbManager.php:564:            ->where(['user_id' => (string) $userId]);
./vendor/yiisoft/yii2/rbac/DbManager.php:576:        $query = (new Query)->from($this->itemTable)->where([
./vendor/yiisoft/yii2/rbac/DbManager.php:594:        $query = (new Query)->from($this->itemChildTable);
./vendor/yiisoft/yii2/rbac/DbManager.php:627:        $row = (new Query)->select(['data'])
./vendor/yiisoft/yii2/rbac/DbManager.php:628:            ->from($this->ruleTable)
./vendor/yiisoft/yii2/rbac/DbManager.php:629:            ->where(['name' => $name])
./vendor/yiisoft/yii2/rbac/DbManager.php:630:            ->one($this->db);
./vendor/yiisoft/yii2/rbac/DbManager.php:643:        $query = (new Query)->from($this->ruleTable);
./vendor/yiisoft/yii2/rbac/DbManager.php:662:        $row = (new Query)->from($this->assignmentTable)
./vendor/yiisoft/yii2/rbac/DbManager.php:663:            ->where(['user_id' => (string) $userId, 'item_name' => $roleName])
./vendor/yiisoft/yii2/rbac/DbManager.php:664:            ->one($this->db);
./vendor/yiisoft/yii2/rbac/DbManager.php:687:            ->from($this->assignmentTable)
./vendor/yiisoft/yii2/rbac/DbManager.php:688:            ->where(['user_id' => (string) $userId]);
./vendor/yiisoft/yii2/rbac/DbManager.php:729:            ->insert($this->itemChildTable, ['parent' => $parent->name, 'child' => $child->name])
./vendor/yiisoft/yii2/rbac/DbManager.php:730:            ->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:743:            ->delete($this->itemChildTable, ['parent' => $parent->name, 'child' => $child->name])
./vendor/yiisoft/yii2/rbac/DbManager.php:744:            ->execute() > 0;
./vendor/yiisoft/yii2/rbac/DbManager.php:757:            ->delete($this->itemChildTable, ['parent' => $parent->name])
./vendor/yiisoft/yii2/rbac/DbManager.php:758:            ->execute() > 0;
./vendor/yiisoft/yii2/rbac/DbManager.php:771:            ->from($this->itemChildTable)
./vendor/yiisoft/yii2/rbac/DbManager.php:772:            ->where(['parent' => $parent->name, 'child' => $child->name])
./vendor/yiisoft/yii2/rbac/DbManager.php:773:            ->one($this->db) !== false;
./vendor/yiisoft/yii2/rbac/DbManager.php:782:            ->select(['name', 'type', 'description', 'rule_name', 'data', 'created_at', 'updated_at'])
./vendor/yiisoft/yii2/rbac/DbManager.php:783:            ->from([$this->itemTable, $this->itemChildTable])
./vendor/yiisoft/yii2/rbac/DbManager.php:784:            ->where(['parent' => $name, 'name' => new Expression('[[child]]')]);
./vendor/yiisoft/yii2/rbac/DbManager.php:825:            ->insert($this->assignmentTable, [
./vendor/yiisoft/yii2/rbac/DbManager.php:829:            ])->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:844:            ->delete($this->assignmentTable, ['user_id' => (string) $userId, 'item_name' => $role->name])
./vendor/yiisoft/yii2/rbac/DbManager.php:845:            ->execute() > 0;
./vendor/yiisoft/yii2/rbac/DbManager.php:858:            ->delete($this->assignmentTable, ['user_id' => (string) $userId])
./vendor/yiisoft/yii2/rbac/DbManager.php:859:            ->execute() > 0;
./vendor/yiisoft/yii2/rbac/DbManager.php:868:        $this->db->createCommand()->delete($this->itemChildTable)->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:869:        $this->db->createCommand()->delete($this->itemTable)->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:870:        $this->db->createCommand()->delete($this->ruleTable)->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:898:                ->select(['name'])
./vendor/yiisoft/yii2/rbac/DbManager.php:899:                ->from($this->itemTable)
./vendor/yiisoft/yii2/rbac/DbManager.php:900:                ->where(['type' => $type])
./vendor/yiisoft/yii2/rbac/DbManager.php:901:                ->column($this->db);
./vendor/yiisoft/yii2/rbac/DbManager.php:907:                ->delete($this->itemChildTable, [$key => $names])
./vendor/yiisoft/yii2/rbac/DbManager.php:908:                ->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:910:                ->delete($this->assignmentTable, ['item_name' => $names])
./vendor/yiisoft/yii2/rbac/DbManager.php:911:                ->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:914:            ->delete($this->itemTable, ['type' => $type])
./vendor/yiisoft/yii2/rbac/DbManager.php:915:            ->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:927:                ->update($this->itemTable, ['rule_name' => null])
./vendor/yiisoft/yii2/rbac/DbManager.php:928:                ->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:931:        $this->db->createCommand()->delete($this->ruleTable)->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:941:        $this->db->createCommand()->delete($this->assignmentTable)->execute();
./vendor/yiisoft/yii2/rbac/DbManager.php:966:        $query = (new Query)->from($this->itemTable);
./vendor/yiisoft/yii2/rbac/DbManager.php:972:        $query = (new Query)->from($this->ruleTable);
./vendor/yiisoft/yii2/rbac/DbManager.php:978:        $query = (new Query)->from($this->itemChildTable);
./vendor/yiisoft/yii2/rbac/DbManager.php:1002:        return (new Query)->select('[[user_id]]')
./vendor/yiisoft/yii2/rbac/DbManager.php:1003:            ->from($this->assignmentTable)
./vendor/yiisoft/yii2/rbac/DbManager.php:1004:            ->where(['item_name' => $roleName])->column($this->db);
./vendor/yiisoft/yii2/filters/AccessRule.php:42:     * - `?`: matches a guest user (not authenticated yet)
./vendor/yiisoft/yii2/filters/AccessRule.php:43:     * - `@`: matches an authenticated user
./vendor/yiisoft/yii2/filters/VerbFilter.php:99:        $verb = Yii::$app->getRequest()->getMethod();
./vendor/yiisoft/yii2/filters/VerbFilter.php:104:            Yii::$app->getResponse()->getHeaders()->set('Allow', implode(', ', $allowed));
./vendor/yiisoft/yii2/filters/HttpCache.php:32: *                 return $q->from('user')->max('updated_at');
./vendor/yiisoft/yii2/filters/HttpCache.php:122:        $verb = Yii::$app->getRequest()->getMethod();
./vendor/yiisoft/yii2/filters/HttpCache.php:142:            $response->getHeaders()->set('Etag', $etag);
./vendor/yiisoft/yii2/filters/HttpCache.php:148:            $response->getHeaders()->set('Last-Modified', gmdate('D, d M Y H:i:s', $lastModified) . ' GMT');
./vendor/yiisoft/yii2/filters/HttpCache.php:186:            if ($this->sessionCacheLimiter === '' && !headers_sent() && Yii::$app->getSession()->getIsActive()) {
./vendor/yiisoft/yii2/filters/HttpCache.php:195:        $headers = Yii::$app->getResponse()->getHeaders();
./vendor/yiisoft/yii2/filters/Cors.php:172:        if (isset($this->cors['Access-Control-Max-Age']) && Yii::$app->getRequest()->getIsOptions()) {
./vendor/yiisoft/yii2/filters/Cors.php:224:     *  * X-PINGOTHER -> X-Pingother
./vendor/yiisoft/yii2/filters/Cors.php:225:     *  * X_PINGOTHER -> X-Pingother
./vendor/yiisoft/yii2/filters/Cors.php:233:            return str_replace(' ', '-', ucwords(strtolower(str_replace(['_', '-'], [' ', ' '], $element))));
./vendor/yiisoft/yii2/filters/Cors.php:240:     *  * X-Pingother -> HTTP_X_PINGOTHER
./vendor/yiisoft/yii2/filters/Cors.php:241:     *  * X PINGOTHER -> HTTP_X_PINGOTHER
./vendor/yiisoft/yii2/filters/Cors.php:247:        return 'HTTP_' . strtoupper(str_replace([' ', '-'], ['_', '_'], $string));
./vendor/yiisoft/yii2/filters/RateLimiter.php:70:        $user = $this->user ? : (Yii::$app->getUser() ? Yii::$app->getUser()->getIdentity(false) : null);
./vendor/yiisoft/yii2/filters/RateLimiter.php:102:        $allowance += (int) (($current - $timestamp) * $limit / $window);
./vendor/yiisoft/yii2/filters/RateLimiter.php:112:            $user->saveAllowance($request, $action, $allowance - 1, $current);
./vendor/yiisoft/yii2/filters/RateLimiter.php:113:            $this->addRateLimitHeaders($response, $limit, $allowance - 1, (int) (($limit - $allowance) * $window / $limit));
./vendor/yiisoft/yii2/filters/RateLimiter.php:128:                ->set('X-Rate-Limit-Limit', $limit)
./vendor/yiisoft/yii2/filters/RateLimiter.php:129:                ->set('X-Rate-Limit-Remaining', $remaining)
./vendor/yiisoft/yii2/filters/RateLimiter.php:130:                ->set('X-Rate-Limit-Reset', $reset);
./vendor/yiisoft/yii2/filters/ContentNegotiator.php:252:        $supported = str_replace('_', '-', strtolower($supported));
./vendor/yiisoft/yii2/filters/ContentNegotiator.php:253:        $requested = str_replace('_', '-', strtolower($requested));
./vendor/yiisoft/yii2/filters/ContentNegotiator.php:254:        return strpos($requested . '-', $supported . '-') === 0;
./vendor/yiisoft/yii2/filters/auth/HttpBasicAuth.php:39: *                 $user = User::find()->where(['username' => $username])->one();
./vendor/yiisoft/yii2/filters/auth/HttpBasicAuth.php:116:        $response->getHeaders()->set('WWW-Authenticate', "Basic realm=\"{$this->realm}\"");
./vendor/yiisoft/yii2/filters/auth/HttpBearerAuth.php:42:        $authHeader = $request->getHeaders()->get('Authorization');
./vendor/yiisoft/yii2/filters/auth/HttpBearerAuth.php:59:        $response->getHeaders()->set('WWW-Authenticate', "Bearer realm=\"{$this->realm}\"");
./vendor/yiisoft/yii2/filters/PageCache.php:201:            $headers = $response->getHeaders()->toArray();
./vendor/yiisoft/yii2/filters/PageCache.php:202:            $response->getHeaders()->fromArray(array_merge($data['headers'], $headers));
./vendor/yiisoft/yii2/filters/PageCache.php:205:            $cookies = $response->getCookies()->toArray();
./vendor/yiisoft/yii2/filters/PageCache.php:206:            $response->getCookies()->fromArray(array_merge($data['cookies'], $cookies));
./vendor/yiisoft/yii2/filters/PageCache.php:225:            $headers = $response->getHeaders()->toArray();
./vendor/yiisoft/yii2/filters/PageCache.php:239:            $cookies = $response->getCookies()->toArray();
./vendor/yiisoft/yii2/rest/Serializer.php:241:            ->set($this->totalCountHeader, $pagination->totalCount)
./vendor/yiisoft/yii2/rest/Serializer.php:242:            ->set($this->pageCountHeader, $pagination->getPageCount())
./vendor/yiisoft/yii2/rest/Serializer.php:243:            ->set($this->currentPageHeader, $pagination->getPage() + 1)
./vendor/yiisoft/yii2/rest/Serializer.php:244:            ->set($this->perPageHeader, $pagination->pageSize)
./vendor/yiisoft/yii2/rest/Serializer.php:245:            ->set('Link', implode(', ', $links));
./vendor/yiisoft/yii2/rest/UpdateAction.php:45:        $model->load(Yii::$app->getRequest()->getBodyParams(), '');
./vendor/yiisoft/yii2/rest/ActiveController.php:20: * - `index`: list of models
./vendor/yiisoft/yii2/rest/ActiveController.php:21: * - `view`: return the details of a model
./vendor/yiisoft/yii2/rest/ActiveController.php:22: * - `create`: create a new model
./vendor/yiisoft/yii2/rest/ActiveController.php:23: * - `update`: update an existing model
./vendor/yiisoft/yii2/rest/ActiveController.php:24: * - `delete`: delete an existing model
./vendor/yiisoft/yii2/rest/ActiveController.php:25: * - `options`: return the allowed HTTP methods
./vendor/yiisoft/yii2/rest/Controller.php:97:        return Yii::createObject($this->serializer)->serialize($data);
./vendor/yiisoft/yii2/rest/UrlRule.php:29: * - `'PUT,PATCH users/<id>' => 'user/update'`: update a user
./vendor/yiisoft/yii2/rest/UrlRule.php:30: * - `'DELETE users/<id>' => 'user/delete'`: delete a user
./vendor/yiisoft/yii2/rest/UrlRule.php:31: * - `'GET,HEAD users/<id>' => 'user/view'`: return the details/overview/options of a user
./vendor/yiisoft/yii2/rest/UrlRule.php:32: * - `'POST users' => 'user/create'`: create a new user
./vendor/yiisoft/yii2/rest/UrlRule.php:33: * - `'GET,HEAD users' => 'user/index'`: return a list/overview/options of users
./vendor/yiisoft/yii2/rest/UrlRule.php:34: * - `'users/<id>' => 'user/options'`: process all unhandled verbs of a user
./vendor/yiisoft/yii2/rest/UrlRule.php:35: * - `'users' => 'user/options'`: process all unhandled verbs of user collection
./vendor/yiisoft/yii2/rest/CreateAction.php:49:        $model->load(Yii::$app->getRequest()->getBodyParams(), '');
./vendor/yiisoft/yii2/rest/CreateAction.php:54:            $response->getHeaders()->set('Location', Url::toRoute([$this->viewAction, 'id' => $id], true));
./vendor/yiisoft/yii2/rest/OptionsAction.php:36:        if (Yii::$app->getRequest()->getMethod() !== 'OPTIONS') {
./vendor/yiisoft/yii2/rest/OptionsAction.php:37:            Yii::$app->getResponse()->setStatusCode(405);
./vendor/yiisoft/yii2/rest/OptionsAction.php:40:        Yii::$app->getResponse()->getHeaders()->set('Allow', implode(', ', $options));
./vendor/yiisoft/yii2/rest/DeleteAction.php:38:        Yii::$app->getResponse()->setStatusCode(204);
./vendor/yiisoft/yii2/requirements/views/console/index.php:15:echo str_pad('', strlen($header), '-')."\n\n";
./vendor/yiisoft/yii2/requirements/views/console/index.php:33:echo str_pad('', strlen($summaryString), '-')."\n";
./vendor/yiisoft/yii2/requirements/YiiRequirementChecker.php:31: * $requirementsChecker->checkYii()->check($requirements)->render();
./vendor/yiisoft/yii2/di/Container.php:238:     * - a PHP callable: The callable will be executed when [[get()]] is invoked. The signature of the callable
./vendor/yiisoft/yii2/di/Container.php:242:     * - a configuration array: the array contains name-value pairs that will be used to initialize the property
./vendor/yiisoft/yii2/di/Container.php:245:     * - a string: a class name, an interface name or an alias name.
./vendor/yiisoft/yii2/di/Container.php:378:            $dependencies[count($dependencies) - 1] = $config;
./vendor/yiisoft/yii2/di/Container.php:456:                    $name = $reflection->getConstructor()->getParameters()[$index]->getName();
./vendor/yiisoft/yii2/di/Instance.php:20: * - When configuring a dependency injection container, you use Instance to reference a class name, interface name
./vendor/yiisoft/yii2/di/Instance.php:22: * - In classes which use service locator to obtain dependent objects.
./vendor/yiisoft/yii2/di/ServiceLocator.php:96:     * - If `$checkInstance` is false (default), the method will return a value indicating whether the locator has the specified
./vendor/yiisoft/yii2/di/ServiceLocator.php:98:     * - If `$checkInstance` is true, the method will return a value indicating whether the locator has
./vendor/yiisoft/yii2/di/ServiceLocator.php:175:     * - a class name
./vendor/yiisoft/yii2/di/ServiceLocator.php:176:     * - a configuration array: the array contains name-value pairs that will be used to
./vendor/yiisoft/yii2/di/ServiceLocator.php:179:     * - a PHP callable: either an anonymous function or an array representing a class method (e.g. `['Foo', 'bar']`).
./vendor/yiisoft/yii2/di/ServiceLocator.php:181:     * - an object: When [[get()]] is called, this object will be returned.
./vendor/yiisoft/yii2/log/EmailTarget.php:85:        $this->composeMessage($body)->send($this->mailer);
./vendor/yiisoft/yii2/log/Logger.php:20: * - [[Yii::trace()]]
./vendor/yiisoft/yii2/log/Logger.php:21: * - [[Yii::error()]]
./vendor/yiisoft/yii2/log/Logger.php:22: * - [[Yii::warning()]]
./vendor/yiisoft/yii2/log/Logger.php:23: * - [[Yii::info()]]
./vendor/yiisoft/yii2/log/Logger.php:24: * - [[Yii::beginProfile()]]
./vendor/yiisoft/yii2/log/Logger.php:25: * - [[Yii::endProfile()]]
./vendor/yiisoft/yii2/log/Logger.php:186:        return microtime(true) - YII_BEGIN_TIME;
./vendor/yiisoft/yii2/log/Logger.php:284:                        'duration' => $timestamp - $last[3],
./vendor/yiisoft/yii2/log/Target.php:66:     * - `var` - `var` will be logged.
./vendor/yiisoft/yii2/log/Target.php:67:     * - `var.key` - only `var[key]` key will be logged.
./vendor/yiisoft/yii2/log/Target.php:68:     * - `!var.key` - `var[key]` key will be excluded.
./vendor/yiisoft/yii2/log/Target.php:294:        $ip = $request instanceof Request ? $request->getUserIP() : '-';
./vendor/yiisoft/yii2/log/Target.php:301:            $userID = '-';
./vendor/yiisoft/yii2/log/Target.php:306:        $sessionID = $session && $session->getIsActive() ? $session->getId() : '-';
./vendor/yiisoft/yii2/log/FileTarget.php:137:        for ($i = $this->maxLogFiles; $i >= 0; --$i) {
./vendor/yiisoft/yii2/log/DbTarget.php:22: * yii migrate --migrationPath=@yii/log/migrations/
./vendor/yiisoft/yii2/log/DbTarget.php:83:            ])->execute();
./vendor/yiisoft/yii2/log/Dispatcher.php:50: * Yii::$app->log->targets['file']->enabled = false;
./vendor/yiisoft/yii2/log/Dispatcher.php:141:        return $this->getLogger()->traceLevel;
./vendor/yiisoft/yii2/log/Dispatcher.php:152:        $this->getLogger()->traceLevel = $value;
./vendor/yiisoft/yii2/log/Dispatcher.php:161:        return $this->getLogger()->flushInterval;
./vendor/yiisoft/yii2/log/Dispatcher.php:174:        $this->getLogger()->flushInterval = $value;
./vendor/yiisoft/yii2/base/ErrorHandler.php:111:                \Yii::getLogger()->flush(true);
./vendor/yiisoft/yii2/base/ErrorHandler.php:247:            Yii::getLogger()->flush(true);
./vendor/yiisoft/yii2/base/ErrorHandler.php:283:        for ($level = ob_get_level(); $level > 0; --$level) {
./vendor/yiisoft/yii2/base/Application.php:168:     * - an application component ID as specified via [[components]].
./vendor/yiisoft/yii2/base/Application.php:169:     * - a module ID as specified via [[modules]].
./vendor/yiisoft/yii2/base/Application.php:170:     * - a class name.
./vendor/yiisoft/yii2/base/Application.php:171:     * - a configuration array.
./vendor/yiisoft/yii2/base/Application.php:335:            $this->getErrorHandler()->register();
./vendor/yiisoft/yii2/base/Controller.php:223:        } elseif (preg_match('/^[a-z0-9\\-_]+$/', $id) && strpos($id, '--') === false && trim($id, '-') === $id) {
./vendor/yiisoft/yii2/base/Controller.php:224:            $methodName = 'action' . str_replace(' ', '', ucwords(implode(' ', explode('-', $id))));
./vendor/yiisoft/yii2/base/Controller.php:342:     * - path alias (e.g. "@app/views/site/index");
./vendor/yiisoft/yii2/base/Controller.php:343:     * - absolute path within application (e.g. "//site/index"): the view name starts with double slashes.
./vendor/yiisoft/yii2/base/Controller.php:345:     * - absolute path within module (e.g. "/site/index"): the view name starts with a single slash.
./vendor/yiisoft/yii2/base/Controller.php:347:     * - relative path (e.g. "index"): the actual view file will be looked for under [[viewPath]].
./vendor/yiisoft/yii2/base/Controller.php:353:     * - If [[layout]] is specified as a string, use it as the layout name and [[module]] as the context module;
./vendor/yiisoft/yii2/base/Controller.php:354:     * - If [[layout]] is null, search through all ancestor modules of this controller and find the first
./vendor/yiisoft/yii2/base/Controller.php:362:     * - a path alias (e.g. "@app/views/layouts/main");
./vendor/yiisoft/yii2/base/Controller.php:363:     * - an absolute path (e.g. "/main"): the layout name starts with a slash. The actual layout file will be
./vendor/yiisoft/yii2/base/Controller.php:365:     * - a relative path (e.g. "main"): the actual layout file will be looked for under the
./vendor/yiisoft/yii2/base/Controller.php:378:        $content = $this->getView()->render($view, $params, $this);
./vendor/yiisoft/yii2/base/Controller.php:393:            return $this->getView()->renderFile($layoutFile, ['content' => $content], $this);
./vendor/yiisoft/yii2/base/Controller.php:409:        return $this->getView()->render($view, $params, $this);
./vendor/yiisoft/yii2/base/Controller.php:421:        return $this->getView()->renderFile($file, $params, $this);
./vendor/yiisoft/yii2/base/Module.php:368:     * - a [[Module]] object
./vendor/yiisoft/yii2/base/Module.php:369:     * - a configuration array: when [[getModule()]] is called initially, the array
./vendor/yiisoft/yii2/base/Module.php:371:     * - `null`: the named sub-module will be removed from this module
./vendor/yiisoft/yii2/base/Module.php:562:        $className = str_replace(' ', '', ucwords(str_replace('-', ' ', $className))) . 'Controller';
./vendor/yiisoft/yii2/base/Module.php:564:        if (strpos($className, '-') !== false || !class_exists($className)) {
./vendor/yiisoft/yii2/base/ErrorException.php:59:                    $frame['type'] = '->';
./vendor/yiisoft/yii2/base/DynamicModel.php:45: *     ->addRule('email', 'email')
./vendor/yiisoft/yii2/base/DynamicModel.php:46: *     ->validate();
./vendor/yiisoft/yii2/base/Object.php:92:     * - Initializes the object with the given configuration `$config`.
./vendor/yiisoft/yii2/base/Object.php:93:     * - Call [[init()]].
./vendor/yiisoft/yii2/base/Object.php:97:     * - the last parameter of the constructor is a configuration array, like `$config` here.
./vendor/yiisoft/yii2/base/Object.php:98:     * - call the parent implementation at the end of the constructor.
./vendor/yiisoft/yii2/base/Object.php:227:     * - the class has a getter or setter method associated with the specified name
./vendor/yiisoft/yii2/base/Object.php:229:     * - the class has a member variable with the specified name (when `$checkVars` is true);
./vendor/yiisoft/yii2/base/Object.php:246:     * - the class has a getter method associated with the specified name
./vendor/yiisoft/yii2/base/Object.php:248:     * - the class has a member variable with the specified name (when `$checkVars` is true);
./vendor/yiisoft/yii2/base/Object.php:264:     * - the class has a setter method associated with the specified name
./vendor/yiisoft/yii2/base/Object.php:266:     * - the class has a member variable with the specified name (when `$checkVars` is true);
./vendor/yiisoft/yii2/base/Model.php:25: * - attribute declaration: by default, every public class member is considered as
./vendor/yiisoft/yii2/base/Model.php:27: * - attribute labels: each attribute may be associated with a label for display purpose
./vendor/yiisoft/yii2/base/Model.php:28: * - massive attribute assignment
./vendor/yiisoft/yii2/base/Model.php:29: * - scenario-based validation
./vendor/yiisoft/yii2/base/Model.php:33: * - [[EVENT_BEFORE_VALIDATE]]: an event raised at the beginning of [[validate()]]
./vendor/yiisoft/yii2/base/Model.php:34: * - [[EVENT_AFTER_VALIDATE]]: an event raised at the end of [[validate()]]
./vendor/yiisoft/yii2/base/Model.php:106:     *  - attribute list: required, specifies the attributes array to be validated, for single attribute you can pass a string;
./vendor/yiisoft/yii2/base/Model.php:107:     *  - validator type: required, specifies the validator to be used. It can be a built-in validator name,
./vendor/yiisoft/yii2/base/Model.php:109:     *  - on: optional, specifies the [[scenario|scenarios]] array in which the validation
./vendor/yiisoft/yii2/base/Model.php:111:     *  - additional name-value pairs can be specified to initialize the corresponding validator properties.
./vendor/yiisoft/yii2/base/Model.php:318:     * - the rule must be associated with the attributes relevant to the current scenario;
./vendor/yiisoft/yii2/base/Model.php:319:     * - the rules must be effective for the current scenario.
./vendor/yiisoft/yii2/base/Model.php:919:     * - `email`: the field name is the same as the property name `email`;
./vendor/yiisoft/yii2/base/Model.php:920:     * - `firstName` and `lastName`: the field names are `firstName` and `lastName`, and their
./vendor/yiisoft/yii2/base/Model.php:922:     * - `fullName`: the field name is `fullName`. Its value is obtained by concatenating `first_name`
./vendor/yiisoft/yii2/base/ArrayableTrait.php:45:     * - `email`: the field name is the same as the property name `email`;
./vendor/yiisoft/yii2/base/ArrayableTrait.php:46:     * - `firstName` and `lastName`: the field names are `firstName` and `lastName`, and their
./vendor/yiisoft/yii2/base/ArrayableTrait.php:48:     * - `fullName`: the field name is `fullName`. Its value is obtained by concatenating `first_name`
./vendor/yiisoft/yii2/base/Component.php:39: * - anonymous function: `function ($event) { ... }`
./vendor/yiisoft/yii2/base/Component.php:40: * - object method: `[$object, 'handleAdd']`
./vendor/yiisoft/yii2/base/Component.php:41: * - static class method: `['Page', 'handleAdd']`
./vendor/yiisoft/yii2/base/Component.php:42: * - global function: `'handleAdd'`
./vendor/yiisoft/yii2/base/Component.php:114:     *  - a property defined by a getter: return the getter result
./vendor/yiisoft/yii2/base/Component.php:115:     *  - a property of a behavior: return the behavior property value
./vendor/yiisoft/yii2/base/Component.php:151:     *  - a property defined by a setter: set the property value
./vendor/yiisoft/yii2/base/Component.php:152:     *  - an event in the format of "on xyz": attach the handler to the event "xyz"
./vendor/yiisoft/yii2/base/Component.php:153:     *  - a behavior in the format of "as xyz": attach the behavior named as "xyz"
./vendor/yiisoft/yii2/base/Component.php:154:     *  - a property of a behavior: set the behavior property value
./vendor/yiisoft/yii2/base/Component.php:205:     *  - a property defined by a setter: return whether the property is set
./vendor/yiisoft/yii2/base/Component.php:206:     *  - a property of a behavior: return whether the property is set
./vendor/yiisoft/yii2/base/Component.php:207:     *  - return `false` for non existing properties
./vendor/yiisoft/yii2/base/Component.php:236:     *  - a property defined by a setter: set the property value to be null
./vendor/yiisoft/yii2/base/Component.php:237:     *  - a property of a behavior: set the property value to be null
./vendor/yiisoft/yii2/base/Component.php:302:     * - the class has a getter or setter method associated with the specified name
./vendor/yiisoft/yii2/base/Component.php:304:     * - the class has a member variable with the specified name (when `$checkVars` is true);
./vendor/yiisoft/yii2/base/Component.php:305:     * - an attached behavior has a property of the given name (when `$checkBehaviors` is true).
./vendor/yiisoft/yii2/base/Component.php:323:     * - the class has a getter method associated with the specified name
./vendor/yiisoft/yii2/base/Component.php:325:     * - the class has a member variable with the specified name (when `$checkVars` is true);
./vendor/yiisoft/yii2/base/Component.php:326:     * - an attached behavior has a readable property of the given name (when `$checkBehaviors` is true).
./vendor/yiisoft/yii2/base/Component.php:353:     * - the class has a setter method associated with the specified name
./vendor/yiisoft/yii2/base/Component.php:355:     * - the class has a member variable with the specified name (when `$checkVars` is true);
./vendor/yiisoft/yii2/base/Component.php:356:     * - an attached behavior has a writable property of the given name (when `$checkBehaviors` is true).
./vendor/yiisoft/yii2/base/Component.php:383:     * - the class has a method with the specified name
./vendor/yiisoft/yii2/base/Component.php:384:     * - an attached behavior has a method with the given name (when `$checkBehaviors` is true).
./vendor/yiisoft/yii2/base/Component.php:580:     *  - a [[Behavior]] object
./vendor/yiisoft/yii2/base/Component.php:581:     *  - a string specifying the behavior class
./vendor/yiisoft/yii2/base/Component.php:582:     *  - an object configuration array that will be passed to [[Yii::createObject()]] to create the behavior object.
./vendor/yiisoft/yii2/base/Component.php:669:                $this->_behaviors[$name]->detach();
./vendor/yiisoft/yii2/base/View.php:127:     * - path alias (e.g. "@app/views/site/index");
./vendor/yiisoft/yii2/base/View.php:128:     * - absolute path within application (e.g. "//site/index"): the view name starts with double slashes.
./vendor/yiisoft/yii2/base/View.php:130:     * - absolute path within current module (e.g. "/site/index"): the view name starts with a single slash.
./vendor/yiisoft/yii2/base/View.php:132:     * - relative view (e.g. "index"): the view name does not start with `@` or `/`. The corresponding view file will be
./vendor/yiisoft/yii2/base/Widget.php:178:     * - path alias (e.g. "@app/views/site/index");
./vendor/yiisoft/yii2/base/Widget.php:179:     * - absolute path within application (e.g. "//site/index"): the view name starts with double slashes.
./vendor/yiisoft/yii2/base/Widget.php:181:     * - absolute path within module (e.g. "/site/index"): the view name starts with a single slash.
./vendor/yiisoft/yii2/base/Widget.php:184:     * - relative path (e.g. "index"): the actual view file will be looked for under [[viewPath]].
./vendor/yiisoft/yii2/base/Widget.php:195:        return $this->getView()->render($view, $params, $this);
./vendor/yiisoft/yii2/base/Widget.php:207:        return $this->getView()->renderFile($file, $params, $this);
./vendor/yiisoft/yii2/base/Security.php:18: * - Encryption/decryption: [[encryptByKey()]], [[decryptByKey()]], [[encryptByPassword()]] and [[decryptByPassword()]]
./vendor/yiisoft/yii2/base/Security.php:19: * - Key derivation using standard algorithms: [[pbkdf2()]] and [[hkdf()]]
./vendor/yiisoft/yii2/base/Security.php:20: * - Data tampering prevention: [[hashData()]] and [[validateData()]]
./vendor/yiisoft/yii2/base/Security.php:21: * - Password validation: [[generatePasswordHash()]] and [[validatePassword()]]
./vendor/yiisoft/yii2/base/Security.php:77:     * - 'password_hash' - use of PHP `password_hash()` function with PASSWORD_DEFAULT algorithm.
./vendor/yiisoft/yii2/base/Security.php:79:     * - 'crypt' - use PHP `crypt()` function.
./vendor/yiisoft/yii2/base/Security.php:118:     * random -- use [[generateRandomKey()]] to generate keys.
./vendor/yiisoft/yii2/base/Security.php:202:         * - keySalt is KEY_SIZE bytes long
./vendor/yiisoft/yii2/base/Security.php:203:         * - MAC: message authentication code, length same as the output of MAC_HASH
./vendor/yiisoft/yii2/base/Security.php:204:         * - IV: initialization vector, length $blockSize
./vendor/yiisoft/yii2/base/Security.php:528:                $stillNeed -= StringHelper::byteLength($someBytes);
./vendor/yiisoft/yii2/base/Security.php:574:     * $hash = Yii::$app->getSecurity()->generatePasswordHash($password);
./vendor/yiisoft/yii2/base/Security.php:578:     * if (Yii::$app->getSecurity()->validatePassword($password, $hash) {
./vendor/yiisoft/yii2/base/Security.php:695:        $diff = $expectedLength - $actualLength;
./vendor/yiisoft/yii2/base/Arrayable.php:44:     * - `email`: the field name is the same as the property name `email`;
./vendor/yiisoft/yii2/base/Arrayable.php:45:     * - `firstName` and `lastName`: the field names are `firstName` and `lastName`, and their
./vendor/yiisoft/yii2/base/Arrayable.php:47:     * - `fullName`: the field name is `fullName`. Its value is obtained by concatenating `first_name`
./vendor/yiisoft/yii2/base/Behavior.php:41:     * - method in this behavior: `'handleClick'`, equivalent to `[$this, 'handleClick']`
./vendor/yiisoft/yii2/base/Behavior.php:42:     * - object method: `[$object, 'handleClick']`
./vendor/yiisoft/yii2/base/Behavior.php:43:     * - static method: `['Page', 'handleClick']`
./vendor/yiisoft/yii2/base/Behavior.php:44:     * - anonymous function: `function ($event) { ... }`
./vendor/yiisoft/yii2/base/Response.php:38:        for ($level = ob_get_level(); $level > 0; --$level) {
./vendor/yiisoft/yii2-swiftmailer/Message.php:64:        return $this->getSwiftMessage()->getCharset();
./vendor/yiisoft/yii2-swiftmailer/Message.php:72:        $this->getSwiftMessage()->setCharset($charset);
./vendor/yiisoft/yii2-swiftmailer/Message.php:82:        return $this->getSwiftMessage()->getFrom();
./vendor/yiisoft/yii2-swiftmailer/Message.php:90:        $this->getSwiftMessage()->setFrom($from);
./vendor/yiisoft/yii2-swiftmailer/Message.php:100:        return $this->getSwiftMessage()->getReplyTo();
./vendor/yiisoft/yii2-swiftmailer/Message.php:108:        $this->getSwiftMessage()->setReplyTo($replyTo);
./vendor/yiisoft/yii2-swiftmailer/Message.php:118:        return $this->getSwiftMessage()->getTo();
./vendor/yiisoft/yii2-swiftmailer/Message.php:126:        $this->getSwiftMessage()->setTo($to);
./vendor/yiisoft/yii2-swiftmailer/Message.php:136:        return $this->getSwiftMessage()->getCc();
./vendor/yiisoft/yii2-swiftmailer/Message.php:144:        $this->getSwiftMessage()->setCc($cc);
./vendor/yiisoft/yii2-swiftmailer/Message.php:154:        return $this->getSwiftMessage()->getBcc();
./vendor/yiisoft/yii2-swiftmailer/Message.php:162:        $this->getSwiftMessage()->setBcc($bcc);
./vendor/yiisoft/yii2-swiftmailer/Message.php:172:        return $this->getSwiftMessage()->getSubject();
./vendor/yiisoft/yii2-swiftmailer/Message.php:180:        $this->getSwiftMessage()->setSubject($subject);
./vendor/yiisoft/yii2-swiftmailer/Message.php:263:        $this->getSwiftMessage()->attach($attachment);
./vendor/yiisoft/yii2-swiftmailer/Message.php:280:        $this->getSwiftMessage()->attach($attachment);
./vendor/yiisoft/yii2-swiftmailer/Message.php:298:        return $this->getSwiftMessage()->embed($embedFile);
./vendor/yiisoft/yii2-swiftmailer/Message.php:314:        return $this->getSwiftMessage()->embed($embedFile);
./vendor/yiisoft/yii2-swiftmailer/Message.php:341:     * - [[\Swift_Signer]] instance
./vendor/yiisoft/yii2-swiftmailer/Message.php:342:     * - callable, which returns [[\Swift_Signer]] instance
./vendor/yiisoft/yii2-swiftmailer/Message.php:343:     * - configuration array for the signer creation
./vendor/yiisoft/yii2-swiftmailer/Message.php:361:        $this->getSwiftMessage()->attachSigner($signer);
./vendor/yiisoft/yii2-swiftmailer/Message.php:412:        return $this->getSwiftMessage()->toString();
./vendor/yiisoft/yii2-swiftmailer/Message.php:436:        $this->getSwiftMessage()->getHeaders()->addTextHeader($name, $value);
./vendor/yiisoft/yii2-swiftmailer/Message.php:449:        $headerSet = $this->getSwiftMessage()->getHeaders();
./vendor/yiisoft/yii2-swiftmailer/Message.php:470:        $headerSet = $this->getSwiftMessage()->getHeaders();
./vendor/yiisoft/yii2-swiftmailer/Message.php:492:        $this->getSwiftMessage()->setReturnPath($address);
./vendor/yiisoft/yii2-swiftmailer/Message.php:503:        return $this->getSwiftMessage()->getReturnPath();
./vendor/yiisoft/yii2-swiftmailer/Message.php:515:        $this->getSwiftMessage()->setPriority($priority);
./vendor/yiisoft/yii2-swiftmailer/Message.php:527:        return $this->getSwiftMessage()->getPriority();
./vendor/yiisoft/yii2-swiftmailer/Message.php:538:        $this->getSwiftMessage()->setReadReceiptTo($addresses);
./vendor/yiisoft/yii2-swiftmailer/Message.php:549:        return $this->getSwiftMessage()->getReadReceiptTo();
./vendor/yiisoft/yii2-swiftmailer/Mailer.php:61: *     ->setFrom('from@domain.com')
./vendor/yiisoft/yii2-swiftmailer/Mailer.php:62: *     ->setTo($form->email)
./vendor/yiisoft/yii2-swiftmailer/Mailer.php:63: *     ->setSubject($form->subject)
./vendor/yiisoft/yii2-swiftmailer/Mailer.php:64: *     ->send();
./vendor/yiisoft/yii2-swiftmailer/Mailer.php:146:        return $this->getSwiftMailer()->send($message->getSwiftMessage()) > 0;
./vendor/yiisoft/yii2-swiftmailer/Mailer.php:234:                if ($reflection->hasProperty($name) && $reflection->getProperty($name)->isPublic()) {
./vendor/yiisoft/yii2-gii/generators/model/form.php:9:echo $form->field($generator, 'tableName')->textInput(['table_prefix' => $generator->getTablePrefix()]);
./vendor/yiisoft/yii2-gii/generators/model/form.php:14:echo $form->field($generator, 'useTablePrefix')->checkbox();
./vendor/yiisoft/yii2-gii/generators/model/form.php:15:echo $form->field($generator, 'generateRelations')->dropDownList([
./vendor/yiisoft/yii2-gii/generators/model/form.php:20:echo $form->field($generator, 'generateLabelsFromComments')->checkbox();
./vendor/yiisoft/yii2-gii/generators/model/form.php:21:echo $form->field($generator, 'generateQuery')->checkbox();
./vendor/yiisoft/yii2-gii/generators/model/form.php:25:echo $form->field($generator, 'enableI18N')->checkbox();
./vendor/yiisoft/yii2-gii/generators/model/form.php:27:echo $form->field($generator, 'useSchemaName')->checkbox();
./vendor/yiisoft/yii2-gii/generators/model/Generator.php:158:                    return $db->getSchema()->getTableNames();
./vendor/yiisoft/yii2-gii/generators/model/Generator.php:323:            $uniqueIndexes = $db->getSchema()->findUniqueIndexes($table);
./vendor/yiisoft/yii2-gii/generators/model/Generator.php:390:                "return \$this->hasMany($className1::className(), $link)->viaTable('"
./vendor/yiisoft/yii2-gii/generators/model/Generator.php:400:                "return \$this->hasMany($className0::className(), $link)->viaTable('"
./vendor/yiisoft/yii2-gii/generators/model/Generator.php:449:            foreach ($db->getSchema()->getTableSchemas($schemaName) as $table) {
./vendor/yiisoft/yii2-gii/generators/model/Generator.php:508:            foreach ($this->getDbConnection()->getSchema()->getTableSchemas($schemaName) as $table) {
./vendor/yiisoft/yii2-gii/generators/model/Generator.php:512:                    $refTableSchema = $this->getDbConnection()->getTableSchema($refTable);
./vendor/yiisoft/yii2-gii/generators/model/Generator.php:529:                        . "->inverseOf('".lcfirst($rightRelationName)."');";
./vendor/yiisoft/yii2-gii/generators/model/Generator.php:532:                        . "->inverseOf('".lcfirst($leftRelationName)."');";
./vendor/yiisoft/yii2-gii/generators/model/Generator.php:551:            $uniqueKeys = array_merge($uniqueKeys, $this->getDbConnection()->getSchema()->findUniqueIndexes($table));
./vendor/yiisoft/yii2-gii/generators/model/Generator.php:591:            $uniqueKeys = array_merge($uniqueKeys, $this->getDbConnection()->getSchema()->findUniqueIndexes($table));
./vendor/yiisoft/yii2-gii/generators/model/Generator.php:844:            if (isset($table->columns[$column]) && $table->columns[$column]->autoIncrement) {
./vendor/yiisoft/yii2-gii/generators/controller/Generator.php:75:            ['actions', 'match', 'pattern' => '/^[a-z][a-z0-9\\-,\\s]*$/', 'message' => 'Only a-z, 0-9, dashes (-), spaces and commas are allowed.'],
./vendor/yiisoft/yii2-gii/generators/controller/Generator.php:146:        $link = Html::a('try it now', Yii::$app->getUrlManager()->createUrl($route), ['target' => '_blank']);
./vendor/yiisoft/yii2-gii/generators/controller/Generator.php:199:        return Inflector::camel2id(substr($name, 0, strlen($name) - 10));
./vendor/yiisoft/yii2-gii/generators/controller/Generator.php:221:        return ltrim(substr($this->controllerClass, 0, - (strlen($name) + 1)), '\\');
./vendor/yiisoft/yii2-gii/generators/module/Generator.php:54:            [['moduleID'], 'match', 'pattern' => '/^[\w\\-]+$/', 'message' => 'Only word characters and dashes are allowed.'],
./vendor/yiisoft/yii2-gii/generators/module/Generator.php:88:            $link = Html::a('try it now', Yii::$app->getUrlManager()->createUrl($this->moduleID), ['target' => '_blank']);
./vendor/yiisoft/yii2-gii/generators/extension/form.php:17:    echo $form->field($generator, 'type')->dropDownList($generator->optsType());
./vendor/yiisoft/yii2-gii/generators/extension/form.php:19:    echo $form->field($generator, 'license')->dropDownList($generator->optsLicense(), ['prompt'=>'Choose...']);
./vendor/yiisoft/yii2-gii/generators/extension/Generator.php:83:                    'pattern' => '/^[a-z0-9\-\.]+$/',
./vendor/yiisoft/yii2-gii/generators/crud/default/controller.php:145:        $this->findModel(<?= $actionParams ?>)->delete();
./vendor/yiisoft/yii2-gii/generators/crud/default/views/view.php:48:    foreach ($generator->getTableSchema()->columns as $column) {
./vendor/yiisoft/yii2-gii/generators/crud/form.php:11:echo $form->field($generator, 'indexWidgetType')->dropDownList([
./vendor/yiisoft/yii2-gii/generators/crud/form.php:15:echo $form->field($generator, 'enableI18N')->checkbox();
./vendor/yiisoft/yii2-gii/generators/crud/form.php:16:echo $form->field($generator, 'enablePjax')->checkbox();
./vendor/yiisoft/yii2-gii/generators/crud/Generator.php:236:                return "\$form->field(\$model, '$attribute')->passwordInput()";
./vendor/yiisoft/yii2-gii/generators/crud/Generator.php:243:            return "\$form->field(\$model, '$attribute')->checkbox()";
./vendor/yiisoft/yii2-gii/generators/crud/Generator.php:245:            return "\$form->field(\$model, '$attribute')->textarea(['rows' => 6])";
./vendor/yiisoft/yii2-gii/generators/crud/Generator.php:257:                return "\$form->field(\$model, '$attribute')->dropDownList("
./vendor/yiisoft/yii2-gii/generators/crud/Generator.php:260:                return "\$form->field(\$model, '$attribute')->$input()";
./vendor/yiisoft/yii2-gii/generators/crud/Generator.php:262:                return "\$form->field(\$model, '$attribute')->$input(['maxlength' => true])";
./vendor/yiisoft/yii2-gii/generators/crud/Generator.php:280:            return "\$form->field(\$model, '$attribute')->checkbox()";
./vendor/yiisoft/yii2-gii/generators/crud/Generator.php:428:                    $likeConditions[] = "->andFilterWhere(['like', '{$column}', \$this->{$column}])";
./vendor/yiisoft/yii2-gii/generators/crud/Generator.php:509:            return ['@param ' . $table->columns[$pks[0]]->phpType . ' $id'];
./vendor/yiisoft/yii2-gii/generators/crud/Generator.php:513:                $params[] = '@param ' . $table->columns[$pk]->phpType . ' $' . $pk;
./vendor/yiisoft/yii2-gii/generators/crud/Generator.php:543:            return $class::getTableSchema()->getColumnNames();
./vendor/yiisoft/yii2-gii/generators/form/default/form.php:20:<div class="<?= str_replace('/', '-', trim($generator->viewName, '_')) ?>">
./vendor/yiisoft/yii2-gii/generators/form/default/form.php:33:</div><!-- <?= str_replace('/', '-', trim($generator->viewName, '-')) ?> -->
./vendor/yiisoft/yii2-gii/generators/form/form.php:10:echo $form->field($generator, 'enableI18N')->checkbox();
./vendor/yiisoft/yii2-gii/generators/form/Generator.php:70:            [['viewName'], 'match', 'pattern' => '/^\w+[\\-\\/\w]*$/', 'message' => 'Only word characters, dashes and slashes are allowed.'],
./vendor/yiisoft/yii2-gii/generators/form/Generator.php:71:            [['viewPath'], 'match', 'pattern' => '/^@?\w+[\\-\\/\w]*$/', 'message' => 'Only word characters, dashes, slashes and @ are allowed.'],
./vendor/yiisoft/yii2-gii/generators/form/Generator.php:73:            [['scenarioName'], 'match', 'pattern' => '/^[\w\\-]+$/', 'message' => 'Only word characters and dashes are allowed.'],
./vendor/yiisoft/yii2-gii/Module.php:88:            $app->getUrlManager()->addRules([
./vendor/yiisoft/yii2-gii/Module.php:91:                ['class' => 'yii\web\UrlRule', 'pattern' => $this->id . '/<controller:[\w\-]+>/<action:[\w\-]+>', 'route' => $this->id . '/<controller>/<action>'],
./vendor/yiisoft/yii2-gii/Module.php:143:        $ip = Yii::$app->getRequest()->getUserIP();
./vendor/yiisoft/yii2-gii/components/ActiveField.php:71:        $this->form->getView()->registerJs("yii.gii.autocomplete($counter, " . Json::htmlEncode($data) . ");");
./vendor/yiisoft/yii2-gii/console/GenerateAction.php:46:            echo ' - ' . $this->controller->ansiFormat($attribute, Console::FG_CYAN) . ': ' . implode('; ', $errors) . "\n";
./vendor/yiisoft/yii2-gii/console/GenerateController.php:15: * This is the command line version of Gii - a code generator.
./vendor/yiisoft/yii2-gii/console/GenerateController.php:21: * $ ./yii gii/model --tableName=city --modelClass=City
./vendor/yiisoft/yii2-gii/console/GenerateController.php:37:     * This option is used only when `--interactive=0`.
./vendor/yiisoft/yii2-gii/console/GenerateController.php:131:        $attributes = $this->generators[$id]->attributes;
./vendor/yiisoft/yii2-gii/Generator.php:25: * - [[getName()]]: returns the name of the generator
./vendor/yiisoft/yii2-gii/Generator.php:26: * - [[getDescription()]]: returns the detailed description of the generator
./vendor/yiisoft/yii2-gii/Generator.php:27: * - [[generate()]]: generates the code based on the current user input and the specified code template files.
./vendor/yiisoft/yii2-gii/Generator.php:256:        return Yii::$app->getRuntimePath() . '/gii-' . Yii::getVersion() . '/' . str_replace('\\', '-', get_class($this)) . '.json';
./vendor/yiisoft/yii2-gii/views/default/view.php:39:                <?= $form->field($generator, 'template')->sticky()
./vendor/yiisoft/yii2-gii/views/default/view.php:40:                    ->label('Code Template')
./vendor/yiisoft/yii2-gii/views/default/view.php:41:                    ->dropDownList($templates)->hint('
./vendor/yiisoft/yii2-faker/FixtureController.php:42: *     'password' => Yii::$app->getSecurity()->generatePasswordHash('password_' . $index),
./vendor/yiisoft/yii2-faker/FixtureController.php:43: *     'auth_key' => Yii::$app->getSecurity()->generateRandomString(),
./vendor/yiisoft/yii2-faker/FixtureController.php:50: * - `$faker`: the Faker generator instance
./vendor/yiisoft/yii2-faker/FixtureController.php:51: * - `$index`: the current fixture index. For example if user need to generate 3 fixtures for user table, it will be 0..2.
./vendor/yiisoft/yii2-faker/FixtureController.php:79: * yii fixture/generate-all --count=3
./vendor/yiisoft/yii2-faker/FixtureController.php:86: * yii fixture/generate user --count=5 --language=ru_RU
./vendor/yiisoft/yii2-faker/FixtureController.php:89: * yii fixture/generate-all --templatePath=@app/path/to/my/custom/templates
./vendor/yiisoft/yii2-faker/FixtureController.php:92: * yii fixture/generate-all --fixtureDataPath=@tests/unit/fixtures/subfolder1/subfolder2/subfolder3
./vendor/yiisoft/yii2-faker/FixtureController.php:102: * yii fixture/templates --templatePath='@app/path/to/my/custom/templates'
./vendor/yiisoft/yii2-faker/FixtureController.php:115: *         return mb_substr($sentence, 0, mb_strlen($sentence) - 1);
./vendor/yiisoft/yii2-faker/FixtureController.php:210:     * yii fixture/generate user --count=5 --language=ru_RU
./vendor/yiisoft/yii2-faker/FixtureController.php:380:            $this->_generator = \Faker\Factory::create(str_replace('-', '_', $language));
./tests/codeception/unit/models/ContactFormTest.php:30:        $model->expects($this->once())->method('validate')->will($this->returnValue(true));
./tests/codeception/unit/models/ContactFormTest.php:42:            expect('email file should exist', file_exists($this->getMessageFile()))->true();
./tests/codeception/unit/models/ContactFormTest.php:48:            expect('email should contain user name', $emailMessage)->contains($model->name);
./tests/codeception/unit/models/ContactFormTest.php:49:            expect('email should contain sender email', $emailMessage)->contains($model->email);
./tests/codeception/unit/models/ContactFormTest.php:50:            expect('email should contain subject', $emailMessage)->contains($model->subject);
./tests/codeception/unit/models/ContactFormTest.php:51:            expect('email should contain body', $emailMessage)->contains($model->body);
./tests/codeception/unit/models/LoginFormTest.php:28:            expect('model should not login user', $model->login())->false();
./tests/codeception/unit/models/LoginFormTest.php:29:            expect('user should not be logged in', Yii::$app->user->isGuest)->true();
./tests/codeception/unit/models/LoginFormTest.php:41:            expect('model should not login user', $model->login())->false();
./tests/codeception/unit/models/LoginFormTest.php:42:            expect('error message should be set', $model->errors)->hasKey('password');
./tests/codeception/unit/models/LoginFormTest.php:43:            expect('user should not be logged in', Yii::$app->user->isGuest)->true();
./tests/codeception/unit/models/LoginFormTest.php:55:            expect('model should login user', $model->login())->true();
./tests/codeception/unit/models/LoginFormTest.php:56:            expect('error message should not be set', $model->errors)->hasntKey('password');
./tests/codeception/unit/models/LoginFormTest.php:57:            expect('user should be logged in', Yii::$app->user->isGuest)->false();
./requirements.php:137:$requirementsChecker->checkYii()->check($requirements)->render();
./controllers/CampaignController.php:97:        $roots = Category::find()->roots()->active()->all();
./controllers/CampaignController.php:130:        $roots = Category::find()->roots()->active()->all();
./controllers/CampaignController.php:150:        $this->findModel($id)->delete();
./controllers/CampaignController.php:199:        $lead = Lead::find()->where(['id' => 1])->one();
./web/beanstalk/lib/Pheanstalk/Response/ArrayResponse.php:52:	// ----------------------------------------
./web/beanstalk/lib/Pheanstalk/Response/ArrayResponse.php:61:		return str_replace('_', '-', $propertyName);
./web/beanstalk/lib/Pheanstalk/YamlResponseParser.php:50:		if (isset($dataLines[0]) && $dataLines[0] == '---')
./web/beanstalk/lib/Pheanstalk/YamlResponseParser.php:81:		return ltrim($line, '- ');
./web/beanstalk/lib/Pheanstalk/Command/AbstractCommand.php:57:	// ----------------------------------------
./web/beanstalk/lib/Pheanstalk/Socket/StreamFunctions.php:42:	// ----------------------------------------
./web/beanstalk/lib/Pheanstalk/Socket/NativeSocket.php:32:			->fsockopen($host, $port, $errno, $errstr, $connectTimeout);
./web/beanstalk/lib/Pheanstalk/Socket/NativeSocket.php:40:			->stream_set_timeout($this->_socket, self::SOCKET_TIMEOUT);
./web/beanstalk/lib/Pheanstalk/Socket/NativeSocket.php:53:				->fwrite($this->_socket, substr($data, $written));
./web/beanstalk/lib/Pheanstalk/Socket/NativeSocket.php:75:		while ($read < $length && !$this->_wrapper()->feof($this->_socket))
./web/beanstalk/lib/Pheanstalk/Socket/NativeSocket.php:78:				->fread($this->_socket, $length - $read);
./web/beanstalk/lib/Pheanstalk/Socket/NativeSocket.php:100:				$this->_wrapper()->fgets($this->_socket, $length) :
./web/beanstalk/lib/Pheanstalk/Socket/NativeSocket.php:101:				$this->_wrapper()->fgets($this->_socket);
./web/beanstalk/lib/Pheanstalk/Socket/NativeSocket.php:103:			if ($this->_wrapper()->feof($this->_socket))
./web/beanstalk/lib/Pheanstalk/Socket/NativeSocket.php:113:	// ----------------------------------------
./web/beanstalk/lib/Pheanstalk/Connection.php:119:			->getResponseParser()
./web/beanstalk/lib/Pheanstalk/Connection.php:120:			->parseResponse($responseLine, $data);
./web/beanstalk/lib/Pheanstalk/Connection.php:123:	// ----------------------------------------
./web/beanstalk/lib/Pheanstalk/Socket.php:28:	 * Reads up to the next new-line, or $length - 1 bytes.
./web/beanstalk/lib/tpl/main.php:13:        <!-- Bootstrap core CSS -->
./web/beanstalk/lib/tpl/main.php:22:        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
./web/beanstalk/lib/tpl/main.php:23:        <!--[if lt IE 9]>
./web/beanstalk/lib/tpl/main.php:26:        <![endif]-->
./web/beanstalk/lib/tpl/main.php:167:                    <!--/.nav-collapse -->
./web/beanstalk/lib/include.php:266:                        $job = $this->interface->_client->useTube($tube)->peekReady();
./web/beanstalk/lib/include.php:270:                            $ready = $this->interface->_client->useTube($tube)->peekReady();
./web/beanstalk/lib/include.php:282:                            $bury = $this->interface->_client->useTube($tube)->peekBuried();
./web/beanstalk/lib/include.php:293:                        $job = $this->interface->_client->useTube($tube)->peekDelayed();
./web/beanstalk/lib/include.php:302:                        $job = $this->interface->_client->useTube($tube)->peekBuried();
./web/beanstalk/lib/include.php:434:            setcookie('beansServers', '', time() - 86400 * 365);
./web/beanstalk/lib/include.php:702:                    $job = $this->interface->_client->useTube($tube)->peekReady();
./web/beanstalk/lib/include.php:706:                    $job = $this->interface->_client->useTube($tube)->peekDelayed();
./web/beanstalk/lib/include.php:710:                    $job = $this->interface->_client->useTube($tube)->peekBuried();
./web/beanstalk/lib/include.php:735:            if ($added >= $limit || (microtime(true) - $this->actionTimeStart) > $limit) {
./web/beanstalk/lib/include.php:770:                        $job = $this->interface->_client->useTube($tube)->peekReady();
./web/beanstalk/lib/include.php:773:                        $job = $this->interface->_client->useTube($tube)->peekDelayed();
./web/beanstalk/lib/include.php:776:                        $job = $this->interface->_client->useTube($tube)->peekBuried();
./web/beanstalk/lib/include.php:798:                        $job = $this->interface->_client->watch($tube)->reserve(0);
./web/beanstalk/lib/Pheanstalk.php:42:	// ----------------------------------------
./web/beanstalk/lib/Pheanstalk.php:368:	// ----------------------------------------
./web/beanstalk/lib/BeanstalkInterface.class.php:166:        $this->_client->useTube($tube)->kick($limit);
./web/beanstalk/lib/BeanstalkInterface.class.php:170:        $job = $this->_client->useTube($tube)->peekReady();
./web/beanstalk/lib/BeanstalkInterface.class.php:175:        $job = $this->_client->useTube($tube)->peekBuried();
./web/beanstalk/lib/BeanstalkInterface.class.php:180:        $job = $this->_client->useTube($tube)->peekDelayed();
./web/beanstalk/lib/BeanstalkInterface.class.php:186:        $result = $this->_client->useTube($tubeName)->put($tubeData, $tubePriority, $tubeDelay, $tubeTtr);
./web/beanstalk/lib/BeanstalkInterface.class.php:208:            $job = $this->_client->useTube($tube)->{$method}();
./web/index-test.php:16:(new yii\web\Application($config))->run();
./web/index.php:12:(new yii\web\Application($config))->run();
./mail/layouts/html.php:9:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
./commands/WorkerController.php:47:                    $campaign = Campaign::find()->toSend()->where(['id' => $data['campaign_id']])->one();
./commands/WorkerController.php:64:                            $lead = Lead::find()->where(['id' => $lead_id])->with('user')->one();
./commands/TemplatePermissionsController.php:17:            ->select(['crm_user.id', 'template_permissions'])
./commands/TemplatePermissionsController.php:18:            ->from('crm_user')
./commands/TemplatePermissionsController.php:19:            ->join('INNER JOIN', 'crm_page', 'crm_user.id = crm_page.user_id')
./commands/TemplatePermissionsController.php:20:            ->where(['crm_page.template_id' => [15, 24, 29]])
./commands/TemplatePermissionsController.php:21:            ->groupBy('crm_user.id')
./commands/TemplatePermissionsController.php:22:            ->all();
./commands/TemplatePermissionsController.php:36:                    Yii::$app->db->createCommand()->update('crm_user', ['template_permissions' => $updated_permissions], ['id' => $user['id']])->execute();
./commands/TemplatePermissionsController.php:46:            ->select(['crm_user.id', 'template_permissions'])
./commands/TemplatePermissionsController.php:47:            ->from('crm_user')
./commands/TemplatePermissionsController.php:48:            ->join('INNER JOIN', 'crm_page', 'crm_user.id = crm_page.user_id')
./commands/TemplatePermissionsController.php:49:            ->where(['crm_page.template_id' => [13, 28]])
./commands/TemplatePermissionsController.php:50:            ->groupBy('crm_user.id')
./commands/TemplatePermissionsController.php:51:            ->all();
./commands/TemplatePermissionsController.php:64:                Yii::$app->db->createCommand()->update('crm_user', ['template_permissions' => $updated_permissions], ['id' => $user['id']])->execute();
./commands/CampaignController.php:32:        $campaigns = Campaign::find()->toSend()->all();
./commands/CampaignController.php:45:            $leads = $filter->byId()->asArray()->search($campaign->filterData)->all();
./views/job/_form.php:19:    <?= $form->field($model, 'name')->textInput(['maxlength' => true]) ?>
./views/job/_form.php:21:    <?= $form->field($model, 'description')->textArea(['maxlength' => true]) ?>
./views/job/_form.php:23:    <?= $form->field($model, 'job_url')->textInput(['maxlength' => true]) ?>
./views/job/_form.php:25:    <?= $form->field($model, 'employer')->textInput(['maxlength' => true]) ?>
./views/job/_form.php:27:    <?= $form->field($model, 'source')->textInput(['maxlength' => true]) ?>
./views/job/_form.php:29:    <?= $form->field($model, 'source_url')->textInput(['maxlength' => true]) ?>
./views/job/_form.php:31:    <?= $form->field($model, 'countryCode')->dropDownList(Job::getDefaultCountries()) ?>
./views/campaign/_form.php:25:        <?= $form->field($model, 'name')->textInput(['maxlength' => true]) ?>
./views/campaign/_form.php:30:            <?= $form->field($model, 'status')->dropDownList([$model::STATUS_INACTIVE => 'Inactive', $model::STATUS_UNSENT => 'Active']) ?>
./views/campaign/_form.php:42:        <?= $form->field($model, 'start_date')->widget(DateControl::classname(), [
./views/campaign/_form.php:58:        <?= $form->field($model, 'end_date')->widget(DateControl::classname(), [
./views/campaign/_form.php:91:                <?= $form->field($model, 'csvFile')->fileInput(); ?>
./views/campaign/_form.php:102:                                <!-- <a href="" class="btn btn-success" data-toggle="tooltip" title="View"><i class="glyphicon glyphicon-eye-open"></i></a> -->
./views/campaign/_form.php:114:        <?= $form->field($model, 'from_name')->textInput(['maxlength' => true]) ?>
./views/campaign/_form.php:117:        <?= $form->field($model, 'from_email')->textInput(['maxlength' => true]) ?>
./views/campaign/_form.php:137:        <?= $form->field($model, 'subject')->textInput(['maxlength' => true]) ?>
./views/campaign/_form.php:142:        <?= $form->field($model, 'text_content')->textArea(['maxlength' => true]) ?>
./views/campaign/_form.php:199:                                                'query' => $root->children()->active(),
./views/campaign/_form.php:232:                        <?= $form->field($model, 'countries')->widget(Select2::classname(), [
./views/campaign/outgoing_default.php:1:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
./views/site/login.php:27:        <?= $form->field($model, 'username')->textInput(['autofocus' => true]) ?>
./views/site/login.php:29:        <?= $form->field($model, 'password')->passwordInput() ?>
./views/site/login.php:31:        <?= $form->field($model, 'rememberMe')->checkbox([
./views/site/contact.php:46:                    <?= $form->field($model, 'name')->textInput(['autofocus' => true]) ?>
./views/site/contact.php:52:                    <?= $form->field($model, 'body')->textArea(['rows' => 6]) ?>
./views/site/contact.php:54:                    <?= $form->field($model, 'verifyCode')->widget(Captcha::className(), [
