Home
last modified time | relevance | path

Searched refs:listParents (Results 1 – 2 of 2) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckindentcommands.js220 var listParents = FCKDomTools.GetParents( listNode ) ;
221 for ( var i = 0 ; i < listParents.length ; i++ )
223 if ( listParents[i].nodeName.IEquals( ['ul', 'ol'] ) )
225 listNode = listParents[i] ;
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php710 public function listParents($fileId, $optParams = array()) { function in Google_ParentsServiceResource