Home
last modified time | relevance | path

Searched refs:hints (Results 1 – 25 of 54) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DChannelBrandingSettings.php49 public function setHints($hints) argument
51 $this->hints = $hints;
58 return $this->hints;
/plugin/asciidocjs/node_modules/yargs/build/lib/
Dusage.js210 const hints = [];
212 hints.push(`[${__('default')}]`);
214 hints.push(`[${__('aliases:')} ${command[3].join(', ')}]`);
218 hints.push(`[${__('deprecated: %s', command[4])}]`);
221 hints.push(`[${__('deprecated')}]`);
224 if (hints.length) {
226 text: hints.join(' '),
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js20901 hints = context.hints || {},
20902 autoSelect = hints.autoSelect;
26043 function getConnectedDistance(source, hints) { argument
26044 if (!hints) {
26045 hints = {};
26053 var defaultDistance = hints.defaultDistance || DEFAULT_DISTANCE,
26054 direction = hints.direction || 'e',
26055 filter = hints.filter,
26056 getWeight = hints.getWeight || getDefaultWeight,
26057 maxDistance = hints.maxDistance || DEFAULT_MAX_DISTANCE,
[all …]
Dbpmn-modeler.production.min.js28 …te.end",500,(function(e){var n=e.context,i=n.canExecute,r=n.elements,o=(n.hints||{}).autoSelect;if…
33hints||{},i=t.shape,o=t.parent||t.newParent;!1!==n.autoResize&&r._expand([i],o)})),this.postExecut…
34hints||{},h={x:Ps(e.x),y:Ps(e.y)};if(!n)return!1;u===Ms?(a?s.splice(i,0,h):s[i]=h,l.bendpointMove=… property
/plugin/upgrade/lang/en/
Dfinal.txt3 …with the new version. The [[https://forum.dokuwiki.org/|user forum]] might have some hints for you.
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
DCHANGES.md23 * Support for object return type hints (thanks @greg0ire)
29 * Support object type hints in PHP 7.2 (thanks @@jansvoboda11)
95 * Add support for PHP7 scalar type hints (thanks @trowski)
/plugin/advanced/lang/en/
Dconfig.txt12 … | [[doku>abbreviations]] | automatic abbreviation hints |
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dbreaking-changes.asciidoc38 Added type hints and return type declarations in all the code base where
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
DBREAKING_CHANGES.md19 - Added type hints and return type declarations where possible
/plugin/findologicxmlexport/vendor/hoa/file/
DCHANGELOG.md29 * Fix API documentation, type-hints & co. (Ivan Enderlin, 2015-11-09T08:09:46+01:00)
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md10 * Update return types for AbstractType and some ASN1 helper methods to provider better hints for st…
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/
DCHANGELOG.md22 - Added PHP 7 type hints
/plugin/diagramsnet/lib/js/grapheditor/
DEditor.js2001 …Ui, filename, buttonText, fn, label, validateFn, content, helpLink, closeOnBtn, cancelFn, hints, w) argument
2127 if (hints != null)
2129 td.appendChild(FilenameDialog.createTypeHint(editorUi, nameInput, hints));
2175 td.style.paddingTop = (hints != null) ? '12px' : '20px';
2236 FilenameDialog.createTypeHint = function(ui, nameInput, hints) argument
2253 for (var i = 0; i < hints.length; i++)
2255 if (hints[i].ext.length > 0 && nameInput.value.toLowerCase().substring(
2256 nameInput.value.length - hints[i].ext.length - 1) == '.' + hints[i].ext)
2258 hint.setAttribute('title', mxResources.get(hints[i].title));
/plugin/authnc/
DREADME.md41 * Issues, feature requests, testing and hints are also welcome
/plugin/findologicxmlexport/vendor/jms/serializer/
DUPGRADING.md9 - The minimum PHP version is 7.2, type hints are used almost everywhere, most of the method signatu…
/plugin/bibtex/OSBib/create/
Dosbib.css101 * .hint: text hints given to provide further information usually on form input. Often used in conj…
/plugin/strata/
Dmanual.txt52hints**: You can change how a [[#types|type]] behaves by adding a type hint. Type hints are added …
75 … with the ''?''. You can use a variable in any spot (except types or type hints). For example ''?p…
187 … ''[type::hint]''. Usually, type hints change the way a type displays data. See [[#types]] for pos…
384 See [[#Aggregates]] for all possible aggregates and their hints.
551 Types are normally indicated by putting them between ''['' and '']''. Type hints are noted after th…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.css2370 .monaco-editor .parameter-hints-widget {
2377 .monaco-editor .parameter-hints-widget > .wrapper {
2383 .monaco-editor .parameter-hints-widget.multiple {
2388 .monaco-editor .parameter-hints-widget.visible {
2392 .monaco-editor .parameter-hints-widget p,
2393 .monaco-editor .parameter-hints-widget ul {
2397 .monaco-editor .parameter-hints-widget .monaco-scrollable-element,
2398 .monaco-editor .parameter-hints-widget .body {
2405 .monaco-editor .parameter-hints-widget .signature {
2409 .monaco-editor .parameter-hints-widget .docs {
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
Dbundle.css2370 .monaco-editor .parameter-hints-widget {
2377 .monaco-editor .parameter-hints-widget > .wrapper {
2383 .monaco-editor .parameter-hints-widget.multiple {
2388 .monaco-editor .parameter-hints-widget.visible {
2392 .monaco-editor .parameter-hints-widget p,
2393 .monaco-editor .parameter-hints-widget ul {
2397 .monaco-editor .parameter-hints-widget .monaco-scrollable-element,
2398 .monaco-editor .parameter-hints-widget .body {
2405 .monaco-editor .parameter-hints-widget .signature {
2409 .monaco-editor .parameter-hints-widget .docs {
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
Dmaxminddb.c240 struct addrinfo hints = { in get_record() local
247 int gai_status = getaddrinfo(ip_address, NULL, &hints, &addresses); in get_record()
/plugin/bpmnio/vendor/bpmn-js/dist/
Dbpmn-modeler.production.min.js27 …te.end",500,(function(e){var n=e.context,i=n.canExecute,r=n.elements,o=(n.hints||{}).autoSelect;if…
197hints||{},i=t.shape,r=t.parent||t.newParent;!1!==n.autoResize&&o._expand([i],r)})),this.postExecut… property
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md29 * The Server RequestHandler interface now requires type-hints for all methods.
/plugin/siteexport/
DREADME.md164 mergehint | add hints about the merged content. It can be configured using the meta plugin and the …
192 * `mergehint=false` - disable the addition of merge hints
/plugin/asciidocjs/node_modules/yargs-parser/
DREADME.md102 * `opts`: provide a set of hints indicating how `args` should be parsed:
138 * `opts`: provide a set of hints indicating how `args`, inputs are identical to `require('yargs-par…
/plugin/authgoogle/google/contrib/
DGoogle_YouTubeService.php1660 public $hints; variable in Google_ChannelBrandingSettings
1673 public function setHints(/* array(Google_PropertyValue) */ $hints) { argument
1674 $this->assertIsArray($hints, 'Google_PropertyValue', __METHOD__);
1675 $this->hints = $hints;
1678 return $this->hints;

123