Home
last modified time | relevance | path

Searched refs:chunk (Results 51 – 75 of 127) sorted by path

123456

/plugin/edittable/lib/
H A Dhandsontable.full.js9899 var chunk = matches[matches.length - 1] || [];
9900 var parts = (chunk + '').match(chunkOffset) || ['-', 0, 0];
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php126 $chunk = fread( $fp, 1024 ) ;
130 $chunk = strtolower( $chunk ) ;
132 if (!$chunk)
137 $chunk = trim( $chunk ) ;
139 if ( preg_match( "/<!DOCTYPE\W*X?HTML/sim", $chunk ) )
148 if( false !== strpos( $chunk, $tag ) )
150 if($tag == '<title' && preg_match("/svg-edit/",$chunk)) continue;
156 if ( preg_match( '!type\s*=\s*[\'"]?\s*(?:\w*/)?(?:ecma|java)!sim', $chunk ) )
164 if ( preg_match( '!(?:href|src|data)\s*=\s*[\'"]?\s*(?:ecma|java)script:!sim', $chunk ) )
170 if ( preg_match( '!url\s*\(\s*[\'"]?\s*(?:ecma|java)script:!sim', $chunk ) )
/plugin/fedauth/Auth/
H A DOpenID.php186 foreach ($chunks as $chunk) {
187 $parts = explode("=", $chunk, 2);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md185 $chunk = $file->read(42);
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DParser.php74 $chunk = null;
78 $chunk = new Chunk(
85 $chunks[] = $chunk;
102 if (null !== $chunk) {
103 $chunk->setLines($diffLines);
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DChunkTest.php23 private $chunk; variable in SebastianBergmann\\Diff\\ChunkTest
27 $this->chunk = new Chunk;
32 $this->assertInstanceOf('SebastianBergmann\Diff\Chunk', $this->chunk);
37 $this->assertEquals(0, $this->chunk->getStart());
42 $this->assertEquals(1, $this->chunk->getStartRange());
47 $this->assertEquals(0, $this->chunk->getEnd());
52 $this->assertEquals(1, $this->chunk->getEndRange());
57 $this->assertEquals(array(), $this->chunk->getLines());
62 $this->assertEquals(array(), $this->chunk->getLines());
65 $this->chunk->setLines($testValue);
[all …]
H A DParserTest.php97 $chunk = $chunks[0];
98 $this->assertSame(49, $chunk->getStart());
99 $this->assertSame(49, $chunk->getEnd());
100 $this->assertSame(9, $chunk->getStartRange());
101 $this->assertSame(8, $chunk->getEndRange());
103 $lines = $chunk->getLines();
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG727 * added an optimization for the set tag when used to capture a large chunk of static text
739 * fixed a parsing problem when a large chunk of text is enclosed in a comment tag
769 * fixed a parsing problem when a large chunk of text is enclosed in a raw tag
961 * fixed lexer when a template has a big chunk of text between/in a block
/plugin/googlesearch/
H A Dnusoap.php2443 $chunk = substr($buffer,$chunkstart);
2445 $new .= $chunk;
2446 $length += strlen($chunk);
2451 $chunk = substr($buffer,$chunkstart,$chunkend-$chunkstart);
2453 $new .= $chunk;
2455 $length += strlen($chunk);
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt368 chunk chunk header within a file
H A Dreadme.rus.txt374 chunk заголовок куска внутри файла
/plugin/highlightjs/highlight/styles/
H A Dbrown_paper.css92 .chunk,
H A Ddark.css89 .chunk,
H A Ddefault.css54 .chunk {
H A Dfar.css93 .chunk,
H A Dgithub.css88 .chunk {
H A Didea.css23 .annotation, .decorator, .preprocessor, .doctype, .pi, .chunk, .shebang, .apache .cbracket {
H A Dmagula.css46 .chunk {
H A Dschool_book.css94 .chunk,
H A Dsunburst.css93 .diff .header, .chunk {
H A Dvs.css10 .chunk,
H A Dzenburn.css59 .diff .chunk,
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php159 function ($chunk) {
160 return (int) $chunk;
H A DIPv6.php129 function ($chunk) {
130 … return preg_match('/^[0-9A-Fa-f]{1,4}$/', $chunk) ? hexdec($chunk) : false;
291 function ($chunk) {
292 return hexdec($chunk);
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jar ... .ByteArrayBuffer) throws java.io.IOException int chunk int i int chunk org.apache.james. ...

123456