Home
last modified time | relevance | path

Searched refs:item (Results 1076 – 1094 of 1094) sorted by last modified time

1...<<41424344

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktoolbaritems.js27 FCKToolbarItems.RegisterItem = function( itemName, item ) argument
29 this.LoadedItems[ itemName ] = item ;
H A Dfck_contextmenu.js321 function FCK_ContextMenu_OnItemClick( item ) argument
324 FCKCommands.GetCommand( item.Name ).Execute() ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckspecialcombo.js119 FCKSpecialCombo.prototype.SelectItem = function( item ) argument
121 if ( typeof item == 'string' )
122 item = this.Items[ item.toString().toLowerCase() ] ;
124 if ( item )
126 item.className = item.originalClass = 'SC_ItemSelected' ;
127 item.Selected = true ;
H A Dfcktoolbar.js30 FCKToolbar.prototype.AddItem = function( item ) argument
32 return this.Items[ this.Items.length ] = item ;
47 function FCKToolbar_OnItemClick( item ) argument
49 var oToolbar = item._FCKToolbar ;
52 oToolbar.OnItemClick( oToolbar, item ) ;
H A Dfcktoolbarspecialcombo.js41 function FCKToolbarSpecialCombo_OnSelect( itemId, item ) argument
43 FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName ).Execute( itemId, item ) ;
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js151 Array.prototype.AddItem = function( item ) argument
154 this[ i ] = item ;
/plugin/dokukiwix/
H A DCOPYING110 menu, a prominent item in the list meets this criterion.
/plugin/darcs/
H A Ddarcs.php50 foreach($found as $item) {
52 $cPatch['date']=$item[2];
53 $cPatch['author']=$item[3];
54 $cPatch['name']=$item[5];
55 $cPatch['description']=$item[6];
/plugin/linkmanager/exe/
H A Dajax.php60 foreach($data as $item){
61 $item['level'] = $lvl+1;
62 echo linkpage_nstree_li($item);
63 echo linkpage_nstree_item($item);
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt1166 The Covered Code is a "commercial item," as that term is defined in
/plugin/fullindex/
H A Dscript.js24 var item = ul.childNodes[itemi];
25 if (item.nodeName == "LI") {
78 var item = ul.childNodes[itemi];
79 item.className = 'closed';
90 var item = ul.childNodes[itemi];
91 if (item.nodeName == "LI") {
99 var sitem = item.childNodes[sitemi];
108 item.className = 'open';
111 item.className = 'bullet';
124 item.className = 'closed';
[all …]
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js408 …btn.childNodes.item(0).className = !sh||isEmpty(lang[i][sh])?cssClasses['buttonNormal'] // p…
411 …btn.childNodes.item(1).className = !sh?cssClasses['buttonShifted'] // put in the 'home' posit…
414 …btn.childNodes.item(2).className = !sh?cssClasses['buttonAlted'] // put in the 'home' posit…
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php224 $this->item = array();
484 if(!array_key_exists($key, $this->item) || !$this->item[$key])
493 if(!array_key_exists($checkPostShift, $this->item) || !$this->item[$checkPostShift])
538 $firstItem = substr($this->item[$key], 0, 1);
540 $this->item[$key] = substr($this->item[$key], 1);
542 $lastItem = substr($this->item[$key], -1);
553 if($this->item[$key])
951 function addItem($item, $fieldName) argument
954 if($item === FALSE)
959 if(isset($this->item) && array_key_exists($this->styleMap->{$type}[$fieldName], $this->item))
[all …]
H A DREADME.txt153 Internally within BIBFORMAT.php, data from the SQL query $row is formatted and stored in a $item as…
189 $bibformat->addItem(STRING: $item, STRING: $fieldName);
190 Add an item to the internal $item array in BIBFORMAT.php. Use this to add elements of your resourc…
194 … remaining items to the internal $item array in BIBFORMAT.php. Use this to add elements of your r…
198 After you have added resource elements to the $item array using the methods above, calling map() wi…
214 // Add various resource elements to BIBFORMAT::item array that require special processing and forma…
223 // Add all the other elements of the resource to BIBFORMAT::item array
246 …IBFORMAT::preProcess() adds all the resource elements automatically to the BIBFORMAT::item array...
/plugin/googlesearch/
H A Dnusoap.php581 $xml .= '<item>';
584 $xml .= '</item>';
5413 $contents .= $this->serializeType('item', $typeDef['arrayType'], $v, $use);
5415 …$contents .= $this->serialize_val($v, 'item', $typeDef['arrayType'], null, $this->XMLSchemaVersion…
/plugin/aimg/
H A Dscript.js603 if ((/fn-controlbar/).test(container.childNodes.item(i).className))
605 controlBar = container.childNodes.item(i);
625 fnClassSet(controlBar.childNodes.item(i), !active);
915 form = form.item(0);
922 var field = fields.item(n);
955 if (textarea && (/content/).test(textarea.item(0).className))
956 textarea.item(0).value = oldContent;
998 …if (textarea && (/content/).test(textarea.item(0).className)) {newContent = textarea.item(0).value…
1068 if (fields.item(n).className == 'fn-note-id')
1069 noteID = fields.item(n).getAttribute('title');
[all …]
/plugin/indexmenu2/cms/modifiers/
H A Dmodifiers.txt1 It's the place for menu modifiers like "rounded corners" for menu item, etc.
/plugin/bibtex/OSBib/create/
H A Dcommon.js34 …var links = document.getElementsByTagName('body').item(0).getElementsByTagName('a'); // get collec…
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEPAGE.php31 function init($item) argument
33 $item = trim($item);
34 if($this->type1($item))
37 if(preg_match("/(\d+|[ivx]+)/i", $item, $array))
43 function type1($item) argument
46 $array = preg_split("/--|-/", $item);

1...<<41424344