Home
last modified time | relevance | path

Searched refs:delete (Results 1326 – 1350 of 1419) sorted by path

1...<<51525354555657

/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt281 Q: How can I purge cached files when I delete the source image?
283 take effect, or you can manually walk through your source images to delete and find
284 the matching cache files and delete them:
296 Q: Is it safe to delete cache files?
297 A: Yes, it is safe to delete any cache files and/or directories. phpThumb will
H A Dphpthumb.readme.txt153 settings to the new file (if upgrading), or delete your old config and rename
/plugin/photogallery/phpThumb/fonts/
H A Dreadme.txt3 You can safely delete or ignore this directory if you're not using
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default72 //$PHPTHUMB_CONFIG['cache_maxage'] = null; // never delete cached thumbnails based on la…
73 $PHPTHUMB_CONFIG['cache_maxage'] = 86400 * 30; // delete cached thumbnails that haven't been…
75 //$PHPTHUMB_CONFIG['cache_maxsize'] = null; // never delete cached thumbnails based on by…
76 $PHPTHUMB_CONFIG['cache_maxsize'] = 10 * 1024 * 1024; // delete least-recently-accessed cached thum…
78 //$PHPTHUMB_CONFIG['cache_maxfiles'] = null; // never delete cached thumbnails based on nu…
79 $PHPTHUMB_CONFIG['cache_maxfiles'] = 200; // delete least-recently-accessed cached thum…
/plugin/preregister/lang/en/
H A Dinfo.txt2 If you are satisfied that you want to delete the listed items from the data file, click on the ''Co…
/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/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/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md63 * Add a delete convenience method to the LdapClient to delete a single LDAP entry.
H A DREADME.md87 * [Delete](#delete)
140 $entry->delete('ipPhone', '12345');
158 # Search for the entry object to delete
161 # Pass the entry object to the delete method of the LDAP client if it was found.
165 $ldap->delete($entry);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DChange.php151 public static function delete($attribute, ...$values): Change
160 * with no value will delete the entire attribute if it exists, and it is ignored if the attribute does not exist.
174 * Remove all values from an attribute, essentially un-setting/resetting it. This is the same type as delete when
148 public static function delete($attribute, ...$values): Change global() function in FreeDSx\\Ldap\\Entry\\Change
H A DEntry.php90 $this->changes->add(Change::delete(clone $attribute));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php197 public function delete(string $entry, Control ...$controls): LdapMessageResponse
199 return $this->sendAndReceive(Operations::delete($entry), ...$controls);
193 public function delete(string $entry, Control ...$controls): LdapMessageResponse global() function in FreeDSx\\Ldap\\LdapClient
H A DOperations.php125 public static function delete(string $dn): DeleteRequest
123 public static function delete(string $dn): DeleteRequest global() function in FreeDSx\\Ldap\\Operations
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerDispatchHandler.php50 $dispatcher->delete($context, $request);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DGenericRequestHandler.php60 public function delete(RequestContext $context, DeleteRequest $delete): void
62 throw new OperationException('The delete operation is not supported.');
59 delete(RequestContext $context, DeleteRequest $delete) global() argument
H A DProxyRequestHandler.php78 public function delete(RequestContext $context, DeleteRequest $delete): void
80 $this->ldap()->sendAndReceive($delete, ...$context->controls()->toArray());
77 delete(RequestContext $context, DeleteRequest $delete) global() argument
H A DRequestHandlerInterface.php47 * A delete request.
51 public function delete(RequestContext $context, DeleteRequest $delete): void;
50 delete(RequestContext $context, DeleteRequest $delete) global() argument
/plugin/qna/
H A Daction.php129 $this->rewriter->delete($index);
143 $this->rewriter->delete($index);
174 $this->rewriter->delete($index);
226 public function delete($index) { function in qna_instruction_rewriter
333 $delete = false;
339 $delete = true;
354 if (!$delete) {
/plugin/randomtables/
H A Dstyle.css32 .randomtable-well .results button[class="delete"] {
/plugin/remotescript/lib/JsHttpRequest/
H A Dcompile.bat16 my $main = $parts{''}; delete $parts{''};
/plugin/removeold/
H A DREADME10 This is an admin plugin available via admin manager to delete listed files
/plugin/removeold/lang/en/
H A Dhelp.txt3 On this page you can delete all outdated files and folders of your DokuWiki to

1...<<51525354555657