Home
last modified time | relevance | path

Searched refs:value (Results 26 – 50 of 4040) sorted by path

12345678910>>...162

/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php1059 * @param bool $value Strict parameter
1063 public function setStrict($value) argument
1065 if (!is_bool($value)) {
1069 $this->_strict = $value;
H A DUtils.php335 foreach ($parameters as $name => $value) {
336 if ($value === null) {
338 } else if (is_array($value)) {
340 foreach ($value as $val) {
347 $param = urlencode($name) . '=' . urlencode($value);
1046 * @param string $value fingerprint
1056 public static function generateNameId($value, $spnq, $format = null, $cert = null, $nq = null) argument
1071 $nameId->appendChild($doc->createTextNode($value));
/plugin/adhocmathml/
H A Dabstract.php21 protected function allowSpecificAttribute(&$name, &$value) { return false; } argument
24 function allowAttribute(&$name, &$value) { argument
30 return (substr($value, 0, 11) !== 'javascript:');
35 return preg_match('/^[\w\d,\(\)#\% \/]+$/', trim($value));
39 return preg_match('/^[\w\d\%]+$/', trim($value));
43 …return in_array(strtolower($value), array('normal','bold','italic','bold-italic','double-struck','…
47 return preg_match('/^[+-]?[\d]+$/', trim($value));
51 return in_array(strtolower($value), array('true','false'));
55 return $this->allowSpecificAttribute($name, $value);
H A Dmaction.php19 function allowSpecificAttribute(&$name, &$value) { argument
29 return in_array(strtolower($value), array('statusline','toggle'));
H A Dmath.php17 protected function allowSpecificAttribute(&$name, &$value) { argument
23 return in_array(strtolower($value), array('block','inline'));
31 return (trim($value) == 'http://www.w3.org/1998/Math/MathML');
H A Dmfrac.php17 function allowSpecificAttribute(&$name, &$value) { argument
23 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmo.php17 function allowSpecificAttribute(&$name, &$value) { argument
28 return in_array(strtolower($value), array('true','false'));
35 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmover.php17 function allowSpecificAttribute(&$name, &$value) { argument
24 return in_array(strtolower($value), array('true','false'));
H A Dmpadded.php17 function allowSpecificAttribute(&$name, &$value) { argument
27 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmspace.php17 function allowSpecificAttribute(&$name, &$value) { argument
25 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmtd.php17 function allowSpecificAttribute(&$name, &$value) { argument
23 if (is_numeric(trim($value))) {
24 $value = intval($value);
25 return ($value > 0 && $value < 100);
H A Dmunder.php17 function allowSpecificAttribute(&$name, &$value) { argument
24 return in_array(strtolower($value), array('true','false'));
H A Dmunderover.php17 function allowSpecificAttribute(&$name, &$value) { argument
24 return in_array(strtolower($value), array('true','false'));
H A Dsemantics.php17 function allowSpecificAttribute(&$name, &$value) { argument
/plugin/adhoctags/
H A DREADME.md88 - `[name=value]` – extended format for all other allowed attributes. For example, `[style=color:red]`, or `[dir=ltr]` to override the text direction set by the `:lang` attribute, etc.
/plugin/adhoctags/syntax/
H A Da.php18 function allowAttribute(&$name, &$value) { argument
24 && substr($value, 0, 11) === 'javascript:') {
30 return (preg_match('/^([\w\d]+ ?)+$/', trim($value)));
34 return (preg_match('/^[\w\d_-]+$/', trim($value)));
38 return (preg_match('/^[\w\-]+$/', trim($value)));
42 return (preg_match('/^[\w\-_\.]+$/', trim($value)));
H A Dabstract.php45 function allowAttribute(&$name, &$value) { argument
H A Ddetails.php18 function allowAttribute(&$name, &$value) { argument
19 //dbg('<details>:allowAttribute(' . $name . ', "' . $value . '")');
21 return ( $name == 'open' && in_array($value, array('','open')) );
H A Dtime.php18 function allowAttribute(&$name, &$value) { argument
19 //dbg('<time>:allowAttribute(' . $name . ', "' . $value . '")');
21 return ( $name == 'datetime' && preg_match('/^[\w\d\s_+-:]+$/i', $value) );
/plugin/adminperm/_test/
H A Dgeneral.test.php58 foreach ($conf as $key => $value) {
66 foreach ($meta as $key => $value) {
/plugin/advrack/
H A Djquery.qtip.js529 PROTOTYPE.set = function(option, value) {
540 name = option; option = {}; option[name] = value;
545 $.each(option, function(notation, value) { argument
553 obj[0][ obj[1] ] = value && value.nodeType ? $(value) : value;
559 option[notation] = [obj[0], obj[1], value, previous];
3188 elem.cx.baseVal.value,
3189 elem.cy.baseVal.value,
3190 (elem.rx || elem.r).baseVal.value + strokeWidth2,
3191 (elem.ry || elem.r).baseVal.value + strokeWidth2,
3201 { x: elem.x1.baseVal.value, y: elem.y1.baseVal.value },
[all …]
H A Draphael.js884 return value;
937 value = ((value & 255) << 16) | (value & 65280) | ((value & 16711680) >>> 16);
3493 data[key] = value;
5067 if (value != null) {
6052 value = dasharray[Str(value).toLowerCase()];
6053 if (value) {
6204 $(node, {rx: value, ry: value});
6296 $(node, {"stroke-opacity": value > 1 ? value / 100 : value});
6309 att == "font-size" && (value = toInt(value, 10) + "px");
6797 if (value != null) {
[all …]
/plugin/ahrefmenu/
H A Dadmin.php97 ptln(' <input type="hidden" name="do" value="admin" />');
98 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
101 …ptln(' <input type="submit" name="cmd[generate]" value="'.$this->getLang('btn_generate').'" />');
H A Dgenerate_map.py203 for name, value in attributes:
206 self.curr_ahref = value
214 self.curr_ahref_title = value
/plugin/aichat/Storage/
H A DSQLiteStorage.php220 foreach ($queryVector as $key => $value) {
221 $dotProduct += $value * $embedding[$key];

12345678910>>...162