| /plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ |
| D | GoogleAppsCardV1SwitchControl.php | 29 public $name; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1SwitchControl 39 public $value; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1SwitchControl 58 public function setName($name) 100 public function setValue($value)
|
| /plugin/swiftmail/Swift/Message/ |
| D | Headers.php | 111 public function set($name, $value) 149 public function get($name) 161 public function remove($name) 185 public function has($name) 272 public function setAttribute($header, $name, $value) 298 public function hasAttribute($header, $name) 318 public function getAttribute($header, $name) 340 public function removeAttribute($header, $name) 369 public function getEncoded($name)
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
| D | dhtmlxgantt_marker.js | 59 /******/ __webpack_require__.d = function(exports, name, getter) { argument 68 /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); property 70 /******/ Object.defineProperty(exports, '__esModule', { value: true }); property 78 /******/ __webpack_require__.t = function(value, mode) { argument 84 /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); property 123 name: "marker", property 206 name: "marker", property
|
| /plugin/odt/helper/ |
| D | csscolors.php | 51 public static function getColorValue ($name=NULL) { 61 public static function getValueName ($value=NULL) { 71 public static function isKnownColorName ($name=NULL) {
|
| /plugin/fields/ |
| D | helper.php | 8 function ODTSetUserField(&$renderer, $name, $value) { 17 function ODTDisplayUserField(&$renderer, $name) {
|
| /plugin/syntaxhighlighter3/sxh3/src/js/ |
| D | shLegacy.js | 15 function getValue(list, name) argument 28 function defaultValue(value, def) argument 33 function asString(value) argument 67 name, argument 94 function findTagsByName(list, name, tagName) argument
|
| /plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
| D | shLegacy.js | 31 function getValue(list, name) argument 44 function defaultValue(value, def) argument 49 function asString(value) argument 83 name, argument 110 function findTagsByName(list, name, tagName) argument
|
| /plugin/combo/vendor/php-webdriver/webdriver/lib/ |
| H A D | WebDriverBy.php | 21 private $value; variable in Facebook\\WebDriver\\WebDriverBy 23 protected function __construct($mechanism, $value) 85 public static function name($name) function in Facebook\\WebDriver\\WebDriverBy
|
| H A D | Cookie.php | 23 public function __construct($name, $value) 236 public function offsetSet($offset, $value) 258 protected function validateCookieName($name) 272 protected function validateCookieValue($value)
|
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | compat.js | 4 read: function (name) argument 22 write: function (name, value, expires, path) argument 40 remove: function (name) argument
|
| D | cookie.js | 8 function setCookie(name, value, expires, path, domain, secure) { argument 15 function getCookie(name) { argument 37 function deleteCookie(name, path, domain) { argument
|
| /plugin/odt/ODT/css/ |
| D | csscolors.php | 302 public static function getColorValue ($name=NULL) { 318 public static function getValueName ($value=NULL) { 332 public static function isKnownColorName ($name=NULL) {
|
| /plugin/grensladawritezor/fckeditor/editor/_source/classes/ |
| D | fckstyledef.js | 24 var FCKStyleDef = function( name, element ) argument 32 FCKStyleDef.prototype.AddAttribute = function( name, value ) argument
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | css.counter.php | 7 function CSSCounter($name) { 24 function set($value) { 28 function set_name($value) {
|
| D | output._interface.class.php | 19 function new_form($name) {} 21 function field_multiline_text($x, $y, $w, $h, $value, $field_name) { } 22 function field_text($x, $y, $w, $h, $value, $field_name) { } 23 function field_password($x, $y, $w, $h, $value, $field_name) { } 26 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) { } 28 function field_pushbuttonsubmit($x, $y, $w, $h, $field_name, $value, $actionURL) { } 30 function field_checkbox($x, $y, $w, $h, $name, $value) { } 31 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { } 32 function field_select($x, $y, $w, $h, $name, $value, $options) { } 35 function font_ascender($name, $encoding) {} [all …]
|
| D | output.fpdf.class.php | 88 function field_multiline_text($x, $y, $w, $h, $value, $field_name) { 93 function field_text($x, $y, $w, $h, $value, $field_name) { 98 function field_password($x, $y, $w, $h, $value, $field_name) { 108 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) { 118 function field_pushbuttonsubmit($x, $y, $w, $h, $field_name, $value, $actionURL) { 123 function field_checkbox($x, $y, $w, $h, $name, $value, $checked) { 128 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { 139 function field_select($x, $y, $w, $h, $name, $value, $options) { 148 function findfont($name, $encoding) { 153 function font_ascender($name, $encoding) { [all …]
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
| D | TemplateTest.php | 259 public function testGetAttribute($defined, $value, $object, $item, $arguments, $type) 269 …public function testGetAttributeStrict($defined, $value, $object, $item, $arguments, $type, $excep… 291 public function testGetAttributeDefined($defined, $value, $object, $item, $arguments, $type) 301 … public function testGetAttributeDefinedStrict($defined, $value, $object, $item, $arguments, $type) 465 private $name; variable in Twig_TemplateTest 467 public function __construct(Environment $env, $name = 'index.twig') 542 public function offsetExists($name) 547 public function offsetGet($name) 552 public function offsetSet($name, $value) 556 public function offsetUnset($name) [all …]
|
| /plugin/chat/ |
| D | tw-sack.js | 58 this.setVar = function(name, value){ argument 62 this.encVar = function(name, value, returnvars) { argument
|
| /plugin/fckg/fckeditor/editor/dialog/ |
| D | tw-sack.js | 58 this.setVar = function(name, value){ argument 62 this.encVar = function(name, value, returnvars) { argument
|
| /plugin/fckg/fckeditor/ |
| D | tw-sack.js | 58 this.setVar = function(name, value){ argument 62 this.encVar = function(name, value, returnvars) { argument
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/ |
| D | Variable.php | 28 public $name; variable in Google\\Service\\CloudDebugger\\Variable 38 public $value; variable in Google\\Service\\CloudDebugger\\Variable 61 public function setName($name) 103 public function setValue($value)
|
| /plugin/button/ |
| D | syntax.php | 111 protected function setStyle($name, $value) 116 protected function getStyle($name) 121 protected function hasStyle($name) 127 protected function getConfStyles($name = null) 169 protected function setTarget($name, $value) 174 protected function getTarget($name) 179 protected function hasTarget($name) 349 function dokuwiki_get_link(&$xhtml, $id, $name = NULL) 379 …function internallink(&$xhtml, $id, $name = NULL, $search = NULL, $returnonly = false, $linktype =… 524 public function interwikilink(&$xhtml, $match, $name, $wikiName, $wikiUri, $returnonly = false)
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
| D | Percentiles.php | 19 public function __construct(string $name, ?string $field = null) 33 public function setCompression(float $value): self 45 public function setHdr(string $key, float $value): self
|
| /plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/ |
| D | ManipulationTrait.php | 27 public function __call(string $name, array $arguments) { 364 public function removeAttr(string $name): self { 379 public function hasAttr(string $name): bool { 396 public function getAttr(string $name): string { 414 public function setAttr(string $name, $value): self { 430 public function attr(string $name, $value = null) { 445 protected function _pushAttrValue(string $name, $value, bool $addValue = false): void {
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | PropertyList.php | 39 public function get($name) 56 public function set($name, $value) 66 public function has($name) 76 public function reset($name = null)
|