Home
last modified time | relevance | path

Searched refs:hd (Results 1 – 25 of 55) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Oauth2/
H A DUserinfo.php46 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 DGoogle_Oauth2Service.php186 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 Dinfo.txt1 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 DCurlHandler.php86 $hd =& $result[1];
96 return CurlFactory::createResponse([$this, '_invokeAsArray'], $request, $response, $hd, $bd);
/plugin/indexmenu/images/gnome.png/
H A Dinfo.txt1 author=Bernard JOUVE <office [at] hd-recording [dot] at>
/plugin/indexmenu/images/phoenity.png/
H A Dinfo.txt1 author=Andreas Neuhold <office [at] hd-recording [dot] at>
/plugin/indexmenu/images/tango.png/
H A Dinfo.txt1 author=Andreas Neuhold <office [at] hd-recording [dot] at>
/plugin/indexmenu/images/human.png/
H A Dinfo.txt1 author=Bernard JOUVE <office [at] hd-recording [dot] at>
/plugin/indexmenu/images/bj-tango.png/
H A Dinfo.txt1 author=Bernard JOUVE <office [at] hd-recording [dot] at>
/plugin/indexmenu/images/bj_ubuntu.png/
H A Dinfo.txt1 author=Andreas Neuhold <office [at] hd-recording [dot] at>
/plugin/indexmenu/images/contis_tango.png/
H A Dinfo.txt1 author=Andreas Neuhold <office [at] hd-recording [dot] at>
/plugin/indexmenu/images/leopard.png/
H A Dinfo.txt1 author=Andreas Neuhold <office [at] hd-recording [dot] at>
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js446 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 DNotionClient.js523 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 DGitHubClient.js796 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 DGitLabClient.js782 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 DMenus.js325 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 DDialogs.js201 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 DEditorUi.js5643 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 DZipLib.class.php216 foreach (array('size','compressed_size','crc') as $hd) {
217 $header[$hd] = $data[$hd];
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php660 ) 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 DEditor.js1063 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 DClient.php723 public function setHostedDomain($hd) argument
725 $this->config['hd'] = $hd;
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php613 foreach ($skipHeaders as $hd) {
614 $prefix = substr($data, 0, strlen($hd));
615 if ($prefix == $hd) return true;
/plugin/siteexport/
H A Djquery.filedownload.js150 …)|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…

123