Home
last modified time | relevance | path

Searched refs:input (Results 426 – 450 of 1436) sorted by last modified time

1...<<11121314151617181920>>...58

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWriteInstruction.php30 public function setInput(InstructionInput $input) argument
32 $this->input = $input;
39 return $this->input;
/plugin/c3chart/assets/
H A Dd3.min.js2input("function"==typeof e?e.apply(this,arguments):e,u.extent),f=vs(c,s);return c&&s?t:t(1)}):t.ea… method in qf
H A Djs-yaml.min.js2input=e,this.filename=t.filename||null,this.schema=t.schema||K,this.onWarning=t.onWarning||null,th…
/plugin/vshare/_test/
H A DVideoSyntaxTest.php37 * @param string $input
42 public function testParseSize($input, $ewidth, $eheight, $eparams = []) argument
45 parse_str($input, $params);
91 * @param string $input
94 public function testHandle($input, $expect) argument
97 $result = $syntax->handle($input, DOKU_LEXER_MATCHED, 0, new \Doku_Handler());
/plugin/translate/
H A Dstyle.css41 div.dokuwiki form#translate__plugin label input.edit {
/plugin/tablelayout/
H A Dstyle.less82 input {
104 input {
/plugin/layeranimation/syntax/
H A Ditem.php67 function render($mode, Doku_Renderer $renderer, $input) { argument
73 list($instr, $data) = $input;
H A Danimation.php74 function render($mode, Doku_Renderer $renderer, $input) { argument
80 list($instr, $data, $pos) = $input;
H A Dlayer.php61 function render($mode, Doku_Renderer $renderer, $input) { argument
67 list($instr, $data) = $input;
/plugin/bpmnioeditor/
H A Dstyle.css70 --search-input-border-color: var(--color-cccccc);
753 .djs-search-input input {
757 border: 1px solid var(--search-input-border-color);
760 .djs-search-input input:focus {
762 border-color: var(--search-input-border-color);
979 .bpmn-icon-data-input:before { content: '\e866'; } /* '' */
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css157 .bpmn-icon-data-input:before { content: '\e866'; } /* '' */
H A Dbpmn-modeler.development.js23277 input.deltaTime = input.timeStamp - firstInput.timeStamp;
23283 input.offsetDirection = getDirection(input.deltaX, input.deltaY);
23285 var overallVelocity = getVelocity(input.deltaTime, input.deltaX, input.deltaY);
23293 input.maxPointers = !session.prevInput ? input.pointers.length : ((input.pointers.length >
23303 input.target = target;
24250 emit: function(input) { argument
24535 emit: function(input) { argument
24579 emit: function(input) { argument
24645 emit: function(input) { argument
24650 if (input && (input.eventType & INPUT_END)) {
[all …]
H A Dbpmn-modeler.production.min.js33input=new((n=this).options.inputClass||(B?ne:N?ue:D?he:Z))(n,$),this.touchAction=new Ce(this,this.…
H A Ddiagram-js.css65 --search-input-border-color: var(--color-cccccc);
748 .djs-search-input input {
752 border: 1px solid var(--search-input-border-color);
755 .djs-search-input input:focus {
757 border-color: var(--search-input-border-color);
/plugin/xtern/
H A Dstyle.css45 span.xtern_font, input.xtern_font {
/plugin/move/
H A Dstyle.less101 input {
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/Slug/
H A DSlugGeneratorInterface.php
H A DDefaultSlugGenerator.php
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md256 - Any leading UTF-8 BOM will be stripped from the input
H A DREADME.md57 ? If you will be parsing untrusted input from users, please consider setting the `html_input` and `allow_unsafe_links` options per the example above. See <https://commonmark.thephpleague.com/security/> for more details. If you also do choose to allow raw HTML input from untrusted users, consider using a library (like [HTML Purifier](https://github.com/ezyang/htmlpurifier)) to provide additional HTML filtering.
H A DCHANGELOG-0.x.md
/plugin/commonmark/vendor/league/commonmark/src/
H A DDocParser.php
H A DDocParserInterface.php
/plugin/passpolicy/
H A Dwords.txt1816 input
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php86 * @param array $input the data to be posted as JSON
101 public function post($service, $path, $input) argument
103 $body = json_encode($input);

1...<<11121314151617181920>>...58