Home
last modified time | relevance | path

Searched refs:file (Results 201 – 225 of 3491) sorted by relevance

12345678910>>...140

/plugin/gtime/gtlib/tsp/
H A DGTDataHash.php156 * @param string $file file to feed to this hash calculator
159 public function updateFile($file) { argument
165 if (empty($file)) {
169 if (!is_file($file)) {
173 if (!is_readable($file)) {
177 if (filesize($file) == 0) {
181 $result = hash_update_file($this->hashContext, $file);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DError.php21 * @param string $file
25 public function __construct($message, $code, $file, $line, Exception $previous = null) argument
29 $this->file = $file;
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DAutoloader.php46 if (is_file($file = __DIR__.'/../'.str_replace(['_', "\0"], ['/', ''], $class).'.php')) {
47 require $file;
48 …} elseif (is_file($file = __DIR__.'/../../src/'.str_replace(['Twig\\', '\\', "\0"], ['', '/', ''],…
49 require $file;
/plugin/txtconf/
H A Dtxtconfig.class.php49 if (isset($file['default'])) $this->_default_file = $file['default'];
50 if (isset($file['local'])) $this->_local_file = $file['local'];
51 if (isset($file['protected'])) $this->_protected_file = $file['protected'];
149 function _read_config($file) { argument
151 if (!$file) return array();
154 $file = eval('return '.$file.';');
158 $contents = @php_strip_whitespace($file);
180 $config = confToHash($file);
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php156 while (FALSE !== ($file = readdir($dp))) {
157 $filename = $dir . DIRECTORY_SEPARATOR . $file;
160 if ($filenamePattern && !preg_match("~$filenamePattern~", $file)) {
166 if (strpos($file, $aExclude) !== FALSE) {
190 if ($file != '.' && $file != '..' && is_dir($filename)) {
/plugin/combo/resources/library/bootstrap/
H A DREADME.md7 If you want to bring your own custom Css file, check the [custom Bootstrap article](https://combostrap.com/custom/bootrstap)
9 In a nutshell, if you already have your CSS file:
11 * Copy your CSS file into the sub version directory (`4.4.1`, `4.5.0`, ...)
13 * And adapt the file by changing or adding your values
18 * [bootstrap.json] is a metadata file with all official bootstrap information
19 * [bootstrapCustom.json] is a metadata file with the [ComboStrap](https://combostrap.com) 16 grid theme.
/plugin/projects/plugins/target/
H A Dmedia.php15 public function can_handle($project, $file) { argument
16 return file_exists(mediaFN($project->name() . ':' . $file->name()));
22 protected function recipe($project, $file) { argument
23 $name = $file->name();
/plugin/flexpaper/
H A Dsyntax.php63 list($file, $params) = explode('?',$match);
66 if(!preg_match('/.swf$|.pdf$/i', $file)) {
67 $data['error'] = 'File <b>"<i>' . $file . '</i>"</b> is <b>NOT SUPPORT!</b>';
72 if(!file_exists(mediaFN($file))) {
73 $data['error'] = 'File <b>"<i>' . $file . '</i>"</b> is <b>NOT EXIST!</b>';
83 if(preg_match('/.swf$/i', $file)) {
84 $data['swf'] = $file;
95 $swf = $file . '.swf';
99 …$command = '"' . DOKU_PLUGIN . 'flexpaper/SWFTools/pdf2swf" -f -T 9 "' . mediaFN($file) . '" -o "'…
/plugin/usersubscriptions/
H A Dsyntax.php95 $file = metaFN($id, '.mlist');
98 $file = metaFN(getNS($id), '.mlist');
100 $file = metaFN(getNS($id), '/.mlist');
103 if(@file_exists($file)) {
104 $status = io_deleteFromFile($file, $INFO['client']."\n") ? 'success' : 'failure';
115 $file = metaFN($id, '.mlist');
118 $file = metaFN($id, '/.mlist');
122 … $status = io_saveFile($file, $INFO['client']."\n", @file_exists($file)) ? 'success' : 'failure';
/plugin/ckgedit/ckeditor/skins/kama/
H A Dreadme.md14 - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenanc…
15 - **mainui.css**: the file contains styles of entire editor outline structures,
16 - **toolbar.css**: the file contains styles of the editor toolbar space (top),
17 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
18 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
20 - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
21 - **menu.css**: the file contains styles of all editor menus including context menu and button drop…
24 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
25 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…
/plugin/sentry/
H A Dhelper.php149 $file = $cachedir . $event->getID() . '.json';
150 io_makeFileDir($file);
151 file_put_contents($file, $event->getJSON());
164 $file = $cachedir . $id . '.json';
165 if (!file_exists($file)) return null;
166 $json = file_get_contents($file);
179 $file = $cachedir . $id . '.json';
181 @unlink($file);
/plugin/jukebox/
H A Dlist.php47 foreach($files as $file){
48 if(!preg_match('/\.(flv|mp3)$/',$file['id'])) continue;
50 $info = $id3->analyze(mediaFN($file['id']));
54 echo ' <location>'.ml($file['id']).'</location>'.NL;
65 echo ' <annotation>'.hsc(noNS($file['id'])).'</annotation>'.NL;
/plugin/fetchmedia/_test/
H A DfindMediaLinks.test.php61 …$text = 'Windows shares like [[\\\\server\\share\\file.pdf|this]] are recognized, too. Please note…
63 Windows Shares like [[\\\\server\\share\\file.pdf|this]] are recognized, too.';
64 … $actual_text = $plugin->replaceLinkInText($text, '\\\\server\\share\\file.pdf', 'wiki:file.pdf');
65 …$expected_text = 'Windows shares like {{wiki:file.pdf|this}} are recognized, too. Please note that…
67 Windows Shares like [[\\\\server\\share\\file.pdf|this]] are recognized, too.';
/plugin/confmanager/
H A Dhelper.php60 foreach ($files as $file) {
61 if (!is_writable($file)) {
69 * @param string $file filename path to file
72 public function saveFile($file, $content) { argument
73 $success = io_saveFile($file, $content);
76 } elseif (!is_writable($file)) {
/plugin/xcom/
H A Dremote.php169 foreach($matches[1] as $file) {
170 $result = explode('|', $file);
267 while (($file = readdir($dh)) !== false) {
268 if ($file == '.' || $file == '..') continue;
270 if (is_dir("$dir/$file")) {
271 $this->recurse("$dir/$file",$contents);
273 if (preg_match("/\.meta$/", $file)) {
284 function get_data($file,$id_path,&$contents) { argument
286 $data = file_get_contents($file);
287 $data_array = @unserialize(file_get_contents($file));
[all …]
/plugin/epub/scripts/
H A Dcss3.php94 foreach($files[$mediatype] as $file => $location){
95 if(preg_match('#' .$xcl . '#',$file)) continue;
96 $display = str_replace(fullpath(DOKU_INC), '', fullpath($file));
98 $css_content .= css_loadfile($file, $location);
235 $stylesheets[$mode][$incbase.$file] = $webbase;
253 $stylesheets[$mode][$incbase.$file] = $webbase;
333 while(false !== ($file = readdir($dh))){
356 function css_loadfile($file,$location=''){ argument
357 $css_file = new DokuCssFile($file);
372 public function __construct($file) { argument
[all …]
/plugin/ckgedit/scripts/
H A Dcss6.php85 foreach($files[$mediatype] as $file => $location) {
86 if(preg_match('#' .$xcl . '#',$file) ) {
89 $display = str_replace(fullpath(DOKU_INC), '', fullpath($file));
91 $css_ckg_content .= css_ckg_loadfile($file, $location);
242 $stylesheets[$mode][$incbase.$file] = $webbase;
260 $stylesheets[$mode][$incbase.$file] = $webbase;
340 while(false !== ($file = readdir($dh))){
363 function css_ckg_loadfile($file,$location=''){ argument
364 $css_ckg_file = new DokuCssFile($file);
379 public function __construct($file) { argument
[all …]
/plugin/nspages/fileHelper/
H A DfilePreparer.php16 * Array RegEx that a file should match to be displayed
22 * Array RegEx that a file shouldn't match to be displayed
51 function isFileWanted($file, $useTitle) { argument
52 $nameToFilterOn = $useTitle ? $file['title'] : noNS($file['id']);
72 abstract function prepareFile(&$file); argument
73 abstract function prepareFileTitle(&$file); argument
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php4 * This file is part of the Symfony package.
9 * file that was distributed with this source code.
38 protected static $defaultDescription = 'Lint a YAML file and outputs encountered errors';
61 ->addArgument('filename', InputArgument::IS_ARRAY, 'A file, a directory or "-" for reading from STDIN')
66 The <info>%command.name%</info> command lints a YAML file and outputs to STDOUT
73 You can also validate the syntax of a file:
117 throw new RuntimeException('Please provide a filename or pipe file content to STDIN.');
126 foreach ($this->getFiles($filename) as $file) {
127 if (!\in_array($file->getPathname(), $excludes, true)) {
128 $filesInfo[] = $this->validate(file_get_contents($file),
136 validate(string $content, int $flags, string $file = null) global() argument
[all...]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dwsgi.py56 file = StringIO()
57 cgitb.Hook(file = file).handle()
58 yield file.getvalue()
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php147 while (false !== ($file = readdir($dh)))
149 if ($file == "." || $file == "..") continue; // skip . and .. generic files
150 $ret["timestamp"][] = filemtime($dir.'/'.$file);
151 $ret["value"][] = $file;
165 while (false !== ($file = readdir($dh)))
167 if ($file == "." || $file == "..") continue; // skip . and .. generic files
168 $ret["timestamp"][] = filemtime($dir.'/'.$file);
169 $ret["value"][] = $file;
/plugin/advanced/lang/en/config/
H A Dmime.txt3file types you can upload via the media manager popup or the fullscreen media manager is configure…
15 File type icons can be added by placing an image file (PNG or GIF) named after the file extension i…
/plugin/countdown/
H A DChangeLog28 * lang/: Spanish language file <Luis Machuca Bezzaza>.
29 * lang/: Brazilian Portuguese language file <Adirson Maguila>.
30 * lang/: Czech language file <Roman Šilar>.
37 * lang/: French language file <unknown>.
42 * lang/: Estonian language file <unknown>.
47 * lang/: Polish language file <unknown>.
48 * lang/: Swedish language file corrected.
60 * lang/: Swedish language file <unknown>.
/plugin/indexmenu/
H A Dajax.php68 while (false !== ($file = readdir($handle))) {
70 is_dir(DOKU_PLUGIN . 'indexmenu/images/' . $file)
71 && $file != "."
72 && $file != ".."
73 && $file != "repository"
74 && $file != "tmp"
75 && $file != ".svn"
77 $data[] = $file;
/plugin/git/
H A Dhelper.php20 if(!preg_match("/.*\.txt$/", $file)) { // Ignore everything but TXT
25 $id = pathID($file);
30 'file' => $file);
190 $AUTH_ACL = file($config_cascade['acl']['default']);
282 foreach ($files as $file)
284 if ($file === "") continue;
288 $change = substr($file, 0, 2);
303 $file = trim(substr($file, 2));
325 function getPageFromFile($file) argument
328 if (strpos($file, 'pages/') === false) return $file;
[all …]

12345678910>>...140