Searched refs:origin (Results 1 - 25 of 58) sorted by relevance

123

/forgerock/web-agents-v4/zlib/
H A Dioapi.c21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin)
25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
41 long call_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin) argument
44 return (*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset,origin);
51 return (*(pfilefunc->zseek32_file))(pfilefunc->zfile_func64.opaque,filestream,offsetTruncated,origin);
91 static long ZCALLBACK fseek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
161 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) argument
165 switch (origin)
184 fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) argument
[all...]
H A Dioapi.h142 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
159 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
195 long call_zseek64 OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin));
H A Diowin32.c39 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
308 long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong offset,int origin) argument
316 switch (origin)
346 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) argument
355 switch (origin)
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/util/
H A DAMLoginUtils.js53 gotoURL = encodeURIComponent(location.origin + location.pathname + gotoRoute),
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStandardAttributePanel.java72 private JLabel origin = Utilities.createDefaultLabel(); field in class:StandardAttributePanel
176 JLabel[] values = {name, parent, oid, aliases, origin, description, usage,
283 origin.setText(StandardObjectClassPanel.getOrigin(attr).toString());
H A DStandardObjectClassPanel.java77 private JLabel origin = Utilities.createDefaultLabel(); field in class:StandardObjectClassPanel
166 JLabel[] values = {name, parent, oid, aliases, origin, description, type};
269 * Returns the message describing the schema element origin (file, RFC, etc.).
271 * @return the message describing the schema element origin (file, RFC, etc.).
321 origin.setText(getOrigin(oc).toString());
H A DCustomAttributePanel.java156 private JTextField origin = Utilities.createLongTextField(); field in class:CustomAttributePanel
332 Component[][] comps = {{parent, aliases, origin, file},
503 JTextField[] tfs = {name, description, oid, aliases, origin, file};
622 origin.setText(sOrigin);
1269 String or = origin.getText().trim();
H A DCustomObjectClassPanel.java147 private JTextField origin = Utilities.createLongTextField(); field in class:CustomObjectClassPanel
360 Component[] comps = {aliases, origin, file, type, obsolete};
426 JTextField[] tfs = {name, description, oid, aliases, origin, file};
553 origin.setText(sOrigin);
991 String or = origin.getText().trim();
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStandardAttributePanel.java71 private JLabel origin = Utilities.createDefaultLabel(); field in class:StandardAttributePanel
175 JLabel[] values = {name, parent, oid, aliases, origin, description, usage,
282 origin.setText(StandardObjectClassPanel.getOrigin(attr).toString());
H A DStandardObjectClassPanel.java76 private JLabel origin = Utilities.createDefaultLabel(); field in class:StandardObjectClassPanel
165 JLabel[] values = {name, parent, oid, aliases, origin, description, type};
268 * Returns the message describing the schema element origin (file, RFC, etc.).
270 * @return the message describing the schema element origin (file, RFC, etc.).
320 origin.setText(getOrigin(oc).toString());
H A DCustomAttributePanel.java155 private JTextField origin = Utilities.createLongTextField(); field in class:CustomAttributePanel
331 Component[][] comps = {{parent, aliases, origin, file},
502 JTextField[] tfs = {name, description, oid, aliases, origin, file};
621 origin.setText(sOrigin);
1268 String or = origin.getText().trim();
H A DCustomObjectClassPanel.java146 private JTextField origin = Utilities.createLongTextField(); field in class:CustomObjectClassPanel
359 Component[] comps = {aliases, origin, file, type, obsolete};
425 JTextField[] tfs = {name, description, oid, aliases, origin, file};
552 origin.setText(sOrigin);
990 String or = origin.getText().trim();
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStandardAttributePanel.java72 private JLabel origin = Utilities.createDefaultLabel(); field in class:StandardAttributePanel
176 JLabel[] values = {name, parent, oid, aliases, origin, description, usage,
283 origin.setText(StandardObjectClassPanel.getOrigin(attr).toString());
H A DStandardObjectClassPanel.java77 private JLabel origin = Utilities.createDefaultLabel(); field in class:StandardObjectClassPanel
166 JLabel[] values = {name, parent, oid, aliases, origin, description, type};
269 * Returns the message describing the schema element origin (file, RFC, etc.).
271 * @return the message describing the schema element origin (file, RFC, etc.).
321 origin.setText(getOrigin(oc).toString());
H A DCustomAttributePanel.java156 private JTextField origin = Utilities.createLongTextField(); field in class:CustomAttributePanel
332 Component[][] comps = {{parent, aliases, origin, file},
503 JTextField[] tfs = {name, description, oid, aliases, origin, file};
622 origin.setText(sOrigin);
1269 String or = origin.getText().trim();
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStandardAttributePanel.java71 private JLabel origin = Utilities.createDefaultLabel(); field in class:StandardAttributePanel
175 JLabel[] values = {name, parent, oid, aliases, origin, description, usage,
282 origin.setText(StandardObjectClassPanel.getOrigin(attr).toString());
H A DStandardObjectClassPanel.java76 private JLabel origin = Utilities.createDefaultLabel(); field in class:StandardObjectClassPanel
165 JLabel[] values = {name, parent, oid, aliases, origin, description, type};
268 * Returns the message describing the schema element origin (file, RFC, etc.).
270 * @return the message describing the schema element origin (file, RFC, etc.).
320 origin.setText(getOrigin(oc).toString());
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStandardAttributePanel.java72 private JLabel origin = Utilities.createDefaultLabel(); field in class:StandardAttributePanel
176 JLabel[] values = {name, parent, oid, aliases, origin, description, usage,
283 origin.setText(StandardObjectClassPanel.getOrigin(attr).toString());
H A DStandardObjectClassPanel.java77 private JLabel origin = Utilities.createDefaultLabel(); field in class:StandardObjectClassPanel
166 JLabel[] values = {name, parent, oid, aliases, origin, description, type};
269 * Returns the message describing the schema element origin (file, RFC, etc.).
271 * @return the message describing the schema element origin (file, RFC, etc.).
321 origin.setText(getOrigin(oc).toString());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DStandardAttributePanel.java72 private JLabel origin = Utilities.createDefaultLabel(); field in class:StandardAttributePanel
168 JLabel[] values = {name, parent, oid, aliases, origin, description, usage,
271 origin.setText(StandardObjectClassPanel.getOrigin(attr).toString());
H A DStandardObjectClassPanel.java79 private JLabel origin = Utilities.createDefaultLabel(); field in class:StandardObjectClassPanel
159 JLabel[] values = {name, parent, oid, aliases, origin, description, type};
260 * Returns the message describing the schema element origin (file, RFC, etc.).
262 * @return the message describing the schema element origin (file, RFC, etc.).
312 origin.setText(getOrigin(oc).toString());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DDataServerHandler.java194 private ServerStatus changeStatus(StatusMachineEvent event, String origin) argument
215 + " Sending change status " + origin + " to " + getServerId()
/forgerock/web-agents-v4/
H A DMakefile.solaris.mk48 LDFLAGS += -i -z ignore -z lazyload -z nodefs -z combreloc -z nodelete -z origin -R'$$ORIGIN/../lib' -R'$$ORIGIN' \
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DDataServerHandler.java198 private ServerStatus changeStatus(StatusMachineEvent event, String origin) argument
221 + " Sending change status " + origin + " to " + getServerId()
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DDataServerHandler.java198 private ServerStatus changeStatus(StatusMachineEvent event, String origin) argument
221 + " Sending change status " + origin + " to " + getServerId()

Completed in 56 milliseconds

123