| /plugin/move/helper/ |
| D | op.php | 32 public function checkPage($src, $dst) { argument 53 if($src == $dst) { 59 if(page_exists($dst)) { 60 msg(sprintf($this->getLang('exists'), $src, $dst), -1); 65 if(auth_quickaclcheck($dst) < AUTH_CREATE) { 66 msg(sprintf($this->getLang('notargetperms'), $dst), -1); 80 public function checkMedia($src, $dst) { argument 92 if($src == $dst) { 98 if(@file_exists(mediaFN($dst))) { 99 msg(sprintf($this->getLang('mediaexists'), $src, $dst), -1); [all …]
|
| D | plan.php | 208 * @param string $dst 210 public function addPageMove($src, $dst) { argument 211 $this->addMove($src, $dst, self::CLASS_DOC, self::TYPE_PAGES); 218 * @param string $dst 220 public function addMediaMove($src, $dst) { argument 221 $this->addMove($src, $dst, self::CLASS_DOC, self::TYPE_MEDIA); 228 * @param string $dst 230 public function addPageNamespaceMove($src, $dst) { argument 231 $this->addMove($src, $dst, self::CLASS_NS, self::TYPE_PAGES); 238 * @param string $dst [all …]
|
| D | rewrite.php | 88 * @param string $dst moved document's new id 92 public function setMoveMeta($id, $src, $dst, $type) { argument 93 $this->setMoveMetas($id, array($src => $dst), $type); 113 foreach($moves as $src => $dst) { 114 $meta[$type][] = array($src, $dst);
|
| /plugin/move/_test/ |
| D | mediamove.test.php | 30 $dst = 'foo'; 34 $this->assertTrue($move->movePage($src, $dst)); 53 $dst = 'foobar:logo.png'; 57 $this->assertTrue($move->moveMedia($src, $dst)); 81 $dst = 'foobar:logo_2.png'; 85 $this->assertTrue($move->moveMedia($src, $dst)); 91 $this->assertTrue($move->moveMedia($dst, 'logo_2.png')); 114 $dst = 'wiki:foobar:test_image.png'; 118 $this->assertTrue($move->moveMedia($src, $dst));
|
| D | findMissingDocuments.test.php | 6 public function findMissingDocuments($src, $dst, $type = self::TYPE_PAGES) { argument 7 parent::findMissingDocuments($src, $dst, $type);
|
| D | stepThroughDocuments.test.php | 42 public function movePage($src, $dst) { argument 49 $moveOperation = array($src => $dst);
|
| /plugin/move/action/ |
| D | rename.php | 107 $dst = cleanID($INPUT->str('newid')); 114 if($this->renameOkay($src) && $MoveOperator->movePage($src, $dst)) { 116 echo json_encode(array('redirect_url' => wl($dst, '', true, '&'))); 149 $dst = cleanID($INPUT->str('dst')); 154 if ($src && $dst) { 168 $response['success'] = $moveOperator->moveMedia($src, $dst); 171 $ns = getNS($dst); 172 $response['redirect_url'] = wl($dst, ['do' => 'media', 'ns' => $ns], true, '&');
|
| /plugin/pdftools/ |
| D | functions.php | 22 function recurse_copy($src,$dst) { argument 25 @mkdir($dst); 29 recurse_copy($src . '/' . $file,$dst . '/' . $file); 32 copy($src . '/' . $file,$dst . '/' . $file);
|
| /plugin/move/admin/ |
| D | main.php | 108 $dst = trim($INPUT->str('dst')); 109 if($dst == '') { 119 $this->plan->addPageNamespaceMove($src, $dst); 120 $this->plan->addMediaNamespaceMove($src, $dst); 122 $this->plan->addPageNamespaceMove($src, $dst); 124 $this->plan->addMediaNamespaceMove($src, $dst);
|
| /plugin/move/script/ |
| D | MoveMediaManager.js | 145 const dst = form.querySelector('input[name="move-new-filename"]').value; 155 dst: dst + '.' + ext, property
|
| /plugin/authucenter/ |
| D | auth.php | 523 private function _recurse_copy($src,$dst) { argument 525 @mkdir($dst); 529 $this->_recurse_copy($src . '/' . $file,$dst . '/' . $file); 532 copy($src . '/' . $file,$dst . '/' . $file);
|
| /plugin/schedule/ |
| D | scheduleRoot.class.php | 354 $dst = new schedules ($this, $request[$md5bis]['ns']); 355 $dst->load (); 361 $dst->addSchedule ($schedule); 364 $dst->writeSchedules ();
|
| /plugin/tagging/action/ |
| H A D | main.php | 303 $dst = $event->data['dst_id']; 307 $hlp->renamePage($src, $dst);
|
| /plugin/remotescript/lib/JsHttpRequest/ |
| D | JsHttpRequest.php | 224 foreach ($source as $dst=>$src) { 230 $GLOBALS[$dst] = $this->_ucs2EntitiesDecode($data);
|
| /plugin/abc2/ |
| D | all.css | 46 …dst{background-color:brown;color:black}.hs-item li.hs-function.D2{background-color:#92d050}.hs-ite…
|
| /plugin/abc2/abc-libraries/abc-ui/ |
| D | music.min.css | 7 …dst{background-color:brown;color:black}.hs-item li.hs-function.D2{background-color:#92d050}.hs-ite…
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | abc2svg-1.js | 3039 function cnv_escape(src,flag){var c,c2,dst="",i,j=0 3043 dst+=src.slice(j,i);c=src[++i] 3045 return dst+'\\' 3049 if(c2){dst+=c2;j=i+3 3052 case'u':j=Number("0x"+src.slice(i+1,i+5));if(isNaN(j)||j<0x20){dst+=src[++i]+"\u0306" 3058 dst+=c 3061 case't':dst+=' ';j=i+1 3063 case'n':dst+='\n';j=i+1 3066 if(c2){dst+=c2;j=i+2 3071 switch(c){case'`':dst+=c2+"\u0300" [all …]
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
| D | httpcore-4.4.9.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
| /plugin/jcapture/lib/ |
| D | transform-3.0.2.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| D | apache-mime4j-0.6.jar | ... .apache.james.mime4j.util.ByteArrayBuffer dst
int total
boolean found
int bytesRead
public int indexOf ( ... |
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.audio-video.quicktime.php | 2762 $dst = (bool) getid3_lib::BigEndian2Int(substr($data, 2, 1)); 2773 $data = array('timezone'=>floatval($timezone), 'dst'=>$dst, 'display'=>$datedisplayformat);
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | ogg.js | 2 …dst=populate?local:remote;IDBFS.reconcile(src,dst,callback)}))}))}),getDB:(function(name,callback)…
|
| D | mp3.js | 5066 Layer3.prototype.memcpy = function(dst, dstOffset, pSrc, srcOffset, length) { 5074 dst.set(subarr, dstOffset); 5075 return dst;
|
| /plugin/jdraw/lib/ |
| D | apache-mime4j-0.6.jar | ... .apache.james.mime4j.util.ByteArrayBuffer dst
int total
boolean found
int bytesRead
public int indexOf ( ... |