Home
last modified time | relevance | path

Searched +defs:name +defs:value (Results 201 – 225 of 932) sorted by relevance

12345678910>>...38

/plugin/icalevents/vendor/sabre/vobject/lib/
DDocument.php132 function create($name) {
166 function createComponent($name, array $children = null, $defaults = true) {
196 function createProperty($name, $value = null, array $parameters = null, $valueType = null) {
/plugin/favoris/
Dfavoris.js16 function setCookie(name, value, expires, path, domain, secure) { argument
29 function getCookie(name) { argument
49 function deleteCookie(name, path, domain) { argument
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDocument.php131 public function create($name) {
164 public function createComponent($name, array $children = null, $defaults = true) {
193 …public function createProperty($name, $value = null, array $parameters = null, $valueType = null) {
/plugin/html2pdf/html2pdf/html2ps/
Dbox.input.text.php13 function TextInputBox($value, $name) {
/plugin/data-au/
Dhelper.php106 function _cleanData($value, $type) {
187 function _resolveData($value, $colname) {
223 function _formatData($column, $value, Doku_Renderer_xhtml $R) {
587 function _a2ua($name, $array) {
667 private function replacePlaceholders($value) {
/plugin/confmanager/configTypes/
DConfigManagerTwoLineLeftImageConfigCascade.php18 public function __construct($name, $imageFolder, $extension) {
155 protected function getImageFilename($key, $value, $upload_name, $upload_extension) {
166 protected function updateValue($key, $value) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DAbstractWebDriverCheckboxOrRadio.php22 protected $name; variable in Facebook\\WebDriver\\AbstractWebDriverCheckboxOrRadio
78 public function selectByValue($value)
100 protected function byValue($value, $select = true)
193 protected function getRelatedElements($value = null)
/plugin/database/
Ddatabase.php352 function list_of_types($value, $name, $type) {
532 var $name; variable in Column
582 function display_for_change($value='',$type='search') {
662 function toDatabase($value) {
701 function fromDatabase($value) {
722 function validate ($value, $messages) {
777 function display($value) {
856 function drop_down($name,$values,$plusZero=false,$p_value='',$listOfPointers='') {
898 var $name; variable in Table
1382 var $name; variable in File
[all …]
/plugin/sqlraw/
Dsimple_html_dom.php650 protected function match($exp, $pattern, $value) {
720 function __get($name) {
734 function __set($name, $value) {
748 function __isset($name) {
758 function __unset($name) {
943 function getAttribute($name) {return $this->__get($name);}
944 function setAttribute($name, $value) {$this->__set($name, $value);}
945 function hasAttribute($name) {return $this->__isset($name);}
946 function removeAttribute($name) {$this->__set($name, null);}
949 function getElementByTagName($name) {return $this->find($name, 0);}
[all …]
/plugin/adhocmathml/
Dmath.php17 protected function allowSpecificAttribute(&$name, &$value) {
Dmo.php17 function allowSpecificAttribute(&$name, &$value) {
Dmaction.php19 function allowSpecificAttribute(&$name, &$value) {
Dmtd.php17 function allowSpecificAttribute(&$name, &$value) {
Dmspace.php17 function allowSpecificAttribute(&$name, &$value) {
Dmpadded.php17 function allowSpecificAttribute(&$name, &$value) {
Dmunderover.php17 function allowSpecificAttribute(&$name, &$value) {
Dsemantics.php17 function allowSpecificAttribute(&$name, &$value) {
Dmfrac.php17 function allowSpecificAttribute(&$name, &$value) {
Dmover.php17 function allowSpecificAttribute(&$name, &$value) {
Dmunder.php17 function allowSpecificAttribute(&$name, &$value) {
/plugin/rrdgraph/inc/
Drpncomputer.php27 public function addConst($name, $value) {
/plugin/adhoctags/syntax/
Da.php18 function allowAttribute(&$name, &$value) {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_csp.js59 /******/ __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
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php792 function SetFormButtonJS($name, $js)
802 function SetFormChoiceJS($name, $js)
812 function SetFormTextJS($name, $js)
837 …function SetFormText($w, $h, $name, $value = '', $default = '', $title = '', $flags = [], $align =…
938 function SetFormChoice($w, $h, $name, $flags, $array, $align = 'L', $js = '')
1012 …function SetCheckBox($w, $h, $name, $value, $title = '', $checked = false, $flags = [], $disabled …
1019 …function SetRadio($w, $h, $name, $value, $title = '', $checked = false, $flags = [], $disabled = f…
1025 …function SetFormReset($w, $h, $name, $value = 'Reset', $title = '', $flags = [], $background_col =…
1034 …function SetJSButton($w, $h, $name, $value, $js, $image_id = 0, $title = '', $flags = [], $indexed…
1051 …function SetFormSubmit($w, $h, $name, $value = 'Submit', $url = '', $title = '', $typ = 'html', $m…
[all …]
/plugin/combo/ComboStrap/
H A DTemplateStore.php31 public function getFromName(string $name, $default = null)
36 public function setFromPersistentName(string $name, $value, $default = null)

12345678910>>...38