Home
last modified time | relevance | path

Searched refs:xobjects (Results 1 – 25 of 89) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/uitest/calc_tests3/
H A DclearCells.py31 xobjects = xDialog.getChild("objects")
45 xobjects.executeAction("CLICK", tuple())
76 xobjects = xDialog.getChild("objects")
90 xobjects.executeAction("CLICK", tuple())
121 xobjects = xDialog.getChild("objects")
135 xobjects.executeAction("CLICK", tuple())
165 xobjects = xDialog.getChild("objects")
179 xobjects.executeAction("CLICK", tuple())
211 xobjects = xDialog.getChild("objects")
225 xobjects.executeAction("CLICK", tuple())
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/uitest/calc_tests3/
H A DclearCells.py34 xobjects = xDialog.getChild("objects")
48 xobjects.executeAction("CLICK", tuple())
79 xobjects = xDialog.getChild("objects")
93 xobjects.executeAction("CLICK", tuple())
124 xobjects = xDialog.getChild("objects")
138 xobjects.executeAction("CLICK", tuple())
168 xobjects = xDialog.getChild("objects")
182 xobjects.executeAction("CLICK", tuple())
214 xobjects = xDialog.getChild("objects")
228 xobjects.executeAction("CLICK", tuple())
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/plugins/tool/
H A Dreorderids.py249 for prim_obj, prim_objs in self.xobjects:
281 for prim_obj, dummy in self.xobjects:
305 for prim_obj, dummy in self.xobjects:
322 for prim_obj, dummy in self.xobjects:
353 for prim_obj, dummy in self.xobjects:
369 for prim_obj, dummy in self.xobjects:
381 for prim_obj, dummy in self.xobjects:
465 for prim_obj, dummy in self.xobjects:
511 for prim_obj, dummy in self.xobjects:
539 for prim_obj, dummy in self.xobjects:
[all …]
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_image.c195 if (p->xobjects == (pdf_xobject *) 0) in pdf_init_xobjects()
199 p->xobjects = (pdf_xobject *) in pdf_init_xobjects()
205 p->xobjects[idx].flags = 0; in pdf_init_xobjects()
216 p->xobjects = (pdf_xobject *) pdc_realloc(p->pdc, p->xobjects, in pdf_new_xobject()
220 p->xobjects[i].flags = 0; in pdf_new_xobject()
228 p->xobjects[slot].obj_id = obj_id; in pdf_new_xobject()
229 p->xobjects[slot].type = type; in pdf_new_xobject()
269 p->xobjects[i].flags &= ~xobj_flag_write; in pdf_write_xobjects()
300 if (p->xobjects) { in pdf_cleanup_xobjects()
301 pdc_free(p->pdc, p->xobjects); in pdf_cleanup_xobjects()
[all …]
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_image.c195 if (p->xobjects == (pdf_xobject *) 0) in pdf_init_xobjects()
199 p->xobjects = (pdf_xobject *) in pdf_init_xobjects()
205 p->xobjects[idx].flags = 0; in pdf_init_xobjects()
216 p->xobjects = (pdf_xobject *) pdc_realloc(p->pdc, p->xobjects, in pdf_new_xobject()
220 p->xobjects[i].flags = 0; in pdf_new_xobject()
228 p->xobjects[slot].obj_id = obj_id; in pdf_new_xobject()
229 p->xobjects[slot].type = type; in pdf_new_xobject()
269 p->xobjects[i].flags &= ~xobj_flag_write; in pdf_write_xobjects()
300 if (p->xobjects) { in pdf_cleanup_xobjects()
301 pdc_free(p->pdc, p->xobjects); in pdf_cleanup_xobjects()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/pdf/render/
H A Dserialize.py93 self.xobjects = {}
109 if imgref not in self.xobjects:
110 self.xobjects[imgref] = 'Image%d'%len(self.xobjects)
111 return self.xobjects[imgref]
130 if self.xobjects:
131 xobjects = Dictionary()
132 for ref, name in iteritems(self.xobjects):
133 xobjects[name] = ref
134 r['XObject'] = xobjects
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php119 $this->xobjects[$this->xobjid]['importedPages'][$importedPage['id']] = $pageId;
190 foreach ($this->xobjects as $xObjectId => $data) {
197 $this->xobjects[$xObjectId]['xobjects'][$id] = ['n' => $page['objectNumber']];
/dports/www/moodle310/moodle/mod/assign/feedback/editpdf/fpdi/Tcpdf/
H A DFpdi.php111 $this->xobjects[$this->xobjid]['importedPages'][$importedPage['id']] = $pageId;
183 foreach ($this->xobjects as $xObjectId => $data) {
190 $this->xobjects[$xObjectId]['xobjects'][$id] = ['n' => $page['objectNumber']];
/dports/www/moodle311/moodle/mod/assign/feedback/editpdf/fpdi/Tcpdf/
H A DFpdi.php119 $this->xobjects[$this->xobjid]['importedPages'][$importedPage['id']] = $pageId;
190 foreach ($this->xobjects as $xObjectId => $data) {
197 $this->xobjects[$xObjectId]['xobjects'][$id] = ['n' => $page['objectNumber']];
/dports/www/moodle39/moodle/mod/assign/feedback/editpdf/fpdi/Tcpdf/
H A DFpdi.php111 $this->xobjects[$this->xobjid]['importedPages'][$importedPage['id']] = $pageId;
183 foreach ($this->xobjects as $xObjectId => $data) {
190 $this->xobjects[$xObjectId]['xobjects'][$id] = ['n' => $page['objectNumber']];
/dports/print/libharu/libharu-RELEASE_2_3_0/src/
H A Dhpdf_pages.c584 if (!attr->xobjects) { in HPDF_Page_GetXObjectName()
586 HPDF_Dict xobjects; in HPDF_Page_GetXObjectName() local
593 xobjects = HPDF_Dict_New (page->mmgr); in HPDF_Page_GetXObjectName()
594 if (!xobjects) in HPDF_Page_GetXObjectName()
597 if (HPDF_Dict_Add (resources, "XObject", xobjects) != HPDF_OK) in HPDF_Page_GetXObjectName()
600 attr->xobjects = xobjects; in HPDF_Page_GetXObjectName()
604 key = HPDF_Dict_GetKeyByObj (attr->xobjects, xobj); in HPDF_Page_GetXObjectName()
614 HPDF_IToA (ptr, attr->xobjects->list->count + 1, end_ptr); in HPDF_Page_GetXObjectName()
616 if (HPDF_Dict_Add (attr->xobjects, xobj_name, xobj) != HPDF_OK) in HPDF_Page_GetXObjectName()
619 key = HPDF_Dict_GetKeyByObj (attr->xobjects, xobj); in HPDF_Page_GetXObjectName()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/lopdf/src/
H A Dcreator.rs86 let xobjects = resources in add_xobject() localVariable
89 xobjects.set(xobject_name, Object::Reference(xobject_id)); in add_xobject()
/dports/net-mgmt/nagios/nagios-3.5.1/t-tap/
H A DMakefile.in23 XSD_OBJS += $(SRC_CGI)/objects-cgi.o $(SRC_CGI)/xobjects-cgi.o
28 TP_OBJS += $(SRC_BASE)/objects-base.o $(SRC_BASE)/xobjects-base.o
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_pages.c834 if (!attr->xobjects) { in HPDF_Page_GetXObjectName()
836 HPDF_Dict xobjects; in HPDF_Page_GetXObjectName() local
843 xobjects = HPDF_Dict_New (page->mmgr); in HPDF_Page_GetXObjectName()
844 if (!xobjects) in HPDF_Page_GetXObjectName()
847 if (HPDF_Dict_Add (resources, "XObject", xobjects) != HPDF_OK) in HPDF_Page_GetXObjectName()
850 attr->xobjects = xobjects; in HPDF_Page_GetXObjectName()
854 key = HPDF_Dict_GetKeyByObj (attr->xobjects, xobj); in HPDF_Page_GetXObjectName()
864 HPDF_IToA (ptr, attr->xobjects->list->count + 1, end_ptr); in HPDF_Page_GetXObjectName()
866 if (HPDF_Dict_Add (attr->xobjects, xobj_name, xobj) != HPDF_OK) in HPDF_Page_GetXObjectName()
869 key = HPDF_Dict_GetKeyByObj (attr->xobjects, xobj); in HPDF_Page_GetXObjectName()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_pages.c834 if (!attr->xobjects) { in HPDF_Page_GetXObjectName()
836 HPDF_Dict xobjects; in HPDF_Page_GetXObjectName() local
843 xobjects = HPDF_Dict_New (page->mmgr); in HPDF_Page_GetXObjectName()
844 if (!xobjects) in HPDF_Page_GetXObjectName()
847 if (HPDF_Dict_Add (resources, "XObject", xobjects) != HPDF_OK) in HPDF_Page_GetXObjectName()
850 attr->xobjects = xobjects; in HPDF_Page_GetXObjectName()
854 key = HPDF_Dict_GetKeyByObj (attr->xobjects, xobj); in HPDF_Page_GetXObjectName()
864 HPDF_IToA (ptr, attr->xobjects->list->count + 1, end_ptr); in HPDF_Page_GetXObjectName()
866 if (HPDF_Dict_Add (attr->xobjects, xobj_name, xobj) != HPDF_OK) in HPDF_Page_GetXObjectName()
869 key = HPDF_Dict_GetKeyByObj (attr->xobjects, xobj); in HPDF_Page_GetXObjectName()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/tecnickcom/tcpdf/
H A Dtcpdf.php1515 protected $xobjects = array(); variable in TCPDF
11048 … $this->xobjects[$this->xobjid]['transfmrk'][] = strlen($this->xobjects[$this->xobjid]['outdata']);
11355 …$this->xobjects[$this->xobjid]['transfmrk'][$key] = strlen($this->xobjects[$this->xobjid]['outdata…
12798 unset($this->xobjects[$tmpid]);
13012 unset($this->xobjects[$tmpid]);
13099 unset($this->xobjects[$tmpid]);
13261 unset($this->xobjects[$tmpid]);
22484 if (!isset($this->xobjects[$id])) {
22493 $this->xobjects[$this->xobjid]['xobjects'][$id] = $this->xobjects[$id];
22505 $ow = $this->xobjects[$id]['w'];
[all …]
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/tecnickcom/tcpdf/
H A Dtcpdf.php1522 protected $xobjects = array(); variable in TCPDF
11009 … $this->xobjects[$this->xobjid]['transfmrk'][] = strlen($this->xobjects[$this->xobjid]['outdata']);
11316 …$this->xobjects[$this->xobjid]['transfmrk'][$key] = strlen($this->xobjects[$this->xobjid]['outdata…
12759 unset($this->xobjects[$tmpid]);
12973 unset($this->xobjects[$tmpid]);
13060 unset($this->xobjects[$tmpid]);
13222 unset($this->xobjects[$tmpid]);
22406 if (!isset($this->xobjects[$id])) {
22415 $this->xobjects[$this->xobjid]['xobjects'][$id] = $this->xobjects[$id];
22427 $ow = $this->xobjects[$id]['w'];
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/tecnickcom/tcpdf/
H A Dtcpdf.php1522 protected $xobjects = array(); variable in TCPDF
11012 … $this->xobjects[$this->xobjid]['transfmrk'][] = strlen($this->xobjects[$this->xobjid]['outdata']);
11319 …$this->xobjects[$this->xobjid]['transfmrk'][$key] = strlen($this->xobjects[$this->xobjid]['outdata…
12761 unset($this->xobjects[$tmpid]);
12975 unset($this->xobjects[$tmpid]);
13062 unset($this->xobjects[$tmpid]);
13224 unset($this->xobjects[$tmpid]);
22422 if (!isset($this->xobjects[$id])) {
22431 $this->xobjects[$this->xobjid]['xobjects'][$id] = $this->xobjects[$id];
22443 $ow = $this->xobjects[$id]['w'];
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/tecnickcom/tcpdf/
H A Dtcpdf.php1522 protected $xobjects = array(); variable in TCPDF
11009 … $this->xobjects[$this->xobjid]['transfmrk'][] = strlen($this->xobjects[$this->xobjid]['outdata']);
11316 …$this->xobjects[$this->xobjid]['transfmrk'][$key] = strlen($this->xobjects[$this->xobjid]['outdata…
12759 unset($this->xobjects[$tmpid]);
12973 unset($this->xobjects[$tmpid]);
13060 unset($this->xobjects[$tmpid]);
13222 unset($this->xobjects[$tmpid]);
22406 if (!isset($this->xobjects[$id])) {
22415 $this->xobjects[$this->xobjid]['xobjects'][$id] = $this->xobjects[$id];
22427 $ow = $this->xobjects[$id]['w'];
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/tecnickcom/tcpdf/
H A Dtcpdf.php1522 protected $xobjects = array(); variable in TCPDF
11012 … $this->xobjects[$this->xobjid]['transfmrk'][] = strlen($this->xobjects[$this->xobjid]['outdata']);
11319 …$this->xobjects[$this->xobjid]['transfmrk'][$key] = strlen($this->xobjects[$this->xobjid]['outdata…
12761 unset($this->xobjects[$tmpid]);
12975 unset($this->xobjects[$tmpid]);
13062 unset($this->xobjects[$tmpid]);
13224 unset($this->xobjects[$tmpid]);
22422 if (!isset($this->xobjects[$id])) {
22431 $this->xobjects[$this->xobjid]['xobjects'][$id] = $this->xobjects[$id];
22443 $ow = $this->xobjects[$id]['w'];
[all …]
/dports/www/phpmyfaq/phpmyfaq/src/libs/tcpdf/
H A Dtcpdf.php1522 protected $xobjects = array(); variable in TCPDF
11009 … $this->xobjects[$this->xobjid]['transfmrk'][] = strlen($this->xobjects[$this->xobjid]['outdata']);
11316 …$this->xobjects[$this->xobjid]['transfmrk'][$key] = strlen($this->xobjects[$this->xobjid]['outdata…
12759 unset($this->xobjects[$tmpid]);
12973 unset($this->xobjects[$tmpid]);
13060 unset($this->xobjects[$tmpid]);
13222 unset($this->xobjects[$tmpid]);
22406 if (!isset($this->xobjects[$id])) {
22415 $this->xobjects[$this->xobjid]['xobjects'][$id] = $this->xobjects[$id];
22427 $ow = $this->xobjects[$id]['w'];
[all …]
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/tcpdf/
H A Dtcpdf.php1526 protected $xobjects = array(); variable in TCPDF
11071 … $this->xobjects[$this->xobjid]['transfmrk'][] = strlen($this->xobjects[$this->xobjid]['outdata']);
11378 …$this->xobjects[$this->xobjid]['transfmrk'][$key] = strlen($this->xobjects[$this->xobjid]['outdata…
12820 unset($this->xobjects[$tmpid]);
13034 unset($this->xobjects[$tmpid]);
13121 unset($this->xobjects[$tmpid]);
13283 unset($this->xobjects[$tmpid]);
22523 if (!isset($this->xobjects[$id])) {
22532 $this->xobjects[$this->xobjid]['xobjects'][$id] = $this->xobjects[$id];
22544 $ow = $this->xobjects[$id]['w'];
[all …]
/dports/www/matomo/piwik/vendor/tecnickcom/tcpdf/
H A Dtcpdf.php1517 protected $xobjects = array(); variable in TCPDF
11046 … $this->xobjects[$this->xobjid]['transfmrk'][] = strlen($this->xobjects[$this->xobjid]['outdata']);
11353 …$this->xobjects[$this->xobjid]['transfmrk'][$key] = strlen($this->xobjects[$this->xobjid]['outdata…
12796 unset($this->xobjects[$tmpid]);
13010 unset($this->xobjects[$tmpid]);
13097 unset($this->xobjects[$tmpid]);
13259 unset($this->xobjects[$tmpid]);
22502 if (!isset($this->xobjects[$id])) {
22511 $this->xobjects[$this->xobjid]['xobjects'][$id] = $this->xobjects[$id];
22523 $ow = $this->xobjects[$id]['w'];
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/tecnickcom/tcpdf/
H A Dtcpdf.php1517 protected $xobjects = array(); variable in TCPDF
11046 … $this->xobjects[$this->xobjid]['transfmrk'][] = strlen($this->xobjects[$this->xobjid]['outdata']);
11353 …$this->xobjects[$this->xobjid]['transfmrk'][$key] = strlen($this->xobjects[$this->xobjid]['outdata…
12796 unset($this->xobjects[$tmpid]);
13010 unset($this->xobjects[$tmpid]);
13097 unset($this->xobjects[$tmpid]);
13259 unset($this->xobjects[$tmpid]);
22502 if (!isset($this->xobjects[$id])) {
22511 $this->xobjects[$this->xobjid]['xobjects'][$id] = $this->xobjects[$id];
22523 $ow = $this->xobjects[$id]['w'];
[all …]
/dports/www/itop/web/lib/tcpdf/
H A Dtcpdf.php1522 protected $xobjects = array(); variable in TCPDF
10949 … $this->xobjects[$this->xobjid]['transfmrk'][] = strlen($this->xobjects[$this->xobjid]['outdata']);
11256 …$this->xobjects[$this->xobjid]['transfmrk'][$key] = strlen($this->xobjects[$this->xobjid]['outdata…
12698 unset($this->xobjects[$tmpid]);
12912 unset($this->xobjects[$tmpid]);
12999 unset($this->xobjects[$tmpid]);
13161 unset($this->xobjects[$tmpid]);
22346 if (!isset($this->xobjects[$id])) {
22355 $this->xobjects[$this->xobjid]['xobjects'][$id] = $this->xobjects[$id];
22367 $ow = $this->xobjects[$id]['w'];
[all …]

1234