Home
last modified time | relevance | path

Searched refs:input (Results 126 – 150 of 1436) sorted by relevance

12345678910>>...58

/plugin/evesso/conf/
H A Dmetadata.php10 function update($input) { argument
22 $input = '<div>'.$value.'</div>';
23 return array($label, $input);
30 function update($input) { argument
42 $input = '<div>'.$value.'</div>';
43 return array($label, $input);
/plugin/combo/vendor/symfony/yaml/
H A DYaml.php69 * @param string $input A string containing YAML
76 public static function parse(string $input, int $flags = 0) argument
80 return $yaml->parse($input, $flags);
89 * @param mixed $input The PHP value
94 public static function dump($input, int $inline = 2, int $indent = 4, int $flags = 0): string argument
98 return $yaml->dump($input, $inline, 0, $flags);
/plugin/authfacebook/lib/
H A DSignedRequest.php285 * @param string $input base64 url encoded input
289 public function base64UrlDecode($input) argument
291 $urlDecodedBase64 = strtr($input, '-_', '+/');
304 * @param string $input string to encode
308 public function base64UrlEncode($input) argument
310 return strtr(base64_encode($input), '+/', '-_');
316 * @param string $input base64 value to validate
320 protected function validateBase64($input) argument
322 if (!preg_match('/^[a-zA-Z0-9\/\r\n+]*={0,2}$/', $input)) {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DVCard21Test.php12 $input = <<<VCF
20 $vobj = Reader::read($input);
23 $this->assertEquals($input, $output);
29 $input = <<<VCF
37 $vobj = Reader::read($input);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DKeyValueTest.php12 $input = <<<BLA
35 $reader->xml($input);
91 $input = <<<BLA
109 $reader->xml($input);
184 $input = <<<BLA
194 $reader->xml($input);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DKeyValueTest.php12 $input = <<<BLA
35 $reader->xml($input);
91 $input = <<<BLA
109 $reader->xml($input);
184 $input = <<<BLA
194 $reader->xml($input);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php10 * Vacuum all input from a string and then treat it like a buffer.
24 public $input; variable in Antlr\\Antlr4\\Runtime\\InputStream
32 private function __construct(string $input, array $characters) argument
34 $this->input = $input;
39 public static function fromString(string $input) : InputStream argument
41 $chars = \preg_split('//u', $input, -1, \PREG_SPLIT_NO_EMPTY);
43 return new self($input, $chars === false ? [] : $chars);
152 return $this->input;
/plugin/authwordpress/
H A Dclass-phpass.php88 function encode64($input, $count) argument
93 $value = ord($input[$i++]);
96 $value |= ord($input[$i]) << 8;
101 $value |= ord($input[$i]) << 16;
111 function gensalt_private($input) argument
116 $output .= $this->encode64($input, 6);
166 function gensalt_extended($input) argument
179 $output .= $this->encode64($input, 3);
184 function gensalt_blowfish($input) argument
203 $c1 = ord($input[
[all...]
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js16 var input=element.apply(form,[settings,self]);var input_content;if(settings.loadurl){var t=setTimeo…
17 …alse,success:function(result){window.clearTimeout(t);input_content=result;input.disabled=false;}})…
18input.attr('name',settings.name);buttons.apply(form,[settings,self]);$(self).append(form);plugin.a…
19 input.keydown(function(e){if(e.keyCode==27){e.preventDefault();reset.apply(form,[settings,self]);}}…
21input.val(),settings]);$(self).html(str);self.editing=false;callback.apply(self,[self.innerHTML,se…
26 …lement:function(settings,original){var input=$('<input type="hidden"></input>');$(this).append(inp…
30 …}}},text:{element:function(settings,original){var input=$('<input />');if(settings.width!='none'){
31 if(settings.height!='none'){input.height(settings.height);}
32 input.attr('autocomplete','off');$(this).append(input);return(input);}},textarea:{element:function(…
38 …('selected','selected');}});}}},addInputType:function(name,input){$.editable.types[name]=input;}};… argument
/plugin/eventline/
H A Dscript.js24 var input = document.createElement("input");
25 input.type = "text";
26 SimileAjax.DOM.registerEvent(input, "keypress", handler);
27 td.appendChild(input);
32 input = document.createElement("input");
33 input.type = "text";
34 input.size = "15";
35 SimileAjax.DOM.registerEvent(input, "keypress", handler);
36 td.appendChild(input);
84 var input = tr.cells[x].firstChild;
[all …]
/plugin/diagramsnet/lib/plugins/
H A Dimport.js168 var input = document.createElement('input');
169 input.setAttribute('type', 'file');
171 mxEvent.addListener(input, 'change', function()
173 if (input.files != null)
183 reader.readAsText(input.files[0]);
186 input.type = '';
187 input.type = 'file';
188 input.value = '';
192 input.style.display = 'none';
193 document.body.appendChild(input);
[all …]
/plugin/geourl/
H A Dadmin.php108 ptln(' <input type="hidden" name="do" value="admin" />');
109 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
110 ptln(' <input type="hidden" name="cmd[geourl]" value="true" />');
113 …print ' <tr><td> '.$this->getLang('gu_geourl_latitude').' </td><td><input type="text" name="geourl…
114 …print ' <tr><td> '.$this->getLang('gu_geourl_longitude').' </td><td><input type="text" name="geour…
117 print '<p><input type="submit" value="'.$this->getLang('gu_save').'"></p></center>';
/plugin/bureaucracy/
H A Dsyntax.php464 protected function noreplace_save($input) { argument
482 if (!is_string($input)) return $input;
491 $input
494 $input = preg_replace($pattern, $value, $input);
500 $input = preg_replace_callback(
503 $input
508 $input = preg_replace_callback(
511 $input
520 }, $input);
527 $input = preg_replace($pattern, $nr, $input, 1);
[all …]
/plugin/oiddelegate/
H A Dadmin.php138 …echo '<td><input type="text" class="edit" name="oiddel['.$row.'][0]" value="'.hsc($page).'" /></td…
139 …echo '<td><input type="text" class="edit" name="oiddel['.$row.'][1]" value="'.hsc($oid).'" /></td>…
140 …echo '<td><input type="text" class="edit" name="oiddel['.$row.'][2]" value="'.hsc($server).'" /></…
141 …echo '<td><input type="text" class="edit" name="oiddel['.$row.'][3]" value="'.hsc($provider).'" />…
142 …echo '<td><input type="text" class="edit" name="oiddel['.$row.'][4]" value="'.hsc($xrds).'" /></td…
150 echo '<td><input type="text" class="edit" name="oidadd[0]" value="" /></td>';
151 echo '<td><input type="text" class="edit" name="oidadd[1]" value="" /></td>';
157 echo '<input type="submit" value="'.$this->getLang('submit').'" class="button" />';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Serializer/
H A DJsonErrorException.php31 private $input; variable in Elasticsearch\\Common\\Exceptions\\Serializer\\JsonErrorException
56 public function __construct($code, $input, $result, $previous = null) argument
63 $this->input = $input;
72 return $this->input;
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php336 * @param mixed $input
340 public static function detectFormat(&$input) argument
342 $input = (string) $input;
344 fwrite($mem, $input, 11); // Write 11 bytes - we can detect the vast majority of formats in the first 11 bytes
350 // If bytes is empty, then we were passed empty input
357 $input = ltrim($input);
358 return geoPHP::detectFormat($input);
377 if ($bytes[1] == 48 && ($bytes[2] == 49 || $bytes[2] == 48) && strlen($input) > 1
[all...]
/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/davcal/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/shibbolethauth/
H A Dstyle.css35 #shibboleth__manager td input.edit {
44 #shibboleth__manager tr .input,
45 #shibboleth__manager tr input,
52 #shibboleth__manager tr.default .input,
53 #shibboleth__manager tr.default input,
61 #shibboleth__manager tr.protected .input,
62 #shibboleth__manager tr.protected input,
89 #shibboleth__manager .selection input.checkbox {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php71 $input = <<<HI
82 $obj = Reader::read($input);
96 $input = <<<HI
105 $obj = Reader::read($input);
122 $input = <<<HI
135 $obj = Reader::read($input);
151 $input = <<<HI
164 $obj = Reader::read($input);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php72 $input = <<<HI
83 $obj = Reader::read($input);
97 $input = <<<HI
106 $obj = Reader::read($input);
123 $input = <<<HI
136 $obj = Reader::read($input);
152 $input = <<<HI
165 $obj = Reader::read($input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php72 $input = <<<HI
83 $obj = Reader::read($input);
97 $input = <<<HI
106 $obj = Reader::read($input);
123 $input = <<<HI
136 $obj = Reader::read($input);
152 $input = <<<HI
165 $obj = Reader::read($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php72 $input = <<<HI
83 $obj = Reader::read($input);
97 $input = <<<HI
106 $obj = Reader::read($input);
123 $input = <<<HI
136 $obj = Reader::read($input);
152 $input = <<<HI
165 $obj = Reader::read($input);
/plugin/swiftmail/Swift/Iterator/
H A DArray.php42 public function __construct($input) argument
44 $input = (array) $input;
45 $this->keys = array_keys($input);
46 $this->values = array_values($input);
/plugin/struct/meta/
H A DSchemaImporter.php8 * This works just like the schema builder, except that it expects a JSON structure as input
19 * @todo sanity checking of the input data should be added
29 $input = json_decode($json, true);
30 if ($input === null) {
57 $config = $input['config'] ?? [];
60 foreach ($input['columns'] as $column) {

12345678910>>...58