/plugin/mindmap/ |
H A D | syntax.php | 456 $mid = $i[1][1]['src']; // image link 463 $mid = $i[1][0]; 466 if(is_null($mid)) continue; 470 resolve_mediaid($item['ns'],$mid,$exists); 471 list($mid) = explode('#',$mid,2); 472 $mid = cleanID($mid); 476 if (!isset($media[$mid])) { //add node 477 $media[$mid] = array( 484 $pages[$pid]['media'][] = $mid; 485 } elseif(isset($media[$mid])){ [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Ideahub/ |
H A D | GoogleSearchIdeahubV1alphaTopic.php | 23 public $mid; variable in Google\\Service\\Ideahub\\GoogleSearchIdeahubV1alphaTopic 34 public function setMid($mid) argument 36 $this->mid = $mid; 40 return $this->mid;
|
H A D | GoogleSearchIdeahubV1betaTopic.php | 29 public $mid; variable in Google\\Service\\Ideahub\\GoogleSearchIdeahubV1betaTopic 52 public function setMid($mid) argument 54 $this->mid = $mid; 61 return $this->mid;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/ |
H A D | GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation.php | 29 public $mid; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation 56 public function setMid($mid) argument 58 $this->mid = $mid; 65 return $this->mid;
|
H A D | ObjectAnnotation.php | 29 public $mid; variable in Google\\Service\\Vision\\ObjectAnnotation 56 public function setMid($mid) argument 58 $this->mid = $mid; 65 return $this->mid;
|
H A D | GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation.php | 29 public $mid; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation 56 public function setMid($mid) argument 58 $this->mid = $mid; 65 return $this->mid;
|
H A D | GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation.php | 29 public $mid; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation 56 public function setMid($mid) argument 58 $this->mid = $mid; 65 return $this->mid;
|
H A D | GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation.php | 29 public $mid; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation 56 public function setMid($mid) argument 58 $this->mid = $mid; 65 return $this->mid;
|
H A D | GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation.php | 31 public $mid; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation 72 public function setMid($mid) argument 74 $this->mid = $mid; 81 return $this->mid;
|
H A D | LocalizedObjectAnnotation.php | 31 public $mid; variable in Google\\Service\\Vision\\LocalizedObjectAnnotation 72 public function setMid($mid) argument 74 $this->mid = $mid; 81 return $this->mid;
|
H A D | GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation.php | 31 public $mid; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation 72 public function setMid($mid) argument 74 $this->mid = $mid; 81 return $this->mid;
|
H A D | GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation.php | 31 public $mid; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation 72 public function setMid($mid) argument 74 $this->mid = $mid; 81 return $this->mid;
|
H A D | GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation.php | 31 public $mid; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation 72 public function setMid($mid) argument 74 $this->mid = $mid; 81 return $this->mid;
|
H A D | GoogleCloudVisionV1p2beta1EntityAnnotation.php | 42 public $mid; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1EntityAnnotation 127 public function setMid($mid) argument 129 $this->mid = $mid; 136 return $this->mid;
|
H A D | EntityAnnotation.php | 42 public $mid; variable in Google\\Service\\Vision\\EntityAnnotation 127 public function setMid($mid) argument 129 $this->mid = $mid; 136 return $this->mid;
|
H A D | GoogleCloudVisionV1p1beta1EntityAnnotation.php | 42 public $mid; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1EntityAnnotation 127 public function setMid($mid) argument 129 $this->mid = $mid; 136 return $this->mid;
|
H A D | GoogleCloudVisionV1p3beta1EntityAnnotation.php | 42 public $mid; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1EntityAnnotation 127 public function setMid($mid) argument 129 $this->mid = $mid; 136 return $this->mid;
|
H A D | GoogleCloudVisionV1p4beta1EntityAnnotation.php | 42 public $mid; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1EntityAnnotation 127 public function setMid($mid) argument 129 $this->mid = $mid; 136 return $this->mid;
|
/plugin/structgeohash/ |
H A D | geohash.js | 87 mid = (lon[0] + lon[1]) / 2; 88 if (longitude > mid) { 90 lon[0] = mid; 92 lon[1] = mid; 94 mid = (lat[0] + lat[1]) / 2; 95 if (latitude > mid) { 97 lat[0] = mid; 99 lat[1] = mid;
|
/plugin/farm/ |
H A D | testclient.php | 24 $mid = trim(substr($m, strlen($start), -1 * strlen($end))); 25 if(preg_match_all('`([^=]+)=([^\s]*|"[^"]*")\s*`', $mid, $m)) { 26 $mid = ''; 27 …for($i=0; $i<count($m[0]); $i++) $mid .= ' <span style="color:green">'.htmlentities($m[1][$i]).'</… 29 return '<span style="color:blue">'.htmlentities($start).$mid.htmlentities($end).'</span>';
|
/plugin/multiorphan/action/ |
H A D | multiorphan.php | 227 $mid = $data['entryID']; 229 if (strpos($mid, '#') !== false) { 230 list($mid, $hash) = explode('#', $mid); //record pages without hashs 235 $mid = $data['pageID']; 241 resolve_mediaid($data['checkNamespace'], $mid, $data['exists']); 243 resolve_pageid($data['checkNamespace'], $mid, $data['exists']); 247 'pageID' => $mid, 257 $itemIndex = $mid . (!empty($hash) ? '#'.$hash : '');
|
/plugin/pagemove/ |
H A D | admin.php | 780 list($mid) = split('[\|#]', $match[1], 2); 785 if(preg_match('#\w+>#', $mid)) continue; 787 if(preg_match('#^/#', $mid)) continue; 789 if(strpos($mid, '@') !== FALSE) continue; 791 if( strpos($mid, ':') === 0 ) continue; 793 $absoluteMatchId = $mid; 797 $data[$mid] = $absoluteMatchId; 818 $mns = getNS($mid); 819 $lnk = $mid; 823 $mid = getNS($id).':'.substr($mid, 1); [all …]
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | aac.js | 1061 mid = this.mid, 1092 for (var i = 0; i < mid; i++) { 1097 overlap[mid + i] = buf[length + mid + i] * shortWindows[shortLen - i - 1]; 1100 for (var i = 0; i < mid; i++) { 1112 for (var i = 0; i < mid; i++) { 1117 output[mid + i] = overlap[mid + i] + buf[i] * shortWindowsPrev[i]; 1137 for (var i = 0; i < mid; i++) { 1148 for (var i = 0; i < mid; i++) { 1153 output[mid + i] = overlap[mid + i] + (buf[mid + i] * shortWindowsPrev[i]); 1156 for (var i = 0; i < mid; i++) { [all …]
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | ShadowBorder.java | 63 Color mid = bg.darker(); in paintBorder() local 64 Color edge = average(mid, bg); in paintBorder() 73 g.setColor(mid); in paintBorder()
|
/plugin/pagetemplate/ |
H A D | pagetemplate_backlinks.php | 73 $mid = $ins[1][1][1]; 74 resolve_pageid(getNS($page),$mid,$exists); //exists is not used 75 if($mid == $to){
|