Home
last modified time | relevance | path

Searched refs:allowRemote (Results 1 – 17 of 17) sorted by relevance

/dports/net-im/libquotient/libQuotient-0.6.8/lib/csapi/
H A Dcontent-repo.cpp29 auto queryToGetContent(bool allowRemote) in queryToGetContent() argument
43 queryToGetContent(allowRemote)); in makeRequestUrl()
47 bool allowRemote) in GetContentJob() argument
51 queryToGetContent(allowRemote), {}, false) in GetContentJob()
56 auto queryToGetContentOverrideName(bool allowRemote) in queryToGetContentOverrideName() argument
67 bool allowRemote) in makeRequestUrl() argument
79 bool allowRemote) in GetContentOverrideNameJob() argument
83 queryToGetContentOverrideName(allowRemote), {}, false) in GetContentOverrideNameJob()
89 bool allowRemote) in queryToGetContentThumbnail() argument
103 bool allowRemote) in makeRequestUrl() argument
[all …]
H A Dcontent-repo.h62 bool allowRemote = true);
70 const QString& mediaId, bool allowRemote = true);
115 bool allowRemote = true);
124 bool allowRemote = true);
178 bool allowRemote = true);
188 bool allowRemote = true);
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/csapi/
H A Dcontent-repo.cpp64 BaseJob::Query queryToGetContent(bool allowRemote) in queryToGetContent() argument
77 queryToGetContent(allowRemote)); in makeRequestUrl()
83 bool allowRemote) in GetContentJob() argument
86 queryToGetContent(allowRemote), {}, false) in GetContentJob()
119 BaseJob::Query queryToGetContentOverrideName(bool allowRemote) in queryToGetContentOverrideName() argument
130 bool allowRemote) in makeRequestUrl() argument
144 bool allowRemote) in GetContentOverrideNameJob() argument
148 queryToGetContentOverrideName(allowRemote), {}, false) in GetContentOverrideNameJob()
185 bool allowRemote) in queryToGetContentThumbnail() argument
199 bool allowRemote) in makeRequestUrl() argument
[all …]
H A Dcontent-repo.h64 bool allowRemote = true);
73 const QString& mediaId, bool allowRemote = true);
114 bool allowRemote = true);
124 bool allowRemote = true);
171 bool allowRemote = true);
182 bool allowRemote = true);
/dports/science/jmol/jmol-14.32.7/src/org/molecularplayground/
H A DMPJmolAppConfig.spt22 allowRemote = false
50 if (!allowRemote) { return }
73 if (!allowRemote) { return }
98 if (!allowRemote) { return }
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/preferences/
H A Dgeneral.py89 self.allowRemote = QCheckBox(toggled=self.changed)
90 grid.addWidget(self.allowRemote, 5, 0, 1, 3)
127 self.allowRemote.setChecked(remote.enabled())
135 s.setValue("allow_remote", self.allowRemote.isChecked())
158 self.allowRemote.setText(_("Open Files in Running Instance"))
159 self.allowRemote.setToolTip(_(
/dports/net-im/dendrite/dendrite-0.5.1/mediaapi/routing/
H A Drouting.go108 if allowRemote := req.URL.Query().Get("allow_remote"); strings.ToLower(allowRemote) == "false" {
/dports/databases/kexi/kexi-3.2.0/src/kexiutils/
H A DKexiPushButton.cpp142 opt.allowRemote = d->remote; in slotClicked()
H A Dutils.h535 , allowRemote(false) in OpenHyperlinkOptions()
540 bool allowRemote; variable
H A Dutils.cpp779 if (!options.allowRemote && !url.isLocalFile()) { in openHyperLink()
/dports/www/firefox-esr/firefox-91.8.0/browser/components/urlbar/
H A DUrlbarProviderSearchSuggestions.jsm336 let allowRemote = this._allowRemoteSuggestions(queryContext, searchString);
337 this._suggestionsController.maxRemoteResults = allowRemote
375 allowRemote &&
/dports/www/firefox/firefox-99.0/browser/components/urlbar/
H A DUrlbarProviderSearchSuggestions.jsm319 let allowRemote = this._allowRemoteSuggestions(queryContext, searchString);
320 this._suggestionsController.maxRemoteResults = allowRemote
358 allowRemote &&
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/urlbar/
H A DUrlbarProviderSearchSuggestions.jsm336 let allowRemote = this._allowRemoteSuggestions(queryContext, searchString);
337 this._suggestionsController.maxRemoteResults = allowRemote
375 allowRemote &&
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/builder/dockerfile/
H A Dinternals.go94 func (b *Builder) runContextCommand(args []string, allowRemote bool, allowLocalDecompression bool, …
118 if !allowRemote {
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/urlbar/
H A DUrlbarProviderSearchSuggestions.jsm413 let allowRemote = this._allowRemoteSuggestions(queryContext);
419 this._suggestionsController.maxRemoteResults = allowRemote
458 allowRemote &&
/dports/mail/davmail/davmail-src-6.0.1-3390/src/etc/
H A Ddavmail.properties45 davmail.allowRemote=true
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/
H A DCHANGELOG248 - #1442 `TickSliderItem.allowRemote` property added