Example #1
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()
     self.preview_url_args = '' #'?start=' #'?start=0&tag='
     self.preview_next_page = ''
     self.preview_page_step = 1
     self.preview_page_start = 1
     self.preview_page_max = 10
     self.preview_frame_width = 471
     self.preview_frame_height = 700
     self.preview_frame_check = True
Example #2
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()
     self.loadBookmark()
     self.form_dict = None
Example #3
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()
     self.kg = KnowledgeGraph()
Example #4
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()
Example #5
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()
     self.semanticscholar = Semanticscholar()
     self.category_obj = Category()
     self.helper = YoutubeHelper()
Example #6
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()
     #self.loadHistory()
     self.form_dict = None
     self.divID = ''
Example #7
0
 def __init__(self):
     BaseExtension.__init__(self)
Example #8
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()
     self.tag = Tag()
     self.form_dict = None
Example #9
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()
     self.data_dir = 'extensions/content/data/'
     self.data_type = 'content'
     self.contentref = ''
Example #10
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()
     self.loadBookmark()
     self.form_dict = None
Example #11
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()