Home
last modified time | relevance | path

Searched refs:file (Results 251 – 275 of 3491) sorted by relevance

1...<<11121314151617181920>>...140

/plugin/epub/scripts/
H A Dcss2.php47 foreach($ini['stylesheets'] as $file => $mode){
48 $tplstyles[$mode][$tplinc.$file] = $tpldir;
78 foreach($files as $file => $location){
79 $css .= css_loadfile($file, $location);
118 function css_loadfile($file,$location=''){ argument
119 if(!@file_exists($file)) return '';
120 $css = io_readFile($file);
/plugin/fedauth/classes/adm/
H A Dfa_restore.adm.class.php58 foreach ($files as $file) {
59 if (is_dir($file)) {
60 self::deleteDir($file);
62 unlink($file);
/plugin/davcal/vendor/composer/
H A Dautoload_real.php44 foreach ($includeFiles as $file) {
45 composerRequire7df59b6fa71abb7d4911c774d84f9703($file);
52 function composerRequire7df59b6fa71abb7d4911c774d84f9703($file) argument
54 require $file;
/plugin/combo/resources/theme/default/components/css/
H A Ddo-media.css2 * This file provides the styles for the fullscreen media manager
15 #mediamanager__page .file ul.tabs {
26 #mediamanager__page .file ul.tabs li strong,
27 #mediamanager__page .file ul.tabs li a {
40 #mediamanager__page .file ul.tabs li a,
96 #mediamanager__page .file {
132 #mediamanager__page .file .panelHeader,
133 #mediamanager__page .file .panelContent {
137 [dir=rtl] #mediamanager__page .file .panelHeader,
138 [dir=rtl] #mediamanager__page .file
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DOSPolicyResourceFileResource.php58 public function setFile(OSPolicyResourceFile $file) argument
60 $this->file = $file;
67 return $this->file;
H A DOSPolicyResourceExecResourceExec.php59 public function setFile(OSPolicyResourceFile $file) argument
61 $this->file = $file;
68 return $this->file;
/plugin/changes/
H A Daction.php58 foreach ($depends as $file) {
59 if (!in_array($file, $cache->depends['files']) && @file_exists($file)) {
60 $cache->depends['files'][] = $file;
/plugin/dw2pdf/vendor/composer/
H A Dautoload_real.php37 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
41 require $file;
44 foreach ($filesToLoad as $fileIdentifier => $file) {
45 $requireFile($fileIdentifier, $file);
/plugin/diagramsnet/lib/plugins/
H A Dtrello.js21 var file = editorUi.getCurrentFile();
23 if (file == null || !file.isModified())
59 template, function(file) argument
61 doCreateFile(file.getData());
/plugin/fckg/action/entities/
H A DENTITIES.HOWTO3 You create an Entity definition file with the format illustrated below, and then run the php
6 Name your definitions file add.ent
11 Alternatively, you can give your entity definition file any name you want and feed
12 the file name to the script at the command line:
15 This creates a new entities file called ent.ser, which must then be copied to
22 The definition file has the following format:
/plugin/menupopup/
H A Dsyntax.php218 $file = wikiFN($this->page);
219 …return p_render('xhtml', p_cached_instructions($file), $info).$this->incl_editButton($this->page, …
222 function incl_editButton($id, $file, $perm){ argument
225 if (@file_exists($file)){
226 …if (($perm >= AUTH_EDIT) && (is_writable($file))) $ret = '<div class="secedit">'.html_btn('edit', …
/plugin/ckgdoku/action/entities/
H A DENTITIES.HOWTO3 You create an Entity definition file with the format illustrated below, and then run the php
6 Name your definitions file add.ent
11 Alternatively, you can give your entity definition file any name you want and feed
12 the file name to the script at the command line:
15 This creates a new entities file called ent.ser, which must then be copied to
22 The definition file has the following format:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGlobalState.php62 $file = $files[$i];
64 if ($prefix !== false && strpos($file, $prefix) === 0) {
69 if (preg_match('/^(vfs|phpvfs[a-z0-9]+):/', $file)) {
73 if (!$blacklist->isBlacklisted($file) && is_file($file)) {
74 $result = 'require_once \'' . $file . "';\n" . $result;
/plugin/newpagetemplate/lang/en/
H A Dhowto.txt1 This admin app is a GUI for the command line plugin that is described in the [[doku>plugin:newpagetemplate:cmdline|]] documentation. It has four options, corresponding to the main command line options.: ''Ini file'', ''Template'', ''Page id'', and ''User replacements''. These options enable you to process a single page using the selected page and template or one or more pages using one or more templates using an initialization file.
3 If you choose both ''ini file'' and ''Page id'', ''Page id'' will take precedence. If you choose ''Page id'', you must choose a template. The ''User replacements'' are the ''newpagevars'' that are explained in the [[doku>plugin:newpagetemplate#usage|newpagetemplate]] documentation. If you choose an initialization file, you can use the ''User replacements'' option to add replacements to those in the initialization file.
6 ''Ini file'' and ''Templates'' are drop-down menus. The initialization files must be in the root ''newpagetemplate'' plugin directory and have the ''.ini'' extension. The templates must be in the directory specified by the ''default_tplns'' configuration option.
/plugin/ckgedit/action/entities/
H A DENTITIES.HOWTO3 You create an Entity definition file with the format illustrated below, and then run the php
6 Name your definitions file add.ent
11 Alternatively, you can give your entity definition file any name you want and feed
12 the file name to the script at the command line:
15 This creates a new entities file called ent.ser, which must then be copied to
22 The definition file has the following format:
/plugin/news/
H A Dhelper.php70 function getMetaFN($file,$ext) { argument
72 $file = $ns . $file;
73 return metaFN($file, $ext);
166 function _readFile($file, $ser=false) { argument
167 $ret = io_readFile($file,$ser);
176 function _writeFile($file,$data,$ser) { argument
180 io_saveFile($file,$data);
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php104 $file = $params['file']['value'];
106 return self::processFileUpload($file, $mimeType);
150 public static function processFileUpload($file, $mime) { argument
151 if (!$file) return array();
152 if (substr($file, 0, 1) != '@') {
153 $file = '@' . $file;
157 $params = array('postBody' => array('file' => $file));
/plugin/xslfo/
H A Daction.php157 $file = wikiFN($ID, $REV);
158 $instructions = p_get_instructions(io_readWikiPage($file, $ID, $REV));
229 * @param string $file Full filesystem path to the cached PDF
232 public function sendFile($file, $title) { argument
238 http_conditionalRequest(filemtime($file));
249 if (http_sendfile($file)) {
254 $fp = @fopen($file, "rb");
256 http_rangeRequest($fp, filesize($file), 'application/pdf');
/plugin/projects/
H A Dchangelog4 * Fixed the link on the target file page to download/display the content of the target file.
5 * The default rule for linking to a media file was broken in the previous version. Now fixed.
8 …les are uploaded to the media folder, so they can be retreated as a media file. File information a…
21 * A fix for broken media file links to generated files as caused by 2011-11-10 (Angua RC).
27 …* Feature: now it is possible to specify which syntax to use for highlighting a source file, or a …
28 … management page, the remake and delete buttons acted on the current page, not the file next to it.
31 …* Fixed a bug that caused fatal error when a page does not have a project-file tag but uses other …
33 …* More fix to metadata handling. This should solve the problem that the file and wiki page are out…
39 * Fixed a bug that prevent the display of file with missing dependencies.
48 * The project file pages are not cached. This fixes any caching issue it could have been there.
[all …]
/plugin/projects/plugins/target/
H A Dplot.php18 public function can_handle($project, $file) { argument
19 if (!has_extension($file->name(), '.png')) return false;
20 $plot = $this->replace_extension($file->name(), '.png', '.plot');
21 return $project->file($plot) != NULL;
27 public function handle($project, $file) { argument
28 $plot = $this->replace_extension($file->name(), '.png', '.plot');
32 $target = new PlotTarget($project, $file, $source);
40 public function __construct($project, $file, $source) { argument
41 $deps = $file->dependency();
44 $this->name = $file->name();
[all …]
/plugin/pagemove/
H A Dadmin.php407 foreach($files as $file) {
408 if( $file == '.' || $file == '..' ) continue;
413 if( preg_match('#\.txt$#', $file) ) {
851 if(is_file($old_path.$file) and preg_match($regex,$file)) {
853 … io_rename($old_path.$file,$new_path.str_replace($opts['name'], $opts['newname'], $file));
883 while(($file = readdir($dh)) !== false) {
887 $dirs[] = $dir.'/'.$file;
890 $files[] = $dir.'/'.$file;
903 foreach($files as $file) {
923 $text = io_readfile($base.'/'.$file);
[all …]
/plugin/quickstats/GEOIP/vendor/
H A Dcheck_dir.php11 while (($file = readdir($fh)) !== false) {
13 if (strcmp($file, '.')==0 || strcmp($file, '..')==0) continue;
14 $filepath = $start_dir . '/' . $file;
/plugin/geogebra/syntax/
H A Dgeogebrafile.php138 $file = $data['name'];
139 $hasfile = $file != null && $file != '';
141 $file = $conf['savedir'].'/media/'.str_replace(":", "/", $file);
186 $txt .= '<param name="filename" value="'.$file.'"/>';
234 $txt .= ' <a href="'.$file.'">Download</a> &mdash;';
/plugin/newpagetemplate/
H A Dadmin.php142 foreach ($files as $file) {
143 if (preg_match("/\.ini$/", $file)) {
144 $opt_str .= "<option value = '$file'>$file</option>";
154 foreach ($files as $file) {
155 if (preg_match("/\.txt$/", $file)) {
156 list($id,$ext) = explode('.',$file);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php93 * Helper function for loading a Handlebars file by name.
97 * @throws \InvalidArgumentException if a template file is not found.
112 * Helper function for getting a Handlebars template file name.
116 * @return string Template file name
123 $file = array_pop($fileParts);
125 if (substr($file, strlen($this->_prefix)) !== $this->_prefix) {
126 $file = $this->_prefix . $file;
129 $fileParts[] = $file;

1...<<11121314151617181920>>...140