Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 25 of 47) sorted by relevance

12

/plugin/move/helper/
Dop.php32 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 …]
Dplan.php208 * @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 …]
Drewrite.php88 * @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/
Dmediamove.test.php30 $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));
DfindMissingDocuments.test.php6 public function findMissingDocuments($src, $dst, $type = self::TYPE_PAGES) { argument
7 parent::findMissingDocuments($src, $dst, $type);
DstepThroughDocuments.test.php42 public function movePage($src, $dst) { argument
49 $moveOperation = array($src => $dst);
/plugin/move/action/
Drename.php107 $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/
Dfunctions.php22 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/
Dmain.php108 $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/
DMoveMediaManager.js145 const dst = form.querySelector('input[name="move-new-filename"]').value;
155 dst: dst + '.' + ext, property
/plugin/authucenter/
Dauth.php523 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/
DscheduleRoot.class.php354 $dst = new schedules ($this, $request[$md5bis]['ns']);
355 $dst->load ();
361 $dst->addSchedule ($schedule);
364 $dst->writeSchedules ();
/plugin/tagging/action/
H A Dmain.php303 $dst = $event->data['dst_id'];
307 $hlp->renamePage($src, $dst);
/plugin/remotescript/lib/JsHttpRequest/
DJsHttpRequest.php224 foreach ($source as $dst=>$src) {
230 $GLOBALS[$dst] = $this->_ucs2EntitiesDecode($data);
/plugin/abc2/
Dall.css46dst{background-color:brown;color:black}.hs-item li.hs-function.D2{background-color:#92d050}.hs-ite…
/plugin/abc2/abc-libraries/abc-ui/
Dmusic.min.css7dst{background-color:brown;color:black}.hs-item li.hs-function.D2{background-color:#92d050}.hs-ite…
/plugin/abc2/abc-libraries/abc2svg/
Dabc2svg-1.js3039 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/
Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jcapture/lib/
Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
Dapache-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/
Dmodule.audio-video.quicktime.php2762 $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/
Dogg.js2dst=populate?local:remote;IDBFS.reconcile(src,dst,callback)}))}))}),getDB:(function(name,callback)…
Dmp3.js5066 Layer3.prototype.memcpy = function(dst, dstOffset, pSrc, srcOffset, length) {
5074 dst.set(subarr, dstOffset);
5075 return dst;
/plugin/jdraw/lib/
Dapache-mime4j-0.6.jar ... .apache.james.mime4j.util.ByteArrayBuffer dst int total boolean found int bytesRead public int indexOf ( ...

12