/plugin/combo/resources/library/bootstrap/ |
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": "bootstrap.lumen.min.css", string [all …]
|
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/asciidocjs/node_modules/resolve/test/ |
D | mock_sync.js | 17 isFile: function (file) { argument 23 readFileSync: function (file) { argument 26 realpathSync: function (file) { argument 67 isFile: function (file) { argument 73 readFileSync: function (file) { argument 76 realpathSync: function (file) { argument 103 isFile: function (file) { argument 109 readFileSync: function (file) { argument 112 realpathSync: function (file) { argument 159 isFile: function (file) { argument [all …]
|
D | mock.js | 17 isFile: function (file, cb) { argument 23 readFile: function (file, cb) { argument 26 realpath: function (file, cb) { argument 67 isFile: function (file, cb) { argument 74 readFile: function (file, cb) { argument 77 realpath: function (file, cb) { argument 122 isFile: function (file, cb) { argument 128 readFile: function (file, cb) { argument 131 realpath: function (file, cb) { argument 160 isFile: function (file, cb) { argument [all …]
|
/plugin/dev/ |
D | LangProcessor.php | 32 public function processLangFile($file) 60 public function processSettingsFile($file) 79 protected function removeLangKey($file, $key, $sub = '') 158 public function metaExtract($file) 183 public function jsExtract($file) 205 public function phpExtract($file) 218 private function extract($file, $regex)
|
/plugin/projects/lib/ |
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) {
|
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/ckgedit/action/entities/ |
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/fckg/action/entities/ |
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/ |
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/farmer/3rdparty/ |
D | PHPIco.php | 34 public function __construct($file = false, $sizes = []) 78 public function addImage($file, $sizes = []) 133 public function saveIco($file) 271 protected function loadImageFile($file)
|
/plugin/cleanup/ |
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/ |
D | gcc.php | 14 public function can_handle($project, $file) { 27 protected function dependency($project, $file) { 45 protected function recipe($project, $file) {
|
D | pdflatex.php | 14 public function can_handle($project, $file) { 23 protected function dependency($project, $file) { 35 protected function recipe($project, $file) {
|
D | plot.php | 18 public function can_handle($project, $file) { 27 public function handle($project, $file) { 40 public function __construct($project, $file, $source) {
|
D | media.php | 15 public function can_handle($project, $file) { 22 protected function recipe($project, $file) {
|
D | link.php | 14 public function can_handle($project, $file) { 28 protected function recipe($project, $file) {
|
/plugin/upgrade/vendor/splitbrain/php-archive/src/ |
D | Tar.php | 19 protected $file = ''; variable in splitbrain\\PHPArchive\\Tar 53 public function open($file) 233 public function create($file = '') 270 public function addFile($file, $fileinfo = '') 422 public function save($file) 692 public function filetype($file)
|
D | Archive.php | 31 abstract public function open($file); 78 abstract public function create($file = ''); 87 abstract public function addFile($file, $fileinfo = ''); 121 abstract public function save($file);
|
/plugin/elwikiupgrade/ |
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/ |
D | ExampleFinder.php | 136 private function getExamplePathFromExampleDirectory($file) 149 private function constructExamplePath($directory, $file) 161 private function getExamplePathFromSource($file)
|
/plugin/godiag/ |
D | fetch.php | 18 $file = getCacheName($_GET['f'],'.godiag.png'); variable 21 $file = getCacheName($_GET['f'],'.godiag.sgf'); variable
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
D | StringHashParser.php | 41 public function parseFile($file) 60 public function parseMultiFile($file)
|
/plugin/fortune/ |
D | syntax.php | 143 function getNumberOfQuotes($file) { 155 function getExactQuote($file, $index) { 184 function getRandomQuote($file) { 228 function createIndexFile($file) {
|
/plugin/simpleforward/ |
D | action.php | 81 private function send_file($file) { 100 private function forward_request($file) {
|