Home
last modified time | relevance | path

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

12345678910>>...14

/plugin/photogallery/
DpgFetch.php44 list($STATUS, $STATUSMESSAGE) = checkFileStatus($MEDIA, $FILE, $REV, $WIDTH, $HEIGHT);
49 'file' => $FILE,
50 'orig' => $FILE,
87 $data['file'] = $FILE = media_photogallery_image($data['file'],$EXT,$WIDTH,$HEIGHT,$opt); variable
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
[all …]
/plugin/siteexport/_test/phantomjs/
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/
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/
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/
Dtest7.latex12 %RECURSIVELY INSERTED FILE START
19 %RECURSIVELY INSERTED FILE START
39 %RECURSIVELY INSERTED FILE END
41 %RECURSIVELY INSERTED FILE END
/plugin/menuext/
DMenuExtItem.php102 '@FILE@',
103 '@!FILE@',
104 '@!FILE!@',
/plugin/asciidocjs/node_modules/ejs/
Dusage.txt5 -o, --output-file FILE Write the rendered output to FILE rather than stdout.
6 …-f, --data-file FILE Must be JSON-formatted. Use parsed input from FILE as data f…
/plugin/pwaoffline/
Dyarn.lock1 # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
/plugin/asciidocjs/node_modules/jake/
Dusage.txt8 -f, --jakefile FILE Use FILE as the Jakefile.
/plugin/translator/
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/
DDestination.php8 const FILE = 'F'; define in Mpdf\\Output\\Destination
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Fail/
Dfail.phpt3 --FILE--
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
Dphpt-for-coverage.phpt3 --FILE--
Dphpt-xfail.phpt3 --FILE--
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dphpt-args.phpt5 --FILE--
Dphpt-stdin.phpt5 --FILE--
Dphpt-env.phpt5 --FILE--
Ddataprovider-issue-2833.phpt3 --FILE--
Dphpt-stderr.phpt3 --FILE--
/plugin/asciidocjs/node_modules/glob/
Dsync.js417 // Returns either 'DIR', 'FILE', or false
435 if (needDir && c === 'FILE')
470 c = stat.isDirectory() ? 'DIR' : 'FILE'
474 if (needDir && c === 'FILE')
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2972/
Dissue-2972-test.phpt3 --FILE--
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
D001-load.phpt7 --FILE--
D003-open-basedir.phpt5 --FILE--
D002-final.phpt7 --FILE--
/plugin/eclipseupdateurl/
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));

12345678910>>...14