Home
last modified time | relevance | path

Searched refs:FILE (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/plugin/photogallery/
H A DpgFetch.php44 list($STATUS, $STATUSMESSAGE) = checkFileStatus($MEDIA, $FILE, $REV, $WIDTH, $HEIGHT);
49 'file' => $FILE,
50 'orig' => $FILE,
90 $data['file'] = $FILE = media_crop_image($data['file'], $EXT, $WIDTH, $HEIGHT); variable
92 $data['file'] = $FILE = media_resize_image($data['file'], $EXT, $WIDTH, $HEIGHT); variable
105 $FILE = PHOTOGALLERY_IMAGES_FILE.$INPUT->str('src'); variable
106 list($EXT, $MIME, $DL) = mimetype($FILE, false);
107 list($STATUS, $STATUSMESSAGE) = checkLocalFileStatus($FILE, $WIDTH, $HEIGHT);
113 $FILE = media_photogallery_image($FILE,$EXT,$WIDTH,$HEIGHT,$opt); variable
115 $FILE = media_crop_image($FILE, $EXT, $WIDTH, $HEIGHT); variable
[all …]
/plugin/siteexport/_test/phantomjs/
H A DrunPhantomJs.sh5 for FILE in $(find . -name "*.test.html")
7 echo "Running '$FILE' via phantomJS"
8 phantomjs phantom-qunit.js "file://$(pwd)/$FILE"
/plugin/issuelinks/
H A Dpre-commit.hook.sh19 for FILE in $SFILES
21 php -l -d display_errors=0 $PROJECT/$FILE
27 FILES="$FILES $PROJECT/$FILE"
/plugin/siteexport/inc/
H A Dfilewriter.php63 public function __addFileToZip($FILE, $NAME, $ZIP = null) { argument
72 …$this->functions->debug->message("Trying to create PDF from File '$FILE' with name '$NAME' for ZIP…
74 $succeeded = $this->pdfGenerator->createPDFFromFile($FILE, $NAME);
81 …$this->functions->debug->runtimeException("Create PDF from File '$FILE' with name '$NAME' went wro…
86 return $this->__writeFileToZip($FILE, $NAME, $ZIP);
95 private function __writeFileToZip($FILE, $NAME, $ZIPFILE) { argument
114 $zip->addFile($FILE, $NAME);
/plugin/latexit/tests/my/
H A Dtest7.latex12 %RECURSIVELY INSERTED FILE START
19 %RECURSIVELY INSERTED FILE START
39 %RECURSIVELY INSERTED FILE END
41 %RECURSIVELY INSERTED FILE END
/plugin/menuext/
H A DMenuExtItem.php102 '@FILE@',
103 '@!FILE@',
104 '@!FILE!@',
/plugin/pwaoffline/
H A Dyarn.lock1 # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
/plugin/translator/
H A Dadmin.php346 $FILE = array(
354 if ( !preg_match("/$CategoryRegex/", $FILE['name'], $matches) ) {
355 …msg($this->functions->_messageReplacer('MasterFileNotInFormat', array($FILE['name'], $CategoryRege…
360 $FILE['lang'] = preg_replace("/^_?(.*?)_?$/", "$1", $matches[1]);
363 if ( empty($FILE['lang']) ) {
371 $FILE['lang'] = $this->getConf('default_language');
372 array_unshift($orderedFiles, $FILE);
377 $orderedFiles[] = $FILE;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Output/
H A DDestination.php8 const FILE = 'F'; define in Mpdf\\Output\\Destination
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Fail/
H A Dfail.phpt3 --FILE--
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A Dphpt-for-coverage.phpt3 --FILE--
H A Dphpt-xfail.phpt3 --FILE--
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphpt-args.phpt5 --FILE--
H A Dphpt-stdin.phpt5 --FILE--
H A Dphpt-env.phpt5 --FILE--
H A Ddataprovider-issue-2833.phpt3 --FILE--
H A Dphpt-stderr.phpt3 --FILE--
H A Ddataprovider-issue-2859.phpt3 --FILE--
H A Dphar-extension-suppressed.phpt3 --FILE--
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2972/
H A Dissue-2972-test.phpt3 --FILE--
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
H A D001-load.phpt7 --FILE--
H A D003-open-basedir.phpt5 --FILE--
H A D002-final.phpt7 --FILE--
/plugin/eclipseupdateurl/
H A Dsyntax.php268 $FILE = $this->media_get_from_URL($FEATUREURL,'jar',$CACHE);
270 if ( $FILE === false ) {
274 return $this->_getFeatureXML($this->__fileExistsInJar($FILE, 'feature.xml', true));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2435.phpt3 --FILE--

12345678910>>...12