Home
last modified time | relevance | path

Searched refs:list (Results 1501 – 1525 of 1525) sorted by last modified time

1...<<61

/plugin/virtualkeyboard/vk/extensions/dom/
H A Dautosuggest.js120 this.setSuggestions = function (list /* :Array */) /* :Boolean */ { argument
121 if (!isArray(list)) return false;
122 options.list = list;
196 controller.addOptionsList(options.list);
H A Dselectbox.js675 this.addOptionsList = function ( list /* :Array */ argument
678 if (isUndefined(list) || !isNumeric(list.length) || list.length<1) return false;
681 for (var i=0, lL=list.length; i<lL; i++) {
682 var li = list[i];
/plugin/indexmenu2/templates/DokuWiki/
H A Dlayout.css5 list-style: none;
/plugin/chat/
H A Dreadme.txt56 When only ''Read'' right is set, user can see the messages list but is not allowed to send
H A Dscript.js564 if (list) {
565 if (list.className.indexOf(' chat-line-last') != -1) {
566 list.className = list.className.replace(/ chat-line-last/gi, '');
645 list.innerHTML = "<strong>" +
651 list.style.display = 'block';
652 list.style.height = '';
670 var list = document.getElementById('chatList');
671 list.innerHTML = "&nbsp;";
800 var list = document.getElementById('chatList');
827 if (list) {
[all …]
H A Dstyle.css10 div.chat-list {
/plugin/googlesearch/
H A Dnusoap.php1496 foreach($this->imports as $ns => $list) {
1497 foreach ($list as $ii) {
4145 foreach ($this->schemas as $ns => $list) {
4146 foreach ($list as $xs) {
4174 foreach ($this->import as $ns => $list) {
4176 if (! $list[$ii]['loaded']) {
4178 $url = $list[$ii]['location'];
4894 foreach($this->import as $ns => $list) {
4895 foreach ($list as $ii) {
4907 foreach ($this->schemas as $ns => $list) {
[all …]
/plugin/txtconf/lang/fr/
H A Dintro_smileys.txt5 Et egalement [[wp>Smiley|Wikipedia list of Smiley]]
H A Dintro_entities.txt7 Et egalement [[wp>List_of_XML_and_HTML_character_entity_references|Wikipedia list of entities]]
/plugin/txtconf/lang/en/
H A Dintro_smileys.txt5 You can alos refer to the [[wp>Smiley|Wikipedia list of Smiley]]
H A Dintro_mime.txt4 This list is also take to check if a file is allowed to be uploaded or not.\\
H A Dintro_entities.txt5 You can alos refer to the [[wp>List_of_XML_and_HTML_character_entity_references|Wikipedia list of e…
/plugin/zip/pear/File/
H A DArchive.php890 function predExtension($list) argument
893 return new File_Archive_Predicate_Extension($list);
903 function predMIME($list) argument
906 return new File_Archive_Predicate_MIME($list);
/plugin/zip/pear/File/Archive/Reader/
H A DChangeName.php98 $list = parent::getFileList();
100 foreach ($list as $name) {
195 $list = parent::getFileList();
197 foreach ($list as $name) {
/plugin/indexmenu2/cms/templates/ClassicVertical/
H A Dlayout.css9 list-style: none;
/plugin/indexmenu2/cms/templates/DropdownSlide/
H A Dmenu.css7 list-style: none;
/plugin/indexmenu2/cms/templates/ClassicHorizontal/
H A Dlayout.css9 list-style: none;
/plugin/indexmenu2/cms/templates/SimpleTree/
H A Dlayout.css5 list-style: none;
/plugin/bibtex/OSBib/
H A DCHANGELOG18 Some debugging of creator list formatting in bibliographic styles. Multiple punctuation following …
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php394 $list = base64_decode($this->session->getVar("cite_creatorList"));
402 "cite_creatorList", $example, $list, 2) . MISC::br() .
411 $list = base64_decode($this->session->getVar("cite_creatorListSubsequent"));
420 "cite_creatorListSubsequent", $example, $list, 2) . MISC::br() .
734 $list = base64_decode($this->session->getVar("style_primaryCreatorList"));
742 "style_primaryCreatorList", $example, $list, 2) . MISC::br() .
751 $list = base64_decode($this->session->getVar("style_otherCreatorList"));
759 "style_otherCreatorList", $example, $list, 2) . MISC::br() .
H A Dosbib.css108 * alternate background colours and font sizes for <td>resources</td> in a bibliographic list
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG16 …dec # " 5--9," or nov # " 29" # "--" # dec # " 2") are correctly parsed. (list($startMonth, $start…
36 list($month, $day) = $parseMonth->init($monthField);
38 list($start, $end) = $parsePage->init($pagesField);
H A DREADME90 list($startMonth, $startDay, $endMonth, $endDay) = $parseMonth->init($monthField);
96 list($start, $end) = $parsePage->init($pagesField);
/plugin/bibtex/OSBib/format/
H A DREADME.txt126 list($info, $citation, $styleCommon, $styleTypes) = $bibformat->loadStyle(STRING: $pathToStyleFiles…
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1list:1,queue:1,stack:1,vector:1,map:1,set:1,bitset:1,multiset:1,multimap:1}};return{dM:{l:[hljs.UI… property in hljs.LANGUAGES.php.dM.k

1...<<61