Home
last modified time | relevance | path

Searched refs:linkdata (Results 1 – 25 of 122) sorted by relevance

12345

/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dbookmark.php154 * @param array $linkdata {
176 function wp_insert_link( $linkdata, $wp_error = false ) { argument
186 $parsed_args = wp_parse_args( $linkdata, $defaults );
301 function wp_update_link( $linkdata ) { argument
302 $link_id = (int) $linkdata['link_id'];
310 if ( isset( $linkdata['link_category'] ) && is_array( $linkdata['link_category'] )
311 && count( $linkdata['link_category'] ) > 0
313 $link_cats = $linkdata['link_category'];
319 $linkdata = array_merge( $link, $linkdata );
320 $linkdata['link_category'] = $link_cats;
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dbookmark.php154 * @param array $linkdata {
176 function wp_insert_link( $linkdata, $wp_error = false ) { argument
186 $parsed_args = wp_parse_args( $linkdata, $defaults );
301 function wp_update_link( $linkdata ) { argument
302 $link_id = (int) $linkdata['link_id'];
310 if ( isset( $linkdata['link_category'] ) && is_array( $linkdata['link_category'] )
311 && count( $linkdata['link_category'] ) > 0
313 $link_cats = $linkdata['link_category'];
319 $linkdata = array_merge( $link, $linkdata );
320 $linkdata['link_category'] = $link_cats;
[all …]
/dports/biology/ugene/ugene-40.1/data/workflow_samples/Custom elements/
H A Dscript-linkdata-fetch-seq.uwl7 script-linkdata-fetch {
27 script-linkdata-fetch.out->write-sequence.in-sequence
30 script-linkdata-fetch.sequence->write-sequence.in-sequence.sequence
34 script-linkdata-fetch {
47 script-linkdata-fetch.out->write-sequence.in-sequence {
62 script-linkdata-fetch.workId {
65 script-linkdata-fetch.filename {
68 script-linkdata-fetch.subject {
71 script-linkdata-fetch.property {
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/modules/
H A Dclass.module_download.inc.php34 $linkdata['path'] = rawurlencode(base64_encode($arguments['path']));
37 $linkdata['download'] = 1;
38 $linkdata['fileman[0]'] = rawurlencode(base64_encode($arguments['file']));
42 $linkdata['op'] = rawurlencode(base64_encode('view'));
43 $linkdata['file'] = rawurlencode(base64_encode($arguments['file']));
46 …('<a href="' . phpgw_link('/filemanager/index.php',$linkdata) . '">' . $arguments['text'] . '</a>'…
47 phpgw_link('/phpwebhosting/index.php',$linkdata);
H A Dclass.module_calendar.inc.php60 $linkdata['menuaction'] = 'calendar.uicalendar.month';
61 $linkdata['month'] = $GLOBALS['phpgw']->common->show_date($date['raw'],'m');
62 $linkdata['year'] = $GLOBALS['phpgw']->common->show_date($date['raw'],'Y');
64 …$month = '<a href="' .$GLOBALS['phpgw']->link('/index.php',$linkdata) . '" class="minicalendar">'…
105 unset($linkdata);
106 $linkdata['menuaction'] = 'calendar.uicalendar.day';
107 $linkdata['date']= $date;
108 …$str = '<a href="' .$GLOBALS['phpgw']->link('/index.php',$linkdata) .'" class="' .$day_params['cla…
/dports/www/moodle311/moodle/lib/form/
H A Dselectwithlink.php69 * @param bool $linkdata data to be posted
71 …construct($elementName=null, $elementLabel=null, $options=null, $attributes=null, $linkdata=null) { argument
72 if (!empty($linkdata['link']) && !empty($linkdata['label'])) {
73 $this->_link = $linkdata['link'];
74 $this->_linklabel = $linkdata['label'];
77 if (!empty($linkdata['return'])) {
78 $this->_linkreturn = $linkdata['return'];
91 …twithlink($elementName=null, $elementLabel=null, $options=null, $attributes=null, $linkdata=null) { argument
93 self::__construct($elementName, $elementLabel, $options, $attributes, $linkdata);
/dports/www/moodle310/moodle/lib/form/
H A Dselectwithlink.php69 * @param bool $linkdata data to be posted
71 …construct($elementName=null, $elementLabel=null, $options=null, $attributes=null, $linkdata=null) { argument
72 if (!empty($linkdata['link']) && !empty($linkdata['label'])) {
73 $this->_link = $linkdata['link'];
74 $this->_linklabel = $linkdata['label'];
77 if (!empty($linkdata['return'])) {
78 $this->_linkreturn = $linkdata['return'];
91 …twithlink($elementName=null, $elementLabel=null, $options=null, $attributes=null, $linkdata=null) { argument
93 self::__construct($elementName, $elementLabel, $options, $attributes, $linkdata);
/dports/www/moodle39/moodle/lib/form/
H A Dselectwithlink.php69 * @param bool $linkdata data to be posted
71 …construct($elementName=null, $elementLabel=null, $options=null, $attributes=null, $linkdata=null) { argument
72 if (!empty($linkdata['link']) && !empty($linkdata['label'])) {
73 $this->_link = $linkdata['link'];
74 $this->_linklabel = $linkdata['label'];
77 if (!empty($linkdata['return'])) {
78 $this->_linkreturn = $linkdata['return'];
91 …twithlink($elementName=null, $elementLabel=null, $options=null, $attributes=null, $linkdata=null) { argument
93 self::__construct($elementName, $elementLabel, $options, $attributes, $linkdata);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/
H A Dlt.php95 …$linkdata = Sql_Fetch_Assoc_query(sprintf('select * from %s where uuid = "%s"', $GLOBALS['tables']… variable
98 if (empty($linkdata)) {
101 $fwdid = $linkdata['id'];
134 …$linkdata = Sql_Fetch_array_query(sprintf('select * from %s where id = %d', $GLOBALS['tables']['li… variable
137 if (!$linkdata) {
139 …$linkdata = Sql_Fetch_array_query(sprintf('select * from %s where linkid = %d and userid = %d and … variable
141 if (!empty($linkdata['forward'])) {
143 header('Location: '.$linkdata['forward'], true, 303);
224 $url = $linkdata['url'];
225 if ($linkdata['personalise']) {
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_codepage.cpp231 std::stringstream linkdata; in GetVersion() local
233 linkdata << "front="; in GetVersion()
236 linkdata << static_cast<unsigned char>(i); in GetVersion()
238 linkdata << "&middle="; in GetVersion()
241 linkdata << static_cast<unsigned char>(i); in GetVersion()
243 linkdata << "&map="; in GetVersion()
246 linkdata << static_cast<unsigned char>(i) << casemap[i] << ','; in GetVersion()
248 … characters should be compared in a case insensitive way.", VF_COMMON | VF_VENDOR, linkdata.str()); in GetVersion()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_node/
H A Dnode_relationships.c618 bNodeLink *link = linkdata->data; in node_link_exit()
682 bNodeLink *link = linkdata->data; in node_link_find_socket()
700 bNodeLink *link = linkdata->data; in node_link_find_socket()
712 bNodeLink *link = linkdata->data; in node_link_find_socket()
730 bNodeLink *link = linkdata->data; in node_link_find_socket()
795 linkdata->data = oplink; in node_link_init()
822 linkdata->data = oplink; in node_link_init()
831 BLI_addtail(&nldrag->links, linkdata); in node_link_init()
848 linkdata->data = oplink; in node_link_init()
873 linkdata->data = oplink; in node_link_init()
[all …]
/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Dwgraph_part_fm.c560 savetab[savenbr].u.linkdata.linknum = linkptr2 - linktab; in wgraphPartFm()
561 savetab[savenbr].u.linkdata.gain = linkptr2->gain; in wgraphPartFm()
658 savetab[savenbr].u.linkdata.linknum = linkptr2 - linktab; in wgraphPartFm()
659 savetab[savenbr].u.linkdata.gain = linkptr2->gain; in wgraphPartFm()
674 savetab[savenbr].u.linkdata.linknum = linkptr2 - linktab; in wgraphPartFm()
675 savetab[savenbr].u.linkdata.gain = linkptr2->gain; in wgraphPartFm()
732 savetab[savenbr].u.linkdata.linknum = linkptr3 - linktab; in wgraphPartFm()
733 savetab[savenbr].u.linkdata.gain = linkptr3->gain; in wgraphPartFm()
842 linkptr2 = linktab + savetab[savenum].u.linkdata.linknum; in wgraphPartFm()
843 linkptr2->gain = savetab[savenum].u.linkdata.gain; in wgraphPartFm()
[all …]
H A Dwgraph_part_fm.h135 } linkdata; member
/dports/biology/ugene/ugene-40.1/src/plugins/linkdata_support/
H A Dlinkdata_support.qrc4 <file>src/linkdata.js</file>
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dwindows.c146 void *linkdata; member
159 wl->linkdata = 0; in wl_new()
383 p->linkdata = (*p->wincp->chain_routine)(WINCHAIN_ALLOC, n, 0, 0, 0); in commit_windowchain()
388 (void) (*p->wincp->chain_routine)(WINCHAIN_INIT, n, p->linkdata, in commit_windowchain()
390 p->nextlink->linkdata); in commit_windowchain()
392 (void) (*p->wincp->chain_routine)(WINCHAIN_INIT, n, p->linkdata, in commit_windowchain()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dwindows.c146 void *linkdata; member
159 wl->linkdata = 0; in wl_new()
383 p->linkdata = (*p->wincp->chain_routine)(WINCHAIN_ALLOC, n, 0, 0, 0); in commit_windowchain()
388 (void) (*p->wincp->chain_routine)(WINCHAIN_INIT, n, p->linkdata, in commit_windowchain()
390 p->nextlink->linkdata); in commit_windowchain()
392 (void) (*p->wincp->chain_routine)(WINCHAIN_INIT, n, p->linkdata, in commit_windowchain()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/area/
H A DAreaTreeParser.java1012 String[] linkdata in startElement() local
1014 PageViewport pv = pageViewportsByKey.get(linkdata[0]); in startElement()
1015 BookmarkData bm = new BookmarkData(title, showChildren, pv, linkdata[1]); in startElement()
1032 String[] linkdata in startElement() local
1034 PageViewport pv = pageViewportsByKey.get(linkdata[0]); in startElement()
1035 DestinationData dest = new DestinationData(linkdata[1]); in startElement()
1038 dest.resolveIDRef(linkdata[1], pages); in startElement()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/preferences/
H A DApiUseScanPreferencePage.java178 HashMap<String, Object> linkdata = new HashMap<>(); in createContents() local
179linkdata.put(ApiErrorsWarningsPreferencePage.INITIAL_TAB, Integer.valueOf(ApiErrorsWarningsConfigu… in createContents()
180 …enceMessages.ApiUseScanPreferencePage_9, (IWorkbenchPreferenceContainer) getContainer(), linkdata); in createContents()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcfile.c760 RCoreLinkData linkdata = {imp->name, UT64_MAX, r->bin}; local
761 r_id_storage_foreach (r->io->files, linkcb, &linkdata);
762 if (linkdata.addr != UT64_MAX) {
763 eprintf ("0x%08"PFMT64x"\n", linkdata.addr);
764 ut64 a = linkdata.addr;
/dports/audio/id3lib/id3lib-3.8.3/
H A Dmakewin32.bat4 REM Comments, bugs go to johan@linkdata.se
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/areafix/areafix/
H A Dareafix.h80 typedef struct linkdata { struct
/dports/news/husky/husky-1.9.20191207/areafix/areafix/
H A Dareafix.h80 typedef struct linkdata { struct
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/areafix/areafix/
H A Dareafix.h80 typedef struct linkdata { struct
/dports/news/husky-hpt/husky-hpt-1.9.20191207/areafix/areafix/
H A Dareafix.h80 typedef struct linkdata { struct
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/areafix/areafix/
H A Dareafix.h80 typedef struct linkdata { struct

12345