Home
last modified time | relevance | path

Searched refs:o_title (Results 1 – 25 of 69) sorted by relevance

123

/dports/deskutils/griffith/griffith-a593201179695efe93829d9c9a70962ef29dd109/lib/plugins/extensions/
H A Dge_movieposterdb.py58 o_title = None
60 if movie.o_title:
61 if movie.o_title.endswith(', The'):
62 o_title = "The %s" % movie.o_title[:-5]
64 o_title = movie.o_title
77 if o_title:
79 url = self.baseurltitleyear % (o_title, movie.year)
84 url = self.baseurltitle % o_title
88 if not data or not largeurl and title and title != o_title:
H A Dge_amazon.py80 keyword = movie.o_title
118 o_title = self.widgets['movie']['o_title'].get_text().decode('utf-8')
119 …if o_title == result.Item[0].ItemAttributes.Title or keyword == result.Item[0].ItemAttributes.Titl…
/dports/deskutils/griffith/griffith-a593201179695efe93829d9c9a70962ef29dd109/lib/plugins/movie/unmaintained/
H A DPluginMovieFilmweb.py53 self.o_title = gutils.trim(self.page, '<h2 class=origTitle>', '</h2>')
54 self.o_title = gutils.after(self.o_title, '</span>')
55 if self.o_title == '':
56 self.o_title = gutils.trim(self.page, '<title>', '</title>')
57 if self.o_title.find('(') > -1:
58 self.o_title = gutils.before(self.o_title, '(')
59 if self.o_title.find('/') > -1:
60 self.o_title = gutils.before(self.o_title, '/')
H A DPluginMovieFDb.py56 self.o_title = gutils.trim(self.page, '<h2 class="after-title">', '</h2>')
57 self.o_title = gutils.strip_tags(self.o_title)
58 self.o_title = string.strip(self.o_title)
59 if self.o_title == '':
60 self.o_title = self.get_title(True)
H A DPluginMovieWP.py50 self.o_title = gutils.trim(self.page, '<b>Tytuł oryginału:</b>', "\t\t</div><div")
51 self.o_title = gutils.clean(self.o_title)
52 if self.o_title == '':
53 self.o_title = gutils.trim(self.page, '</h1>', '<div')
H A DPluginMovieFilmAffinity.py54 self.o_title = gutils.trim(self.page, '<dt>T&iacute;tulo original</dt>', '</dd>')
55 self.o_title = re.sub('[ ]+', ' ', self.o_title)
56 self.o_title = re.sub('([(]Serie de TV[)]|[(]TV[)]|[(]TV Series[)])', '', self.o_title)
H A DPluginMovieIMDB-it.py56 … self.o_title = gutils.trim(self.o_page, '<span class="title-extra">', '<i>(original title)</i>')
57 if self.o_title == '':
58 self.o_title = gutils.regextrim(self.o_page, '<h1>', '([ ]|[&][#][0-9]+[;])<span')
59 if self.o_title == '':
60 self.o_title = re.sub('[(].*', '', gutils.trim(self.o_page, '<title>', '</title>'))
H A DPluginMovieKinoDe.py97 …self.o_title = gutils.regextrim(self.page, '(<p>Originaltitel[:] |Originaltitel<[^>]+>)', '(</tr>|…
98 if not self.o_title:
99 self.o_title = gutils.trim(self.page, '<h1(', ')')
100 if not self.o_title:
101 self.o_title = gutils.trim(self.page, '<div class="teaser">', '</')
102 if not self.o_title:
104 self.o_title = gutils.trim(self.videopage, '<p>Originaltitel: ', '</p>')
105 if not self.o_title:
106 self.o_title = gutils.regextrim(self.page, '<h1>', '(</h1>|</span>)')
H A DPluginMovieOnet.py54 self.o_title = gutils.trim(self.page, 'class=a2 valign=top width="100%"><B>', '</B>')
55 if self.o_title == '':
56 self.o_title = self.get_title(True)
H A DPluginMovieCulturalia.py50 self.o_title = gutils.trim(self.page, "<font class = 'titulo2'>", '</i>')
51 self.o_title = gutils.after(self.o_title, '<i>')
H A DPluginMovieStopklatka.py63 self.o_title = gutils.trim(self.page, '<h2> (', ')</h2>')
64 if self.o_title == '':
65 self.o_title = self.get_title(True)
H A DPluginMovieFilmeVonAZ.py50 …self.o_title = string.capwords(gutils.clean(gutils.regextrim(self.page, '<b>Originaltitel:', '(</p…
51 if not self.o_title:
52 … self.o_title = gutils.after(gutils.trim(self.page, 'class=\'film-titel\'', '</h1>'), '>')
H A DPluginMovieIMDB-pt.py60 … self.o_title = gutils.trim(self.page, 'Conhecido Como:</h5><div class="info-content">"', '"')
61 self.o_title = self.o_title.encode(self.encode)
H A DPluginMovieInterfilmes.py55 … self.o_title = string.capwords(gutils.trim(self.page, "<u>Título Original:</u>&nbsp;", "<br>"))
56 print((self.o_title))
H A DPluginMovieMediadis.py29 …self.o_title = string.capwords(gutils.trim(self.page,"<b>Original title</b>&nbsp;:&nbsp;","<br>") )
32 self.title = self.o_title
/dports/deskutils/griffith/griffith-a593201179695efe93829d9c9a70962ef29dd109/lib/plugins/movie/
H A DPluginMovieCSFD.py65 self.o_title = re.findall(r'/images/flags/flag_[\d]+.gif"[^<]*>([^/]*)', self.page)
66 if len(self.o_title) > 0:
67 self.o_title = self.o_title[0]
68 self.o_title = self.o_title[11:-1]
70 self.o_title = ""
71 if self.o_title == "":
72 self.o_title = self.get_title(True)
H A DPluginMovieCinematografo.py55 self.o_title = gutils.trim(self.page, ">Titolo Originale</font>", "</tr>")
56 self.o_title = self.capwords(self.o_title)
58 if self.o_title == '':
59 self.o_title = gutils.trim(self.page, "<!--TITOLO-->", "<!--FINE TITOLO-->")
60 self.o_title = gutils.trim(self.o_title, "<b>", "</b>")
61 self.o_title = self.capwords(self.o_title)
H A DPluginMovieTanukiAnime.py56 self.o_title = gutils.trim(self.page, '<h3 class="animename"', '</h3>')
57 self.o_title = gutils.after(self.o_title, '>')
60 self.title = self.o_title
H A DPluginMovieFilmtipset.py51 self.o_title = gutils.trim(self.page, 'Originaltitel:', '</tr>')
52 if self.o_title == '':
53 self.o_title = gutils.trim(self.page, '<h1>', '</h1>')
H A DPluginMovieDVDPalace.py50 self.o_title = gutils.trim(self.page, 'Originaltitel', '</b>')
51 if self.o_title == '':
52 self.o_title = gutils.trim(self.page, '<TITLE>', ' - Details')
H A DPluginMovieIMDB.py58 self.o_title = gutils.regextrim(self.page, 'class="title-extra">', '<')
59 if not self.o_title:
60 …self.o_title = gutils.regextrim(self.page, '<h1 itemprop="name" class>', '([ ]|[&][#][0-9]+[;])<sp…
61 if not self.o_title:
62 self.o_title = re.sub(' [(].*', '', gutils.trim(self.page, '<title>', '</title>'))
/dports/print/html2latex/html2latex-0.9c/
H A Dhtml2latex.c52 o_author, o_title, o_number, o_page, o_contents, o_stdout, o_header, enumerator
422 option_s[o_title] = optarg; in parse_options()
423 option[o_title] = 1; in parse_options()
556 if (option[o_title]) { in main()
558 LaTeXProof(fpout, option_s[o_title]); in main()
565 } else if (option[o_title]) in main()
568 if (option[o_title] || option[o_author]) { in main()
/dports/ftp/ftpcopy/web/ftpcopy-0.6.7/src/
H A Dftpls.c50 static const char *o_title; variable
415 {'t', "title", uogo_string,0, &o_title,0,
490 if (o_title) do_log3("<title>",o_title,"</title>\n"); in onelisting()
492 if (o_title) { in onelisting()
493 do_log3("<h1>",o_title,"</h1>\n"); in onelisting()
/dports/deskutils/griffith/griffith-a593201179695efe93829d9c9a70962ef29dd109/lib/
H A Dadd.py278 o_title = self.widgets['add']['o_title'].get_text()
280 if o_title or title:
292 if o_title:
295 self.search_movie.title = gutils.remove_accents(o_title, 'utf-8')
297 self.search_movie.title = o_title
310 if len(self.search_movie.ids) == 1 and o_title and title:
679 if session.query(db.Movie).filter_by(o_title=details['o_title']).count() > 0:
783 new_movie.o_title = movie.o_title
H A Dmovie.py50 o_title = None variable in Movie
289 if 'o_title' in self.fields_to_fetch and self.o_title is not None:
290 if self.o_title[:4] == 'The ':
291 self.o_title = self.o_title[4:] + ', The'

123