Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'delete'

2135767 - Error delete Layer in GeoNode: delete geonode layer
  1. Environment:
  2.  
  3. Request Method: POST
  4. Request URL: http://geonode.defensacivil.gob.bo/admin/maps/layer/
  5. Django Version: 1.2
  6. Python Version: 2.6.5
  7. Installed Applications:
  8. ['django.contrib.auth',
  9.  
2083172 - Francisco J wordpress home button delete
preview unavailable
2065626 - deleting bibs by source: delete storage open-ils opensrf bre
  1. # Lookup our bib_source's id
  2. my $source = OpenILS::Application::AppUtils->storagereq('open-ils.storage.direct.config.bib_source.search_where',
  3.                                                         { "source" => $config->findvalue("/config/oils/bib_source")->value() });
  4. print("source: " . $source->id . "\n");
  5.  
  6. # Delete everything if we're doing a full replacement load.
  7. if ($download_type eq 'full') {
  8.     print("Full download\n");
  9.  
1705337 - RS Keep Alive: script keep rapidshare delete alive premium keep-alive
  1. #!/usr/bin/env bash
  2.  
  3. # RS Keep Alive
  4. # (c) 2009 OneDDL.com < ionoff@oneddl.com >
  5. #
  6. # This is a script to try to keep your rapidshare account files alive
  7. # It attempts to do this by logging into your rapidshare premium account as you,
  8. # downloading a list of every url linked to your account and then downloading
  9.  
1705334 - RS Keep Alive: script keep rapidshare delete alive premium keep-alive
  1. #!/usr/bin/env bash
  2.  
  3. # RS Keep Alive
  4. # (c) 2009 OneDDL.com < ionoff@oneddl.com >
  5. #
  6. # This is a script to try to keep your rapidshare account files alive
  7. # It attempts to do this by logging into your rapidshare premium account as you,
  8. # downloading a list of every url linked to your account and then downloading
  9.  
1419788 - Someone: php permissions remove delete rm rmdir folder
  1. <?php
  2.    function rchmod($parent, $dmod, $fmod) {
  3.          if (is_dir($parent)) {
  4.                  $old = umask(0000);
  5.                  chmod($parent, $dmod);
  6.                  umask($old);
  7.                  if ($handle = opendir($parent)) {
  8.                          while (($file = readdir($handle)) !== false) {
  9.  
worth-right