Home
last modified time | relevance | path

Searched defs:file (Results 326 – 350 of 440) sorted by path

1...<<1112131415161718

/plugin/owncloud/
H A Dscript.js57 start: function(file){ argument
/plugin/pageindex/
H A Dsyntax.php21 function search_list_index(&$data,$base,$file,$type,$lvl,$opts){
/plugin/pagemove/
H A Dadmin.php917 function _pm_search_backlinks(&$data, $base, $file, $type, $lvl, $opts) {
/plugin/pagetemplate/
H A Daction.php100 function _pt_search_backlinks(&$data,$base,$file,$type,$lvl,$opts){
/plugin/panorama/syntax/
H A Dpanorama2.php177 function createFileName4Picture($file)
/plugin/photogallery/
H A DpgFetch.php134 function checkLocalFileStatus($file, $width=0, $height=0) {
154 function media_photogallery_image($file, $ext, $w, $h, $opt){
/plugin/photogallery/phpThumb/demo/
H A Dindex.php18 while ($file = readdir($dh)) { variable
H A DphpThumb.demo.gallery.php63 while ($file = readdir($dh)) { variable
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php109 public $file = null; // >>>deprecated, DO NOT USE, will be removed in future versions<<< variable in phpthumb
4585 public function DebugMessage($message, $file='', $line='') {
4590 public function DebugTimingMessage($message, $file='', $line='', $timestamp=0) {
H A Dphpthumb.filters.php21 public function DebugMessage($message, $file='', $line='') {
H A Dphpthumb.functions.php649 …public static function URLreadFsock($host, $file, &$errstr, $successonly=true, $port=-1, $timeout=…
/plugin/processing/
H A Dscript.js8957 p.save = function save(file, img) { argument
9039 this.save = function(file){ argument
9203 p.loadImage = function loadImage(file, type, callback) { argument
/plugin/projects/lib/
H A Dcode_block.php99 protected function add_content($file, $content) {}
H A Dlayout.php15 protected $file = NULL; variable in ProjectFileLayout
24 public function __construct($project, $ID, $file) {
142 public function __construct($project, $ID, $file) {
189 public function __construct($project, $name, $file) {
H A Dmaker.php113 public function default_rule($file) {
302 private function make_target($file) {
H A Dplugins.php9 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 Dproject.php157 public function file($name) { function in Project
195 public function update_file($file) {
230 public function handle($file) {
H A Dproject_file.php13 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/projects/plugins/file/
H A Dlatex_dependency.php14 public function can_handle($project, $file) {
H A Dplot_dependency.php14 public function can_handle($project, $file) {
19 public function handle($project, $file) {
/plugin/projects/plugins/target/
H A Dgcc.php14 public function can_handle($project, $file) {
27 protected function dependency($project, $file) {
45 protected function recipe($project, $file) {
H A Dlink.php14 public function can_handle($project, $file) {
28 protected function recipe($project, $file) {
H A Dmedia.php15 public function can_handle($project, $file) {
22 protected function recipe($project, $file) {
H A Dpdflatex.php14 public function can_handle($project, $file) {
23 protected function dependency($project, $file) {
35 protected function recipe($project, $file) {
H A Dplot.php18 public function can_handle($project, $file) {
27 public function handle($project, $file) {
40 public function __construct($project, $file, $source) {

1...<<1112131415161718