Home
last modified time | relevance | path

Searched refs:input (Results 1301 – 1325 of 1436) sorted by path

1...<<5152535455565758

/plugin/watchcycle/
H A Dstyle.less10 input {
68 input[name=filter] {
81 input {
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js14input=new lib.element("INPUT").attribute.set("type","text").attribute.addClass("Input").event.addL…
25input.environment.addStyle({"height":_height-29+"px"});el.left.html.container.environment.addStyle…
30 return;el.left.console.input.environment.getElement().value="";d.console.historyIndex=d.console.his…
82 …sole.historyIndex=d.console.history.length;d.console.eval(el.left.console.input.environment.getEle…
83 …tory[d.console.historyIndex+1]){d.console.historyIndex+=1;el.left.console.input.update(d.console.h…
84 …tory[d.console.historyIndex-1]){d.console.historyIndex-=1;el.left.console.input.update(d.console.h…
86 …(window,el.right.console.input.environment.getElement().value);}},runCSS:function(){with(firebug){…
H A Dfirebug-lite-1.2.js196 …el.right.console.input.event.addListener("keydown",lib.util.Curry(tab,window,el.right.console.inpu…
239 …el.right.css.input = new lib.element("TEXTAREA").attribute.addClass("Input").insert(el.right.css.c…
240 …el.right.css.input.event.addListener("keydown",lib.util.Curry(firebug.tab,window,el.right.css.inpu…
822 el.right.console.input.environment.addStyle({ "height":_height-29+"px" });
830 el.right.css.input.environment.addStyle({ "height":_height-55+"px" });
930 el.left.console.input.environment.getElement().value = "";
1767 d.console.eval(el.left.console.input.environment.getElement().value);
1775 el.left.console.input.update( d.console.history[d.console.historyIndex] );
1781 el.left.console.input.update( d.console.history[d.console.historyIndex] );
1868 d.console.eval.call(window,el.right.console.input.environment.getElement().value);
[all …]
H A Dfirebug-lite-1.4.js1187 var input=channel.open();
1210 this.setSelectionRange=function(input,start,length){if(input.createTextRange){var range=input.creat… argument
1214 }else{if(input.setSelectionRange){input.setSelectionRange(start,length);
1215 input.focus()
1222 }}else{if(typeof input.selectionStart!="undefined"){return input.selectionStart
3301 },input:function(elem){return/input|select|textarea|button/i.test(elem.nodeName)
4752 self.input.select()
4776 }else{var start=this.input.selectionStart,end=this.input.selectionEnd
4824 this.input.style.width=w+"px";
7584 this.input.value=value;
[all …]
H A Dfirebug-lite.css2 #Firebug div, #Firebug h3, #Firebug span, #Firebug input, #Firebug textarea, #Firebug select, #Fire…
5 #Firebug input, #Firebug select, #Firebug textarea { background:#fff; font:11px Verdana, Geneva, Ar…
126 #Firebug .Right .HTML .Content .CSSValue input { font:11px ArArial, Helvetica, sans-serif; color:#3…
/plugin/webcode/
H A DwebCodeConsole.js47 window.console.log = function (input) { argument
49 if (typeof input === "object") {
51 let keys = Object.keys(input);
53 s += " " + keys[i] + " : " + input[keys[i]] + ";\n";
57 s = String(input);
67 window.console.table = function (input) { argument
68 if (Array.isArray(input) !== true) {
73 if (input.length <= 0) {
89 for (let i = 0; i < input.length; i++) {
91 let element = input[i];
[all …]
/plugin/webcomponent/_test/data/pages/
H A Dmath.txt4 …llows to add [[http://docs.mathjax.org/en/latest/start.html#tex-and-latex-input|MathJax Text and L…
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php801 * @param string $input
805 protected function negotiateVCard($input, &$mimeType = null) { argument
808 $input,
857 $input = VObject\Reader::read($data);
862 }, $input->children()));
865 unset($input->$key);
867 $data = $input->serialize();
879 $output = $input->convert(VObject\Document::VCARD30);
886 $output = $input->convert(VObject\Document::VCARD40);
889 $output = $input->convert(VObject\Document::VCARD40);
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php72 * @param string $input
75 function h($input) { argument
77 return htmlspecialchars($input, ENT_COMPAT, 'UTF-8');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css99 input, button, select { selector
104 input[type=text], select {
115 .btn, button, input[type=submit] {
203 .actions input[type=text], select {
207 .actions input[type=submit] {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php285 <input type="hidden" name="sabreAction" value="share" />
286 …<label>Share with (uri):</label> <input type="text" name="href" placeholder="mailto:user@example.o…
293 <input type="submit" value="share" />
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php76 * @param string $input
79 static function ensureUTF8($input) { argument
81 $encoding = mb_detect_encoding($input, ['UTF-8', 'ISO-8859-1'], true);
84 return utf8_encode($input);
86 return $input;
/plugin/webdav/vendor/sabre/http/
H A DREADME.md17 * `php://input` or `$HTTP_RAW_POST_DATA`.
447 * php://input, but unfortunately we need to special case it.
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php219 * @param string|string[] $input
222 function parsePrefer($input) { argument
243 foreach (getHeaderValues($input) as $value) {
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md161 because there was something wrong with input data.
811 * Added: Basic validation and repair methods for broken input data.
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php250 while ($input = $this->readInput()) {
251 $returnCode = $this->$command($input);
H A DPHPUnitAssertions.php37 $getObj = function ($input) {
38 if (is_resource($input)) {
39 $input = stream_get_contents($input);
41 if (is_string($input)) {
42 $input = Reader::read($input);
44 if (!$input instanceof Component) {
47 unset($input->PRODID);
48 … if ($input instanceof Component\VCalendar && 'GREGORIAN' === (string) $input->CALSCALE) {
49 unset($input->CALSCALE);
52 return $input;
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DJson.php27 protected $input; variable in Sabre\\VObject\\Parser\\Json
51 if (!is_null($input)) {
52 $this->setInput($input);
54 if (is_null($this->input)) {
62 switch ($this->input[0]) {
82 $this->input = null;
184 if (is_resource($input)) {
185 $input = stream_get_contents($input);
187 if (is_string($input)) {
188 $input = json_decode($input);
[all …]
H A DMimeDir.php33 protected $input; variable in Sabre\\VObject\\Parser\\MimeDir
82 if (!is_null($input)) {
83 $this->setInput($input);
118 * @param resource|string $input
120 public function setInput($input) argument
126 if (is_string($input)) {
131 $this->input = $stream;
133 $this->input = $input;
525 * @param string $input
603 * @param string $input
[all …]
H A DParser.php43 * @param mixed $input
46 public function __construct($input = null, $options = 0) argument
48 if (!is_null($input)) {
49 $this->setInput($input);
62 * @param mixed $input
67 abstract public function parse($input = null, $options = 0); argument
72 * @param mixed $input
74 abstract public function setInput($input); argument
H A DXML.php31 protected $input; variable in Sabre\\VObject\\Parser\\XML
52 * @param mixed $input
67 * @param resource|string $input
76 if (!is_null($input)) {
77 $this->setInput($input);
84 if (is_null($this->input)) {
355 if (is_resource($input)) {
356 $input = stream_get_contents($input);
359 if (is_string($input)) {
365 $reader->xml($input);
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php52 $input = $this->getValue();
53 if (!strpos($input, ':')) {
54 return $input;
56 list($schema, $everythingElse) = explode(':', $input, 2);
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php91 * @param Component|array $input
96 public function __construct($input, $uid = null, DateTimeZone $timeZone = null) argument
103 if (is_array($input)) {
104 $events = $input;
105 } elseif ($input instanceof VEvent) {
107 $events = [$input];
114 if (!isset($input->VEVENT)) {
117 $events = $input->getByUID($uid);
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php43 * @param resource $input
46 public function __construct($input, $options = 0) argument
48 $data = VObject\Reader::read($input, $options);
H A DSplitterInterface.php25 * @param resource $input
27 public function __construct($input); argument

1...<<5152535455565758