Home
last modified time | relevance | path

Searched +defs:select +defs:name (Results 1 – 25 of 255) sorted by relevance

1234567891011

/plugin/zip/pear/File/Archive/Reader/
DChangeName.php57 function modifyName($name)
68 function unmodifyName($name)
108 function select($filename, $close = true) function in File_Archive_Reader_AddBaseName
150 function modifyName($name)
166 function unmodifyName($name)
205 function select($filename, $close = true) function in File_Archive_Reader_ChangeBaseName
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DAbstractWebDriverCheckboxOrRadio.php22 protected $name; variable in Facebook\\WebDriver\\AbstractWebDriverCheckboxOrRadio
100 protected function byValue($value, $select = true)
126 protected function byIndex($index, $select = true)
143 protected function byVisibleText($text, $partial = false, $select = true)
/plugin/bibtex/OSBib/create/
DFORM.php82 function hidden($name, $value)
90 function radioButton($label, $name, $value = FALSE, $checked = FALSE)
102 function checkbox($label, $name, $checked = FALSE)
117 function selectFBox($label, $name, $array, $size = 3, $override = FALSE)
140 function selectedBox($label, $name, $array, $select, $size = 3, $override = FALSE)
169 function selectFBoxValue($label, $name, $array, $size = 3, $override = FALSE)
198 function selectedBoxValue($label, $name, $array, $select, $size = 3, $override = FALSE)
222 function selectFBoxValueMultiple($label, $name, $array, $size = 3, $override = FALSE)
252 function selectedBoxValueMultiple($label, $name, $array, $values, $size = 3, $override = FALSE)
302 function passwordInput($label, $name, $value = FALSE, $size = 20, $maxLength = 255)
[all …]
/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) { function in Sabre\\VObject\\Component
374 function __get($name) {
394 function __isset($name) {
414 function __set($name, $value) {
444 function __unset($name) {
/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) { function in Sabre\\VObject\\Component
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) { function in Sabre\\VObject\\Component
374 function __get($name) {
394 function __isset($name) {
414 function __set($name, $value) {
444 function __unset($name) {
/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) function in Sabre\\VObject\\Component
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) { function in Sabre\\VObject\\Component
462 function __get($name) {
489 function __isset($name) {
510 function __set($name, $value) {
529 function __unset($name) {
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.menu.js34 name: "menu", property
46 select: $.noop, // property
100 select: function (event, ui) { method
/plugin/struct/types/
H A DDateTime.php44 public function valueEditor($name, $rawvalue, $htmlID)
105 public function select(QueryBuilder $QB, $tablealias, $colname, $alias) function in dokuwiki\\plugin\\struct\\types\\DateTime
H A DAbstractBaseType.php263 public function multiValueEditor($name, $rawvalues, $htmlID)
290 public function valueEditor($name, $rawvalue, $htmlID)
413 public function select(QueryBuilder $QB, $tablealias, $colname, $alias) function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
/plugin/bureaucracy/script/
Duser.js21 response(jQuery.map(data, function (name, user) { argument
78 select: function (event, ui) { method
/plugin/bureaucracy-au/script/
Duser.js21 response(jQuery.map(data, function (name, user) { argument
78 select: function (event, ui) { method
/plugin/bureaucracyau/script/
Duser.js21 response(jQuery.map(data, function (name, user) { argument
78 select: function (event, ui) { method
/plugin/structjoin/types/
DJoin.php13 public function valueEditor($name, $rawvalue, $htmlID)
94 public function select(QueryBuilder $QB, $tablealias, $colname, $alias) { function in dokuwiki\\plugin\\structjoin\\types\\Join
/plugin/data-au/
Dscript.js60 response(jQuery.map(dataau, function (name, id) { argument
130 select: function (event, ui) { method
/plugin/linkmanager/
Dscript.js158 select: function(event,link){ method
308 "name":"linknameselect", property
/plugin/data/
Dscript.js60 response(jQuery.map(data, function (name, id) { argument
130 select: function (event, ui) { method
/plugin/emoji/script/
Djquery.textcomplete.js58 $.each(['header', 'footer', 'placement', 'maxCount'], function (name) { argument
289 select: function (value, strategy, e) { method
366 var bindFirst = function(el, name, fn) { argument
433 …maxCount', 'placement', 'footer', 'header', 'noResultsMessage', 'className'], function (_i, name) { argument
1010 select: function (/* value, strategy */) { method
1092 select: function (value, strategy, e) { method
1166 select: function (value, strategy, e) { method
1221 select: function (value, strategy, e) { method
/plugin/confmanager/
Djquery.form.js838 a.push({name: n, value: $(el).val(), type: el.type }); property
839 a.push({name: n+'.x', value: form.clk_x}, {name: n+'.y', value: form.clk_y}); property
849 a.push({name: n, value: v[j]}); property
858 a.push({name: n, value: files[j], type: el.type}); property
863 a.push({ name: n, value: '', type: el.type }); property
869 a.push({name: n, value: v, type: el.type, required: el.required}); property
878 a.push({name: n, value: $input.val()}); property
879 a.push({name: n+'.x', value: form.clk_x}, {name: n+'.y', value: form.clk_y}); property
908 a.push({name: n, value: v[i]}); property
912 a.push({name: this.name, value: v}); property
[all …]
/plugin/dokumicrobugtracker/js/
Djquery.jeditable.mini.js34 $(this).append(textarea);return(textarea);}},select:{element:function(settings,original){var select… property
38 …evert)){$(this).attr('selected','selected');}});}}},addInputType:function(name,input){$.editable.t… property
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_multiselect.js59 /******/ __webpack_require__.d = function(exports, name, getter) { argument
166 select: function (id, e) { method
/plugin/datatables/assets/datatables.net-i18n/
Did.json122 "select": { object
205 "name": "Nama:", string
211 "select": "Pemilihan", string
Dhu.json21 "select": { object
208 "name": "Név:", string
214 "select": "Kijelölések", string
/plugin/diagramsnet/lib/js/diagramly/
DPages.js79 function RenamePage(ui, page, name) argument
230 function ChangePage(ui, page, select, index, noSelect) argument
366 graph.getGlobalVariable = function(name) argument
841 Graph.recentCustomFonts[fontName.toLowerCase()] = {name: fontName, url: fontUrl}; property
889 this.extFonts.push({name: fontName, url: fontUrl}); property
1056 EditorUi.prototype.createPage = function(name, id) argument
1159 EditorUi.prototype.duplicatePage = function(page, name) argument
1216 …w FilenameDialog(this, page.getName(), mxResources.get('rename'), mxUtils.bind(this, function(name) argument

1234567891011