Home
last modified time | relevance | path

Searched refs:FILE (Results 276 – 297 of 297) sorted by path

1...<<1112

/plugin/jukebox/skins/slimoriginal/extras/
H A Dreadme.txt2 NEED FLA FILE TO INSTALL 3 IMAGE BUTTONS
/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/pgn4web/pgn4web/
H A DREADME.txt21 *** THIS README FILE IS A SUMMARY OF THE PGN4WEB DOCUMENTATION
/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/photogallery/phpThumb/
H A DphpThumb.config.php.default9 // NOTE: THIS FILE HAS NO EFFECT IN OBJECT MODE! //
10 // THIS CONFIG FILE ONLY APPLIES TO phpThumb.php //
/plugin/pwaoffline/
H A Dyarn.lock1 # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
H A D001-load.phpt7 --FILE--
H A D002-final.phpt7 --FILE--
H A D003-open-basedir.phpt5 --FILE--
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock1 # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock1 # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
/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/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);
H A Dfunctions.php305 public function getSpecialExportFileName($FILE, $PATTERN = null) { argument
307 if (empty($FILE))
309 $FILE = $this->settings->origZipFile;
324 $FA = explode('.', $FILE);
331 $this->debug->message("Export Filename for '$FILE' will be: '$fileName'", null, 2);
/plugin/structsection/
H A Dyarn.lock1 # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1FILE _finddata_t _finddatai64_t _wfinddata_t _wfinddatai64_t __finddata64_t ' +\n '__wfinddata6…
/plugin/tablelayout/
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/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm210 if( not compareNoCase( qDir.type[i], "FILE" ))
239 } else if( not compareNoCase( qDir.type[i], "FILE" ) ) {
H A Dcf_commands.cfm142 if( compareNoCase( qDir.type[i], "FILE" ) and not listFind( ".,..", qDir.name[i] ) )
171 else if( not compareNoCase( qDir.type[i], "FILE" ) )
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs13951 6: "FILE.DELETE",
14079 144: "FILE.CLOSE",
14208 328: "VBA.INSERT.FILE",
14304 475: "FIND.FILE",

1...<<1112