Home
last modified time | relevance | path

Searched refs:DATA (Results 1 – 25 of 975) sorted by relevance

12345678910>>...39

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
Dupload_fck.pl252 my($DATA,$FileName,$ContentType) = @_;
254 my $DataLength = length($$DATA);
270 …taLength > 128 && !unpack("C",substr($$DATA,0,1)) && !unpack("C",substr($$DATA,74,1)) && !unpack("…
271 my $MacBinary_ForkLength = unpack("N", substr($$DATA, 83, 4)); # ForkLength Get
272 my $MacBinary_FileName = quotemeta(substr($$DATA, 2, unpack("C",substr($$DATA, 1, 1))));
274 …&& ($FileName =~ /$MacBinary_FileName/i || substr($$DATA,102,4) eq 'mBIN')) { # DATA TOP 128byte M…
275 $$DATA = substr($$DATA,128,$MacBinary_ForkLength);
304 if($$DATA =~ /^MZ/) {
309 && ! $$DATA =~ /[\000-\006\177\377]/) {
336 …} elsif($ContentType =~ /^text\/html$/i || $FileExt =~ /html?/i || $$DATA =~ /<\s*HTML(?:.|\n)*?>/…
[all …]
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/perl/
Dupload_fck.pl252 my($DATA,$FileName,$ContentType) = @_;
254 my $DataLength = length($$DATA);
270 …taLength > 128 && !unpack("C",substr($$DATA,0,1)) && !unpack("C",substr($$DATA,74,1)) && !unpack("…
271 my $MacBinary_ForkLength = unpack("N", substr($$DATA, 83, 4)); # ForkLength Get
272 my $MacBinary_FileName = quotemeta(substr($$DATA, 2, unpack("C",substr($$DATA, 1, 1))));
274 …&& ($FileName =~ /$MacBinary_FileName/i || substr($$DATA,102,4) eq 'mBIN')) { # DATA TOP 128byte M…
275 $$DATA = substr($$DATA,128,$MacBinary_ForkLength);
304 if($$DATA =~ /^MZ/) {
309 && ! $$DATA =~ /[\000-\006\177\377]/) {
336 …} elsif($ContentType =~ /^text\/html$/i || $FileExt =~ /html?/i || $$DATA =~ /<\s*HTML(?:.|\n)*?>/…
[all …]
/plugin/siteexport/action/
Dajax.php643 private function __getInternalLinks(&$DATA) { argument
652 $DATA = preg_replace_callback("/$PATTERN/i", $CALLBACK, $DATA);
655 $DATA = preg_replace_callback("/$PATTERNCSS/i", $CALLBACK, $DATA);
659 $DATA = preg_replace_callback("/$PATTERNSRCSET/i", $CALLBACK, $DATA);
665 private function __fetchAndReplaceSrcset($DATA) { argument
667 $this->functions->debug->message("SRCSET", $DATA, 2);
668 if ( strtolower($DATA[1]) != 'srcset' ) { return $DATA[0]; }
670 $SRCSETS = array_map( 'trim', explode( ",", $DATA[2] ) );
691 private function __fetchAndReplaceLink($DATA) { argument
700 $DATA[2] = preg_replace("/^\s*?['\"]?(.*?)['\"]?\s*?$/", '\1', trim($DATA[2]));
[all …]
/plugin/siteexport/inc/
Dtoc.php68 public function __getJavaHelpTOCXML($DATA) { argument
70 if (count($DATA) == 0) {
80 $nData = $DATA;
81 $DATA = array();
139 $this->__buildTOCTree($DATA, $elem['tocNS'], $elem);
143 $TOCXML .= $this->__writeTOCTree($DATA) . "\n</toc>";
147 $this->debug($DATA);
157 private function __buildTOCTree(&$DATA, $currentNSArray, $elemToAdd) argument
166 $DATA[$key] = $elemToAdd;
171 $nextLevel = &$DATA[$currentLevel];
[all …]
Dfilewriter.php33 public function __moveDataToZip($DATA, $FILENAME = 'toc.xml', $ZIP = null, $JUSTWRITE = false) { argument
35 if (empty($DATA)) { return false; }
39 if (@file_put_contents($tmpFile, $DATA) === false) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
DIteratorHandlerTest.php18 private const DATA = ['foo', 'bar']; define in JMS\\Serializer\\Tests\\Handler\\IteratorHandlerTest
29 new \ArrayIterator(self::DATA),
59 self::assertSame(self::DATA, $serialized);
86 $visitor->method('visitArray')->with(self::DATA)->willReturn(self::DATA);
93 $visitor->method('visitArray')->with(self::DATA)->willReturn(self::DATA);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
DBarrett.php42 const DATA = 1; define in phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\Barrett
70 self::DATA => []
93 $cache[self::DATA][] = [
98 extract($cache[self::DATA][$key]);
157 self::DATA => []
170 $cache[self::DATA][] = bcdiv($lhs, $n, 0);
174 $temp = bcmul($temp, $cache[self::DATA][$key]);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/if/
Dexpression.test11 --DATA--
15 --DATA--
19 --DATA--
Dbasic.test11 --DATA--
15 --DATA--
19 --DATA--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
Delse.test9 --DATA--
14 --DATA--
18 --DATA--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
Dparent_change.test9 --DATA--
13 --DATA--
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
DBarrett.php57 self::DATA => []
93 $cache[self::DATA][] = [
98 extract($cache[self::DATA][$key]);
152 self::DATA => []
176 $cache[self::DATA][] = $temp->value;
182 $temp = $class::multiplyHelper($temp, false, $cache[self::DATA][$key], false);
DMontgomeryMult.php53 self::DATA => []
59 $cache[self::DATA][] = self::modInverse67108864($m, $class);
70 $temp = $temp * $cache[self::DATA][$key];
DMontgomery.php63 self::DATA => []
69 $cache[self::DATA][] = self::modInverse67108864($n, $class);
77 $temp = $result[self::VALUE][$i] * $cache[self::DATA][$key];
/plugin/translator/syntax/
Dlabel.php73 function __labelCallBackReplace(&$DATA) { argument
74 $DATA = preg_replace_callback('/\$\$label\((.*?)\)\$\$/i', array($this, '__getLabelFor'), $DATA);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
Ddefined_for_attribute.test8 --DATA--
21 --DATA--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/
Dspecial_chars.test5 --DATA--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
Dcomparison.test8 --DATA--
Dunary_precedence.test8 --DATA--
Dnegative_numbers.test10 --DATA--
Dgrouping.test5 --DATA--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
Dspecial_chars.test5 --DATA--
Dmagic_call.test5 --DATA--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
Dspecial_chars.test5 --DATA--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/verbatim/
Dbasic.test7 --DATA--

12345678910>>...39