Searched refs:sniff (Results 1 – 13 of 13) sorted by relevance
75 $sniff = $source;85 $sniff = $this->makeFriendlyName($parts[2]);89 $sniff .= ' '.$name;93 $parts[2] = $sniff;100 'strlen' => strlen($sniff),231 $sniff = $parts[2];232 if (strlen($sniff) > $maxSniffWidth) {233 $sniff = substr($sniff, 0, $maxSniffWidth);237 echo $sniff.str_repeat(' ', ($width - 39 - strlen($sniff)));239 echo $sniff.str_repeat(' ', ($width - 35 - strlen($sniff)));
376 $sniff = $bt[1]['class'];380 echo "\t=> Changeset started by $sniff (line $line)".PHP_EOL;451 $sniff = $bt[2]['class'];454 $sniff = $bt[1]['class'];461 … echo "\t\tR: $sniff (line $line) rolled back the changeset ($numChanges changes)".PHP_EOL;506 $sniff = $bt[2]['class'];509 $sniff = $bt[1]['class'];530 …echo "\t\tQ: $sniff (line $line) replaced token $stackPtr ($type) \"$oldContent\" => \"$newContent…556 …echo "$indent**** $sniff (line $line) has possible conflict with another sniff on loop $loop; caus…590 …echo "$indent$sniff (line $line) replaced token $stackPtr ($type) \"$oldContent\" => \"$newContent…[all …]
657 … echo 'ERROR: The specified sniff code "'.$sniff.'" is invalid'.PHP_EOL.PHP_EOL;668 … echo 'ERROR: The specified sniff code "'.$sniff.'" is invalid'.PHP_EOL.PHP_EOL;1219 foreach ($sniffs as $sniff) {1220 $parts = explode('_', str_replace('\\', '_', $sniff));
1006 $sniff = $parts[0].'.'.$parts[2].'.'.$parts[3];1009 $sniff = substr($sniff, 0, -5);1011 $sniff = 'unknownSniff';1014 $sniffCode = $sniff;1153 $sniff = $parts[0].'.'.$parts[2].'.'.$parts[3];1156 $sniff = substr($sniff, 0, -5);1158 $sniff = 'unknownSniff';1161 $sniffCode = $sniff;
53 $this->sniff($force);78 private function sniff(bool $force = false) function in Elasticsearch\\ConnectionPool\\SniffingConnectionPool115 $response = $connection->sniff();
141 $sniff = $object->getFilename();155 $sniff
238 $sniff = new Generic_Sniffs_Functions_OpeningFunctionBraceKernighanRitchieSniff();244 $sniff = new Generic_Sniffs_Functions_OpeningFunctionBraceBsdAllmanSniff();247 $sniff->checkClosures = true;248 $sniff->process($phpcsFile, $stackPtr);
368 Set sniff on start
926 foreach ($includedSniffs as $sniff) {927 if (in_array($sniff, $excludedSniffs) === true) {930 $files[] = self::realpath($sniff);
507 public function sniff() function in Elasticsearch\\Connections\\Connection
100 provides a seed list of hosts, which the client uses to "sniff" and discover the
379 * Fixed SniffingConnectionPool removing the return type of Connection::sniff()
245 - Fixed SniffingConnectionPool removing the return type of Connection::sniff()