/plugin/combo/resources/library/bootstrap/ |
H A D | bootstrapStylesheet.json | 5 "file": "bootstrap.min.css", string 10 "file": "bootstrap.rtl.min.css", string 16 "file": "bootstrap.cerulean.min.css", string 21 "file": "bootstrap.cosmo.min.css", string 26 "file": "bootstrap.cyborg.min.css", string 31 "file": "bootstrap.darkly.min.css", string 36 "file": "bootstrap.flatly.min.css", string 41 "file": "bootstrap.journal.min.css", string 46 "file": "bootstrap.litera.min.css", string 51 "file" string 56 "file": "bootstrap.lux.min.css", global() string 61 "file": "bootstrap.materia.min.css", global() string 66 "file": "bootstrap.minty.min.css", global() string 71 "file": "bootstrap.morph.min.css", global() string 76 "file": "bootstrap.pulse.min.css", global() string 81 "file": "bootstrap.quartz.min.css", global() string 86 "file": "bootstrap.sandstone.min.css", global() string 91 "file": "bootstrap.simplex.min.css", global() string 96 "file": "bootstrap.sketchy.min.css", global() string 101 "file": "bootstrap.slate.min.css", global() string 106 "file": "bootstrap.solar.min.css", global() string 111 "file": "bootstrap.spacelab.min.css", global() string 116 "file": "bootstrap.superhero.min.css", global() string 121 "file": "bootstrap.united.min.css", global() string 126 "file": "bootstrap.vapor.min.css", global() string 131 "file": "bootstrap.yeti.min.css", global() string 136 "file": "bootstrap.zephyr.min.css", global() string 143 "file": "bootstrap.min.css", global() string 148 "file": "bootstrap.16col.min.css", global() string 152 "file": "bootstrap.cerulean.min.css", global() string 157 "file": "bootstrap.cosmo.min.css", global() string 162 "file": "bootstrap.cyborg.min.css", global() string 167 "file": "bootstrap.darkly.min.css", global() string 172 "file": "bootstrap.flatly.min.css", global() string 177 "file": "bootstrap.journal.min.css", global() string 182 "file": "bootstrap.litera.min.css", global() string 187 "file": "bootstrap.lumen.min.css", global() string 192 "file": "bootstrap.lux.min.css", global() string 197 "file": "bootstrap.materia.min.css", global() string 202 "file": "bootstrap.minty.min.css", global() string 207 "file": "bootstrap.pulse.min.css", global() string 212 "file": "bootstrap.sandstone.min.css", global() string 217 "file": "bootstrap.simplex.min.css", global() string 222 "file": "bootstrap.sketchy.min.css", global() string 227 "file": "bootstrap.slate.min.css", global() string 232 "file": "bootstrap.solar.min.css", global() string 237 "file": "bootstrap.spacelab.min.css", global() string 242 "file": "bootstrap.superhero.min.css", global() string 247 "file": "bootstrap.united.min.css", global() string 252 "file": "bootstrap.yeti.min.css", global() string 259 "file": "bootstrap.min.css", global() string 264 "file": "bootstrap.16col.min.css", global() string [all...] |
H A D | bootstrapJavascript.json | 4 "file": "popper.min.js", string 9 "file": "bootstrap.min.js", string 16 "file": "jquery-3.5.1.min.js", string 21 "file": "popper.min.js", string 26 "file": "bootstrap.min.js", string 33 "file": "jquery-3.4.1.min.js", string 38 "file": "popper.min.js", string 43 "file": "bootstrap.min.js", string
|
/plugin/dev/ |
H A D | LangProcessor.php | 32 public function processLangFile($file) argument 60 public function processSettingsFile($file) argument 79 removeLangKey($file, $key, $sub = '') global() argument 158 metaExtract($file) global() argument 183 jsExtract($file) global() argument 205 phpExtract($file) global() argument 218 extract($file, $regex) global() argument [all...] |
/plugin/fckg/action/entities/ |
H A D | ents_seri.php | 9 $file = ""; variable 13 if ($f && file_exists($f)) $file = $f; variable 16 $file = 'add.ent'; variable 32 function serialize_ents($file) {
|
/plugin/ckgdoku/action/entities/ |
H A D | ents_seri.php | 9 $file = ""; variable 13 if ($f && file_exists($f)) $file = $f; variable 16 $file = 'add.ent'; variable 32 function serialize_ents($file) {
|
/plugin/ckgedit/action/entities/ |
H A D | ents_seri.php | 9 $file = ""; variable 13 if ($f && file_exists($f)) $file = $f; variable 16 $file = 'add.ent'; variable 32 function serialize_ents($file) {
|
/plugin/projects/lib/ |
H A D | plugins.php | 9 public function can_handle($project, $file) { return false; } 10 protected function recipe($project, $file) { return NULL; } 11 protected function dependency($project, $file) { return $file->dependency(); } 16 public function handle($project, $file) { 30 public function can_handle($project, $file) { return false; } 31 public function handle($project, $file) { return $file; } 61 public function handlers($project, $file) {
|
H A D | project_file.php | 13 public function __construct($file) { 34 public function copy($project_path, $file) { 40 public function equal($project_path, $file) { 45 public static function create($project, $file) { 97 public function __construct($project, $file) { 105 public function equal($project_path, $file) { 115 public function copy($project_path, $file) { 127 public function __construct($project, $file) { 132 public function equal($project_path, $file) { 140 public function copy($project_path, $file) { [all …]
|
/plugin/farmer/3rdparty/ |
H A D | PHPIco.php | 32 __construct($file = false, $sizes = array()) global() argument 68 add_image($file, $sizes = array()) global() argument 107 save_ico($file) global() argument 232 _load_image_file($file) global() argument [all...] |
/plugin/cleanup/ |
H A D | helper.php | 93 public function delete($file, $type) { 140 public function cb_check_cache(&$data, $base, $file, $type, $lvl, $opts) { 159 public function cb_check_attic(&$data, $base, $file, $type, $lvl, $opts) { 181 public function cb_check_mediaattic(&$data, $base, $file, $type, $lvl, $opts) { 206 public function cb_check_meta(&$data, $base, $file, $type, $lvl, $opts) { 229 public function cb_check_mediameta(&$data, $base, $file, $type, $lvl, $opts) { 252 public function cb_check_locks(&$data, $base, $file, $type, $lvl, $opts) {
|
/plugin/projects/plugins/target/ |
H A D | pdflatex.php | 14 public function can_handle($project, $file) { 23 protected function dependency($project, $file) { 35 protected function recipe($project, $file) {
|
H A D | gcc.php | 14 public function can_handle($project, $file) { 27 protected function dependency($project, $file) { 45 protected function recipe($project, $file) {
|
H A D | plot.php | 18 public function can_handle($project, $file) { 27 public function handle($project, $file) { 40 public function __construct($project, $file, $source) {
|
H A D | media.php | 15 public function can_handle($project, $file) { 22 protected function recipe($project, $file) {
|
H A D | link.php | 14 public function can_handle($project, $file) { 28 protected function recipe($project, $file) {
|
/plugin/upgrade/vendor/splitbrain/php-archive/src/ |
H A D | Tar.php | 19 protected $file = ''; variable in splitbrain\\PHPArchive\\Tar 53 public function open($file) argument 233 create($file = '') global() argument 270 addFile($file, $fileinfo = '') global() argument 422 save($file) global() argument 692 filetype($file) global() argument [all...] |
H A D | Archive.php | 31 abstract public function open($file); argument 78 create($file = '') global() argument 87 addFile($file, $fileinfo = '') global() argument 121 save($file) global() argument [all...] |
/plugin/dropfiles/src/ |
H A D | upload.js | 209 function(file) {file.namespace = namespace; return file;} argument 220 filenames: filelist.map(function (file) { argument 225 var filesWithoutErrors = filelist.filter(function (file) { argument 228 filesThatExist = filelist.filter(function (file) { argument 231 var filesWithOtherErrors = filelist.filter(function (file) { argument 241 filesWithOtherErrors.map(function (file) { argument 314 filelist.forEach(function (file) { argument
|
/plugin/elwikiupgrade/ |
H A D | VerboseTarLib.class.php | 19 protected $file = ''; variable in VerboseTar 33 public function open($file, $comptype = self::COMPRESS_AUTO) { 212 public function create($file = '', $comptype = self::COMPRESS_AUTO, $complevel = 9) { 245 public function addFile($file, $name = '') { 371 public function save($file, $comptype = self::COMPRESS_AUTO, $complevel = 9) { 582 public function filetype($file) {
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/ |
H A D | ExampleFinder.php | 136 private function getExamplePathFromExampleDirectory($file) 149 private function constructExamplePath($directory, $file) 161 private function getExamplePathFromSource($file)
|
/plugin/godiag/ |
H A D | fetch.php | 18 $file = getCacheName($_GET['f'],'.godiag.png'); variable 21 $file = getCacheName($_GET['f'],'.godiag.sgf'); variable
|
/plugin/fortune/ |
H A D | syntax.php | 143 function getNumberOfQuotes($file) { 155 function getExactQuote($file, $index) { 184 function getRandomQuote($file) { 228 function createIndexFile($file) {
|
/plugin/simpleforward/ |
H A D | action.php | 81 private function send_file($file) { 100 private function forward_request($file) {
|
/plugin/dw2pdf/ |
H A D | DokuImageProcessorDecorator.php | 24 [$file, $orig_srcpath] = self::adjustGetImageLinks($file, $orig_srcpath); argument 17 getImage(& $file, $firsttime = true, $allowvector = true, $orig_srcpath = false, $interpolation = false) global() argument [all...] |
/plugin/nspages/fileHelper/ |
H A D | filePreparer.php | 51 function isFileWanted($file, $useTitle) { argument 72 abstract function prepareFile(&$file); argument 73 abstract function prepareFileTitle(&$file); argument
|