Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 107) sorted by relevance

12345

/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DStatus.php24 abstract public function getToken(string $buffer, int $offset): ?Token; argument
50 protected function matchPattern(string $buffer, int $offset, string $pattern): ?string { argument
64 protected function matchPatterns(string $buffer, int $offset, array $patterns): ?Token { argument
78 protected function matchCharacters(string $buffer, int $offset, array $chars): ?Token { argument
[all...]
/plugin/statdisplay/pchart/
H A DCSVImporter.php67 static private function importHeaderFromCSV(pData $data, $buffer, $Delimiter, $DataColumns) {
87 …static private function importChunkFromCSV(pData $data, $buffer, $Delimiter, $DataColumns, $DataNa…
/plugin/statistics/inc/pchart/
H A DCSVImporter.php65 static private function importHeaderFromCSV(pData $data, $buffer, $Delimiter, $DataColumns) { argument
85 importChunkFromCSV(pData $data, $buffer, $Delimiter, $DataColumns, $DataName) global() argument
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DFilesystem.php19 protected static $buffer = []; variable in PHPUnit_Util_Filesystem
H A DPrinter.php97 public function write($buffer)
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/build/
H A Dgenerate.php26 $buffer = <<<EOT variable
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Text/
H A DDouble.php25 public function getToken(string $buffer, int $offset): ?Scanner\Token { argument
H A DSingle.php25 public function getToken(string $buffer, int $offset): ?Scanner\Token { argument
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Selector/
H A DAttribute.php46 public function getToken(string $buffer, int $offset): ?Scanner\Token { argument
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/
H A DSelector.php54 public function getToken(string $buffer, int $offset): ?Scanner\Token { argument
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php156 private function getDiffBufferElement(array $diff, $buffer, $diffIndex)
178 private function getDiffBufferElementNew(array $diff, $buffer, $diffIndex)
/plugin/webdav/_test/lib/
H A DDAVServerTest.php37 public function ob_start_callback($buffer)
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DInvalidCharacterException.php37 public function __construct(string $buffer, int $offset, Status $status) { argument
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DOverflowHandler.php59 private $buffer = []; variable in Monolog\\Handler\\OverflowHandler
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DWavFile.java55 private byte[] buffer; // Local buffer used for IO field in WavFile
341 private static long getLE(byte[] buffer, int pos, int numBytes) { in getLE()
352 private static void putLE(long val, byte[] buffer, int pos, int numBytes) { in putLE()
762 double[] buffer = new double[BUF_SIZE * numChannels]; in main() local
779 double[] buffer = new double[10]; in main() local
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DbmpDecoder.js8 function BmpDecoder(buffer,is_with_alpha) { argument
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAsyncReadStream.php69 StreamInterface $buffer, argument
[all...]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.buffer.js27 $.fn.socialSharePrivacy.settings.services.buffer = { class in $.fn.socialSharePrivacy.settings.services
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DBinaryReader.php28 private $buffer; variable in geoPHP\\Adapter\\BinaryReader
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php601 protected function formatWithColor($color, $buffer)
634 protected function writeWithColor($color, $buffer, $lf = true)
649 protected function writeProgressWithColor($color, $buffer)
/plugin/zip/pear/File/Archive/Writer/
H A DTar.php39 var $buffer; variable in File_Archive_Writer_Tar
/plugin/highlightjs/highlight/
H A Dhighlight.js126 function processKeywords(buffer, mode) { argument
156 function processBuffer(buffer, mode) { argument
182 function processModeInfo(buffer, lexem, end) { argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js71 Asset.fromBuffer = function(buffer) { argument
189 return function(buffer) { argument
196 return function(buffer) { argument
865 Stream.fromBuffer = function(buffer) { argument
1648 Demuxer.probe = function(buffer) { argument
1737 Demuxer.find = function(buffer) { argument
1878 AUDemuxer.probe = function(buffer) { argument
1950 CAFDemuxer.probe = function(buffer) { argument
2095 M4ADemuxer.probe = function(buffer) { argument
2836 return function(buffer) { argument
[all …]
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DMessageQueue.php32 protected $buffer = false; variable in FreeDSx\\Socket\\Queue\\MessageQueue
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php20 private $buffer = ''; variable in GuzzleHttp\\Psr7\\BufferStream

12345