Home
last modified time | relevance | path

Searched refs:delete (Results 1376 – 1400 of 1419) sorted by last modified time

1...<<51525354555657

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRecordingControlsFrame.java262 if (!tmpFile.delete()) { in uploadMovie()
H A DScreenRecorder.java145 if (!imagesFile.delete()) { in ScreenRecorder()
H A DSwfEncoder.java137 if (!fragment.getAudio().delete()) { in encode()
331 if (!audio.delete()) { in encode()
/plugin/tindexmenu/
H A Dadmin.php114 if ($this->req=='delete' && $_REQUEST['name']) $this->_delete($_REQUEST['name']);
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php1000 function delete() function in PclZip
1069 $p_list = $this->delete(PCLZIP_OPT_BY_INDEX, $p_index);
/plugin/projects/lib/
H A Dmaker.php218 $file->delete($this->project->path());
H A Dproject.php149 public function delete() { function in Project
182 $this->files[$name]->delete($this->project_path);
253 if ($file->is_target()) $file->delete($this->path());
H A Dproject_file.php26 public function delete($project_path) { function in ProjectFile
145 public function delete($project_path, $delete_log = false) { function in ProjectGenerated
146 parent::delete($project_path);
/plugin/projects/action/
H A Dnamespace.php50 if ($project != NULL) $project->delete();
/plugin/projects/
H A Dchangelog28 …* Bug fix: On the project management page, the remake and delete buttons acted on the current page…
/plugin/fedauth/Auth/OpenID/
H A DMemcachedStore.php158 return $this->connection->delete($associationKey);
/plugin/formatplus/
H A DREADME35 The block insert and delete styles will also wrap the text in a ''DIV''
52 block delete will be used when there are no attributes, but the syntax
/plugin/jdraw/lib/
H A Djgraphx.jar ... analysis.mxFibonacciHeap$Node, double) public void delete (com.mxgraph.analysis.mxFibonacciHeap$Node ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorMenuBar.java.bak120 menu.add(editor.bind(mxResources.get("delete"), mxGraphActions
122 "/com/mxgraph/examples/swing/images/delete.gif"));
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties18 delete=Delete key
H A Deditor_zh-CN.properties.bak18 delete=Delete
H A Deditor_de.properties22 delete=L�schen key
H A Deditor.properties17 delete=Delete key
/plugin/semanticdata/phpSesame/
H A DphpSesame.php381 …throw new Exception ('Failed to delete the namespace, HTTP response error: ' . $response->getStatu…
/plugin/autotweet/
H A Dtwitteroauth.php167 function delete($url, $parameters = array()) { function in TwitterOAuth
/plugin/noticeboard/
H A Dsyntax.php303 …delete' => $notice->getId())) . '" class="button small" title="">'.$this->getLang('delete').'</a>';
/plugin/noticeboard/noticeboard/
H A Dsyntax.php303 …delete' => $notice->getId())) . '" class="button small" title="">'.$this->getLang('delete').'</a>';
/plugin/farm/
H A Danimal.class.php532 public function setFileContent($file, $ctn='', $delete=false) { argument
534 if($delete && !@file_exists($this->path.'/'.$file)) return false;
535 if($delete) return @unlink($this->path.'/'.$file);
547 public function delete() { function in dokuwiki_farm_animal
H A Dsoapserver.php152 return array('success' => $a->delete());

1...<<51525354555657