/plugin/authgooglesheets/vendor/google/apiclient-services/src/Oauth2/ |
H A D | Userinfo.php | 46 public $hd; variable in Google\\Service\\Oauth2\\Userinfo 131 public function setHd($hd) argument 133 $this->hd = $hd; 140 return $this->hd;
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_Oauth2Service.php | 186 public $hd; variable in Google_Userinfo 224 public function setHd( $hd) { argument 225 $this->hd = $hd; 228 return $this->hd;
|
/plugin/indexmenu/images/shiki_brave.png/ |
H A D | info.txt | 1 author=Andreas Neuhold <office [at] hd [dash] recording [dot] at> 3 description=Andreas Neuhold <office@hd-recording.at
|
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/ |
H A D | CurlHandler.php | 86 $hd =& $result[1]; 96 return CurlFactory::createResponse([$this, '_invokeAsArray'], $request, $response, $hd, $bd);
|
/plugin/indexmenu/images/gnome.png/ |
H A D | info.txt | 1 author=Bernard JOUVE <office [at] hd-recording [dot] at>
|
/plugin/indexmenu/images/phoenity.png/ |
H A D | info.txt | 1 author=Andreas Neuhold <office [at] hd-recording [dot] at>
|
/plugin/indexmenu/images/tango.png/ |
H A D | info.txt | 1 author=Andreas Neuhold <office [at] hd-recording [dot] at>
|
/plugin/indexmenu/images/human.png/ |
H A D | info.txt | 1 author=Bernard JOUVE <office [at] hd-recording [dot] at>
|
/plugin/indexmenu/images/bj-tango.png/ |
H A D | info.txt | 1 author=Bernard JOUVE <office [at] hd-recording [dot] at>
|
/plugin/indexmenu/images/bj_ubuntu.png/ |
H A D | info.txt | 1 author=Andreas Neuhold <office [at] hd-recording [dot] at>
|
/plugin/indexmenu/images/contis_tango.png/ |
H A D | info.txt | 1 author=Andreas Neuhold <office [at] hd-recording [dot] at>
|
/plugin/indexmenu/images/leopard.png/ |
H A D | info.txt | 1 author=Andreas Neuhold <office [at] hd-recording [dot] at>
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | TrelloClient.js | 446 var hd = document.createElement('h3'); 447 mxUtils.write(hd, showFiles? mxResources.get('selectFile') : mxResources.get('selectCard')); 448 hd.style.cssText = 'width:100%;text-align:center;margin-top:0px;margin-bottom:12px'; 449 content.appendChild(hd);
|
H A D | NotionClient.js | 523 var hd = document.createElement('h3'); 524 mxUtils.write(hd, mxResources.get((showFiles) ? 'officeSelDiag' : 'selectDB')); 525 hd.style.cssText = 'width:100%;text-align:center;margin-top:0px;margin-bottom:12px'; 526 content.appendChild(hd);
|
H A D | GitHubClient.js | 796 var hd = document.createElement('h3'); 797 mxUtils.write(hd, mxResources.get((showFiles) ? 'selectFile' : 'selectFolder')); 798 hd.style.cssText = 'width:100%;text-align:center;margin-top:0px;margin-bottom:12px'; 799 content.appendChild(hd);
|
H A D | GitLabClient.js | 782 var hd = document.createElement('h3'); 783 mxUtils.write(hd, mxResources.get((showFiles) ? 'selectFile' : 'selectFolder')); 784 hd.style.cssText = 'width:100%;text-align:center;margin-top:0px;margin-bottom:12px'; 785 content.appendChild(hd);
|
H A D | Menus.js | 325 var hd = document.createElement('h3'); 326 mxUtils.write(hd, mxResources.get('formatXml')); 327 hd.style.cssText = 'width:100%;text-align:center;margin-top:0px;margin-bottom:4px'; 328 div.appendChild(hd); 421 var hd = document.createElement('h3'); 422 mxUtils.write(hd, mxResources.get('formatPdf')); 423 hd.style.cssText = 'width:100%;text-align:center;margin-top:0px;margin-bottom:4px'; 424 div.appendChild(hd); 1006 var hd = document.createElement('h3'); 1007 mxUtils.write(hd, mxResources.get('formatVsdx')); [all …]
|
H A D | Dialogs.js | 201 div.appendChild(hd); 7683 hd.style.margin = '0px'; 7684 hd.style.color = 'gray'; 7750 div.appendChild(hd); 7946 hd.style.top = '0px'; 7947 hd.style.left = '0px'; 7950 hd.style.right = '0px'; 7982 div.appendChild(hd); 11416 hd.style.margin = '0px'; 11417 hd.style.color = 'gray'; [all …]
|
H A D | EditorUi.js | 5643 var hd = document.createElement('h3'); 5646 div.appendChild(hd); 5764 var hd = document.createElement('h3'); 5767 div.appendChild(hd); 5944 var hd = document.createElement('h3'); 5947 div.appendChild(hd); 6011 mxUtils.write(hd, title); 6013 div.appendChild(hd); 6244 mxUtils.write(hd, title); 6246 div.appendChild(hd); [all …]
|
/plugin/odp/ |
H A D | ZipLib.class.php | 216 foreach (array('size','compressed_size','crc') as $hd) { 217 $header[$hd] = $data[$hd];
|
/plugin/upgrade/vendor/splitbrain/php-archive/src/ |
H A D | Zip.php | 660 ) as $hd) { // On ODT files, these headers are 0. Keep the previous value. 661 if ($data[$hd] != 0) { 662 $header[$hd] = $data[$hd];
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Editor.js | 1063 hd.style.padding = '0px'; 1064 hd.style.margin = '0px'; 1065 hd.style.fontSize = '18px'; 1066 hd.style.paddingBottom = '16px'; 1067 hd.style.marginBottom = '10px'; 1069 hd.style.color = 'gray'; 1070 hd.style.whiteSpace = 'nowrap'; 1072 hd.style.overflow = 'hidden'; 1073 mxUtils.write(hd, title); 1074 hd.setAttribute('title', title); [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient/src/ |
H A D | Client.php | 723 public function setHostedDomain($hd) argument 725 $this->config['hd'] = $hd;
|
/plugin/mantis/lib/ |
H A D | class.soap_transport_http.php | 613 foreach ($skipHeaders as $hd) { 614 $prefix = substr($data, 0, strlen($hd)); 615 if ($prefix == $hd) return true;
|
/plugin/siteexport/ |
H A D | jquery.filedownload.js | 150 …)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt…
|