Home
last modified time | relevance | path

Searched refs:goo (Results 1 – 25 of 4041) sorted by relevance

12345678910>>...162

/dports/www/choqok/choqok-1.7.0/plugins/shorteners/goo_gl/
H A Dchoqok_goo_gl.desktop17 Name=goo.gl
18 Name[ar]=goo.gl
19 Name[bg]=goo.gl
20 Name[bs]=goo.gl
21 Name[ca]=goo.gl
23 Name[cs]=goo.gl
24 Name[da]=goo.gl
25 Name[de]=goo.gl
26 Name[el]=goo.gl
28 Name[es]=goo.gl
[all …]
/dports/misc/visp/visp-3.4.0/3rdparty/apriltag/common/
H A Dgetopt.cpp81 free(goo->sname); in getopt_option_destroy()
82 free(goo->lname); in getopt_option_destroy()
83 free(goo->svalue); in getopt_option_destroy()
84 free(goo->help); in getopt_option_destroy()
86 free(goo); in getopt_option_destroy()
316 goo->spacer = 1; in getopt_add_spacer()
355 zhash_put(gopt->lopts, &goo->lname, &goo, NULL, NULL); in getopt_add_bool()
356 zhash_put(gopt->sopts, &goo->sname, &goo, NULL, NULL); in getopt_add_bool()
405 zhash_put(gopt->lopts, &goo->lname, &goo, NULL, NULL); in getopt_add_string()
406 zhash_put(gopt->sopts, &goo->sname, &goo, NULL, NULL); in getopt_add_string()
[all …]
/dports/graphics/poppler-qt5/poppler-21.12.0/qt5/tests/
H A Dcheck_goostring.cpp42 GooString goo(string.constData()); in testInsertData() local
43 QCOMPARE(goo.c_str(), string.constData()); in testInsertData()
44 goo.insert(position, addition.constData()); in testInsertData()
45 QCOMPARE(goo.c_str(), result.constData()); in testInsertData()
51 GooString goo; in testInsert() local
52 goo.insert(0, "."); in testInsert()
57 GooString goo; in testInsert() local
58 goo.insert(0, "second-part-third-part"); in testInsert()
59 goo.insert(0, "first-part-"); in testInsert()
68 QCOMPARE(goo->c_str(), "1,f"); in testFormat()
[all …]
/dports/graphics/poppler-glib/poppler-21.12.0/qt6/tests/
H A Dcheck_goostring.cpp42 GooString goo(string.constData()); in testInsertData() local
43 QCOMPARE(goo.c_str(), string.constData()); in testInsertData()
44 goo.insert(position, addition.constData()); in testInsertData()
45 QCOMPARE(goo.c_str(), result.constData()); in testInsertData()
51 GooString goo; in testInsert() local
52 goo.insert(0, "."); in testInsert()
57 GooString goo; in testInsert() local
58 goo.insert(0, "second-part-third-part"); in testInsert()
59 goo.insert(0, "first-part-"); in testInsert()
68 QCOMPARE(goo->c_str(), "1,f"); in testFormat()
[all …]
/dports/graphics/poppler-utils/poppler-21.12.0/qt5/tests/
H A Dcheck_goostring.cpp42 GooString goo(string.constData()); in testInsertData() local
43 QCOMPARE(goo.c_str(), string.constData()); in testInsertData()
44 goo.insert(position, addition.constData()); in testInsertData()
45 QCOMPARE(goo.c_str(), result.constData()); in testInsertData()
51 GooString goo; in testInsert() local
52 goo.insert(0, "."); in testInsert()
57 GooString goo; in testInsert() local
58 goo.insert(0, "second-part-third-part"); in testInsert()
59 goo.insert(0, "first-part-"); in testInsert()
68 QCOMPARE(goo->c_str(), "1,f"); in testFormat()
[all …]
/dports/graphics/poppler/poppler-21.12.0/qt5/tests/
H A Dcheck_goostring.cpp42 GooString goo(string.constData()); in testInsertData() local
43 QCOMPARE(goo.c_str(), string.constData()); in testInsertData()
44 goo.insert(position, addition.constData()); in testInsertData()
45 QCOMPARE(goo.c_str(), result.constData()); in testInsertData()
51 GooString goo; in testInsert() local
52 goo.insert(0, "."); in testInsert()
57 GooString goo; in testInsert() local
58 goo.insert(0, "second-part-third-part"); in testInsert()
59 goo.insert(0, "first-part-"); in testInsert()
68 QCOMPARE(goo->c_str(), "1,f"); in testFormat()
[all …]
/dports/graphics/poppler/poppler-21.12.0/qt6/tests/
H A Dcheck_goostring.cpp42 GooString goo(string.constData()); in testInsertData() local
43 QCOMPARE(goo.c_str(), string.constData()); in testInsertData()
44 goo.insert(position, addition.constData()); in testInsertData()
45 QCOMPARE(goo.c_str(), result.constData()); in testInsertData()
51 GooString goo; in testInsert() local
52 goo.insert(0, "."); in testInsert()
57 GooString goo; in testInsert() local
58 goo.insert(0, "second-part-third-part"); in testInsert()
59 goo.insert(0, "first-part-"); in testInsert()
68 QCOMPARE(goo->c_str(), "1,f"); in testFormat()
[all …]
/dports/graphics/poppler-qt5/poppler-21.12.0/qt6/tests/
H A Dcheck_goostring.cpp42 GooString goo(string.constData()); in testInsertData() local
43 QCOMPARE(goo.c_str(), string.constData()); in testInsertData()
44 goo.insert(position, addition.constData()); in testInsertData()
45 QCOMPARE(goo.c_str(), result.constData()); in testInsertData()
51 GooString goo; in testInsert() local
52 goo.insert(0, "."); in testInsert()
57 GooString goo; in testInsert() local
58 goo.insert(0, "second-part-third-part"); in testInsert()
59 goo.insert(0, "first-part-"); in testInsert()
68 QCOMPARE(goo->c_str(), "1,f"); in testFormat()
[all …]
/dports/graphics/poppler-glib/poppler-21.12.0/qt5/tests/
H A Dcheck_goostring.cpp42 GooString goo(string.constData()); in testInsertData() local
43 QCOMPARE(goo.c_str(), string.constData()); in testInsertData()
44 goo.insert(position, addition.constData()); in testInsertData()
45 QCOMPARE(goo.c_str(), result.constData()); in testInsertData()
51 GooString goo; in testInsert() local
52 goo.insert(0, "."); in testInsert()
57 GooString goo; in testInsert() local
58 goo.insert(0, "second-part-third-part"); in testInsert()
59 goo.insert(0, "first-part-"); in testInsert()
68 QCOMPARE(goo->c_str(), "1,f"); in testFormat()
[all …]
/dports/graphics/poppler-utils/poppler-21.12.0/qt6/tests/
H A Dcheck_goostring.cpp42 GooString goo(string.constData()); in testInsertData() local
43 QCOMPARE(goo.c_str(), string.constData()); in testInsertData()
44 goo.insert(position, addition.constData()); in testInsertData()
45 QCOMPARE(goo.c_str(), result.constData()); in testInsertData()
51 GooString goo; in testInsert() local
52 goo.insert(0, "."); in testInsert()
57 GooString goo; in testInsert() local
58 goo.insert(0, "second-part-third-part"); in testInsert()
59 goo.insert(0, "first-part-"); in testInsert()
68 QCOMPARE(goo->c_str(), "1,f"); in testFormat()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/qt5/
H A Dpoppler-embeddedfile.cc71 GooString *goo = m_embeddedFile->filespec->getFileName(); in name() local
72 return goo ? UnicodeParsedString(goo) : QString(); in name()
77 GooString *goo = m_embeddedFile->filespec->getDescription(); in description() local
78 return goo ? UnicodeParsedString(goo) : QString(); in description()
88 GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->modDate() : NULL; in modDate() local
89 return goo ? convertDate(goo->getCString()) : QDateTime(); in modDate()
95 return goo ? convertDate(goo->getCString()) : QDateTime(); in createDate()
100 GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->checksum() : NULL; in checksum() local
101 return goo ? QByteArray::fromRawData(goo->getCString(), goo->getLength()) : QByteArray(); in checksum()
106 GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->mimeType() : NULL; in mimeType() local
[all …]
/dports/graphics/poppler/poppler-21.12.0/qt6/src/
H A Dpoppler-embeddedfile.cc63 const GooString *goo = m_embeddedFile->filespec->getFileName(); in name() local
64 return goo ? UnicodeParsedString(goo) : QString(); in name()
69 const GooString *goo = m_embeddedFile->filespec->getDescription(); in description() local
70 return goo ? UnicodeParsedString(goo) : QString(); in description()
80 … const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->modDate() : nullptr; in modDate() local
81 return goo ? convertDate(goo->c_str()) : QDateTime(); in modDate()
87 return goo ? convertDate(goo->c_str()) : QDateTime(); in createDate()
92 …const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->checksum() : nullptr; in checksum() local
93 return goo ? QByteArray::fromRawData(goo->c_str(), goo->getLength()) : QByteArray(); in checksum()
98 …const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->mimeType() : nullptr; in mimeType() local
[all …]
/dports/graphics/poppler-qt5/poppler-21.12.0/qt6/src/
H A Dpoppler-embeddedfile.cc63 const GooString *goo = m_embeddedFile->filespec->getFileName(); in name() local
64 return goo ? UnicodeParsedString(goo) : QString(); in name()
69 const GooString *goo = m_embeddedFile->filespec->getDescription(); in description() local
70 return goo ? UnicodeParsedString(goo) : QString(); in description()
80 … const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->modDate() : nullptr; in modDate() local
81 return goo ? convertDate(goo->c_str()) : QDateTime(); in modDate()
87 return goo ? convertDate(goo->c_str()) : QDateTime(); in createDate()
92 …const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->checksum() : nullptr; in checksum() local
93 return goo ? QByteArray::fromRawData(goo->c_str(), goo->getLength()) : QByteArray(); in checksum()
98 …const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->mimeType() : nullptr; in mimeType() local
[all …]
/dports/graphics/poppler-glib/poppler-21.12.0/qt5/src/
H A Dpoppler-embeddedfile.cc63 const GooString *goo = m_embeddedFile->filespec->getFileName(); in name() local
64 return goo ? UnicodeParsedString(goo) : QString(); in name()
69 const GooString *goo = m_embeddedFile->filespec->getDescription(); in description() local
70 return goo ? UnicodeParsedString(goo) : QString(); in description()
80 … const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->modDate() : nullptr; in modDate() local
81 return goo ? convertDate(goo->c_str()) : QDateTime(); in modDate()
87 return goo ? convertDate(goo->c_str()) : QDateTime(); in createDate()
92 …const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->checksum() : nullptr; in checksum() local
93 return goo ? QByteArray::fromRawData(goo->c_str(), goo->getLength()) : QByteArray(); in checksum()
98 …const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->mimeType() : nullptr; in mimeType() local
[all …]
/dports/graphics/poppler-qt5/poppler-21.12.0/qt5/src/
H A Dpoppler-embeddedfile.cc63 const GooString *goo = m_embeddedFile->filespec->getFileName(); in name() local
64 return goo ? UnicodeParsedString(goo) : QString(); in name()
69 const GooString *goo = m_embeddedFile->filespec->getDescription(); in description() local
70 return goo ? UnicodeParsedString(goo) : QString(); in description()
80 … const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->modDate() : nullptr; in modDate() local
81 return goo ? convertDate(goo->c_str()) : QDateTime(); in modDate()
87 return goo ? convertDate(goo->c_str()) : QDateTime(); in createDate()
92 …const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->checksum() : nullptr; in checksum() local
93 return goo ? QByteArray::fromRawData(goo->c_str(), goo->getLength()) : QByteArray(); in checksum()
98 …const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->mimeType() : nullptr; in mimeType() local
[all …]
/dports/graphics/poppler/poppler-21.12.0/qt5/src/
H A Dpoppler-embeddedfile.cc63 const GooString *goo = m_embeddedFile->filespec->getFileName(); in name() local
64 return goo ? UnicodeParsedString(goo) : QString(); in name()
69 const GooString *goo = m_embeddedFile->filespec->getDescription(); in description() local
70 return goo ? UnicodeParsedString(goo) : QString(); in description()
80 … const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->modDate() : nullptr; in modDate() local
81 return goo ? convertDate(goo->c_str()) : QDateTime(); in modDate()
87 return goo ? convertDate(goo->c_str()) : QDateTime(); in createDate()
92 …const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->checksum() : nullptr; in checksum() local
93 return goo ? QByteArray::fromRawData(goo->c_str(), goo->getLength()) : QByteArray(); in checksum()
98 …const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->mimeType() : nullptr; in mimeType() local
[all …]
/dports/graphics/poppler-glib/poppler-21.12.0/qt6/src/
H A Dpoppler-embeddedfile.cc63 const GooString *goo = m_embeddedFile->filespec->getFileName(); in name() local
64 return goo ? UnicodeParsedString(goo) : QString(); in name()
69 const GooString *goo = m_embeddedFile->filespec->getDescription(); in description() local
70 return goo ? UnicodeParsedString(goo) : QString(); in description()
80 … const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->modDate() : nullptr; in modDate() local
81 return goo ? convertDate(goo->c_str()) : QDateTime(); in modDate()
87 return goo ? convertDate(goo->c_str()) : QDateTime(); in createDate()
92 …const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->checksum() : nullptr; in checksum() local
93 return goo ? QByteArray::fromRawData(goo->c_str(), goo->getLength()) : QByteArray(); in checksum()
98 …const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->mimeType() : nullptr; in mimeType() local
[all …]
/dports/graphics/poppler-utils/poppler-21.12.0/qt5/src/
H A Dpoppler-embeddedfile.cc63 const GooString *goo = m_embeddedFile->filespec->getFileName(); in name() local
64 return goo ? UnicodeParsedString(goo) : QString(); in name()
69 const GooString *goo = m_embeddedFile->filespec->getDescription(); in description() local
70 return goo ? UnicodeParsedString(goo) : QString(); in description()
80 … const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->modDate() : nullptr; in modDate() local
81 return goo ? convertDate(goo->c_str()) : QDateTime(); in modDate()
87 return goo ? convertDate(goo->c_str()) : QDateTime(); in createDate()
92 …const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->checksum() : nullptr; in checksum() local
93 return goo ? QByteArray::fromRawData(goo->c_str(), goo->getLength()) : QByteArray(); in checksum()
98 …const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->mimeType() : nullptr; in mimeType() local
[all …]
/dports/graphics/poppler-utils/poppler-21.12.0/qt6/src/
H A Dpoppler-embeddedfile.cc63 const GooString *goo = m_embeddedFile->filespec->getFileName(); in name() local
64 return goo ? UnicodeParsedString(goo) : QString(); in name()
69 const GooString *goo = m_embeddedFile->filespec->getDescription(); in description() local
70 return goo ? UnicodeParsedString(goo) : QString(); in description()
80 … const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->modDate() : nullptr; in modDate() local
81 return goo ? convertDate(goo->c_str()) : QDateTime(); in modDate()
87 return goo ? convertDate(goo->c_str()) : QDateTime(); in createDate()
92 …const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->checksum() : nullptr; in checksum() local
93 return goo ? QByteArray::fromRawData(goo->c_str(), goo->getLength()) : QByteArray(); in checksum()
98 …const GooString *goo = m_embeddedFile->embFile() ? m_embeddedFile->embFile()->mimeType() : nullptr; in mimeType() local
[all …]
/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-outlined-object.c37 GogOutlinedObject *goo = GOG_OUTLINED_OBJECT (obj); in gog_outlined_object_set_property() local
41 goo->padding_pts = g_value_get_double (value); in gog_outlined_object_set_property()
54 GogOutlinedObject *goo = GOG_OUTLINED_OBJECT (obj); in gog_outlined_object_get_property() local
58 g_value_set_double (value, goo->padding_pts); in gog_outlined_object_get_property()
81 gog_outlined_object_init (GogOutlinedObject *goo) in gog_outlined_object_init() argument
83 goo->padding_pts = GO_CM_TO_PT ((double).25); in gog_outlined_object_init()
94 return goo->padding_pts; in GSF_CLASS()
115 goo->base.style->line.width); in gog_outlined_view_size_request()
120 gog_renderer_pt2r_y (v->renderer, goo->padding_pts); in gog_outlined_view_size_request()
122 gog_renderer_pt2r_y (v->renderer, goo->padding_pts); in gog_outlined_view_size_request()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/realm/chapter6/
H A Dsource.rkt10 When the snake eats the goo, it grows and new goo appears. Like all
149 (if goo-to-eat
150 (pit (grow snake) (age-goo (eat goos goo-to-eat)))
211 ;; > (eat (list (goo (posn 5 5) 5)) (goo (posn 5 5) 5))
214 (cons (fresh-goo) (remove goo-to-eat goos)))
306 (goo (goo-loc g) (sub1 (goo-expire g))))
415 ;; > (get-posns-from-goo (list (goo (posn 2 2) 1) (goo (posn 3 3) 1))
552 (define goo-list (build-list MAX-GOO (lambda (x) (fresh-goo))))
637 (define goo-initial-expire (map goo-expire goos))
639 (map goo-expire (age-goo goos))))))
[all …]
/dports/deskutils/p5-Goo/Goo-0.09/
H A DMANIFEST1 bin/goo
52 lib/.gooskel/things/goo/blv.goo
53 lib/.gooskel/things/goo/bug.goo
54 lib/.gooskel/things/goo/care.goo
56 lib/.gooskel/things/goo/gml.goo
57 lib/.gooskel/things/goo/goo.goo
59 lib/.gooskel/things/goo/js.goo
60 lib/.gooskel/things/goo/log.goo
62 lib/.gooskel/things/goo/pl.goo
63 lib/.gooskel/things/goo/pm.goo
[all …]
/dports/graphics/goocanvas/goocanvas-1.0.0/docs/html/
H A Dindex.sgml39 <ANCHOR id="goo-canvas-new" href="goocanvas/GooCanvas.html#goo-canvas-new">
48 <ANCHOR id="goo-canvas-get-bounds" href="goocanvas/GooCanvas.html#goo-canvas-get-bounds">
49 <ANCHOR id="goo-canvas-set-bounds" href="goocanvas/GooCanvas.html#goo-canvas-set-bounds">
50 <ANCHOR id="goo-canvas-get-scale" href="goocanvas/GooCanvas.html#goo-canvas-get-scale">
51 <ANCHOR id="goo-canvas-set-scale" href="goocanvas/GooCanvas.html#goo-canvas-set-scale">
52 <ANCHOR id="goo-canvas-get-item" href="goocanvas/GooCanvas.html#goo-canvas-get-item">
53 <ANCHOR id="goo-canvas-get-item-at" href="goocanvas/GooCanvas.html#goo-canvas-get-item-at">
56 <ANCHOR id="goo-canvas-scroll-to" href="goocanvas/GooCanvas.html#goo-canvas-scroll-to">
57 <ANCHOR id="goo-canvas-render" href="goocanvas/GooCanvas.html#goo-canvas-render">
65 <ANCHOR id="goo-canvas-grab-focus" href="goocanvas/GooCanvas.html#goo-canvas-grab-focus">
[all …]
/dports/lang/chicken5/chicken-5.3.0/tests/
H A Dcompiler-syntax-tests.scm33 (define (goo x) `(goo ,x))
35 (assert (eq? 'goo (car (goo 1))))
37 (define-compiler-syntax goo unknown
41 (print (goo 2))
42 (assert (eq? 'cs-goo (car (goo 2))))
44 (define-compiler-syntax goo) unknown
46 (assert (eq? 'goo (car (goo 3))))
48 (define-compiler-syntax goo unknown
52 (let-compiler-syntax ((goo))
53 (assert (eq? 'goo (car (goo 4)))))
[all …]
/dports/graphics/poppler-qt5/poppler-21.12.0/cpp/
H A Dpoppler-embedded-file.cpp78 const GooString *goo = d->file_spec->getFileName(); in name() local
79 return goo ? std::string(goo->c_str()) : std::string(); in name()
87 const GooString *goo = d->file_spec->getDescription(); in description() local
88 return goo ? detail::unicode_GooString_to_ustring(goo) : ustring(); in description()
110 const GooString *goo = ef ? ef->modDate() : nullptr; in modification_date() local
111 return goo ? dateStringToTime(goo) : time_type(-1); in modification_date()
121 const GooString *goo = ef ? ef->createDate() : nullptr; in creation_date() local
122 return goo ? dateStringToTime(goo) : time_type(-1); in creation_date()
149 const GooString *goo = ef ? ef->mimeType() : nullptr; in mime_type() local
150 return goo ? std::string(goo->c_str()) : std::string(); in mime_type()

12345678910>>...162