/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/ |
H A D | upload_fck.pl | 254 my $DataLength = length($$DATA); 270 …taLength > 128 && !unpack("C",substr($$DATA,0,1)) && !unpack("C",substr($$DATA,74,1)) && !unpack("… 272 my $MacBinary_FileName = quotemeta(substr($$DATA, 2, unpack("C",substr($$DATA, 1, 1)))); 275 $$DATA = substr($$DATA,128,$MacBinary_ForkLength); 304 if($$DATA =~ /^MZ/) { 372 } elsif($$DATA =~ /^\xFF\xD8\xFF/ || $$DATA =~ /JFIF/) { # JPEG 383 $$DATA = substr($$DATA, $HeaderPoint); 397 if($$DATA =~ /^MThd/) { 401 } elsif($$DATA =~ /^RIFF/ || $$DATA =~ /^ID3/ && $$DATA =~ /RIFF/) { 425 if($$DATA =~ /^\%PDF/) { [all …]
|
/plugin/siteexport/action/ |
H A D | ajax.php | 668 if ( strtolower($DATA[1]) != 'srcset' ) { return $DATA[0]; } 718 $DATA[2] = @parse_url($DATA[2], PHP_URL_PATH); 722 $DATA[2] = getNS($CURRENT_ID) . ':' . $DATA[2]; 748 $DATA[2] = str_replace('/', ':', $DATA[2]); 915 $DATA[2] = str_replace('/', ':', $DATA[2]); 992 $DATA[2] = str_replace(':', '_', $DATA[2]); 993 $DATA[2] = $this->functions->shortenName($DATA[2]); 1057 …$DATA[2] = preg_match("#(\.[^\.]+)$#", $DATA[2]) ? preg_replace("#(\.[^\.]+)$#", '.' . $tmpFile[2]… 1104 $DATA[2] = $this->__getInternalRewriteURL($DATA[2]); 1121 …$DATA[2] .= (!empty($DATA['PARAMS']) && $this->functions->settings->addParams ? '?' . $DATA['PARAM… [all …]
|
/plugin/siteexport/inc/ |
H A D | toc.php | 70 if (count($DATA) == 0) { 80 $nData = $DATA; 81 $DATA = array(); 147 $this->debug($DATA); 166 $DATA[$key] = $elemToAdd; 267 foreach ($DATA as $elem) { 290 if (empty($DATA) || !is_array($DATA)) { 318 $NS = array_shift($DATA); 333 if (!is_array($DATA)) { 373 foreach ($DATA as $elem) [all …]
|
H A D | filewriter.php | 33 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/ |
H A D | IteratorHandlerTest.php | 18 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/ |
H A D | Barrett.php | 42 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/ |
H A D | expression.test | 11 --DATA-- 15 --DATA-- 19 --DATA--
|
H A D | basic.test | 11 --DATA-- 15 --DATA-- 19 --DATA--
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/ |
H A D | else.test | 9 --DATA-- 14 --DATA-- 18 --DATA--
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/ |
H A D | parent_change.test | 9 --DATA-- 13 --DATA--
|
/plugin/translator/syntax/ |
H A D | label.php | 73 function __labelCallBackReplace(&$DATA) { argument 74 $DATA = preg_replace_callback('/\$\$label\((.*?)\)\$\$/i', array($this, '__getLabelFor'), $DATA);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
H A D | MontgomeryMult.php | 53 self::DATA => [] 59 $cache[self::DATA][] = self::modInverse67108864($m, $class); 70 $temp = $temp * $cache[self::DATA][$key];
|
H A D | Barrett.php | 57 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);
|
H A D | Montgomery.php | 63 self::DATA => [] 69 $cache[self::DATA][] = self::modInverse67108864($n, $class); 77 $temp = $result[self::VALUE][$i] * $cache[self::DATA][$key];
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/ |
H A D | defined_for_attribute.test | 8 --DATA-- 21 --DATA--
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/ |
H A D | special_chars.test | 5 --DATA--
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ |
H A D | comparison.test | 8 --DATA--
|
H A D | unary_precedence.test | 8 --DATA--
|
H A D | grouping.test | 5 --DATA--
|
H A D | negative_numbers.test | 10 --DATA--
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
H A D | special_chars.test | 5 --DATA--
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/ |
H A D | special_chars.test | 5 --DATA--
|
H A D | magic_call.test | 5 --DATA--
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/verbatim/ |
H A D | basic.test | 7 --DATA--
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/ |
H A D | basic.legacy.test | 7 --DATA--
|