Home
last modified time | relevance | path

Searched +defs:name +defs:value (Results 151 – 175 of 932) sorted by relevance

12345678910>>...38

/plugin/html2pdf/html2pdf/html2ps/
Dbox.input.textarea.php8 function TextAreaInputBox($value, $name) {
48 function set_value($value) {
Doutput.pcl.class.php71 function PCLEscapeGroup($char, $value) {
256 function field_multiline_text($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
257 function field_text($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
258 function field_password($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
260 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) { /* N/A */ }
262 function field_pushbuttonsubmit($x, $y, $w, $h, $field_name, $value, $actionURL) { /* N/A */ }
263 function field_checkbox($x, $y, $w, $h, $name, $value) { /* N/A */ }
264 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { /* N/A */ }
265 function field_select($x, $y, $w, $h, $name, $value, $options) { /* N/A */ }
268 function font_ascender($name, $encoding) {}
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
DGoogleAppsCardV1TextInput.php37 public $name; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1TextInput
47 public $value; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1TextInput
108 public function setName($name)
150 public function setValue($value)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
DActivityEventsParameters.php46 public $name; variable in Google\\Service\\Reports\\ActivityEventsParameters
50 public $value; variable in Google\\Service\\Reports\\ActivityEventsParameters
139 public function setName($name)
153 public function setValue($value)
/plugin/jplayer/components/
Drequire.js109 eachProp(source, function (value, prop) { argument
139 function getGlobal(value) { argument
259 function normalize(name, baseName, applyMap) { argument
357 function removeScript(name) { argument
385 function splitPrefix(name) { argument
410 function makeModuleMap(name, parentModuleMap, isNormalized, applyMap) { argument
439 normalizedName = pluginModule.normalize(name, function (name) { argument
493 function on(depMap, name, fn) { argument
935 name = plugin.normalize(name, function (name) { argument
945 'defined', bind(this, function (value) { argument
[all …]
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
DArithmetic.php290 public function getFunction($name)
312 public function getConstant($name)
334 public function getVariable($name)
355 public function addFunction($name, $callable = null)
367 public function addConstant($name, $value)
379 public function addVariable($name, callable $callable)
/plugin/struct/types/
H A DColor.php34 public function renderValue($value, \Doku_Renderer $R, $mode)
64 public function valueEditor($name, $rawvalue, $htmlID)
85 …public function renderTagCloudLink($value, \Doku_Renderer $R, $mode, $page, $filter, $weight, $sho…
103 public function getSortString($value)
H A DMedia.php50 public function renderValue($value, \Doku_Renderer $R, $mode)
100 public function valueEditor($name, $rawvalue, $htmlID)
124 …public function renderTagCloudLink($value, \Doku_Renderer $R, $mode, $page, $filter, $weight, $sho…
/plugin/odt/helper/
Dconfig.php428 public function setParam($name, $value) {
440 public function getParam($name) {
450 public function isParam($name) {
463 public function isRefreshable($name) {
476 public function hasDWGlobalSetting($name) {
489 public function isGlobalSetting($name) {
502 public function isURLSetting($name) {
515 public function isMetaSetting($name) {
529 public function addingToMetaIsAllowed($name, $pos) {
/plugin/davcard/vendor/sabre/vobject/lib/
DComponent.php24 public $name; variable in Sabre\\VObject\\Component
50 function __construct(Document $root, $name, array $children = array(), $defaults = true) {
216 function select($name) {
374 function __get($name) {
394 function __isset($name) {
414 function __set($name, $value) {
444 function __unset($name) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
DComponent.php24 public $name; variable in Sabre\\VObject\\Component
50 function __construct(Document $root, $name, array $children = array(), $defaults = true) {
216 function select($name) {
374 function __get($name) {
394 function __isset($name) {
414 function __set($name, $value) {
444 function __unset($name) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php24 public $name; variable in Sabre\\VObject\\Component
50 function __construct(Document $root, $name, array $children = array(), $defaults = true) {
216 function select($name) {
374 function __get($name) {
394 function __isset($name) {
414 function __set($name, $value) {
444 function __unset($name) {
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
Drequire.js109 eachProp(source, function (value, prop) { argument
139 function getGlobal(value) { argument
259 function normalize(name, baseName, applyMap) { argument
357 function removeScript(name) { argument
385 function splitPrefix(name) { argument
410 function makeModuleMap(name, parentModuleMap, isNormalized, applyMap) { argument
439 normalizedName = pluginModule.normalize(name, function (name) { argument
493 function on(depMap, name, fn) { argument
935 name = plugin.normalize(name, function (name) { argument
945 'defined', bind(this, function (value) { argument
[all …]
/plugin/struct/script/
H A DAggregationEditor.js113 name: 'searchconf', property
114 value: $agg.attr('data-searchconf') property
121 name: 'pid', property
122 value: JSINFO.id property
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DServerRequestInterface.php227 public function getAttribute(string $name, $default = null);
244 public function withAttribute(string $name, $value): ServerRequestInterface;
260 public function withoutAttribute(string $name): ServerRequestInterface;
/plugin/authgooglesheets/vendor/psr/http-message/src/
DServerRequestInterface.php227 public function getAttribute($name, $default = null);
244 public function withAttribute($name, $value);
260 public function withoutAttribute($name);
/plugin/asciidocjs/node_modules/async/internal/
DconsoleFunc.js4 value: true property
14 function consoleFunc(name) { argument
/plugin/webdav/vendor/sabre/vobject/lib/
DComponent.php26 public $name; variable in Sabre\\VObject\\Component
51 public function __construct(Document $root, $name, array $children = [], $defaults = true)
221 public function select($name)
438 public function __get($name)
463 public function __isset($name)
482 public function __set($name, $value)
499 public function __unset($name)
/plugin/icalevents/vendor/sabre/vobject/lib/
DComponent.php26 public $name; variable in Sabre\\VObject\\Component
53 function __construct(Document $root, $name, array $children = [], $defaults = true) {
231 function select($name) {
462 function __get($name) {
489 function __isset($name) {
510 function __set($name, $value) {
529 function __unset($name) {
/plugin/ckgedit/scripts/
Dsetsamesite.php6 …function setcookieSameSite($name, $value, $expire=0, $path ='/', $domain="", $httponly="HttpOnly",…
/plugin/asciidocjs/node_modules/core-js/modules/
D_wks-define.js6 module.exports = function (name) { argument
8 …if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty($Symbol, name, { value: wksExt.f(n… property
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_wks-define.js6 module.exports = function (name) { argument
8 …if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty($Symbol, name, { value: wksExt.f(n… property
/plugin/farm/
Danimal.class.php17 private $name = ''; variable in dokuwiki_farm_animal
31 function __construct($name = '', $manager = null) {
113 public function getMetadata($name = '', $default = null) {
132 public function setMetadata($name = '', $value = '') {
214 public function setWikiConf($mode = 'editable', $path = array(), $value = null) {
374 public function addUser($user, $pass, $name, $mail, $grps=null) {
580 public static function createNew($name = '', $template = null, $host = null, $handler = null) {
780 public static function exists($name = '') {
/plugin/moaieditor/scripts/
Deditor.js30 this.editors.push({object:moaiEditor.mirror, name:'native'}); property
34 this.editors.push({object:plugin, name:name}); property
89 const value = {soft:'off', off:'soft'}[moaiEditor.editor.linewrap.value]; variable
102 crash (name) { argument
/plugin/jplayer/vendor/symfony/process/
DProcessBuilder.php142 public function setEnv($name, $value)
221 public function setOption($name, $value)

12345678910>>...38