Home
last modified time | relevance | path

Searched full:input (Results 4276 – 4300 of 4846) sorted by relevance

1...<<171172173174175176177178179180>>...194

/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-codes.css99 .bpmn-icon-data-input:before { content: '\e866'; } /* '' */
/plugin/adhoctags/lang/en/
H A Dsettings.php35 $lang['allowedElements_kbd'] = '<code>&lt;kbd&gt;</code> (<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd" target="_blank">keyboard input</a>)';
/plugin/combo/ComboStrap/
H A DBootstrap.php41 * In case the input is just the major version
H A DExecutionContext.php453 global $INPUT;
454 $inputId = $INPUT->str("id");
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md87 - Accept array as possible input to `sendKeys()` method. (Unintentional BC break in 1.8.0.)
/plugin/openid/Auth/Yadis/
H A DYadis.php124 * Perform the Yadis protocol on the input URL and return an iterable
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DKML.php242 * @return string The KML string representation of the input geometries
H A DWKT.php269 * @return string The WKT string representation of the input geometries
/template/klean/
H A Dmain.php171 <div><input type="text" size="18" value="" name="s" id="s" />
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php598 $maymatch = $i < $n; // Match only existing input.
603 // Get the mapping and input class & constant.
647 // Fail mapping if all input items have not been consumed.
1360 // Get an input character as a 32-bit value.
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Deditor.css5input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
H A Deditor_gecko.css5input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
/plugin/ckgedit/ckeditor/skins/kama/
H A Deditor_iequirks.css5input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php498 * Converts an input to a \DateTime instance.
678 * @param bool $preserveKeys Whether to preserve key or not (when the input is an array)
891 * @return mixed The reversed input
1578 * Returns the values from a single column in the input array.
/plugin/combo/resources/dictionary/
H A Demojis.json881 "input-latin-letters": "1f524",
882 "input-latin-lowercase": "1f521",
883 "input-latin-uppercase": "1f520",
884 "input-numbers": "1f522",
885 "input-symbols": "1f523",
/plugin/diagramsnet/lib/js/diagramly/
H A DMinimal.js452 …'html body .geDialog input, html body .geToolbarContainer input, html body .mxWindow input {paddin…
453 'html body .mxWindow input[type="checkbox"] {padding: 0px; }' +
468 …'html body .mxWindow td.mxWindowPane input, html body .mxWindow td.mxWindowPane select, html body …
498 ((mxClient.IS_IOS) ? 'html input[type=checkbox], html input[type=radio] { height:12px; }' : '') +
/template/mikio/
H A Dmikio.php1072 $html .= '<input type="hidden" name="do" value="search">';
1073 $html .= '<input type="hidden" name="id" value="' . $ID . '">';
1074 $html .= '<input name="q" ';
1723 global $INPUT, $ACT;
1726 if (strcasecmp($INPUT->str('page'), 'config') === 0) {
1757 } elseif (strcasecmp($INPUT->str('page'), 'styling') === 0) {
1882 $content = preg_replace_callback('/<input type="color"[^>]*>/', function ($match) {
1883 // Get the ID of the <input type="color"> element
1889 ['type="text" class="mikio-color-text-input"', 'for="$1"'],
2046 if (strcasecmp($INPUT
[all...]
/plugin/a2s/
H A DASCIIToSVG.php117 $this->yyfilename = '<<input>>';
226 'MATCH' => "Error: Unmatched input.\n"
257 ** in the input file. */
381 ** N == YYNSTATE+YYNRULE+1 The parser accepts its input.
477 ** and Z. Whenever one of the tokens X, Y, or Z is input to the parser
1024 $yyendofinput = 0; /* True if we are at the end of input */
1089 fprintf($this->yyTraceFILE,"%sDiscard input token %s\n",
1117 ** * Report an error message, and throw away the input token.
1119 ** * If the input token is $, then fail the parse.
1122 ** three input tokens have been successfully shifted.
[all …]
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js31input'],true);if (!D&&FCKConfig.EnterMode!='br'){D=this.EditorDocument.body.appendChild(this.Edito…
35INPUT','TEXTAREA','SELECT')){FCKSelection.SelectNode(N);}},true);this.EditorDocument.addEventListe…
51INPUT|SELECT|TEXTAREA|HR|OBJECT|A|UL|OL|LI)$/i,NamedCommands:/^(?:Cut|Copy|Paste|Print|SelectAll|R…
52 …EmptyElements:{ base:1,col:1,meta:1,link:1,hr:1,br:1,param:1,img:1,area:1,input:1 },PathBlockEleme… property in FCKListsLib.EmptyElements
53 …ode(s);e[i][C]=s;}}}},TranslatePage:function(A){this.TranslateElements(A,'INPUT','value');this.Tra…
61input:1,button:1,select:1,textarea:1,label:1};C=X({a:1},B);D=X({iframe:1},C);E={hr:1,ul:1,menu:1,d… property in FCK.DTD.K
72 …sor.AppendNew().ProcessDocument=function(A){var B=A.getElementsByTagName('INPUT');var C;var i=B.le…
119 …lementDocument(e.target);B=FCKContextMenu_OverrideButton=C.createElement('input');B.type='button';…
120INPUT'&&tag.type=='checkbox'){menu.AddSeparator();menu.AddItem('Checkbox',FCKLang.CheckboxProp,49)…
/plugin/syntaxhighlightjs/static/lib/highlightjs/
H A Dhighlight.min.js2 …&&(t.push({event:"start",offset:a,node:n}),a=i(n,a),r(n).match(/br|hr|img|input/)||t.push({event:"…
3 …S FIX FOR|0 FRE GET GOSUB|10 GOTO HEX$ IF|0 THEN ELSE|0 INKEY$ INP INPUT INPUT# INPUT$ INSTR IMP I…
5 …idth gsel gcopy gzoom gmode bmpsave hsvcolor getkey listbox chkbox combox input mesbox buffer scre…
6Input InputAliases InputAssumptions InputAutoReplacements InputField InputFieldBox InputFieldBoxOp…
8input-file call-with-output-file case cond define define-syntax delay do dynamic-wind else for-eac…
9 …oter|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|lab…
10input insert install instance instantiable instr interface interleaved intersect into invalidate i…
11input join macromodule module nand negedge nmos nor not notif0 notif1 or output parameter pmos pos…
/plugin/godiag/
H A Dsyntax.php6 * and input syntax from from Sensei's Library
280 list($this->dgm['board_size'], //this will be overwritten if it conflicts with other input
/plugin/codemirror/dist/modes/
H A Dsql.min.js1 …ndex indexes indicator info inherit inherits initially inline inner inout input insensitive insert…
2 …ive increment index indexes inherit inherits initially inline inner inout input insensitive insert…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.mpeg.php86 …bit unsigned integer associated with each input picture. It is incremented by one, modulo 1024, fo…
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md569 Traditional map function, similar to `array_map()`, but allows input to contain
581 Traditional reduce function, similar to `array_reduce()`, but input may contain
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Config/
H A DConfigVariables.php119 // If you are confident input html is valid XHTML, turning this off may make it more reliable(?)
504 . '|SELECT|INPUT|TEXTAREA|CAPTION|FIELDSET|LEGEND'

1...<<171172173174175176177178179180>>...194