Home
last modified time | relevance | path

Searched refs:file (Results 626 – 650 of 3491) sorted by relevance

1...<<21222324252627282930>>...140

/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js663 if (file != null)
2305 …if (file != null && file.constructor != EmbedFile && (file.constructor != LocalFile || file.mode !…
2493 file.setData(Editor.createSvgDataUri(file.getData()));
2497 doImportFile(file.getData(), mime, file.getTitle());
2732 if (file.constructor == LocalFile && file.fileHandle != null)
2921 file.share();
2934 if (file != null && (file.getMode() == App.MODE_GOOGLE ||
3830 if (file != null && file.constructor == DriveFile)
3860 if (file != null && file.constructor == DriveFile)
3867 file != null && (file.constructor != LocalFile ||
[all …]
H A DEditorUi.js1076 if (file == null || file.getMode() == App.MODE_DEVICE || file.getMode() == App.MODE_BROWSER)
1648 file = (file != null) ? file : this.getCurrentFile();
2685 file.patch([file.backupPatch]);
2738 this.addRecent({id: file.getHash(), title: file.getTitle(), mode: file.getMode()});
3261 this.showLibraryDialog(file.getTitle(), contentDiv, images, file, file.getMode());
3303 this.saveLibrary(file.getTitle(), images, file, file.getMode(),
13723 (file == null || file.isRestricted());
13744 (file != null && file.isEditable());
13816 return (file != null && file.isEditable()) ||
14803 return file != null? file.canComment() : true;
[all …]
H A DTrelloClient.js270 TrelloClient.prototype.saveFile = function(file, success, error) argument
274 var ids = file.meta.compoundId.split(this.SEPARATOR);
278 this.writeFile(file.meta.name, data, ids[0], function(meta)
300 if (this.ui.useCanvasForExport && /(\.png)$/i.test(file.meta.name))
305 }), error, (this.ui.getCurrentFile() != file) ? file.getData() : null);
309 fn(file.getData());
528 (mxUtils.bind(this, function(file) argument
530 div.appendChild(createLink(file.name, mxUtils.bind(this, function()
533 fn(cardId + this.SEPARATOR + file.id);
534 }), file.previews != null? file.previews[0] : null));
/plugin/divalign2/
H A DChangeLog37 * action.php: Added file with conditional stack-view fix.
39 * print.css: Added file for print-view stylesheet.
42 * ChangeLog: file added.
55 * print.css: Added file with CSS for print view.
64 * script.js: Added file with initial toolbar support (via picker).
69 * syntax/justify.php: Added file with justified syntax mode.
/plugin/code/
H A Dfile.php52 // must return a number lower than returned by native 'file' mode (210)
59 $this->Lexer->addEntryPattern('<file(?=[^\r\n]*?>.*?</file>)',$mode,'plugin_code_file');
/plugin/code3/syntax/
H A Dfile.php53 // must return a number lower than returned by native 'file' mode (210)
61 $this->Lexer->addEntryPattern('<file(?=[^\r\n]*?>.*?</file>)',$mode,'plugin_code_file');
/plugin/translate/
H A Daction.php144 $file = wikiFN($id);
145 if (!@file_exists($file)) {
149 $origtext = io_readWikiPage($file,$id);
260 $file = wikiFN($id);
261 $created = @filectime($file);
372 $file = wikiFN($target_id);
373 $created = @filectime($file);
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js168 var folder,file;
185 file = ar[1];
189 if(file) {
190 id = folder + file;
/plugin/autolink3/
H A Dadmin.php70 $page_tree .= "<option value='".$file."'>".$file."</option>";
75 $data_tree .= "<option value='".$file."'>".$file."</option>";
122 $page_tree .= "<option value='".$file."'>".$file."</option>";
127 $data_tree .= "<option value='".$file."'>".$file."</option>";
/plugin/pagetemplate/
H A Daction.php100 function _pt_search_backlinks(&$data,$base,$file,$type,$lvl,$opts){ argument
104 if(!preg_match('#\.txt$#',$file)) return true;;
110 $cid = pathID($file);
119 $instructions = _pt_get_instructions(io_readfile($base.$file));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookTest.php76 $file = fopen('php://memory','r+');
77 fwrite($file,'foo');
78 rewind($file);
79 $this->ab->createFile('card2',$file);
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js168 var folder,file;
185 file = ar[1];
189 if(file) {
190 id = folder + file;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DWindows.php36 public function getCommand(array $settings, $file = null) argument
38 return '"' . parent::getCommand($settings, $file) . '"';
/plugin/avatar/
H A Dmonsterid.php35 $file = dirname(__FILE__).'/parts/'.$part.'_'.$num.'.png';
37 $im = @imagecreatefrompng($file);
38 if(!$im) die('Failed to load '.$file);
/plugin/acronymedit/
H A Dadmin.php26 $file = DOKU_PLUGIN.'/'.$parts[2].'/plugin.info.txt';
28 if(!@file_exists($file)) {
32 $info= confToHash($file);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DDirectoryResource.php119 $file = $this->current();
120 $name = $file->getBasename();
122 if ($file->isDir()) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dimage.class.php94 $file = fopen($filename, 'wb');
95 fwrite($file, $data->content);
96 fclose($file);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DDirectory.php23 * @param string $file
25 public function render(DirectoryNode $node, $file) argument
48 $template->renderTo($file);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DWildfireFormatter.php62 $file = $line = '';
64 $file = $record['extra']['file'];
101 'File' => $file,
/plugin/odt/renderer/
H A Dpagepdf.php85 $file = $temp_dir.'/convert.odt';
91 $command = str_replace('%sourcefile%', $file, $command);
94 io_saveFile($file, $this->doc);
/plugin/randomtables/action/
H A Dajax.php103 $file = $base_dir . str_replace('\\', '/', $relative_class) . '.php';
105 // if the file exists, require it
106 if (file_exists($file)) {
107 require $file;
/plugin/nspages/fileHelper/
H A DnamespacePreparer.php18 function isFileWanted($file, $useTitle){
19 return $file['type'] == 'd' && parent::isFileWanted($file, $useTitle);
15 isFileWanted($file, $useTitle) global() argument
/plugin/editx/
H A Daction.php138 while(($file = readdir($dh)) !== false){
139 if ($file{0}=='.') continue;
140 $oldfile = $oldpath.$file;
141 if (is_file($oldfile) && preg_match($regex,$file)){
144 $newfilebase = str_replace($opts['oldname'], $opts['newname'], $file);
186 $file = wikiFN($id);
187 $old = @filemtime($file); // from page
188 if (file_exists($file)) unlink($file);
/plugin/pgn4web/pgn4web/
H A DREADME.txt4 # see README file and http://pgn4web.casaschi.net
39 (or hidden) at pleasure in your html file
92 Or the PGN file can be pasted in the body of the HTML file
162 See template.html file for an example.
183 font/pgn4web-font-LiberationSans.css file into your HTML file:
188 or into your CSS file:
195 font. For example in your CSS file:
244 in the HTML file, pgn4web will periodically refresh the PGN file, showing the
298 - pgnData = PGN file to load (default live.pgn)
498 (file chess-informant-sample.pgn).
[all …]
/plugin/projects/syntax/
H A Drecipe.php28 protected function add_content($file, $content) { argument
29 $file->add_recipe($content);

1...<<21222324252627282930>>...140