/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | ChannelBrandingSettings.php | 49 public function setHints($hints) argument 51 $this->hints = $hints; 58 return $this->hints;
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 30237 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 D | bpmn-modeler.production.min.js | 28 …te.end",500,(function(e){var n=e.context,i=n.canExecute,r=n.elements,o=(n.hints||{}).autoSelect;if… 33 …hints||{},i=t.shape,o=t.parent||t.newParent;!1!==n.autoResize&&r._expand([i],o)})),this.postExecut… 34 …hints||{},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 AnonymousFunction238dff8768200.i
|
/plugin/upgrade/lang/en/ |
H A D | final.txt | 3 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 D | CHANGES.md | 23 * 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 D | config.txt | 12 … | [[doku>abbreviations]] | automatic abbreviation hints |
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | breaking-changes.asciidoc | 38 Added type hints and return type declarations in all the code base where
|
H A D | release-notes.asciidoc | 389 * Code refactoring using type hints and return type declarations where possible
|
/plugin/findologicxmlexport/vendor/hoa/file/ |
H A D | CHANGELOG.md | 29 * Fix API documentation, type-hints & co. (Ivan Enderlin, 2015-11-09T08:09:46+01:00)
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ |
H A D | BREAKING_CHANGES.md | 19 - Added type hints and return type declarations where possible
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Editor.js | 2001 …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 D | UPGRADING.md | 9 - The minimum PHP version is 7.2, type hints are used almost everywhere, most of the method signatu…
|
/plugin/bibtex/OSBib/create/ |
H A D | osbib.css | 101 * .hint: text hints given to provide further information usually on form input. Often used in conj…
|
/plugin/authnc/ |
H A D | README.md | 41 * Issues, feature requests, testing and hints are also welcome
|
/plugin/strata/ |
H A D | manual.txt | 52 **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 D | bundle.css | 2370 .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 D | bundle.css | 2370 .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 D | maxminddb.c | 240 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 D | CHANGELOG.md | 29 * The Server RequestHandler interface now requires type-hints for all methods.
|
/plugin/struct/ |
H A D | style.less | 106 // input hints
|
/plugin/siteexport/ |
H A D | README.md | 164 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 D | bpmn-modeler.production.min.js | 27 …te.end",500,(function(e){var n=e.context,i=n.canExecute,r=n.elements,o=(n.hints||{}).autoSelect;if… 194 …hints||{},i=t.shape,r=t.parent||t.newParent;!1!==n.autoResize&&o._expand([i],r)})),this.postExecut… property in AnonymousFunctionc4f831ab70f00.r
|
/plugin/codeprettify/code-prettify/ |
H A D | CHANGES.md | 127 * Added a one script autoload&run mechanism and a way to embed hints in
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_YouTubeService.php | 1660 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 D | dmn-modeler.production.min.js | 7 …te.end",500,(function(e){var n=e.context,i=n.canExecute,r=n.elements,o=(n.hints||{}).autoSelect;if… 21 …hints||{},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.moveShape.a
|