Home
last modified time | relevance | path

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

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelBrandingSettings.php49 public function setHints($hints) argument
51 $this->hints = $hints;
58 return $this->hints;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js30237 hints = hints || {};
33026 hints: hints
33037 hints: hints || {}
50933 hints: hints || {} property in AnonymousFunctionf8d14cd15bc00.context
50968 hints = hints || {};
50989 hints: hints
51054 hints: hints property in AnonymousFunctionf8d14cd15c100.context
51103 hints: hints
51129 hints: hints property in AnonymousFunctionf8d14cd15c300.context
51183 hints: hints property in AnonymousFunctionf8d14cd15c500.context
[all …]
H A 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 in AnonymousFunction238dff8767600.s
/plugin/upgrade/lang/en/
H A Dfinal.txt3 Should you encounter any problems, be sure all your plugins are up-to-date and compatible with the new version. The [[https://forum.dokuwiki.org/|user forum]] might have some hints for you.
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A 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/
H A Dconfig.txt12 … | [[doku>abbreviations]] | automatic abbreviation hints |
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc38 Added type hints and return type declarations in all the code base where
H A Drelease-notes.asciidoc389 * Code refactoring using type hints and return type declarations where possible
/plugin/findologicxmlexport/vendor/hoa/file/
H A DCHANGELOG.md29 * Fix API documentation, type-hints & co. (Ivan Enderlin, 2015-11-09T08:09:46+01:00)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md19 - Added type hints and return type declarations where possible
/plugin/diagramsnet/lib/js/grapheditor/
H A 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/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md9 - The minimum PHP version is 7.2, type hints are used almost everywhere, most of the method signatu…
/plugin/bibtex/OSBib/create/
H A Dosbib.css101 * .hint: text hints given to provide further information usually on form input. Often used in conj…
/plugin/authnc/
H A DREADME.md41 * Issues, feature requests, testing and hints are also welcome
/plugin/strata/
H A Dmanual.txt52 **Type hints**: You can change how a [[#types|type]] behaves by adding a type hint. Type hints are added by appending them to the type with ''::''. For example ''[page::places]'' uses the page type, and will try to resolve values without an explicit namespace as if they were in the ''places:'' namespace. For a list of types and their hints, see [[#Types]].
75 Variables are indicated with the ''?''. You can use a variable in any spot (except types or type hints). For example ''?p ?k [date]: 1982-7-23'' to find out who has what relation to the date 1982-7-23.
187 You can add a type hint to any type you use. You do so by adding the type hint to the type with a ''::'' marker: ''[type::hint]''. Usually, type hints change the way a type displays data. See [[#types]] for possible types and hints.
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 the type itself in the following format: ''[type::hint]''
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A 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 {
2398 .monaco-editor .parameter-hints-widget .body {
2405 .monaco-editor .parameter-hints-widget .signature {
2409 .monaco-editor .parameter-hints-widget .docs {
2430 .monaco-editor .parameter-hints-widget .docs code {
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
H A 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 {
2398 .monaco-editor .parameter-hints-widget .body {
2405 .monaco-editor .parameter-hints-widget .signature {
2409 .monaco-editor .parameter-hints-widget .docs {
2430 .monaco-editor .parameter-hints-widget .docs code {
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c240 struct addrinfo hints = { in get_record() local
247 int gai_status = getaddrinfo(ip_address, NULL, &hints, &addresses); in get_record()
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md29 * The Server RequestHandler interface now requires type-hints for all methods.
/plugin/struct/
H A Dstyle.less106 // input hints
/plugin/siteexport/
H A 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/bpmnio/vendor/bpmn-js/dist/
H A 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…
194hints||{},i=t.shape,r=t.parent||t.newParent;!1!==n.autoResize&&o._expand([i],r)})),this.postExecut… property in AnonymousFunctionc4f831ab70600.o
/plugin/codeprettify/code-prettify/
H A DCHANGES.md127 * Added a one script autoload&run mechanism and a way to embed hints in
/plugin/authgoogle/google/contrib/
H A 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;
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js7 …te.end",500,(function(e){var n=e.context,i=n.canExecute,r=n.elements,o=(n.hints||{}).autoSelect;if…
21hints||{},p={x:wu(e.x),y:wu(e.y)};if(!n)return!1;l===ku?(a?s.splice(i,0,p):s[i]=p,d.bendpointMove=… property in Hh.removeShape.n

12