Exemplo n.º 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
Exemplo n.º 2
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()
     self.loadBookmark()
     self.form_dict = None
Exemplo n.º 3
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()
     self.kg = KnowledgeGraph()
Exemplo n.º 4
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()
Exemplo n.º 5
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()
     self.semanticscholar = Semanticscholar()
     self.category_obj = Category()
     self.helper = YoutubeHelper()
Exemplo n.º 6
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()
     #self.loadHistory()
     self.form_dict = None
     self.divID = ''
Exemplo n.º 7
0
 def __init__(self):
     BaseExtension.__init__(self)
Exemplo n.º 8
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()
     self.tag = Tag()
     self.form_dict = None
Exemplo n.º 9
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()
     self.data_dir = 'extensions/content/data/'
     self.data_type = 'content'
     self.contentref = ''
Exemplo n.º 10
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()
     self.loadBookmark()
     self.form_dict = None
Exemplo n.º 11
0
 def __init__(self):
     BaseExtension.__init__(self)
     self.utils = Utils()