bugged stringlengths 6 599k | fixed stringlengths 6 40.8M | __index_level_0__ int64 0 3.24M |
|---|---|---|
public Organization addOrganization( String parentOrganizationId, String name, String regionId, String countryId, String statusId, boolean location) throws PortalException, SystemException { return OrganizationLocalServiceUtil.addOrganization( getUser().getCompanyId(), parentOrganizationId, name, regionId, c... | public Organization addOrganization( String parentOrganizationId, String name, String regionId, String countryId, String statusId, boolean location) throws PortalException, SystemException { return OrganizationLocalServiceUtil.addOrganization( getUser().getCompanyId(), parentOrganizationId, name, regionId, c... | 3,225,928 |
public IRubyObject list() { return RubyArray.newArray(getRuntime(), (IRubyObject[])rubyThreadList.values().toArray(new IRubyObject[rubyThreadList.size()])); } | public IRubyObject list() { return getRuntime().newArray((IRubyObject[])rubyThreadList.values().toArray(new IRubyObject[rubyThreadList.size()])); } | 3,225,931 |
protected void createPageControl(IPreferencePage page, Composite parent) { if (page instanceof PreferencePage) ((PreferencePage) page).createControl(parent, true); else super.createPageControl(page, parent); } | protected void createPageControl(IPreferencePage page, Composite parent) { if (page instanceof PreferencePage) ((PreferencePage) page).createControl(parent, true); else super.createPageControl(page, parent); } | 3,225,932 |
public Object getContent(Context c); | public Object getContent(Context c); | 3,225,933 |
public IRubyObject method6(ThreadContext tc, IRubyObject self, IRubyObject[] args) { IRuby rt = self.getRuntime(); if(self.callMethod("is_binary_data?").isTrue()) { return args[0].callMethod("scalar",new IRubyObject[]{rt.newString("tag:yaml.org,2002:binary"),rt.newArray(self... | public IRubyObject method6(ThreadContext tc, IRubyObject self, IRubyObject[] args) { IRuby rt = self.getRuntime(); if(self.callMethod("is_binary_data?").isTrue()) { return args[0].callMethod("scalar",new IRubyObject[]{rt.newString("tag:yaml.org,2002:binary"),rt.newArray(self... | 3,225,934 |
public static boolean isDecoratable(Box box) { if (!(box.getContent() instanceof ReplacedContent)) { if (!(box.getContent() instanceof FloatedBlockContent)) { return true; } } return false; } | public static boolean isDecoratable(Box box) { if (!(box.getContent() instanceof InlineBlockContent)) { if (!(box.getContent() instanceof FloatedBlockContent)) { return true; } } return false; } | 3,225,935 |
public String toString() { StringBuffer sb = new StringBuffer(); sb.append( "BlockBox:" ); sb.append( super.toString() ); if ( this.fixed ) { sb.append( " position: fixed" ); } if ( this.right_set ) { sb.append( " right = " + this.right ); } ... | public String toString() { StringBuffer sb = new StringBuffer(); sb.append( "BlockBox:" ); sb.append( super.toString() ); if ( this.fixed ) { sb.append( " position: fixed" ); } if ( this.right_set ) { sb.append( " right = " + this.right ); } ... | 3,225,936 |
public String toString() { StringBuffer sb = new StringBuffer(); sb.append( "BlockBox:" ); sb.append( super.toString() ); if ( this.fixed ) { sb.append( " position: fixed" ); } if ( this.right_set ) { sb.append( " right = " + this.right ); } ... | public String toString() { StringBuffer sb = new StringBuffer(); sb.append( "BlockBox:" ); sb.append( super.toString() ); if ( this.fixed ) { sb.append( " position: fixed" ); } if ( this.right_set ) { sb.append( " right = " + this.right ); } ... | 3,225,937 |
public String toString() { StringBuffer sb = new StringBuffer(); sb.append( "BlockBox:" ); sb.append( super.toString() ); if ( this.fixed ) { sb.append( " position: fixed" ); } if ( this.right_set ) { sb.append( " right = " + this.right ); } ... | public String toString() { StringBuffer sb = new StringBuffer(); sb.append( "BlockBox:" ); sb.append( super.toString() ); if ( this.fixed ) { sb.append( " position: fixed" ); } if ( this.right_set ) { sb.append( " right = " + this.right ); } ... | 3,225,938 |
protected void makeActions(IWorkbenchWindow window) { this.window = window; commandStatusLineContribution = new CommandStatusLineContribution(CommandStatusLineContribution.ID); jmsStatusLineContribution = new FeedStatusLineContribution("jmsStatus", new String[] {"jms"}); //Application.getJMSConnector().addFeedComp... | protected void makeActions(IWorkbenchWindow window) { this.window = window; commandStatusLineContribution = new CommandStatusLineContribution(CommandStatusLineContribution.ID); jmsStatusLineContribution = new FeedStatusLineContribution("jmsStatus", new String[] {"jms"}); //Application.getJMSConnector().addFeedComp... | 3,225,939 |
protected void update(Runnable runnable) { IWorkbench workbench= PlatformUI.getWorkbench(); IWorkbenchWindow[] windows= workbench.getWorkbenchWindows(); if (windows != null && windows.length > 0) { Display display= windows[0].getShell().getDisplay(); display.asyncExec(runnable); } else runnable.run()... | protected void update(Runnable runnable) { IWorkbench workbench= PlatformUI.getWorkbench(); IWorkbenchWindow[] windows= workbench.getWorkbenchWindows(); if (windows != null && windows.length > 0) { Display display= windows[0].getShell().getDisplay(); display.asyncExec(runnable); } else runnable.run()... | 3,225,940 |
public boolean visit(IResourceDelta delta) throws CoreException { if (delta != null && getFile().equals(delta.getResource())) { Runnable runnable= null; switch (delta.getKind()) { case IResourceDelta.CHANGED: if ((IResourceDelta.CONTENT & delta.getFlags()) != 0) { FileInfo info= (... | public boolean visit(IResourceDelta delta) throws CoreException { if (delta != null && getFile().equals(delta.getResource())) { Runnable runnable= null; switch (delta.getKind()) { case IResourceDelta.CHANGED: if ((IResourceDelta.CONTENT & delta.getFlags()) != 0) { FileInfo info= (... | 3,225,942 |
public boolean visit(IResourceDelta delta) throws CoreException { if (delta != null && getFile().equals(delta.getResource())) { Runnable runnable= null; switch (delta.getKind()) { case IResourceDelta.CHANGED: if ((IResourceDelta.CONTENT & delta.getFlags()) != 0) { FileInfo info= (... | public boolean visit(IResourceDelta delta) throws CoreException { if (delta != null && getFile().equals(delta.getResource())) { Runnable runnable= null; switch (delta.getKind()) { case IResourceDelta.CHANGED: if ((IResourceDelta.CONTENT & delta.getFlags()) != 0) { FileInfo info= (... | 3,225,943 |
public boolean visit(IResourceDelta delta) throws CoreException { if (delta != null && getFile().equals(delta.getResource())) { Runnable runnable= null; switch (delta.getKind()) { case IResourceDelta.CHANGED: if ((IResourceDelta.CONTENT & delta.getFlags()) != 0) { FileInfo info= (... | public boolean visit(IResourceDelta delta) throws CoreException { if (delta != null && getFile().equals(delta.getResource())) { Runnable runnable= null; switch (delta.getKind()) { case IResourceDelta.CHANGED: if ((IResourceDelta.CONTENT & delta.getFlags()) != 0) { FileInfo info= (... | 3,225,944 |
public Context() { font_resolver = new FontResolverTest(); } | publicContext(){font_resolver=newFontResolverTest();} | 3,225,945 |
public Context() { font_resolver = new FontResolverTest(); } | publicContext(){font_resolver=newFontResolverTest();} | 3,225,946 |
public boolean debugDrawBoxes() { return debug_draw_boxes; } | publicbooleandebugDrawBoxes(){returndebug_draw_boxes;} | 3,225,947 |
public boolean debugDrawInlineBoxes() { return debug_draw_inline_boxes; } | publicbooleandebugDrawInlineBoxes(){returndebug_draw_inline_boxes;} | 3,225,948 |
public boolean debugDrawLineBoxes() { return debug_draw_line_boxes; } | publicbooleandebugDrawLineBoxes(){returndebug_draw_line_boxes;} | 3,225,949 |
public int compare(MessageHolder arg0, MessageHolder arg1) { try { Message message0 = arg0.getMessage(); Message message1 = arg1.getMessage(); if (!message0.isSetField(ClOrdID.FIELD) || !message1.isSetField(ClOrdID.FIELD)){ return message0.isSetField(ClOrdID.FIELD) ? 1 : 0; } String ordID0 = message0.ge... | public int compare(MessageHolder arg0, MessageHolder arg1) { try { Message message0 = arg0.getMessage(); Message message1 = arg1.getMessage(); if (!message0.isSetField(ClOrdID.FIELD) || !message1.isSetField(ClOrdID.FIELD)){ return message0.isSetField(ClOrdID.FIELD) ? 1 : 0; } String ordID0 = message0.ge... | 3,225,950 |
public int compare(MessageHolder arg0, MessageHolder arg1) { try { Message message0 = arg0.getMessage(); Message message1 = arg1.getMessage(); if (!message0.isSetField(ClOrdID.FIELD) || !message1.isSetField(ClOrdID.FIELD)){ return message0.isSetField(ClOrdID.FIELD) ? 1 : 0; } String ordID0 = message0.ge... | public int compare(MessageHolder arg0, MessageHolder arg1) { try { Message message0 = arg0.getMessage(); Message message1 = arg1.getMessage(); if (!message0.isSetField(ClOrdID.FIELD) || !message1.isSetField(ClOrdID.FIELD)){ return message0.isSetField(ClOrdID.FIELD) ? 1 : 0; } String ordID0 = message0.ge... | 3,225,951 |
public boolean isPageZoomed() { return isPageZoomed(); } | public boolean isPageZoomed() { return isZoomed(); } | 3,225,952 |
void zoomOut() { Perspective persp = getActivePerspective(); if (persp != null) persp.getPresentation().zoomOut(); } | public void zoomOut() { Perspective persp = getActivePerspective(); if (persp != null) persp.getPresentation().zoomOut(); } | 3,225,953 |
public static com.liferay.portal.model.Group addGroup( java.lang.String companyId, java.lang.String className, java.lang.String classPK, java.lang.String name, java.lang.String friendlyURL) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException { try { GroupLocalService groupLocalServi... | public static com.liferay.portal.model.Group addGroup( java.lang.String companyId, java.lang.String className, java.lang.String classPK, java.lang.String name, java.lang.String friendlyURL) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException { try { GroupLocalService groupLocalServi... | 3,225,954 |
public static com.liferay.portal.model.Group addGroup( java.lang.String companyId, java.lang.String className, java.lang.String classPK, java.lang.String name, java.lang.String friendlyURL) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException { try { GroupLocalService groupLocalServi... | public static com.liferay.portal.model.Group addGroup( java.lang.String companyId, java.lang.String className, java.lang.String classPK, java.lang.String name, java.lang.String friendlyURL) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException { try { GroupLocalService groupLocalServi... | 3,225,955 |
public static void paintPadding(Context c, LineBox line, InlineBox inline) { //Uu.p("painting border: " + inline.border); // paint the background int padding_xoff = inline.totalLeftPadding(c.getCurrentStyle()); int padding_yoff = inline.totalTopPadding(c.getCurrentStyle()); int ty... | public static void paintPadding(Context c, LineBox line, InlineBox inline) { //Uu.p("painting border: " + inline.border); // paint the background int padding_xoff = inline.totalLeftPadding(c.getCurrentStyle()); int padding_yoff = inline.totalTopPadding(c.getCurrentStyle()); int ty... | 3,225,957 |
public static void paintPadding(Context c, LineBox line, InlineBox inline) { //Uu.p("painting border: " + inline.border); // paint the background int padding_xoff = inline.totalLeftPadding(c.getCurrentStyle()); int padding_yoff = inline.totalTopPadding(c.getCurrentStyle()); int ty... | public static void paintPadding(Context c, LineBox line, InlineBox inline) { //Uu.p("painting border: " + inline.border); // paint the background int padding_xoff = inline.totalLeftPadding(c.getCurrentStyle()); int padding_yoff = inline.totalTopPadding(c.getCurrentStyle()); int ty... | 3,225,958 |
public RubyObject eval(Ruby ruby, RubyObject self) { // TMP_PROTECT; RubyObject recv = getRecvNode().eval(ruby, self); Node rval = getArgsNode().getHeadNode(); RubyPointer args = ArgsUtil.setupArgs(ruby, self, getArgsNode().getNextNode()); args.remove(args.size() - 1); Ruby... | public RubyObject eval(Ruby ruby, RubyObject self) { // TMP_PROTECT; RubyObject recv = getRecvNode().eval(ruby, self); Node rval = getArgsNode().getHeadNode(); RubyPointer args = ArgsUtil.setupArgs(ruby, self, getArgsNode().getNextNode()); args.remove(args.size() - 1); Ruby... | 3,225,959 |
public void initComponents() { mydnsndsModel = new ValueHolder(getController().getConfig() .getProperty("mydyndns")); mydnsndsModel.addValueChangeListener(new PropertyChangeListener() { public void propertyChange(PropertyChangeEvent evt) { String dyndns = (String) ... | public void initComponents() { mydnsndsModel = new ValueHolder(getController().getConfig() .getProperty("mydyndns")); mydnsndsModel.addValueChangeListener(new PropertyChangeListener() { public void propertyChange(PropertyChangeEvent evt) { String dyndns = (String) ... | 3,225,960 |
public void initComponents() { mydnsndsModel = new ValueHolder(getController().getConfig() .getProperty("mydyndns")); mydnsndsModel.addValueChangeListener(new PropertyChangeListener() { public void propertyChange(PropertyChangeEvent evt) { String dyndns = (String) ... | public void initComponents() { mydnsndsModel = new ValueHolder(getController().getConfig() .getProperty("mydyndns")); mydnsndsModel.addValueChangeListener(new PropertyChangeListener() { public void propertyChange(PropertyChangeEvent evt) { String dyndns = (String) ... | 3,225,961 |
public Class loadJavaClass(RubyString name) { String className = name.getValue(); try { return javaClassLoader.loadClass(className); } catch (ClassNotFoundException cnfExcptn) { Iterator iter = importedPackages.iterator(); while (iter.hasNext()) { ... | public Class loadJavaClass(RubyString name) { String className = name.getValue(); try { return javaClassLoader.loadClass(className); } catch (ClassNotFoundException cnfExcptn) { Iterator iter = importedPackages.iterator(); while (iter.hasNext()) { ... | 3,225,963 |
public void loadPage(String url_text, XHTMLPanel panel) throws Exception { Document doc = null; URL ref = null; if (url_text.startsWith("demo:")) { Uu.p("starts with demo"); DemoMarker marker = new DemoMarker(); Uu.p("url text = " + url_text); ... | public void loadPage(String url_text, XHTMLPanel panel) throws Exception { Document doc = null; URL ref = null; if (url_text.startsWith("demo:")) { Uu.p("starts with demo"); DemoMarker marker = new DemoMarker(); Uu.p("url text = " + url_text); ... | 3,225,965 |
public void loadPage(String url_text, XHTMLPanel panel) throws Exception { Document doc = null; URL ref = null; if (url_text.startsWith("demo:")) { Uu.p("starts with demo"); DemoMarker marker = new DemoMarker(); Uu.p("url text = " + url_text); ... | public void loadPage(String url_text, XHTMLPanel panel) throws Exception { Document doc = null; URL ref = null; if (url_text.startsWith("demo:")) { Uu.p("starts with demo"); DemoMarker marker = new DemoMarker(); Uu.p("url text = " + url_text); ... | 3,225,966 |
public void loadPage(String url_text, XHTMLPanel panel) throws Exception { Document doc = null; URL ref = null; if (url_text.startsWith("demo:")) { Uu.p("starts with demo"); DemoMarker marker = new DemoMarker(); Uu.p("url text = " + url_text); ... | public void loadPage(String url_text, XHTMLPanel panel) throws Exception { Document doc = null; URL ref = null; if (url_text.startsWith("demo:")) { Uu.p("starts with demo"); DemoMarker marker = new DemoMarker(); Uu.p("url text = " + url_text); ... | 3,225,967 |
public void loadPage(String url_text, XHTMLPanel panel) throws Exception { Document doc = null; URL ref = null; if (url_text.startsWith("demo:")) { Uu.p("starts with demo"); DemoMarker marker = new DemoMarker(); Uu.p("url text = " + url_text); ... | public void loadPage(String url_text, XHTMLPanel panel) throws Exception { Document doc = null; URL ref = null; if (url_text.startsWith("demo:")) { Uu.p("starts with demo"); DemoMarker marker = new DemoMarker(); Uu.p("url text = " + url_text); ... | 3,225,968 |
public void setActive(boolean active) { if (active != _active) { _active = active; setModified(true); } } | public void setActive(boolean active) { if (active != _active) { _active = active; setModified(true); } } | 3,225,969 |
public void setClassName(String className) { if (((className == null) && (_className != null)) || ((className != null) && (_className == null)) || ((className != null) && (_className != null) && !className.equals(_className))) { if (!XSS_ALLOW_CLASSNAME) { className = XSSUtil.strip(className); } _cl... | public void setClassName(String className) { if (((className == null) && (_className != null)) || ((className != null) && (_className == null)) || ((className != null) && (_className != null) && !className.equals(_className))) { if (!XSS_ALLOW_CLASSNAME) { className = XSSUtil.strip(className); } _cl... | 3,225,970 |
public void setClassPK(String classPK) { if (((classPK == null) && (_classPK != null)) || ((classPK != null) && (_classPK == null)) || ((classPK != null) && (_classPK != null) && !classPK.equals(_classPK))) { if (!XSS_ALLOW_CLASSPK) { classPK = XSSUtil.strip(classPK); } _classPK = classPK; setModi... | public void setClassPK(String classPK) { if (((classPK == null) && (_classPK != null)) || ((classPK != null) && (_classPK == null)) || ((classPK != null) && (_classPK != null) && !classPK.equals(_classPK))) { if (!XSS_ALLOW_CLASSPK) { classPK = XSSUtil.strip(classPK); } _classPK = classPK; setModi... | 3,225,971 |
public void setCompanyId(String companyId) { if (((companyId == null) && (_companyId != null)) || ((companyId != null) && (_companyId == null)) || ((companyId != null) && (_companyId != null) && !companyId.equals(_companyId))) { if (!XSS_ALLOW_COMPANYID) { companyId = XSSUtil.strip(companyId); } _co... | public void setCompanyId(String companyId) { if (((companyId == null) && (_companyId != null)) || ((companyId != null) && (_companyId == null)) || ((companyId != null) && (_companyId != null) && !companyId.equals(_companyId))) { if (!XSS_ALLOW_COMPANYID) { companyId = XSSUtil.strip(companyId); } _co... | 3,225,972 |
public void setCreatedByUserId(String createdByUserId) { if (((createdByUserId == null) && (_createdByUserId != null)) || ((createdByUserId != null) && (_createdByUserId == null)) || ((createdByUserId != null) && (_createdByUserId != null) && !createdByUserId.equals(_createdByUserId))) { if (!XSS_ALLOW_CRE... | public void setCreatedByUserId(String createdByUserId) { if (((createdByUserId == null) && (_createdByUserId != null)) || ((createdByUserId != null) && (_createdByUserId == null)) || ((createdByUserId != null) && (_createdByUserId != null) && !createdByUserId.equals(_createdByUserId))) { if (!XSS_ALLOW_CRE... | 3,225,973 |
public void setCreatedByUserName(String createdByUserName) { if (((createdByUserName == null) && (_createdByUserName != null)) || ((createdByUserName != null) && (_createdByUserName == null)) || ((createdByUserName != null) && (_createdByUserName != null) && !createdByUserName.equals(_createdByUserName))) { ... | public void setCreatedByUserName(String createdByUserName) { if (((createdByUserName == null) && (_createdByUserName != null)) || ((createdByUserName != null) && (_createdByUserName == null)) || ((createdByUserName != null) && (_createdByUserName != null) && !createdByUserName.equals(_createdByUserName))) { ... | 3,225,974 |
public void setCreatedOn(Date createdOn) { if (((createdOn == null) && (_createdOn != null)) || ((createdOn != null) && (_createdOn == null)) || ((createdOn != null) && (_createdOn != null) && !createdOn.equals(_createdOn))) { _createdOn = createdOn; setModified(true); } } | public void setCreatedOn(Date createdOn) { if (((createdOn == null) && (_createdOn != null)) || ((createdOn != null) && (_createdOn == null)) || ((createdOn != null) && (_createdOn != null) && !createdOn.equals(_createdOn))) { _createdOn = createdOn; setModified(true); } } | 3,225,975 |
public void setDataTrackerId(String dataTrackerId) { if (((dataTrackerId == null) && (_dataTrackerId != null)) || ((dataTrackerId != null) && (_dataTrackerId == null)) || ((dataTrackerId != null) && (_dataTrackerId != null) && !dataTrackerId.equals(_dataTrackerId))) { if (!XSS_ALLOW_DATATRACKERID) { dat... | public void setDataTrackerId(String dataTrackerId) { if (((dataTrackerId == null) && (_dataTrackerId != null)) || ((dataTrackerId != null) && (_dataTrackerId == null)) || ((dataTrackerId != null) && (_dataTrackerId != null) && !dataTrackerId.equals(_dataTrackerId))) { if (!XSS_ALLOW_DATATRACKERID) { dat... | 3,225,976 |
public void setUpdatedBy(String updatedBy) { if (((updatedBy == null) && (_updatedBy != null)) || ((updatedBy != null) && (_updatedBy == null)) || ((updatedBy != null) && (_updatedBy != null) && !updatedBy.equals(_updatedBy))) { if (!XSS_ALLOW_UPDATEDBY) { updatedBy = XSSUtil.strip(updatedBy); } _up... | public void setUpdatedBy(String updatedBy) { if (((updatedBy == null) && (_updatedBy != null)) || ((updatedBy != null) && (_updatedBy == null)) || ((updatedBy != null) && (_updatedBy != null) && !updatedBy.equals(_updatedBy))) { if (!XSS_ALLOW_UPDATEDBY) { updatedBy = XSSUtil.strip(updatedBy); } _up... | 3,225,977 |
public void setUpdatedOn(Date updatedOn) { if (((updatedOn == null) && (_updatedOn != null)) || ((updatedOn != null) && (_updatedOn == null)) || ((updatedOn != null) && (_updatedOn != null) && !updatedOn.equals(_updatedOn))) { _updatedOn = updatedOn; setModified(true); } } | public void setUpdatedOn(Date updatedOn) { if (((updatedOn == null) && (_updatedOn != null)) || ((updatedOn != null) && (_updatedOn == null)) || ((updatedOn != null) && (_updatedOn != null) && !updatedOn.equals(_updatedOn))) { _updatedOn = updatedOn; setModified(true); } } | 3,225,978 |
public Context() { font_resolver = new FontResolver(); /* // set up text rendering code TextRendererFactory text_renderer_factory = TextRendererFactory.newOversamplingInstance(); text_renderer = text_renderer_factory.newTextRenderer(); String text_renderer_quality = System.... | public Context() { font_resolver = new FontResolver(); /* // set up text rendering code TextRendererFactory text_renderer_factory = TextRendererFactory.newOversamplingInstance(); text_renderer = text_renderer_factory.newTextRenderer(); String text_renderer_quality = System.... | 3,225,980 |
public RubyString id2name() { return RubySymbol.getSymbol(runtime, value).to_s(); } | public RubyString id2name() { return RubySymbol.getSymbol(runtime, value).to_s(); } | 3,225,981 |
public RubyFixnum arity() { return RubyFixnum.newFixnum(runtime, block.arity().getValue()); } | public RubyFixnum arity() { return getRuntime().newFixnum(block.arity().getValue()); } | 3,225,982 |
private void broadcastFileList() { log().verbose("Broadcasting filelist"); Message[] fileListMessages = FileList.createFileListMessages(this); for (Message message : fileListMessages) { broadcastMessage(message); } } | private void broadcastFileList() { if (logVerbose) { log().verbose("Broadcasting filelist"); } Message[] fileListMessages = FileList.createFileListMessages(this); for (Message message : fileListMessages) { broadcastMessage(message); } } | 3,225,984 |
private FileInfo convertToMetaInfoFileInfo(FileInfo fInfo) { if (!(fInfo instanceof MP3FileInfo) && fInfo.getFilenameOnly().toUpperCase().endsWith(".MP3")) { log().verbose("Converting to MP3 TAG: " + fInfo); // Not an mp3 fileinfo ? convert ! File diskFile =... | private FileInfo convertToMetaInfoFileInfo(FileInfo fInfo) { if (!(fInfo instanceof MP3FileInfo) && fInfo.getFilenameOnly().toUpperCase().endsWith(".MP3")) { if (logVerbose) { log().verbose("Converting to MP3 TAG: " + fInfo); } // Not an mp3 fileinfo ? convert ! ... | 3,225,985 |
private FileInfo convertToMetaInfoFileInfo(FileInfo fInfo) { if (!(fInfo instanceof MP3FileInfo) && fInfo.getFilenameOnly().toUpperCase().endsWith(".MP3")) { log().verbose("Converting to MP3 TAG: " + fInfo); // Not an mp3 fileinfo ? convert ! File diskFile =... | private FileInfo convertToMetaInfoFileInfo(FileInfo fInfo) { if (!(fInfo instanceof MP3FileInfo) && fInfo.getFilenameOnly().toUpperCase().endsWith(".MP3")) { log().verbose("Converting to MP3 TAG: " + fInfo); // Not an mp3 fileinfo ? convert ! File diskFile =... | 3,225,986 |
public void fileListChanged(Member from, FileList newList) { log().debug("New Filelist received from " + from); // don't do this in the server version if (rootDirectory != null) { getDirectory().addAll(from, newList.files); } if (getSyncProfile().isAutodownload()) { ... | public void fileListChanged(Member from, FileList newList) { log().debug("New Filelist received from " + from); // don't do this in the server version if (rootDirectory != null) { getDirectory().addAll(from, newList.files); } if (getSyncProfile().isAutodownload()) { ... | 3,225,987 |
public boolean handleRemoteDeletedFiles(boolean force) { if (!force) { // Check if allowed on folder if (!syncProfile.isSyncDeletionWithFriends() && !syncProfile.isSyncDeletionWithOthers()) { // No sync wanted return false; ... | public boolean handleRemoteDeletedFiles(boolean force) { if (!force) { // Check if allowed on folder if (!syncProfile.isSyncDeletionWithFriends() && !syncProfile.isSyncDeletionWithOthers()) { // No sync wanted return false; ... | 3,225,988 |
private boolean removeFileLocal(FileInfo fInfo, boolean broadcastDirectly) { log().verbose( "Remove file local: " + fInfo + ", Folder equal ? " + Util.equals(fInfo.getFolderInfo(), getInfo())); boolean folderChanged = false; synchronized (scanLock) { if (isK... | private boolean removeFileLocal(FileInfo fInfo, boolean broadcastDirectly) { log().verbose( "Remove file local: " + fInfo + ", Folder equal ? " + Util.equals(fInfo.getFolderInfo(), getInfo())); boolean folderChanged = false; synchronized (scanLock) { if (isK... | 3,225,989 |
public void requestMissingFilesForAutodownload() { if (!syncProfile.isAutodownload()) { return; } log().verbose("Requesting files (autodownload)"); requestMissingFiles(syncProfile.isAutoDownloadFromFriends(), syncProfile.isAutoDownloadFromOthers(), false); } | public void requestMissingFilesForAutodownload() { if (!syncProfile.isAutodownload()) { return; } if (logVerbose) { log().verbose("Requesting files (autodownload)"); } requestMissingFiles(syncProfile.isAutoDownloadFromFriends(), syncProfile.isAutoDownloadFromOthers(... | 3,225,990 |
boolean scanFile(FileInfo fInfo) { synchronized (scanLock) { if (fInfo == null) { throw new NullPointerException("File is null"); } // First relink modified by memberinfo to // actual instance if available on nodemanager Member from = getC... | boolean scanFile(FileInfo fInfo) { synchronized (scanLock) { if (fInfo == null) { throw new NullPointerException("File is null"); } // First relink modified by memberinfo to // actual instance if available on nodemanager Member from = getC... | 3,225,991 |
boolean scanFile(FileInfo fInfo) { synchronized (scanLock) { if (fInfo == null) { throw new NullPointerException("File is null"); } // First relink modified by memberinfo to // actual instance if available on nodemanager Member from = getC... | boolean scanFile(FileInfo fInfo) { synchronized (scanLock) { if (fInfo == null) { throw new NullPointerException("File is null"); } // First relink modified by memberinfo to // actual instance if available on nodemanager Member from = getC... | 3,225,992 |
private java.util.Iterator getMatchedRulesets(final List mappedSelectors) { return new java.util.Iterator() { java.util.Iterator selectors = mappedSelectors.iterator(); public boolean hasNext() { return selectors.hasNext(); ... | private static java.util.Iterator getMatchedRulesets(final List mappedSelectors) { return new java.util.Iterator() { java.util.Iterator selectors = mappedSelectors.iterator(); public boolean hasNext() { return selectors.hasNext(); ... | 3,225,993 |
private java.util.Iterator getSelectedRulesets(java.util.List selectorList) { final java.util.List sl = selectorList; return new java.util.Iterator() { java.util.Iterator selectors = sl.iterator(); public boolean hasNext() { r... | private static java.util.Iterator getSelectedRulesets(java.util.List selectorList) { final java.util.List sl = selectorList; return new java.util.Iterator() { java.util.Iterator selectors = sl.iterator(); public boolean hasNext() { ... | 3,225,994 |
private int yylex() { char c; boolean spaceSeen = false; boolean commandState; if (lex_strterm != null) { int tok = lex_strterm.parseString(this, src); if (tok == Token.tSTRING_END || tok == Token.tREGEXP_END) { lex_strterm = null; lex_state = LexState.EXPR_END; ... | private int yylex() { char c; boolean spaceSeen = false; boolean commandState; if (lex_strterm != null) { int tok = lex_strterm.parseString(this, src); if (tok == Token.tSTRING_END || tok == Token.tREGEXP_END) { lex_strterm = null; lex_state = LexState.EXPR_END; ... | 3,225,995 |
private int yylex() { char c; boolean spaceSeen = false; boolean commandState; if (lex_strterm != null) { int tok = lex_strterm.parseString(this, src); if (tok == Token.tSTRING_END || tok == Token.tREGEXP_END) { lex_strterm = null; lex_state = LexState.EXPR_END; ... | private int yylex() { char c; boolean spaceSeen = false; boolean commandState; if (lex_strterm != null) { int tok = lex_strterm.parseString(this, src); if (tok == Token.tSTRING_END || tok == Token.tREGEXP_END) { lex_strterm = null; lex_state = LexState.EXPR_END; ... | 3,225,996 |
private int yylex() { char c; boolean spaceSeen = false; boolean commandState; if (lex_strterm != null) { int tok = lex_strterm.parseString(this, src); if (tok == Token.tSTRING_END || tok == Token.tREGEXP_END) { lex_strterm = null; lex_state = LexState.EXPR_END; ... | private int yylex() { char c; boolean spaceSeen = false; boolean commandState; if (lex_strterm != null) { int tok = lex_strterm.parseString(this, src); if (tok == Token.tSTRING_END || tok == Token.tREGEXP_END) { lex_strterm = null; lex_state = LexState.EXPR_END; ... | 3,225,997 |
private int yylex() { char c; boolean spaceSeen = false; boolean commandState; if (lex_strterm != null) { int tok = lex_strterm.parseString(this, src); if (tok == Token.tSTRING_END || tok == Token.tREGEXP_END) { lex_strterm = null; lex_state = LexState.EXPR_END; ... | private int yylex() { char c; boolean spaceSeen = false; boolean commandState; if (lex_strterm != null) { int tok = lex_strterm.parseString(this, src); if (tok == Token.tSTRING_END || tok == Token.tREGEXP_END) { lex_strterm = null; lex_state = LexState.EXPR_END; ... | 3,225,998 |
private int yylex() { char c; boolean spaceSeen = false; boolean commandState; if (lex_strterm != null) { int tok = lex_strterm.parseString(this, src); if (tok == Token.tSTRING_END || tok == Token.tREGEXP_END) { lex_strterm = null; lex_state = LexState.EXPR_END; ... | private int yylex() { char c; boolean spaceSeen = false; boolean commandState; if (lex_strterm != null) { int tok = lex_strterm.parseString(this, src); if (tok == Token.tSTRING_END || tok == Token.tREGEXP_END) { lex_strterm = null; lex_state = LexState.EXPR_END; ... | 3,225,999 |
public void dispose() { workbenchWindow = null; } | public void dispose() { workbenchWindow = null; } | 3,226,000 |
public void run() { if (workbenchWindow == null) { // action has been dispose return; } WorkbenchPreferenceDialog.createDialogOn(null).open(); } | public void run() { if (workbenchWindow == null) { // action has been dispose return; } WorkbenchPreferenceDialog.createDialogOn(null).open(); } | 3,226,001 |
public void setCompanyId(String companyId) { if (((companyId == null) && (_companyId != null)) || ((companyId != null) && (_companyId == null)) || ((companyId != null) && (_companyId != null) && !companyId.equals(_companyId))) { if (!XSS_ALLOW_COMPANYID) { companyId = XSSUtil.strip(companyId); } _co... | public void setCompanyId(String companyId) { if (((companyId == null) && (_companyId != null)) || ((companyId != null) && (_companyId == null)) || ((companyId != null) && (_companyId != null) && !companyId.equals(_companyId))) { if (!XSS_ALLOW_COMPANYID) { companyId = XSSUtil.strip(companyId); } _co... | 3,226,002 |
public void setCreateDate(Date createDate) { if (((createDate == null) && (_createDate != null)) || ((createDate != null) && (_createDate == null)) || ((createDate != null) && (_createDate != null) && !createDate.equals(_createDate))) { _createDate = createDate; setModified(true); } } | public void setCreateDate(Date createDate) { if (((createDate == null) && (_createDate != null)) || ((createDate != null) && (_createDate == null)) || ((createDate != null) && (_createDate != null) && !createDate.equals(_createDate))) { _createDate = createDate; setModified(true); } } | 3,226,003 |
public void setFolderId(String folderId) { if (((folderId == null) && (_folderId != null)) || ((folderId != null) && (_folderId == null)) || ((folderId != null) && (_folderId != null) && !folderId.equals(_folderId))) { if (!XSS_ALLOW_FOLDERID) { folderId = XSSUtil.strip(folderId); } _folderId = fold... | public void setFolderId(String folderId) { if (((folderId == null) && (_folderId != null)) || ((folderId != null) && (_folderId == null)) || ((folderId != null) && (_folderId != null) && !folderId.equals(_folderId))) { if (!XSS_ALLOW_FOLDERID) { folderId = XSSUtil.strip(folderId); } _folderId = fold... | 3,226,004 |
public void setName(String name) { if (((name == null) && (_name != null)) || ((name != null) && (_name == null)) || ((name != null) && (_name != null) && !name.equals(_name))) { if (!XSS_ALLOW_NAME) { name = XSSUtil.strip(name); } _name = name; setModified(true); } } | public void setName(String name) { if (((name == null) && (_name != null)) || ((name != null) && (_name == null)) || ((name != null) && (_name != null) && !name.equals(_name))) { if (!XSS_ALLOW_NAME) { name = XSSUtil.strip(name); } _name = name; setModified(true); } } | 3,226,005 |
public void setSize(int size) { if (size != _size) { _size = size; setModified(true); } } | public void setSize(int size) { if (size != _size) { _size = size; setModified(true); } } | 3,226,006 |
public void setUserId(String userId) { if (((userId == null) && (_userId != null)) || ((userId != null) && (_userId == null)) || ((userId != null) && (_userId != null) && !userId.equals(_userId))) { if (!XSS_ALLOW_USERID) { userId = XSSUtil.strip(userId); } _userId = userId; setModified(true); } ... | public void setUserId(String userId) { if (((userId == null) && (_userId != null)) || ((userId != null) && (_userId == null)) || ((userId != null) && (_userId != null) && !userId.equals(_userId))) { if (!XSS_ALLOW_USERID) { userId = XSSUtil.strip(userId); } _userId = userId; setModified(true); } ... | 3,226,007 |
public void setUserName(String userName) { if (((userName == null) && (_userName != null)) || ((userName != null) && (_userName == null)) || ((userName != null) && (_userName != null) && !userName.equals(_userName))) { if (!XSS_ALLOW_USERNAME) { userName = XSSUtil.strip(userName); } _userName = user... | public void setUserName(String userName) { if (((userName == null) && (_userName != null)) || ((userName != null) && (_userName == null)) || ((userName != null) && (_userName != null) && !userName.equals(_userName))) { if (!XSS_ALLOW_USERNAME) { userName = XSSUtil.strip(userName); } _userName = user... | 3,226,008 |
public void setVersion(double version) { if (version != _version) { _version = version; setModified(true); } } | public void setVersion(double version) { if (version != _version) { _version = version; setModified(true); } } | 3,226,009 |
public void execute(EvaluationState state, InstructionContext ctx) { UntilNode iVisited = (UntilNode)ctx; state.addBreakableInstruction(iVisited, untilConditionCheck); state.addNodeInstruction(iVisited.getConditionNode()); state.addRedoMarker(iV... | public void execute(EvaluationState state, InstructionContext ctx) { UntilNode iVisited = (UntilNode)ctx; state.addBreakableInstruction(iVisited, untilConditionCheck); state.addNodeInstruction(iVisited.getConditionNode()); state.addRedoMarker(iV... | 3,226,010 |
public static void createObjectClass(RubyClass module) { CallbackFactory callbackFactory = module.getRuntime().callbackFactory(RubyObject.class); Callback equal = callbackFactory.getMethod("equal", IRubyObject.class); module.defineMethod("==", equal); module.defineMethod("===", equal); ... | public static void createObjectClass(RubyClass module) { CallbackFactory callbackFactory = module.getRuntime().callbackFactory(RubyObject.class); Callback equal = callbackFactory.getMethod("equal", IRubyObject.class); module.defineMethod("==", equal); module.defineMethod("===", equal); ... | 3,226,011 |
public Object create() throws CoreException { if (APPEARANCE_PREFERENCE_PAGE.equals(id)) return configure(new ViewsPreferencePage()); if (COLORS_AND_FONTS_PREFERENCE_PAGE.equals(id)) return configure(new ColorsAndFontsPreferencePage()); if (DECORATORS_PREFERENCE_PAGE.equal... | public Object create() throws CoreException { if (APPEARANCE_PREFERENCE_PAGE.equals(id)) return configure(new ViewsPreferencePage()); if (COLORS_AND_FONTS_PREFERENCE_PAGE.equals(id)) return configure(new ColorsAndFontsPreferencePage()); if (DECORATORS_PREFERENCE_PAGE.equal... | 3,226,012 |
public void setCompanyId(String companyId) { if (((companyId == null) && (_companyId != null)) || ((companyId != null) && (_companyId == null)) || ((companyId != null) && (_companyId != null) && !companyId.equals(_companyId))) { if (!XSS_ALLOW_COMPANYID) { companyId = XSSUtil.strip(companyId); } _co... | public void setCompanyId(String companyId) { if (((companyId == null) && (_companyId != null)) || ((companyId != null) && (_companyId == null)) || ((companyId != null) && (_companyId != null) && !companyId.equals(_companyId))) { if (!XSS_ALLOW_COMPANYID) { companyId = XSSUtil.strip(companyId); } _co... | 3,226,013 |
public void setCreateDate(Date createDate) { if (((createDate == null) && (_createDate != null)) || ((createDate != null) && (_createDate == null)) || ((createDate != null) && (_createDate != null) && !createDate.equals(_createDate))) { _createDate = createDate; setModified(true); } } | public void setCreateDate(Date createDate) { if (((createDate == null) && (_createDate != null)) || ((createDate != null) && (_createDate == null)) || ((createDate != null) && (_createDate != null) && !createDate.equals(_createDate))) { _createDate = createDate; setModified(true); } } | 3,226,014 |
public void setFirstReadDate(Date firstReadDate) { if (((firstReadDate == null) && (_firstReadDate != null)) || ((firstReadDate != null) && (_firstReadDate == null)) || ((firstReadDate != null) && (_firstReadDate != null) && !firstReadDate.equals(_firstReadDate))) { _firstReadDate = firstReadDate; setMod... | public void setFirstReadDate(Date firstReadDate) { if (((firstReadDate == null) && (_firstReadDate != null)) || ((firstReadDate != null) && (_firstReadDate == null)) || ((firstReadDate != null) && (_firstReadDate != null) && !firstReadDate.equals(_firstReadDate))) { _firstReadDate = firstReadDate; setMod... | 3,226,015 |
public void setLastReadDate(Date lastReadDate) { if (((lastReadDate == null) && (_lastReadDate != null)) || ((lastReadDate != null) && (_lastReadDate == null)) || ((lastReadDate != null) && (_lastReadDate != null) && !lastReadDate.equals(_lastReadDate))) { _lastReadDate = lastReadDate; setModified(true);... | public void setLastReadDate(Date lastReadDate) { if (((lastReadDate == null) && (_lastReadDate != null)) || ((lastReadDate != null) && (_lastReadDate == null)) || ((lastReadDate != null) && (_lastReadDate != null) && !lastReadDate.equals(_lastReadDate))) { _lastReadDate = lastReadDate; setModified(true);... | 3,226,016 |
public void setModifiedDate(Date modifiedDate) { if (((modifiedDate == null) && (_modifiedDate != null)) || ((modifiedDate != null) && (_modifiedDate == null)) || ((modifiedDate != null) && (_modifiedDate != null) && !modifiedDate.equals(_modifiedDate))) { _modifiedDate = modifiedDate; setModified(true);... | public void setModifiedDate(Date modifiedDate) { if (((modifiedDate == null) && (_modifiedDate != null)) || ((modifiedDate != null) && (_modifiedDate == null)) || ((modifiedDate != null) && (_modifiedDate != null) && !modifiedDate.equals(_modifiedDate))) { _modifiedDate = modifiedDate; setModified(true);... | 3,226,017 |
public void setReadCount(int readCount) { if (readCount != _readCount) { _readCount = readCount; setModified(true); } } | public void setReadCount(int readCount) { if (readCount != _readCount) { _readCount = readCount; setModified(true); } } | 3,226,018 |
public void setReceiptId(String receiptId) { if (((receiptId == null) && (_receiptId != null)) || ((receiptId != null) && (_receiptId == null)) || ((receiptId != null) && (_receiptId != null) && !receiptId.equals(_receiptId))) { if (!XSS_ALLOW_RECEIPTID) { receiptId = XSSUtil.strip(receiptId); } _re... | public void setReceiptId(String receiptId) { if (((receiptId == null) && (_receiptId != null)) || ((receiptId != null) && (_receiptId == null)) || ((receiptId != null) && (_receiptId != null) && !receiptId.equals(_receiptId))) { if (!XSS_ALLOW_RECEIPTID) { receiptId = XSSUtil.strip(receiptId); } _re... | 3,226,019 |
public void setRecipientAddress(String recipientAddress) { if (((recipientAddress == null) && (_recipientAddress != null)) || ((recipientAddress != null) && (_recipientAddress == null)) || ((recipientAddress != null) && (_recipientAddress != null) && !recipientAddress.equals(_recipientAddress))) { if (!XSS... | public void setRecipientAddress(String recipientAddress) { if (((recipientAddress == null) && (_recipientAddress != null)) || ((recipientAddress != null) && (_recipientAddress == null)) || ((recipientAddress != null) && (_recipientAddress != null) && !recipientAddress.equals(_recipientAddress))) { if (!XSS... | 3,226,020 |
public void setRecipientName(String recipientName) { if (((recipientName == null) && (_recipientName != null)) || ((recipientName != null) && (_recipientName == null)) || ((recipientName != null) && (_recipientName != null) && !recipientName.equals(_recipientName))) { if (!XSS_ALLOW_RECIPIENTNAME) { rec... | public void setRecipientName(String recipientName) { if (((recipientName == null) && (_recipientName != null)) || ((recipientName != null) && (_recipientName == null)) || ((recipientName != null) && (_recipientName != null) && !recipientName.equals(_recipientName))) { if (!XSS_ALLOW_RECIPIENTNAME) { rec... | 3,226,021 |
public void setSentDate(Date sentDate) { if (((sentDate == null) && (_sentDate != null)) || ((sentDate != null) && (_sentDate == null)) || ((sentDate != null) && (_sentDate != null) && !sentDate.equals(_sentDate))) { _sentDate = sentDate; setModified(true); } } | public void setSentDate(Date sentDate) { if (((sentDate == null) && (_sentDate != null)) || ((sentDate != null) && (_sentDate == null)) || ((sentDate != null) && (_sentDate != null) && !sentDate.equals(_sentDate))) { _sentDate = sentDate; setModified(true); } } | 3,226,022 |
public void setSubject(String subject) { if (((subject == null) && (_subject != null)) || ((subject != null) && (_subject == null)) || ((subject != null) && (_subject != null) && !subject.equals(_subject))) { if (!XSS_ALLOW_SUBJECT) { subject = XSSUtil.strip(subject); } _subject = subject; setModi... | public void setSubject(String subject) { if (((subject == null) && (_subject != null)) || ((subject != null) && (_subject == null)) || ((subject != null) && (_subject != null) && !subject.equals(_subject))) { if (!XSS_ALLOW_SUBJECT) { subject = XSSUtil.strip(subject); } _subject = subject; setModi... | 3,226,023 |
public void setUserId(String userId) { if (((userId == null) && (_userId != null)) || ((userId != null) && (_userId == null)) || ((userId != null) && (_userId != null) && !userId.equals(_userId))) { if (!XSS_ALLOW_USERID) { userId = XSSUtil.strip(userId); } _userId = userId; setModified(true); } ... | public void setUserId(String userId) { if (((userId == null) && (_userId != null)) || ((userId != null) && (_userId == null)) || ((userId != null) && (_userId != null) && !userId.equals(_userId))) { if (!XSS_ALLOW_USERID) { userId = XSSUtil.strip(userId); } _userId = userId; setModified(true); } ... | 3,226,024 |
public IRubyObject call(Ruby runtime, IRubyObject receiver, String name, IRubyObject[] args, boolean noSuper) { ThreadContext context = runtime.getCurrentContext(); RubyProc optionalBlockArg = null; if (argsNode.getBlockArgNode() != null && context.isBlockGiven()) { optionalBlockArg ... | public IRubyObject call(Ruby runtime, IRubyObject receiver, String name, IRubyObject[] args, boolean noSuper) { ThreadContext context = runtime.getCurrentContext(); RubyProc optionalBlockArg = null; if (argsNode.getBlockArgNode() != null && context.isBlockGiven()) { optionalBlockArg ... | 3,226,025 |
public static void paint(Context c, Box box, boolean stylePushed, boolean restyle) { Box block = (Box) box; restyle = restyle || box.restyle;//cascade it down box.restyle = false;//reset if (block instanceof AnonymousBlockBox) { InlineRendering.paintInlineContext(c, block, res... | public static void paint(Context c, Box box, boolean stylePushed, boolean restyle) { Box block = (Box) box; restyle = restyle || box.restyle;//cascade it down box.restyle = false;//reset if (block instanceof AnonymousBlockBox) { InlineRendering.paintInlineContext(c, block, res... | 3,226,026 |
public static void paint(Context c, Box box, boolean stylePushed, boolean restyle) { Box block = (Box) box; restyle = restyle || box.restyle;//cascade it down box.restyle = false;//reset if (block instanceof AnonymousBlockBox) { InlineRendering.paintInlineContext(c, block, res... | public static void paint(Context c, Box box, boolean stylePushed, boolean restyle) { Box block = (Box) box; restyle = restyle || box.restyle;//cascade it down box.restyle = false;//reset if (block instanceof AnonymousBlockBox) { InlineRendering.paintInlineContext(c, block, res... | 3,226,027 |
public static void paint(Context c, Box box, boolean stylePushed, boolean restyle) { Box block = (Box) box; restyle = restyle || box.restyle;//cascade it down box.restyle = false;//reset if (block instanceof AnonymousBlockBox) { InlineRendering.paintInlineContext(c, block, res... | public static void paint(Context c, Box box, boolean stylePushed, boolean restyle) { Box block = (Box) box; restyle = restyle || box.restyle;//cascade it down box.restyle = false;//reset if (block instanceof AnonymousBlockBox) { InlineRendering.paintInlineContext(c, block, res... | 3,226,028 |
public static void paint(Context c, Box box, boolean stylePushed, boolean restyle) { Box block = (Box) box; restyle = restyle || box.restyle;//cascade it down box.restyle = false;//reset if (block instanceof AnonymousBlockBox) { InlineRendering.paintInlineContext(c, block, res... | public static void paint(Context c, Box box, boolean stylePushed, boolean restyle) { Box block = (Box) box; restyle = restyle || box.restyle;//cascade it down box.restyle = false;//reset if (block instanceof AnonymousBlockBox) { InlineRendering.paintInlineContext(c, block, res... | 3,226,029 |
public static void paint(Context c, Box box, boolean stylePushed, boolean restyle) { Box block = (Box) box; restyle = restyle || box.restyle;//cascade it down box.restyle = false;//reset if (block instanceof AnonymousBlockBox) { InlineRendering.paintInlineContext(c, block, res... | public static void paint(Context c, Box box, boolean stylePushed, boolean restyle) { Box block = (Box) box; restyle = restyle || box.restyle;//cascade it down box.restyle = false;//reset if (block instanceof AnonymousBlockBox) { InlineRendering.paintInlineContext(c, block, res... | 3,226,030 |
public static void paint(Context c, Box box, boolean stylePushed, boolean restyle) { Box block = (Box) box; restyle = restyle || box.restyle;//cascade it down box.restyle = false;//reset if (block instanceof AnonymousBlockBox) { InlineRendering.paintInlineContext(c, block, res... | public static void paint(Context c, Box box, boolean stylePushed, boolean restyle) { Box block = (Box) box; restyle = restyle || box.restyle;//cascade it down box.restyle = false;//reset if (block instanceof AnonymousBlockBox) { InlineRendering.paintInlineContext(c, block, res... | 3,226,031 |
public static void paint(Context c, Box box, boolean stylePushed, boolean restyle) { Box block = (Box) box; restyle = restyle || box.restyle;//cascade it down box.restyle = false;//reset if (block instanceof AnonymousBlockBox) { InlineRendering.paintInlineContext(c, block, res... | public static void paint(Context c, Box box, boolean stylePushed, boolean restyle) { Box block = (Box) box; restyle = restyle || box.restyle;//cascade it down box.restyle = false;//reset if (block instanceof AnonymousBlockBox) { InlineRendering.paintInlineContext(c, block, res... | 3,226,032 |
public static void paint(Context c, Box box, boolean stylePushed, boolean restyle) { Box block = (Box) box; restyle = restyle || box.restyle;//cascade it down box.restyle = false;//reset if (block instanceof AnonymousBlockBox) { InlineRendering.paintInlineContext(c, block, res... | public static void paint(Context c, Box box, boolean stylePushed, boolean restyle) { Box block = (Box) box; restyle = restyle || box.restyle;//cascade it down box.restyle = false;//reset if (block instanceof AnonymousBlockBox) { InlineRendering.paintInlineContext(c, block, res... | 3,226,033 |
public static void paintAbsoluteBox(Context c, Box block, boolean restyle) { Rectangle rect = c.getExtents(); //why this? int xoff = 0; int yoff = 0; //Uu.p("xoff = " + xoff + " yoff = " + yoff); BlockFormattingContext bfc = c.getBlockFormattingContext(); //Uu.p("b... | public static void paintAbsoluteBox(Context c, Box block, boolean restyle) { Rectangle rect = c.getExtents(); //why this? int xoff = 0; int yoff = 0; //Uu.p("xoff = " + xoff + " yoff = " + yoff); BlockFormattingContext bfc = c.getBlockFormattingContext(); //Uu.p("b... | 3,226,034 |
public static void paintBackground(Context c, Box box, Rectangle bounds) { Box block = box; // cache the background color //no sense getBackgroundColor(c); // get the css properties CalculatedStyle style = c.getCurrentStyle(); String back_image = style.getStringProperty(CSS... | public static void paintBackground(Context c, Box box, Rectangle bounds) { Box block = box; // cache the background color //no sense getBackgroundColor(c); // get the css properties CalculatedStyle style = box.getStyle().getCalculatedStyle(); String back_image = style.getSt... | 3,226,035 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.