Home
last modified time | relevance | path

Searched refs:list (Results 26 – 50 of 1525) sorted by path

12345678910>>...61

/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js510 // if we have a failure, we need to empty the list -- this prevents the the [TAB] key from selecting the last successful match
629 // push the current match into the set list
719 list;
731 // Browsers except FF do not fire mouseup event on scrollbars, resulting in mouseDownOnSelect remaining true, and results list not always hiding.
738 list = $("<ul/>").appendTo(element).mouseover( function(event) {
740 active = $("li", list).removeClass(CLASSES.ACTIVE).index(target(event));
780 if((offset + activeItem[0].offsetHeight - list.scrollTop()) > list[0].clientHeight) {
781 list.scrollTop(offset + activeItem[0].offsetHeight - list
1087 AnonymousFunctionf421a9ac18b00($list) global() argument
[all...]
H A Dstyle.css123 list-style: none;
220 list-style-position: outside;
221 list-style: none;
262 list-style: none;
446 .list {
484 list-style: none;
/plugin/airtable/
H A DLICENSE109 the interface presents a list of user commands or options, such as a
110 menu, a prominent item in the list meets this criterion.
/plugin/alphalist/
H A Dplugin.info.txt6 desc Combine several dokuwiki list to alphabetical list.
H A Dsyntax.php74 $list = array();
95 $list[$alphalist->plain($match[2])] = $match[2];
115 $list[$alphalist->plain($match[2])] = $match[2];
123 return $list;
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md87 ## Complete list of available dataLoader settings
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md109 Here is a full list of the files that need to be loaded for each operation:
121 ## Complete list of available export settings
133 menu | [] | A list of menu or submenu items (see the next chapter for details)
286 item or relative container, before it gets appended to the list (`ul`). The
364 function to create the menu by the given list configured through `menu`.
368 "menuWalker": function(list,container) {
369 // some magic to generate the nested lists using the given list
596 ### A list of the events
604 ### A list of menu item properties
778 Here's a full list of API functions available for your consumption:
[all …]
H A Dexport.css119 list-style: none;
H A Dexport.js2571 createMenu: function( list, container ) { argument
2574 function buildList( list, container ) { argument
2576 for ( i1 = 0; i1 < list.length; i1++ ) {
2577 var item = typeof list[ i1 ] === "string" ? {
2578 format: list[ i1 ]
2579 } : list[ i1 ];
2848 buildList.apply( this, [ list, _this.setup.menu ] );
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js502 if (list.length === 0) {
517 var item = list[i]
17602 length = list.length;
17606 (isFunction(list.listener) && list.listener === listener)) {
17614 (list[i].listener && list[i].listener === listener)) {
17624 list.length = 0;
18630 ret = list.shift();
18637 list.length = 0;
29752 list: [],
31692 list: function(list, x, y, options, wrapper) {
[all …]
H A Dpdfmake.min.js14list:[],named:{}},C=t.pos,t.pos=L+I,g=T=0;b>=T;g=T+=1)p=t.readShort(),k=t.readShort(),e=t.readByte…
15 …n t.y+=t.currentLineHeight(!0)+r}}(this)),n=this.y-o,this.x=i,this.y=o,n},list:function(t,n,r,i,o)… method in t.exports
H A Dpdfmake.min.js.map1list","pos","item","equals","inspect","match","join","indexOf","val","byteOffset","arrayIndexOf","…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md27 You can modify those defaults rules, or make your own list. The plugin allows
289 the end of the list. This means that your rules will always have the "last
/plugin/anewssystem/
H A Dstyle.css191 list-style-type: none;
328 list-style-image: url("images/toc-bullet.png");
/plugin/api/
H A DREADME.md16 `pages` returns a list of all pages
/plugin/approve/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
/plugin/archivegenerator/
H A Dadmin.php214 $list = array_map('trim', explode(',', $this->getConf('pluginsToIgnore')));
215 return '^' . $this->base . 'lib/plugins/(' . implode('|', $list) . ')$';
/plugin/asyncsearch/
H A Dasyncsearch.php122 $list = array();
125 $list[] = DOKU_PLUGIN."$p/asyncsearch.js";
127 return $list;
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DLICENSE9 notice, this list of conditions and the following disclaimer.
12 copyright notice, this list of conditions and the following
H A DREADME.md44 * for a list of spec-compliant algorithms.
252 - Bugfix 'kid' not in given key list.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
H A DSection.php30 public function setList(ListContent $list) argument
32 $this->list = $list;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DParameter.php57 public function setList($list) argument
59 $this->list = $list;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DNonSdkApi.php40 public $list; variable in Google\\Service\\ToolResults\\NonSdkApi
101 public function setList($list) argument
103 $this->list = $list;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md16 …te], we recommend using the Google Cloud client libraries. For a complete list of supported Google…
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md78 credentials file, the following code should output a list of your Drive files.

12345678910>>...61