Home
last modified time | relevance | path

Searched refs:select (Results 626 – 650 of 833) sorted by path

1...<<21222324252627282930>>...34

/plugin/revealjs/
H A DREADME.md217 Alternatively, to select a theme put a
H A Dchangelog.md46 …- You can now select between the default one(start_button.png), the one from the s5 plugin (start_…
/plugin/revealjs/plugin/search/
H A Dsearch.js117 inputbox.select();
/plugin/rrdgraph/
H A Dscript.js15 var select = jQuery("select#__T" + graphId);
33 select.val(rangeId);
H A Dstyle.css20 div.rrdImage select
106 div.rrdImage select { display: inline-block; }
/plugin/rstudio/
H A DREADME.md3 …s inside the RStudio code blocks. This is done by clicking the ckgedit's select-all tool and then …
/plugin/s5/ui/blue/
H A Dpretty.css72 div#controls select {visibility: hidden; background: #DDD; color: #227;}
73 div#controls div:hover select {visibility: visible;}
/plugin/s5/ui/flower/
H A Dpretty.css67 div#controls select {visibility: hidden; background: #DDD; color: #227;}
68 div#controls div:hover select {visibility: visible;}
/plugin/s5/ui/pixel/
H A Dpretty.css64 div#controls select {visibility: hidden; background: #DDD; color: #227;}
65 div#controls div:hover select {visibility: visible;}
/plugin/s5/ui/yatil/
H A Dpretty.css83 div#controls select {visibility: hidden; background: #f3f3f3; color: #333;}
84 div#controls div:hover select {visibility: visible;}
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js244 if (this.options.select) {
245 var nodes = $(selectedElement).select('.' + this.options.select) || [];
246 if(nodes.length>0) value = Element.collectTextNodes(nodes[0], this.options.select);
H A Ddragdrop.js217 Draggables[eventName+'Count'] = Draggables.observers.select(
717 (options.handle ? $(e).select('.' + options.handle)[0] : e);
H A Dprototype.js924 select: findAll,
988 return this.select(function(value) {
1004 return this.select(function(value) {
1991 return Element.select(element, "*");
2059 select: function(element) { method in Element.Methods
2439 getElementsBySelector: Element.Methods.select,
3146 var descendants = Element.select(clone, '*'),
4043 select: function(element) { method in Form.Element
4044 $(element).select();
4092 element.select();
[all …]
/plugin/schedule/lib/
H A DscheduleForm.js10 function scheduleCheckSelect (select) { argument
11 var warning = select.find ('option:selected').val () == "";
12 select.prev (".warningPlace").toggleClass ("warning", warning);
/plugin/schedule/
H A Dstyle.css47 div.schedule table.admin select {
331 div.schedule table.form select,
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.DefaultScheme.txt
/plugin/searchtablejs/TableFilter_EN/
H A Dactb.js95 m.select();
106 m.select();
H A Dfiltergrid.css47 div.mdiv select{ height:20px; }/*paging drop-down list*/
/plugin/securelogin/
H A DREADME.md51 - Once installed, go the Admin page and select "Secure login configuration".
/plugin/select/
H A DREADME3 http://dokuwiki.org/plugin:select
H A Dplugin.info.txt2 base select
8 url http://www.dokuwiki.org/plugin:select
/plugin/selectsearch/
H A Dstyle.css1 select.selectsearch_namespace {
/plugin/semanticdata/
H A Dstyle.css103 #dw__editform fieldset.plugin__data table td select,
/plugin/semanticdata/syntax/
H A Dtable.php322 $select = array();
332 $select[] = '?page';
337 $select[] = '?class';
341 $select[] = '?title';
354 …$select[] = sprintf('(GROUP_CONCAT(DISTINCT ?%s ; SEPARATOR=",") AS ?%ss)',$tables[$key],$tables[$…
376 …$select[] = "(GROUP_CONCAT(DISTINCT ?".$tables[$col]." ; SEPARATOR=\",\") AS ?".$tables[$col]."s)";
442 "SELECT DISTINCT ".join(' ',$select).
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js1210 select: 3, reject: 3, every: 3, all: 3, some: 3, any: 3, include: 3, includes: 3,

1...<<21222324252627282930>>...34