Home
last modified time | relevance | path

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

1...<<5152535455565758

/plugin/googlesearch/
H A Dnusoap.php5036 …if(($direction == 'input') && isset($opData['output']['encodingStyle']) && ($opData['output']['enc…
5115 …if(($direction == 'input') && isset($opData['output']['encodingStyle']) && ($opData['output']['enc…
5744 'input' => array(
6573 $namespace = isset($opData['input']['namespace']) ? $opData['input']['namespace'] : $namespace;
6575 $use = $opData['input']['use'];
6588 $payload = $this->wsdl->serializeRPCParameters($operation,'input',$params);
6595 if (isset($opData['input']['encodingStyle'])) {
6596 $encodingStyle = $opData['input']['encodingStyle'];
/plugin/txtconf/
H A Dadmin.php92 $input = isset($this->_input[$key]) ? $this->_input[$key] : NULL;
93 if ($input == '') $input = null;
94 if ($this->_myconf->setting[$key]->update($input))
H A Dtxtconfig.class.php238 function update($input) { argument
239 if (is_null($input)) return false;
243 if ($value == $input) return false;
245 if ($this->_pattern && !preg_match($this->_pattern,$input)) {
247 $this->_input = $input;
251 $this->_local = $input;
282 …$input = '<input id="config__'.$key.'" name="config['.$key.']" type="text" class="edit" size="80" …
283 return array($label,$input);
H A Dconfig0.class.php317 function update($input) { argument
318 if (is_null($input)) return false;
322 if ($value == $input) return false;
324 if ($this->_pattern && !preg_match($this->_pattern,$input)) {
326 $this->_input = $input;
330 $this->_local = $input;
356 …$input = '<textarea rows="3" cols="40" id="config__'.$key.'" name="config['.$key.']" class="edit" …
357 return array($label,$input);
/plugin/zip/
H A Dstyle.css21 span.zip_form_box input {
/plugin/chat/
H A Dstyle.css35 input.chat {
43 html * input.chat {
47 input.checkbox {
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php1086 foreach($inputArray as $input)
1088 if(isset($this->vars[$input]))
1090 $split = split("_", $input, 2);
1124 foreach($inputArray as $input)
1126 if(isset($this->vars[$input]))
1128 $split = split("_", $input, 2);
1141 $input = preg_replace("/\r|\n|\015|\012/", "", $input);
1226 foreach($array as $input)
1375 foreach($array as $input)
1377 if(isset($this->vars[$input]))
[all …]
H A Dosbib.css101 * .hint: text hints given to provide further information usually on form input. Often used in conj…
121 * .required: highlighting for <span>required</span> form input elements.
/plugin/bibtex/OSBib/format/bibtexParse/
H A DREADME82 …al' or 'et. al.' and returns either FALSE or TRUE if that exists. If the input is 'Anon', 'anon',…
/plugin/bibtex/OSBib/
H A DMINIMALRTF.php81 function bold($input = "") argument
83 return "{\b $input }";
89 function italics($input = "") argument
91 return "{\i $input }";
97 function underline($input = "") argument
99 return "{\ul $input }";
159 function textBlock($fontBlock = FALSE, $fontSize = FALSE, $input = FALSE) argument
161 if(($fontBlock === FALSE) || ($fontSize === FALSE) || ($input === FALSE))
164 return "{\\f$fontBlock\\fs$fontSize $input \\par }\n";
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1input:1,td:1,dl:1,blockquote:1,fieldset:1,big:1,dd:1,abbr:1,optgroup:1,dt:1,button:1,isindex:1,p:1… property in hljs.HTML_TAGS

1...<<5152535455565758