Home
last modified time | relevance | path

Searched refs:value (Results 3001 – 3025 of 4040) sorted by relevance

1...<<121122123124125126127128129130>>...162

/plugin/pdfjs/pdfjs/web/locale/fy-NL/
H A Dviewer.properties132 # a numerical per cent value.
172 # [one|two|few|many|other], with [other] as the default value.
183 # [zero|one|two|few|many|other], with [other] as the default value.
184 # "{{limit}}" will be replaced by a numerical value.
219 # numerical scale value.
/plugin/pdfjs/pdfjs/web/locale/tl/
H A Dviewer.properties132 # a numerical per cent value.
172 # [one|two|few|many|other], with [other] as the default value.
183 # [zero|one|two|few|many|other], with [other] as the default value.
184 # "{{limit}}" will be replaced by a numerical value.
219 # numerical scale value.
/plugin/pdfjs/pdfjs/web/locale/da/
H A Dviewer.properties132 # a numerical per cent value.
172 # [one|two|few|many|other], with [other] as the default value.
183 # [zero|one|two|few|many|other], with [other] as the default value.
184 # "{{limit}}" will be replaced by a numerical value.
219 # numerical scale value.
/plugin/pdfjs/pdfjs/web/locale/en-CA/
H A Dviewer.properties132 # a numerical per cent value.
172 # [one|two|few|many|other], with [other] as the default value.
183 # [zero|one|two|few|many|other], with [other] as the default value.
184 # "{{limit}}" will be replaced by a numerical value.
219 # numerical scale value.
/plugin/pdfjs/pdfjs/web/locale/fi/
H A Dviewer.properties132 # a numerical per cent value.
172 # [one|two|few|many|other], with [other] as the default value.
183 # [zero|one|two|few|many|other], with [other] as the default value.
184 # "{{limit}}" will be replaced by a numerical value.
219 # numerical scale value.
/plugin/pdfjs/pdfjs/web/locale/lt/
H A Dviewer.properties132 # a numerical per cent value.
172 # [one|two|few|many|other], with [other] as the default value.
183 # [zero|one|two|few|many|other], with [other] as the default value.
184 # "{{limit}}" will be replaced by a numerical value.
219 # numerical scale value.
/plugin/pdfjs/pdfjs/web/locale/cy/
H A Dviewer.properties132 # a numerical per cent value.
172 # [one|two|few|many|other], with [other] as the default value.
183 # [zero|one|two|few|many|other], with [other] as the default value.
184 # "{{limit}}" will be replaced by a numerical value.
219 # numerical scale value.
/plugin/pdfjs/pdfjs/web/locale/id/
H A Dviewer.properties132 # a numerical per cent value.
172 # [one|two|few|many|other], with [other] as the default value.
183 # [zero|one|two|few|many|other], with [other] as the default value.
184 # "{{limit}}" will be replaced by a numerical value.
219 # numerical scale value.
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php659 public $value; variable in Google_PropertyFilter
672 public function setValue(Google_Value $value) { argument
673 $this->value = $value;
676 return $this->value;
/plugin/pdfjs/pdfjs/web/locale/nl/
H A Dviewer.properties132 # a numerical per cent value.
172 # [one|two|few|many|other], with [other] as the default value.
183 # [zero|one|two|few|many|other], with [other] as the default value.
184 # "{{limit}}" will be replaced by a numerical value.
219 # numerical scale value.
/plugin/pdfjs/pdfjs/web/locale/nn-NO/
H A Dviewer.properties132 # a numerical per cent value.
172 # [one|two|few|many|other], with [other] as the default value.
183 # [zero|one|two|few|many|other], with [other] as the default value.
184 # "{{limit}}" will be replaced by a numerical value.
219 # numerical scale value.
/plugin/pdfjs/pdfjs/web/locale/sv-SE/
H A Dviewer.properties132 # a numerical per cent value.
172 # [one|two|few|many|other], with [other] as the default value.
183 # [zero|one|two|few|many|other], with [other] as the default value.
184 # "{{limit}}" will be replaced by a numerical value.
219 # numerical scale value.
/plugin/pdfjs/pdfjs/web/locale/en-GB/
H A Dviewer.properties132 # a numerical per cent value.
172 # [one|two|few|many|other], with [other] as the default value.
183 # [zero|one|two|few|many|other], with [other] as the default value.
184 # "{{limit}}" will be replaced by a numerical value.
219 # numerical scale value.
/plugin/authradius/
H A Ddes.php236 $value = ord($byteStream[$offset]) * 0x80 +
244 $bitStream .= chr($value);
/plugin/bibtex/OSBib/
H A DUTF8.php136 foreach( $unicode[0] as $key => $value) {
137 $str = preg_replace("/".$value."/", $this->code2utf8($unicode[1][$key]), $str);
/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php59 foreach ($this->dictWords as $key=>$value) {
60 $this->dictWords[$key] = str_replace($this->hyphen, $hyphen, $value);
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.lasso68 …<input type="hidden" id="' + self->instancename + '" name="' + self->instancename + '" value="' + …
102 local('out' = '<input type="hidden" id="' + self->instancename + '___Config" value="');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php205 $propPatch->handle('{DAV:}resourcetype', function($value) use ($node) {
206 if ($value->is('{' . Plugin::NS_CALENDARSERVER . '}shared-owner')) return false;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php217 $propPatch->handle('{DAV:}resourcetype', function($value) use ($node) {
218 if ($value->is('{' . Plugin::NS_CALENDARSERVER . '}shared-owner')) return false;
/plugin/fastwiki/
H A Daction.php185 //foreach ($_COOKIE as $name=>$value)
186 // array_push($cookies, $name . '=' . addslashes($value));
347 foreach ($_SERVER as $name => $value) {
349 $headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;
/plugin/combo/ComboStrap/
H A DBlockquoteTag.php287 $value = $tagAttributes->getValueAndRemove($tweetAttributesName);
288 $tagAttributes->addOutputAttributeValue("data-" . $tweetAttributesName, $value);
/plugin/linkback/
H A Dhttp.php5 * the retrieved body is limited to the value set in max_bodysize.
170 list ($key, $value, $foo) = explode('=', $cookie);
171 $this->cookies[$key] = $value;
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php409 foreach($this->nodes as $key => $value) {
410 if(strtolower(get_class($value)) == "xmlbranch")
420 foreach($this->nodes as $key => $value) {
421 if(strtolower(get_class($value)) == "xmlleaf")
/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;
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php57 foreach($style as $key => $value)
58 $this->bibformat->style[str_replace("style_", "", $key)] = $value;
62 foreach($temp as $key => $value)
65 $independent[$split[1]] = $value;

1...<<121122123124125126127128129130>>...162